Values_1.GetCommandResponseSourceGets information about the specified command.
type nonrec t = {commandId : Values_0.CommandId.t option;The unique identifier of 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>
*)namespace : Values_0.CommandNamespace.t option;The namespace of the command.
*)displayName : Values_0.DisplayName.t option;The user-friendly name in the console for the command.
*)description : Values_0.CommandDescription.t option;A short text description of the command.
*)mandatoryParameters : Values_0.CommandParameterList.t option;A list of parameters for the command created.
*)payload : Values_0.CommandPayload.t option;The payload object that you provided for the command.
*)payloadTemplate : Values_0.CommandPayloadTemplateString.t option;The payload template for the dynamic command.
*)preprocessor : Values_0.CommandPreprocessor.t option;Configuration that determines how payloadTemplate is processed to generate command execution payload.
*)roleArn : Values_0.RoleArn.t option;The IAM role that you provided when creating the command with AWS-IoT-FleetWise as the namespace.
*)createdAt : Values_0.DateType.t option;The timestamp, when the command was created.
*)lastUpdatedAt : Values_0.DateType.t option;The timestamp, when the command was last updated.
*)deprecated : Values_0.DeprecationFlag.t option;Indicates whether the command has been deprecated.
*)pendingDeletion : Values_0.BooleanWrapperObject.t option;Indicates whether the command is being deleted.
*)}type nonrec error = [ | `InternalServerException of Values_0.InternalServerException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `ValidationException of Values_0.ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?commandId:??? ->
?commandArn:??? ->
?namespace:??? ->
?displayName:??? ->
?description:??? ->
?mandatoryParameters:??? ->
?payload:??? ->
?payloadTemplate:??? ->
?preprocessor:??? ->
?roleArn:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
?deprecated:??? ->
?pendingDeletion:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.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 ->
[> `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.DeprecationFlag.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of
(string * [> `String of string ]) list ])
list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Blob of string
| `Boolean of bool
| `Double of float
| `Integer of int
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list ]
list
| `String of Values_0.CommandId.t
| `Structure of
(string
* [> `Blob of string
| `String of string
| `Structure of (string * [> `Enum of string ]) list ])
list
| `Timestamp of Values_0.DateType.t ])
list ]