Module Values_1.DescribeJobExecutionRequestSource

Describes a job execution. Requires permission to access the DescribeJobExecution action.

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

    The unique identifier you assigned to this job when it was created.

    *)
  2. thingName : Values_0.ThingName.t;
    (*

    The name of the thing on which the job execution is running.

    *)
  3. executionNumber : Values_0.ExecutionNumber.t option;
    (*

    A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.

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