Values.CreateIPSetResponseSourceCreates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses. For example, if you're receiving a lot of requests from a ranges of IP addresses, you can configure WAF to block them using an IPSet that lists those IP addresses.
type nonrec t = {summary : IPSetSummary.t option;High-level information about an IPSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage an IPSet, and the ARN, that you provide to the IPSetReferenceStatement to use the address 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 ]