Smaws_Client_SSM.SendAutomationSignal
Sends a signal to an Automation execution to change the current behavior or status of the execution.
val request :
Smaws_Lib.Context.t ->
Types.send_automation_signal_request ->
(Types.send_automation_signal_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AutomationExecutionNotFoundException of
Types.automation_execution_not_found_exception
| `AutomationStepNotFoundException of
Types.automation_step_not_found_exception
| `InternalServerError of Types.internal_server_error
| `InvalidAutomationSignalException of
Types.invalid_automation_signal_exception ])
Stdlib.result