Values_1.CreateCommandResponseSourceCreates a command. A command contains reusable configurations that can be applied before they are sent to the devices.
type nonrec t = {commandId : Values_0.CommandId.t option;The unique identifier for the command.
*)commandArn : Values_0.CommandArn.t option;The Amazon Resource Number (ARN) of the command. For example, arn:aws:iot:<region>:<accountid>:command/<commandId>
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `InternalServerException of Values_0.InternalServerException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t| `ThrottlingException of Values_0.ThrottlingException.t| `ValidationException of Values_0.ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]