Smaws_Client_Shield.CreateProtectionGroup
Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
val request :
Smaws_Lib.Context.t ->
Types.create_protection_group_request ->
(Types.create_protection_group_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitsExceededException of Types.limits_exceeded_exception
| `OptimisticLockException of Types.optimistic_lock_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result