Values_1.GetResourcePoliciesResponseSourceReturns an array of the Policy object.
type nonrec t = {nextToken : Values_0.String_.t option;The token for the next set of items to return. Use this token to get the next set of results.
*)policies : GetResourcePoliciesResponseEntries.t option;An array of the Policy object.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ResourcePolicyInvalidParameterException of
Values_0.ResourcePolicyInvalidParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ResourcePolicyInvalidParameterException of
Values_0.ResourcePolicyInvalidParameterException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ResourcePolicyInvalidParameterException of
Values_0.ResourcePolicyInvalidParameterException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.PolicyId.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]