Values.PutLexiconOutputSourceStores 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.
type nonrec error = [ | `InvalidLexiconException of InvalidLexiconException.t| `LexiconSizeExceededException of LexiconSizeExceededException.t| `MaxLexemeLengthExceededException of MaxLexemeLengthExceededException.t| `MaxLexiconsNumberExceededException of MaxLexiconsNumberExceededException.t| `ServiceFailureException of ServiceFailureException.t| `UnsupportedPlsAlphabetException of UnsupportedPlsAlphabetException.t| `UnsupportedPlsLanguageException of UnsupportedPlsLanguageException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidLexiconException of InvalidLexiconException.t
| `LexiconSizeExceededException of LexiconSizeExceededException.t
| `MaxLexemeLengthExceededException of MaxLexemeLengthExceededException.t
| `MaxLexiconsNumberExceededException of MaxLexiconsNumberExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option
| `UnsupportedPlsAlphabetException of UnsupportedPlsAlphabetException.t
| `UnsupportedPlsLanguageException of UnsupportedPlsLanguageException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidLexiconException of InvalidLexiconException.t
| `LexiconSizeExceededException of LexiconSizeExceededException.t
| `MaxLexemeLengthExceededException of MaxLexemeLengthExceededException.t
| `MaxLexiconsNumberExceededException of MaxLexiconsNumberExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option
| `UnsupportedPlsAlphabetException of UnsupportedPlsAlphabetException.t
| `UnsupportedPlsLanguageException of UnsupportedPlsLanguageException.t ]