Smaws_Client_Shield.ListProtectionGroups
Retrieves ProtectionGroup
objects for the account. You can retrieve all protection groups or you can provide filtering criteria and retrieve just the subset of protection groups that match the criteria.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidPaginationTokenException of
Types.invalid_pagination_token_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_protection_groups_request ->
(Types.list_protection_groups_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidPaginationTokenException of
Types.invalid_pagination_token_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result