Smaws_Client_WAFV2.CreateRegexPatternSet
val request :
Smaws_Lib.Context.t ->
create_regex_pattern_set_request ->
(create_regex_pattern_set_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `WAFDuplicateItemException of waf_duplicate_item_exception
| `WAFInternalErrorException of waf_internal_error_exception
| `WAFInvalidOperationException of waf_invalid_operation_exception
| `WAFInvalidParameterException of waf_invalid_parameter_exception
| `WAFLimitsExceededException of waf_limits_exceeded_exception
| `WAFOptimisticLockException of waf_optimistic_lock_exception
| `WAFTagOperationException of waf_tag_operation_exception
| `WAFTagOperationInternalErrorException of
waf_tag_operation_internal_error_exception ])
Stdlib.result
Creates a RegexPatternSet
, which you reference in a RegexPatternSetReferenceStatement
, to have WAF inspect a web request component for the specified patterns.