@aws-sdk/client-wafv2 3.637.0 → 3.645.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,9 +27,8 @@ declare const PutPermissionPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Attaches an IAM policy to the specified resource. Use this to share a rule group across
31
- * accounts.</p>
32
- * <p>You must be the owner of the rule group to perform this operation.</p>
30
+ * <p>Use this to share a rule group with other accounts.</p>
31
+ * <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>
33
32
  * <p>This action is subject to the following restrictions:</p>
34
33
  * <ul>
35
34
  * <li>
@@ -44,6 +43,9 @@ declare const PutPermissionPolicyCommand_base: {
44
43
  * <p>The user making the request must be the owner of the rule group.</p>
45
44
  * </li>
46
45
  * </ul>
46
+ * <p>If a rule group has been shared with your account, you can access it through the call <code>GetRuleGroup</code>,
47
+ * and you can reference it in <code>CreateWebACL</code> and <code>UpdateWebACL</code>.
48
+ * Rule groups that are shared with you don't appear in your WAF console rule groups listing. </p>
47
49
  * @example
48
50
  * Use a bare-bones client and the command you need to make an API call.
49
51
  * ```javascript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.637.0",
4
+ "version": "3.645.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wafv2",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.637.0",
24
- "@aws-sdk/client-sts": "3.637.0",
23
+ "@aws-sdk/client-sso-oidc": "3.645.0",
24
+ "@aws-sdk/client-sts": "3.645.0",
25
25
  "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.637.0",
26
+ "@aws-sdk/credential-provider-node": "3.645.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.637.0",
30
+ "@aws-sdk/middleware-user-agent": "3.645.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.637.0",
33
+ "@aws-sdk/util-endpoints": "3.645.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",