Module Values_1.DescribeJobExecutionResponseSource

Describes a job execution. Requires permission to access the DescribeJobExecution action.

Sourcetype nonrec t = {
  1. execution : Values_0.JobExecution.t option;
    (*

    Information about the job execution.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidRequestException of Values_0.InvalidRequestException.t
  2. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  3. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?execution:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.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 | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) 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