Values_0.CancelCommandRequestSourcetype nonrec t = {commandId : CommandId.t;The ID of the command you want to cancel.
*)instanceIds : InstanceIdList.t option;(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of InstanceId.t ] list
| `String of CommandId.t ])
list ]