Values_1.DescribeJobExecutionRequestSourceDescribes a job execution. Requires permission to access the DescribeJobExecution action.
type nonrec t = {jobId : Values_0.JobId.t;The unique identifier you assigned to this job when it was created.
*)thingName : Values_0.ThingName.t;The name of the thing on which the job execution is running.
*)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.
*)}val make :
?executionNumber:??? ->
jobId:Values_0.JobId.t ->
thingName:Values_0.ThingName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.ExecutionNumber.t
| `String of Values_0.JobId.t ])
list ]