Module Smaws_Client_WAFV2.UpdateIPSet

Updates the specified IPSet.

This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call.

To modify an IP set, do the following:

  1. Retrieve it by calling GetIPSet
  2. Update its settings as needed
  3. Provide the complete IP set specification to this call

Temporary inconsistencies during updates

When you create or change a web ACL or other WAF resources, the changes take a small amount of time to propagate to all areas where the resources are stored. The propagation time can be from a few seconds to a number of minutes.

The following are examples of the temporary inconsistencies that you might notice during change propagation:

val request : Smaws_Lib.Context.t -> Types.update_ip_set_request -> (Types.update_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 | `WAFNonexistentItemException of Types.waf_nonexistent_item_exception | `WAFOptimisticLockException of Types.waf_optimistic_lock_exception ]) Stdlib.result