Module Values.CreateRuleGroupResponseSource

Creates 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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `WAFDuplicateItemException of WAFDuplicateItemException.t
  2. | `WAFInternalErrorException of WAFInternalErrorException.t
  3. | `WAFInvalidOperationException of WAFInvalidOperationException.t
  4. | `WAFInvalidParameterException of WAFInvalidParameterException.t
  5. | `WAFLimitsExceededException of WAFLimitsExceededException.t
  6. | `WAFNonexistentItemException of WAFNonexistentItemException.t
  7. | `WAFOptimisticLockException of WAFOptimisticLockException.t
  8. | `WAFSubscriptionNotFoundException of WAFSubscriptionNotFoundException.t
  9. | `WAFTagOperationException of WAFTagOperationException.t
  10. | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.t
  11. | `WAFUnavailableEntityException of WAFUnavailableEntityException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?summary:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of EntityName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t