Module Values.GetTransformerJobRequestSource

Returns the details of the transformer run, based on the Transformer job ID. If 30 days have elapsed since your transformer job was started, the system deletes it. So, if you run GetTransformerJob and supply a transformerId and transformerJobId for a job that was started more than 30 days previously, you receive a 404 response.

Sourcetype nonrec t = {
  1. transformerJobId : TransformerJobId.t;
    (*

    Specifies the unique, system-generated identifier for a transformer run.

    *)
  2. transformerId : TransformerId.t;
    (*

    Specifies the system-assigned unique identifier for the transformer.

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