Module Smaws_Client_WAFV2.CreateIPSet

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

val request : Smaws_Lib.Context.t -> Types.create_ip_set_request -> (Types.create_ip_set_response, [> Smaws_Lib.Protocols.AwsJson.error | `WAFDuplicateItemException of Types.waf_duplicate_item_exception | `WAFInternalErrorException of Types.waf_internal_error_exception | `WAFInvalidOperationException of Types.waf_invalid_operation_exception | `WAFInvalidParameterException of Types.waf_invalid_parameter_exception | `WAFLimitsExceededException of Types.waf_limits_exceeded_exception | `WAFOptimisticLockException of Types.waf_optimistic_lock_exception | `WAFTagOperationException of Types.waf_tag_operation_exception | `WAFTagOperationInternalErrorException of Types.waf_tag_operation_internal_error_exception ]) Stdlib.result