Smaws_Client_SSM.SendCommand
Runs commands on one or more managed nodes.
val request :
Smaws_Lib.Context.t ->
Types.send_command_request ->
(Types.send_command_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DuplicateInstanceId of Types.duplicate_instance_id
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentVersion of Types.invalid_document_version
| `InvalidInstanceId of Types.invalid_instance_id
| `InvalidNotificationConfig of Types.invalid_notification_config
| `InvalidOutputFolder of Types.invalid_output_folder
| `InvalidParameters of Types.invalid_parameters
| `InvalidRole of Types.invalid_role
| `MaxDocumentSizeExceeded of Types.max_document_size_exceeded
| `UnsupportedPlatformType of Types.unsupported_platform_type ])
Stdlib.result