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