Skip to content

Commit e9ce4e8

Browse files
author
awstools
committed
feat(client-wafv2): You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java.
1 parent 2536630 commit e9ce4e8

File tree

4 files changed

+217
-61
lines changed

4 files changed

+217
-61
lines changed

clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,27 @@ export interface DescribeAllManagedProductsCommandOutput extends DescribeAllMana
7171
* @throws {@link WAFInvalidOperationException} (client fault)
7272
* <p>The operation isn't valid. </p>
7373
*
74+
* @throws {@link WAFInvalidParameterException} (client fault)
75+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
76+
* example: </p>
77+
* <ul>
78+
* <li>
79+
* <p>You specified a parameter name or value that isn't valid.</p>
80+
* </li>
81+
* <li>
82+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
83+
* can’t be nested. </p>
84+
* </li>
85+
* <li>
86+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
87+
* isn't among the types available at <a>DefaultAction</a>.</p>
88+
* </li>
89+
* <li>
90+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
91+
* with which a web ACL can't be associated.</p>
92+
* </li>
93+
* </ul>
94+
*
7495
* @throws {@link WAFV2ServiceException}
7596
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
7697
*

clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
9191
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
9292
* valid. Check the resource, and try again.</p>
9393
*
94+
* @throws {@link WAFNonexistentItemException} (client fault)
95+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
96+
* If you've just created a resource that you're using in this operation, you might
97+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
98+
* for changes to propagate. </p>
99+
*
94100
* @throws {@link WAFV2ServiceException}
95101
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
96102
*

0 commit comments

Comments
 (0)