Values_0.CommandSummarySourceSummary information about a particular command resource.
type nonrec t = {commandArn : CommandArn.t option;The Amazon Resource Name (ARN) of the command.
*)commandId : CommandId.t option;The unique identifier of the command.
*)displayName : DisplayName.t option;The display name of the command.
*)deprecated : DeprecationFlag.t option;Indicates whether the command has been deprecated.
*)createdAt : DateType.t option;The timestamp, when the command was created.
*)lastUpdatedAt : DateType.t option;The timestamp, when the command was last updated.
*)pendingDeletion : BooleanWrapperObject.t option;Indicates whether the command is pending deletion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeprecationFlag.t
| `String of CommandArn.t
| `Timestamp of DateType.t ])
list ]