Module Values.GetTransformerRequestSource

Retrieves the details for the transformer specified by the transformer ID. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.

Sourcetype nonrec t = {
  1. transformerId : TransformerId.t;
    (*

    Specifies the system-assigned unique identifier for the transformer.

    *)
}
Sourceval context_ : string
Sourceval make : transformerId:TransformerId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TransformerId.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