Module Values_1.GetCommandExecutionRequestSource

Gets information about the specific command execution on a single device.

Sourcetype nonrec t = {
  1. executionId : Values_0.CommandExecutionId.t;
    (*

    The unique identifier for the command execution. This information is returned as a response of the StartCommandExecution API request.

    *)
  2. targetArn : Values_0.TargetArn.t;
    (*

    The Amazon Resource Number (ARN) of the device on which the command execution is being performed.

    *)
  3. includeResult : Values_0.BooleanWrapperObject.t option;
    (*

    Can be used to specify whether to include the result of the command execution in the GetCommandExecution API response. Your device can use this field to provide additional information about the command execution. You only need to specify this field when using the AWS-IoT namespace.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeResult:??? -> executionId:Values_0.CommandExecutionId.t -> targetArn:Values_0.TargetArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.BooleanWrapperObject.t | `String of Values_0.CommandExecutionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t