Module Smaws_Client_SSM.StopAutomationExecution

Stop an Automation that is currently running.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AutomationExecutionNotFoundException of Types.automation_execution_not_found_exception | `InternalServerError of Types.internal_server_error | `InvalidAutomationStatusUpdateException of Types.invalid_automation_status_update_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.stop_automation_execution_request -> (Types.stop_automation_execution_result, [> Smaws_Lib.Protocols.AwsJson.error | `AutomationExecutionNotFoundException of Types.automation_execution_not_found_exception | `InternalServerError of Types.internal_server_error | `InvalidAutomationStatusUpdateException of Types.invalid_automation_status_update_exception ]) Stdlib.result