@aws-sdk/client-waf 3.946.0 → 3.947.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.
@@ -1035,7 +1035,6 @@ export var XssMatchSet = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMat
1035
1035
  export var XssMatchSetSummary = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
1036
1036
  export var XssMatchSetUpdate = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple]];
1037
1037
  export var XssMatchTuple = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch, 0]];
1038
- export var __Unit = "unit";
1039
1038
  export var WAFServiceException = [-3, _sm, "WAFServiceException", 0, [], []];
1040
1039
  TypeRegistry.for(_sm).registerError(WAFServiceException, __WAFServiceException);
1041
1040
  export var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule];
@@ -227,7 +227,6 @@ export declare var XssMatchSet: StaticStructureSchema;
227
227
  export declare var XssMatchSetSummary: StaticStructureSchema;
228
228
  export declare var XssMatchSetUpdate: StaticStructureSchema;
229
229
  export declare var XssMatchTuple: StaticStructureSchema;
230
- export declare var __Unit: "unit";
231
230
  export declare var WAFServiceException: StaticErrorSchema;
232
231
  export declare var ActivatedRules: StaticListSchema;
233
232
  export declare var ByteMatchSetSummaries: StaticListSchema;
@@ -232,7 +232,6 @@ export declare var XssMatchSet: StaticStructureSchema;
232
232
  export declare var XssMatchSetSummary: StaticStructureSchema;
233
233
  export declare var XssMatchSetUpdate: StaticStructureSchema;
234
234
  export declare var XssMatchTuple: StaticStructureSchema;
235
- export declare var __Unit: "unit";
236
235
  export declare var WAFServiceException: StaticErrorSchema;
237
236
  export declare var ActivatedRules: StaticListSchema;
238
237
  export declare var ByteMatchSetSummaries: StaticListSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf",
3
3
  "description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native",
4
- "version": "3.946.0",
4
+ "version": "3.947.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-waf",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.946.0",
25
- "@aws-sdk/credential-provider-node": "3.946.0",
24
+ "@aws-sdk/core": "3.947.0",
25
+ "@aws-sdk/credential-provider-node": "3.947.0",
26
26
  "@aws-sdk/middleware-host-header": "3.936.0",
27
27
  "@aws-sdk/middleware-logger": "3.936.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
29
- "@aws-sdk/middleware-user-agent": "3.946.0",
29
+ "@aws-sdk/middleware-user-agent": "3.947.0",
30
30
  "@aws-sdk/region-config-resolver": "3.936.0",
31
31
  "@aws-sdk/types": "3.936.0",
32
32
  "@aws-sdk/util-endpoints": "3.936.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.946.0",
34
+ "@aws-sdk/util-user-agent-node": "3.947.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.7",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",