Smaws_Client_SSM.StartChangeRequestExecution
Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.
val request :
Smaws_Lib.Context.t ->
Types.start_change_request_execution_request ->
(Types.start_change_request_execution_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AutomationDefinitionNotApprovedException of
Types.automation_definition_not_approved_exception
| `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 ])
Stdlib.result