Module Smaws_Client_SSM.CancelCommand

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DuplicateInstanceId of Types.duplicate_instance_id | `InternalServerError of Types.internal_server_error | `InvalidCommandId of Types.invalid_command_id | `InvalidInstanceId of Types.invalid_instance_id ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.cancel_command_request -> (Types.cancel_command_result, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateInstanceId of Types.duplicate_instance_id | `InternalServerError of Types.internal_server_error | `InvalidCommandId of Types.invalid_command_id | `InvalidInstanceId of Types.invalid_instance_id ]) Stdlib.result