Values.GetLexiconOutputSourceReturns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. For more information, see Managing Lexicons.
type nonrec t = {lexicon : Lexicon.t option;Lexicon object that provides name and the string content of the lexicon.
*)lexiconAttributes : LexiconAttributes.t option;Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
*)}type nonrec error = [ | `LexiconNotFoundException of LexiconNotFoundException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LexiconNotFoundException of LexiconNotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LexiconNotFoundException of LexiconNotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of LexemesCount.t
| `String of LexiconContent.t
| `Timestamp of LastModified.t ])
list ])
list ]