Smaws_Client_WAF.CreateRuleGroup
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a RuleGroup
. A rule group is a collection of predefined rules that you add to a web ACL. You use UpdateRuleGroup
to add rules to the rule group.
Rule groups are subject to the following limits:
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
val request :
Smaws_Lib.Context.t ->
Types.create_rule_group_request ->
(Types.create_rule_group_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `WAFBadRequestException of Types.waf_bad_request_exception
| `WAFDisallowedNameException of Types.waf_disallowed_name_exception
| `WAFInternalErrorException of Types.waf_internal_error_exception
| `WAFLimitsExceededException of Types.waf_limits_exceeded_exception
| `WAFStaleDataException of Types.waf_stale_data_exception
| `WAFTagOperationException of Types.waf_tag_operation_exception
| `WAFTagOperationInternalErrorException of
Types.waf_tag_operation_internal_error_exception ])
Stdlib.result