Values.CreateRuleGroupResponseSourceCreates a RuleGroup per the specifications provided. A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
type nonrec t = {summary : RuleGroupSummary.t option;High-level information about a RuleGroup, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
*)}type nonrec error = [ | `WAFDuplicateItemException of WAFDuplicateItemException.t| `WAFInternalErrorException of WAFInternalErrorException.t| `WAFInvalidOperationException of WAFInvalidOperationException.t| `WAFInvalidParameterException of WAFInvalidParameterException.t| `WAFLimitsExceededException of WAFLimitsExceededException.t| `WAFNonexistentItemException of WAFNonexistentItemException.t| `WAFOptimisticLockException of WAFOptimisticLockException.t| `WAFSubscriptionNotFoundException of WAFSubscriptionNotFoundException.t| `WAFTagOperationException of WAFTagOperationException.t| `WAFTagOperationInternalErrorException of
WAFTagOperationInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `WAFDuplicateItemException of WAFDuplicateItemException.t
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFLimitsExceededException of WAFLimitsExceededException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t
| `WAFOptimisticLockException of WAFOptimisticLockException.t
| `WAFSubscriptionNotFoundException of WAFSubscriptionNotFoundException.t
| `WAFTagOperationException of WAFTagOperationException.t
| `WAFTagOperationInternalErrorException of
WAFTagOperationInternalErrorException.t
| `WAFUnavailableEntityException of WAFUnavailableEntityException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `WAFDuplicateItemException of WAFDuplicateItemException.t
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFLimitsExceededException of WAFLimitsExceededException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t
| `WAFOptimisticLockException of WAFOptimisticLockException.t
| `WAFSubscriptionNotFoundException of WAFSubscriptionNotFoundException.t
| `WAFTagOperationException of WAFTagOperationException.t
| `WAFTagOperationInternalErrorException of
WAFTagOperationInternalErrorException.t
| `WAFUnavailableEntityException of WAFUnavailableEntityException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of EntityName.t ]) list ])
list ]