Values_0.CommandExecutionSummarySourceSummary information about a particular command execution.
type nonrec t = {commandArn : CommandArn.t option;The Amazon Resource Name (ARN) of the command execution.
*)executionId : CommandExecutionId.t option;The unique identifier of the command execution.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the target device for which the command is being executed.
*)status : CommandExecutionStatus.t option;The status of the command executions.
*)createdAt : DateType.t option;The date and time at which the command execution was created for the target device.
*)startedAt : DateType.t option;The date and time at which the command started executing on the target device.
*)completedAt : DateType.t option;The date and time at which the command completed executing on the target device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CommandArn.t
| `Timestamp of DateType.t ])
list ]