Smaws_Client_SSM.CancelCommand
val request :
Smaws_Lib.Context.t ->
cancel_command_request ->
(cancel_command_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DuplicateInstanceId of duplicate_instance_id
| `InternalServerError of internal_server_error
| `InvalidCommandId of invalid_command_id
| `InvalidInstanceId of invalid_instance_id ])
Stdlib.result
Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.