Values.BatchGetPolicyInputSourceRetrieves 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.
type nonrec t = {requests : BatchGetPolicyInputList.t;An array of up to 100 policies you want information about.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of PolicyStoreId.t ]) list ]
list ])
list ]