Values.GetDataRetrievalPolicyOutputSourceContains the Amazon Glacier response to the GetDataRetrievalPolicy request.
type nonrec t = {policy : DataRetrievalPolicy.t option;Contains the returned data retrieval policy in JSON format.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `MissingParameterValueException of MissingParameterValueException.t| `NoLongerSupportedException of NoLongerSupportedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `NoLongerSupportedException of NoLongerSupportedException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `NoLongerSupportedException of NoLongerSupportedException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of NullableLong.t
| `String of String_.t ])
list ]
list ])
list ])
list ]