Skip to content

Commit b45c40f

Browse files
author
AWS
committed
AWS WAFV2 Update: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.
1 parent 2507e5a commit b45c40f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS WAFV2",
4+
"contributor": "",
5+
"description": "The minimum request rate for a rate-based rule is now 10. Before this, it was 100."
6+
}

services/wafv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@
814814
{"shape":"WAFInvalidParameterException"},
815815
{"shape":"WAFInvalidPermissionPolicyException"}
816816
],
817-
"documentation":"<p>Attaches an IAM policy to the specified resource. Use this to share a rule group across accounts.</p> <p>You must be the owner of the rule group to perform this operation.</p> <p>This action is subject to the following restrictions:</p> <ul> <li> <p>You can attach only one policy with each <code>PutPermissionPolicy</code> request.</p> </li> <li> <p>The ARN in the request must be a valid WAF <a>RuleGroup</a> ARN and the rule group must exist in the same Region.</p> </li> <li> <p>The user making the request must be the owner of the rule group.</p> </li> </ul>"
817+
"documentation":"<p>Use this to share a rule group with other accounts.</p> <p>This action attaches an IAM policy to the specified resource. You must be the owner of the rule group to perform this operation.</p> <p>This action is subject to the following restrictions:</p> <ul> <li> <p>You can attach only one policy with each <code>PutPermissionPolicy</code> request.</p> </li> <li> <p>The ARN in the request must be a valid WAF <a>RuleGroup</a> ARN and the rule group must exist in the same Region.</p> </li> <li> <p>The user making the request must be the owner of the rule group.</p> </li> </ul> <p>If a rule group has been shared with your account, you can access it through the call <code>GetRuleGroup</code>, and you can reference it in <code>CreateWebACL</code> and <code>UpdateWebACL</code>. Rule groups that are shared with you don't appear in your WAF console rule groups listing. </p>"
818818
},
819819
"TagResource":{
820820
"name":"TagResource",
@@ -4693,7 +4693,7 @@
46934693
"RateLimit":{
46944694
"type":"long",
46954695
"max":2000000000,
4696-
"min":100
4696+
"min":10
46974697
},
46984698
"RateLimitCookie":{
46994699
"type":"structure",

0 commit comments

Comments
 (0)