Skip to content

Commit

Permalink
feat(client-wafv2): You can increase the max request body inspection …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
awstools committed Mar 7, 2024
1 parent 2536630 commit e9ce4e8
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,27 @@ export interface DescribeAllManagedProductsCommandOutput extends DescribeAllMana
* @throws {@link WAFInvalidOperationException} (client fault)
* <p>The operation isn't valid. </p>
*
* @throws {@link WAFInvalidParameterException} (client fault)
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
* example: </p>
* <ul>
* <li>
* <p>You specified a parameter name or value that isn't valid.</p>
* </li>
* <li>
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
* can’t be nested. </p>
* </li>
* <li>
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
* isn't among the types available at <a>DefaultAction</a>.</p>
* </li>
* <li>
* <p>Your request references an ARN that is malformed, or corresponds to a resource
* with which a web ACL can't be associated.</p>
* </li>
* </ul>
*
* @throws {@link WAFV2ServiceException}
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
* valid. Check the resource, and try again.</p>
*
* @throws {@link WAFNonexistentItemException} (client fault)
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
* If you've just created a resource that you're using in this operation, you might
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
* for changes to propagate. </p>
*
* @throws {@link WAFV2ServiceException}
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
*
Expand Down
Loading

0 comments on commit e9ce4e8

Please sign in to comment.