Module Values.BatchGetPolicyInputSource

Retrieves information about a group (batch) of policies. The BatchGetPolicy operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission verifiedpermissions:GetPolicy in their IAM policies.

Sourcetype nonrec t = {
  1. requests : BatchGetPolicyInputList.t;
    (*

    An array of up to 100 policies you want information about.

    *)
}
Sourceval context_ : string
Sourceval make : requests:BatchGetPolicyInputList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of PolicyStoreId.t ]) list ] list ]) 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