Module Values.GetTerminologyRequestSource

Retrieves a custom terminology.

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

    The name of the custom terminology being retrieved.

    *)
  2. terminologyDataFormat : TerminologyDataFormat.t option;
    (*

    The data format of the custom terminology being retrieved. If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology. If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

    *)
}
Sourceval context_ : string
Sourceval make : ?terminologyDataFormat:??? -> name:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceName.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