Module Values_1.GetResourcePoliciesResponseSource

Returns an array of the Policy object.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. policies : GetResourcePoliciesResponseEntries.t option;
    (*

    An array of the Policy object.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  3. | `ResourcePolicyInvalidParameterException of Values_0.ResourcePolicyInvalidParameterException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?nextToken:??? -> ?policies:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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