Module Values.DescribeJobResultSource

Returns information about a specific job including shipping information, job status, and other important metadata.

Sourcetype nonrec t = {
  1. jobMetadata : JobMetadata.t option;
    (*

    Information about a specific job, including shipping information, job status, and other important metadata.

    *)
  2. subJobMetadata : JobMetadataList.t option;
    (*

    Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidResourceException of InvalidResourceException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobMetadata:??? -> ?subJobMetadata:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidResourceException of InvalidResourceException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidResourceException of InvalidResourceException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ResourceARN.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `Long of Long.t | `String of SnsTopicARN.t | `Structure of (string * [> `Double of S3StorageLimit.t | `Enum of string | `Integer of StorageLimit.t | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ResourceARN.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `Long of Long.t | `String of SnsTopicARN.t | `Structure of (string * [> `Double of S3StorageLimit.t | `Enum of string | `Integer of StorageLimit.t | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) 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