Module Values.GetJobTemplateResponseSource

Retrieve the JSON for a specific job template.

Sourcetype nonrec t = {
  1. jobTemplate : JobTemplate.t option;
    (*

    A job template is a pre-made set of encoding instructions that you can use to quickly create a job.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ConflictException of ConflictException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `InternalServerErrorException of InternalServerErrorException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobTemplate:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `TooManyRequestsException of TooManyRequestsException.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 * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list | `String of string ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Integer of int ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list ]) list ]) list ]) list ]) list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Integer of int ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Integer of int | `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) list ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `Integer of int | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `Integer of int | `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