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 request : Smaws_Lib.Context.t -> cancel_command_request -> (unit, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateInstanceId of unit | `InternalServerError of internal_server_error | `InvalidCommandId of unit | `InvalidInstanceId of invalid_instance_id ]) Stdlib.result