Module Values_2.GetResourcePoliciesRequestSource

Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy. If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.

Sourcetype nonrec t = {
  1. nextToken : Values_1.Token.t option;
    (*

    A continuation token, if this is a continuation request.

    *)
  2. maxResults : Values_1.PageSize.t option;
    (*

    The maximum size of a list to return.

    *)
}
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.PageSize.t | `String of Values_1.Token.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