Values.SubmitTaskStateChangeRequestSourcetype nonrec t = {cluster : String_.t option;The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
*)task : String_.t option;The task ID or full ARN of the task in the state change request.
*)status : String_.t option;The status of the state change request.
*)reason : String_.t option;The reason for the state change request.
*)containers : ContainerStateChanges.t option;Any containers that's associated with the state change request.
*)attachments : AttachmentStateChanges.t option;Any attachments associated with the state change request.
*)managedAgents : ManagedAgentStateChanges.t option;The details for the managed agent that's associated with the task.
*)pullStartedAt : Timestamp.t option;The Unix timestamp for the time when the container image pull started.
*)pullStoppedAt : Timestamp.t option;The Unix timestamp for the time when the container image pull completed.
*)executionStoppedAt : Timestamp.t option;The Unix timestamp for the time when the task execution stopped.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of BoxedInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of BoxedInteger.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]