delete_lexicon¶
Operation¶
delete_lexicon
async
¶
delete_lexicon(input: DeleteLexiconInput, plugins: list[Plugin] | None = None) -> DeleteLexiconOutput
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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteLexiconInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteLexiconOutput
|
An instance of |
Input¶
DeleteLexiconInput
dataclass
¶
Output¶
DeleteLexiconOutput
dataclass
¶
Dataclass for DeleteLexiconOutput structure.