Module Values_1.SendCommandResultSource

Runs commands on one or more managed nodes.

Sourcetype nonrec t = {
  1. command : Values_0.Command.t option;
    (*

    The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.

    *)
}
Sourcetype nonrec error = [
  1. | `DuplicateInstanceId of Values_0.DuplicateInstanceId.t
  2. | `InternalServerError of Values_0.InternalServerError.t
  3. | `InvalidDocument of Values_0.InvalidDocument.t
  4. | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t
  5. | `InvalidInstanceId of Values_0.InvalidInstanceId.t
  6. | `InvalidNotificationConfig of InvalidNotificationConfig.t
  7. | `InvalidOutputFolder of InvalidOutputFolder.t
  8. | `InvalidParameters of Values_0.InvalidParameters.t
  9. | `InvalidRole of InvalidRole.t
  10. | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t
  11. | `UnsupportedPlatformType of Values_0.UnsupportedPlatformType.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?command:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DuplicateInstanceId of unit | `InternalServerError of Values_0.InternalServerError.t | `InvalidDocument of Values_0.InvalidDocument.t | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t | `InvalidInstanceId of Values_0.InvalidInstanceId.t | `InvalidNotificationConfig of InvalidNotificationConfig.t | `InvalidOutputFolder of unit | `InvalidParameters of Values_0.InvalidParameters.t | `InvalidRole of InvalidRole.t | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedPlatformType of Values_0.UnsupportedPlatformType.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DuplicateInstanceId of unit | `InternalServerError of Values_0.InternalServerError.t | `InvalidDocument of Values_0.InvalidDocument.t | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t | `InvalidInstanceId of Values_0.InvalidInstanceId.t | `InvalidNotificationConfig of InvalidNotificationConfig.t | `InvalidOutputFolder of unit | `InvalidParameters of Values_0.InvalidParameters.t | `InvalidRole of InvalidRole.t | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedPlatformType of Values_0.UnsupportedPlatformType.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list | `Timestamp of string ]) list ]) 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