Smaws_Client_SSM.StartAutomationExecution
Initiates execution of an Automation runbook.
val request :
Smaws_Lib.Context.t ->
Types.start_automation_execution_request ->
(Types.start_automation_execution_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AutomationDefinitionNotFoundException of
Types.automation_definition_not_found_exception
| `AutomationDefinitionVersionNotFoundException of
Types.automation_definition_version_not_found_exception
| `AutomationExecutionLimitExceededException of
Types.automation_execution_limit_exceeded_exception
| `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch
| `InternalServerError of Types.internal_server_error
| `InvalidAutomationExecutionParametersException of
Types.invalid_automation_execution_parameters_exception
| `InvalidTarget of Types.invalid_target ])
Stdlib.result