Module Values.GetJobRequestSource

GetJob retrieves detailed information about a specific job, including its current status, configuration, and error information if the job failed. For more information, see Job concepts in the Amazon Location Service Developer Guide.

Sourcetype nonrec t = {
  1. jobId : JobId.t;
    (*

    The unique identifier of the job to retrieve.

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