Module Values.DeleteLexiconInputSource

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.

Sourcetype nonrec t = {
  1. name : LexiconName.t;
    (*

    The name of the lexicon to delete. Must be an existing lexicon in the region.

    *)
}
Sourceval context_ : string
Sourceval make : name:LexiconName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LexiconName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t