Values_1.SendCommandResultSourceRuns commands on one or more managed nodes.
type nonrec t = {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.
*)}type nonrec error = [ | `DuplicateInstanceId of Values_0.DuplicateInstanceId.t| `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 InvalidOutputFolder.t| `InvalidParameters of Values_0.InvalidParameters.t| `InvalidRole of InvalidRole.t| `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t| `UnsupportedPlatformType of Values_0.UnsupportedPlatformType.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]