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_byte_match_set/ for full documentation.
waf_update_byte_match_set(ByteMatchSetId, ChangeToken, Updates)
[required] The ByteMatchSetId
of the ByteMatchSet that you want to update.
ByteMatchSetId
is returned by
create_byte_match_set
and by
list_byte_match_sets
.
[required] The value returned by the most recent call to
get_change_token
.
[required] An array of ByteMatchSetUpdate
objects that you want to insert into or
delete from a ByteMatchSet. For more information, see the applicable
data types:
ByteMatchSetUpdate: Contains Action
and ByteMatchTuple
ByteMatchTuple: Contains FieldToMatch
, PositionalConstraint
,
TargetString
, and TextTransformation
FieldToMatch: Contains Data
and Type