Skip to content

Commit fe2a58d

Browse files
authored
Merge pull request aws#3631 from joeholl/patch-1
Update update-rule.rst
2 parents 2d15543 + 076b055 commit fe2a58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/examples/waf/update-rule.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following ``update-rule`` command deletes a Predicate object in a rule.
44

5-
aws waf update-rule --rule-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates Action="proxy.php?url=https%3A%2F%2Fgithub.com%2FDELETE",Predicate={Negated=false,Type="ByteMatch",DataId="MyByteMatchSetID"}
5+
aws waf update-rule --rule-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates Action="proxy.php?url=https%3A%2F%2Fgithub.com%2FDELETE",Predicate="{Negated=false,Type="ByteMatch",DataId="MyByteMatchSetID"}"
66

77

88

0 commit comments

Comments
 (0)