paws.security.identity (version 0.5.0)

wafregional_update_geo_match_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/wafregional_update_geo_match_set/ for full documentation.

Usage

wafregional_update_geo_match_set(GeoMatchSetId, ChangeToken, Updates)

Arguments

GeoMatchSetId

[required] The GeoMatchSetId of the GeoMatchSet that you want to update. GeoMatchSetId is returned by create_geo_match_set and by list_geo_match_sets.

ChangeToken

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

Updates

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

  • GeoMatchSetUpdate: Contains Action and GeoMatchConstraint

  • GeoMatchConstraint: Contains Type and Value

    You can have only one Type and Value per GeoMatchConstraint. To add multiple countries, include multiple GeoMatchSetUpdate objects in your request.