Module Smaws_Client_SSM.StartChangeRequestExecution

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change.

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 error_to_string : [ 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 | `NoLongerSupportedException of Types.no_longer_supported_exception ] -> string
val request : 'http_type 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 | `NoLongerSupportedException of Types.no_longer_supported_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.start_change_request_execution_request -> (Types.start_change_request_execution_result Smaws_Lib.Response.t, [> 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 | `NoLongerSupportedException of Types.no_longer_supported_exception ] * Smaws_Lib.Response.metadata) Stdlib.result