Module Values.PutLexiconOutputSource

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.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `InvalidLexiconException of InvalidLexiconException.t
  2. | `LexiconSizeExceededException of LexiconSizeExceededException.t
  3. | `MaxLexemeLengthExceededException of MaxLexemeLengthExceededException.t
  4. | `MaxLexiconsNumberExceededException of MaxLexiconsNumberExceededException.t
  5. | `ServiceFailureException of ServiceFailureException.t
  6. | `UnsupportedPlsAlphabetException of UnsupportedPlsAlphabetException.t
  7. | `UnsupportedPlsLanguageException of UnsupportedPlsLanguageException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t