Values.SubmitContainerStateChangeRequestSourcetype nonrec t = {cluster : String_.t option;The short name or full ARN of the cluster that hosts the container.
*)task : String_.t option;The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
*)containerName : String_.t option;The name of the container.
*)runtimeId : String_.t option;The ID of the Docker container.
*)status : String_.t option;The status of the state change request.
*)exitCode : BoxedInteger.t option;The exit code that's returned for the state change request.
*)reason : String_.t option;The reason for the state change request.
*)networkBindings : NetworkBindings.t option;The network bindings of the container.
*)}val to_value :
t ->
[> `Structure 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 ]