Values_1.StartAutomationExecutionResultSourceInitiates execution of an Automation runbook.
type nonrec t = {automationExecutionId : Values_0.AutomationExecutionId.t option;The unique ID of a newly scheduled automation execution.
*)}type nonrec error = [ | `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| `InvalidTarget of Values_0.InvalidTarget.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.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
| `InvalidTarget of Values_0.InvalidTarget.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.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
| `InvalidTarget of Values_0.InvalidTarget.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.AutomationExecutionId.t ]) list ]