Module Values_1.GetAutomationExecutionResultSource

Get detailed information about a particular Automation execution.

Sourcetype nonrec t = {
  1. automationExecution : Values_0.AutomationExecution.t option;
    (*

    Detailed information about the current state of an automation execution.

    *)
}
Sourcetype nonrec error = [
  1. | `AutomationExecutionNotFoundException of Values_0.AutomationExecutionNotFoundException.t
  2. | `InternalServerError of Values_0.InternalServerError.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?automationExecution:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AutomationExecutionNotFoundException of Values_0.AutomationExecutionNotFoundException.t | `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AutomationExecutionNotFoundException of Values_0.AutomationExecutionNotFoundException.t | `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ] list | `Long of Awso.Import.Int64.t | `Map of ([> `String of string ] * [> `List of [> `String of string ] list | `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list | `Timestamp of string ]) list ] list | `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list ]) list | `Timestamp of string ]) list ]) 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