Module Values.CreateRegexPatternSetResponseSource

Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.

Sourcetype nonrec t = {
  1. summary : RegexPatternSetSummary.t option;
    (*

    High-level information about a RegexPatternSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set 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. | `WAFOptimisticLockException of WAFOptimisticLockException.t
  7. | `WAFTagOperationException of WAFTagOperationException.t
  8. | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.t
  9. | `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 | `WAFOptimisticLockException of WAFOptimisticLockException.t | `WAFTagOperationException of WAFTagOperationException.t | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.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 | `WAFOptimisticLockException of WAFOptimisticLockException.t | `WAFTagOperationException of WAFTagOperationException.t | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.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