Values_2.GetResourcePolicyResponseSourceRetrieves a specified resource policy.
type nonrec t = {policyInJson : PolicyJsonString.t option;Contains the requested policy document, in JSON format.
*)policyHash : Values_0.HashString.t option;Contains the hash value associated with this policy.
*)createTime : Values_0.Timestamp.t option;The date and time at which the policy was created.
*)updateTime : Values_0.Timestamp.t option;The date and time at which the policy was last updated.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyJsonString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]