Values.CreateRegexPatternSetResponseSourceCreates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.
type nonrec t = {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.
*)}type nonrec error = [ | `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| `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
| `WAFOptimisticLockException of WAFOptimisticLockException.t
| `WAFTagOperationException of WAFTagOperationException.t
| `WAFTagOperationInternalErrorException of
WAFTagOperationInternalErrorException.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
| `WAFOptimisticLockException of WAFOptimisticLockException.t
| `WAFTagOperationException of WAFTagOperationException.t
| `WAFTagOperationInternalErrorException of
WAFTagOperationInternalErrorException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of EntityName.t ]) list ])
list ]