Values.BatchGetPolicyOutputSourceRetrieves 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 = {results : BatchGetPolicyOutputList.t option;Information about the policies listed in the request that were successfully returned. These results are returned in the order they were requested.
*)errors : BatchGetPolicyErrorList.t option;Information about the policies from the request that resulted in an error. These results are returned in the order they were requested.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of PolicyStoreId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of StaticPolicyDescription.t
| `Structure of
(string * [> `String of EntityType.t ])
list ])
list ])
list
| `Timestamp of TimestampFormat.t ])
list ]
list ])
list ]