Module Values.InitiateJobOutputSource

Contains the Amazon Glacier response to your request.

Sourcetype nonrec t = {
  1. location : String_.t option;
    (*

    The relative URI path of the job.

    *)
  2. jobId : String_.t option;
    (*

    The ID of the job.

    *)
  3. jobOutputPath : String_.t option;
    (*

    The path to the location of where the select results are stored.

    *)
}
Sourcetype nonrec error = [
  1. | `InsufficientCapacityException of InsufficientCapacityException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `MissingParameterValueException of MissingParameterValueException.t
  4. | `NoLongerSupportedException of NoLongerSupportedException.t
  5. | `PolicyEnforcedException of PolicyEnforcedException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `ServiceUnavailableException of ServiceUnavailableException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?location:??? -> ?jobId:??? -> ?jobOutputPath:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InsufficientCapacityException of InsufficientCapacityException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `MissingParameterValueException of MissingParameterValueException.t | `NoLongerSupportedException of NoLongerSupportedException.t | `PolicyEnforcedException of PolicyEnforcedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InsufficientCapacityException of InsufficientCapacityException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `MissingParameterValueException of MissingParameterValueException.t | `NoLongerSupportedException of NoLongerSupportedException.t | `PolicyEnforcedException of PolicyEnforcedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ((string, String_.t) Awso.Import.List.Assoc.t * 'a) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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