Values_1.StartChangeRequestExecutionResultSourceAmazon 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.
type nonrec t = {automationExecutionId : Values_0.AutomationExecutionId.t option;The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
*)}type nonrec error = [ | `AutomationDefinitionNotApprovedException of
Values_0.AutomationDefinitionNotApprovedException.t| `AutomationDefinitionNotFoundException of
Values_0.AutomationDefinitionNotFoundException.t| `AutomationDefinitionVersionNotFoundException of
Values_0.AutomationDefinitionVersionNotFoundException.t| `AutomationExecutionLimitExceededException of
Values_0.AutomationExecutionLimitExceededException.t| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t| `InternalServerError of Values_0.InternalServerError.t| `InvalidAutomationExecutionParametersException of
InvalidAutomationExecutionParametersException.t| `NoLongerSupportedException of Values_0.NoLongerSupportedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AutomationDefinitionNotApprovedException of
Values_0.AutomationDefinitionNotApprovedException.t
| `AutomationDefinitionNotFoundException of
Values_0.AutomationDefinitionNotFoundException.t
| `AutomationDefinitionVersionNotFoundException of
Values_0.AutomationDefinitionVersionNotFoundException.t
| `AutomationExecutionLimitExceededException of
Values_0.AutomationExecutionLimitExceededException.t
| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAutomationExecutionParametersException of
InvalidAutomationExecutionParametersException.t
| `NoLongerSupportedException of Values_0.NoLongerSupportedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AutomationDefinitionNotApprovedException of
Values_0.AutomationDefinitionNotApprovedException.t
| `AutomationDefinitionNotFoundException of
Values_0.AutomationDefinitionNotFoundException.t
| `AutomationDefinitionVersionNotFoundException of
Values_0.AutomationDefinitionVersionNotFoundException.t
| `AutomationExecutionLimitExceededException of
Values_0.AutomationExecutionLimitExceededException.t
| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAutomationExecutionParametersException of
InvalidAutomationExecutionParametersException.t
| `NoLongerSupportedException of Values_0.NoLongerSupportedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.AutomationExecutionId.t ]) list ]