Module Values_1.StartAutomationExecutionResultSource

Initiates execution of an Automation runbook.

Sourcetype nonrec t = {
  1. automationExecutionId : Values_0.AutomationExecutionId.t option;
    (*

    The unique ID of a newly scheduled automation execution.

    *)
}
Sourcetype nonrec error = [
  1. | `AutomationDefinitionNotFoundException of Values_0.AutomationDefinitionNotFoundException.t
  2. | `AutomationDefinitionVersionNotFoundException of Values_0.AutomationDefinitionVersionNotFoundException.t
  3. | `AutomationExecutionLimitExceededException of Values_0.AutomationExecutionLimitExceededException.t
  4. | `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t
  5. | `InternalServerError of Values_0.InternalServerError.t
  6. | `InvalidAutomationExecutionParametersException of InvalidAutomationExecutionParametersException.t
  7. | `InvalidTarget of Values_0.InvalidTarget.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?automationExecutionId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.AutomationExecutionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t