{ "opencollection": "1.0.0", "info": { "name": "Amazon Polly Lexicons API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Lexicons", "type": "folder" }, "items": [ { "info": { "name": "Amazon Polly Get Lexicon", "type": "http" }, "http": { "method": "GET", "url": "http://polly.{region}.amazonaws.com/v1/lexicons/:LexiconName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "LexiconName", "value": "", "type": "path", "description": "Name of the lexicon." } ] }, "docs": "Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. For more information, see Managing Lexicons." }, { "info": { "name": "Amazon Polly Put Lexicon", "type": "http" }, "http": { "method": "PUT", "url": "http://polly.{region}.amazonaws.com/v1/lexicons/:LexiconName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "LexiconName", "value": "", "type": "path", "description": "Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long. " } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.
For more information, see Managing Lexicons.
" }, { "info": { "name": "Amazon Polly Delete Lexicon", "type": "http" }, "http": { "method": "DELETE", "url": "http://polly.{region}.amazonaws.com/v1/lexicons/:LexiconName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "LexiconName", "value": "", "type": "path", "description": "The name of the lexicon to delete. Must be an existing lexicon in the region." } ] }, "docs": "Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs.
For more information, see Managing Lexicons.
" }, { "info": { "name": "Amazon Polly List Lexicons", "type": "http" }, "http": { "method": "GET", "url": "http://polly.{region}.amazonaws.com/v1/lexicons", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "NextToken", "value": "", "type": "query", "description": "An opaque pagination token returned from previousListLexicons operation. If present, indicates where to continue the list of lexicons."
}
]
},
"docs": "Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons."
}
]
}
],
"bundled": true
}