@aws-sdk/client-wafv2 3.1114.0 → 3.1116.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.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1113.0";
72
+ var version = "3.1115.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -3522,7 +3522,14 @@ export interface FieldToProtect {
3522
3522
  */
3523
3523
  FieldType: FieldToProtectType | undefined;
3524
3524
  /**
3525
- * <p>Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected. </p>
3525
+ * <p>Specifies the keys to protect for the specified field type.</p>
3526
+ * <p>Required for <code>SINGLE_HEADER</code>, <code>SINGLE_COOKIE</code>, and
3527
+ * <code>SINGLE_QUERY_ARGUMENT</code>: provide a non-empty array naming the specific headers,
3528
+ * cookies, or query arguments to protect. There is no option to protect all keys of these
3529
+ * field types, so enumerate each key you intend to protect.</p>
3530
+ * <p>Must be omitted for <code>QUERY_STRING</code> and <code>BODY</code>: the entire
3531
+ * component is protected and these field types take no keys. Supplying
3532
+ * <code>FieldKeys</code> for them is rejected.</p>
3526
3533
  * @public
3527
3534
  */
3528
3535
  FieldKeys?: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
- "version": "3.1114.0",
3
+ "version": "3.1116.0",
4
4
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-wafv2",
6
6
  "license": "Apache-2.0",
@@ -46,13 +46,13 @@
46
46
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.8",
50
- "@aws-sdk/credential-provider-node": "^3.972.80",
51
- "@aws-sdk/types": "^3.974.4",
52
- "@smithy/core": "^3.31.1",
53
- "@smithy/fetch-http-handler": "^5.6.13",
54
- "@smithy/node-http-handler": "^4.9.13",
55
- "@smithy/types": "^4.16.1",
49
+ "@aws-sdk/core": "^3.977.9",
50
+ "@aws-sdk/credential-provider-node": "^3.972.81",
51
+ "@aws-sdk/types": "^3.974.5",
52
+ "@smithy/core": "^3.33.3",
53
+ "@smithy/fetch-http-handler": "^5.7.2",
54
+ "@smithy/node-http-handler": "^4.11.3",
55
+ "@smithy/types": "^4.17.2",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "devDependencies": {