paws.security.identity (version 0.5.0)

waf_update_ip_set: This is AWS WAF Classic documentation

Description

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

See https://www.paws-r-sdk.com/docs/waf_update_ip_set/ for full documentation.

Usage

waf_update_ip_set(IPSetId, ChangeToken, Updates)

Arguments

IPSetId

[required] The IPSetId of the IPSet that you want to update. IPSetId is returned by create_ip_set and by list_ip_sets.

ChangeToken

[required] The value returned by the most recent call to get_change_token.

Updates

[required] An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

  • IPSetUpdate: Contains Action and IPSetDescriptor

  • IPSetDescriptor: Contains Type and Value

You can insert a maximum of 1000 addresses in a single request.