@aws-sdk/client-application-insights 3.955.0 → 3.956.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
@@ -478,7 +478,7 @@ var AccessDeniedException$ = [
478
478
  -3,
479
479
  n0,
480
480
  _ADE,
481
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
481
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
482
482
  [_M],
483
483
  [0],
484
484
  ];
@@ -519,7 +519,7 @@ var BadRequestException$ = [
519
519
  -3,
520
520
  n0,
521
521
  _BRE,
522
- { [_e]: _c, [_hE]: 400, [_aQE]: [`BadRequestException`, 400] },
522
+ { [_aQE]: [`BadRequestException`, 400], [_e]: _c, [_hE]: 400 },
523
523
  [_M],
524
524
  [0],
525
525
  ];
@@ -643,7 +643,7 @@ var InternalServerException$ = [
643
643
  -3,
644
644
  n0,
645
645
  _ISE,
646
- { [_e]: _s, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
646
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _s, [_hE]: 500 },
647
647
  [_M],
648
648
  [0],
649
649
  ];
@@ -807,7 +807,7 @@ var ResourceInUseException$ = [
807
807
  -3,
808
808
  n0,
809
809
  _RIUE,
810
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceInUseException`, 400] },
810
+ { [_aQE]: [`ResourceInUseException`, 400], [_e]: _c, [_hE]: 400 },
811
811
  [_M],
812
812
  [0],
813
813
  ];
@@ -816,7 +816,7 @@ var ResourceNotFoundException$ = [
816
816
  -3,
817
817
  n0,
818
818
  _RNFE,
819
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
819
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
820
820
  [_M],
821
821
  [0],
822
822
  ];
@@ -881,7 +881,7 @@ var ValidationException$ = [
881
881
  -3,
882
882
  n0,
883
883
  _VE,
884
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
884
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
885
885
  [_M],
886
886
  [0],
887
887
  ];
@@ -247,7 +247,7 @@ export var AccessDeniedException$ = [
247
247
  -3,
248
248
  n0,
249
249
  _ADE,
250
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
250
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
251
251
  [_M],
252
252
  [0],
253
253
  ];
@@ -288,7 +288,7 @@ export var BadRequestException$ = [
288
288
  -3,
289
289
  n0,
290
290
  _BRE,
291
- { [_e]: _c, [_hE]: 400, [_aQE]: [`BadRequestException`, 400] },
291
+ { [_aQE]: [`BadRequestException`, 400], [_e]: _c, [_hE]: 400 },
292
292
  [_M],
293
293
  [0],
294
294
  ];
@@ -412,7 +412,7 @@ export var InternalServerException$ = [
412
412
  -3,
413
413
  n0,
414
414
  _ISE,
415
- { [_e]: _s, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
415
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _s, [_hE]: 500 },
416
416
  [_M],
417
417
  [0],
418
418
  ];
@@ -576,7 +576,7 @@ export var ResourceInUseException$ = [
576
576
  -3,
577
577
  n0,
578
578
  _RIUE,
579
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceInUseException`, 400] },
579
+ { [_aQE]: [`ResourceInUseException`, 400], [_e]: _c, [_hE]: 400 },
580
580
  [_M],
581
581
  [0],
582
582
  ];
@@ -585,7 +585,7 @@ export var ResourceNotFoundException$ = [
585
585
  -3,
586
586
  n0,
587
587
  _RNFE,
588
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
588
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
589
589
  [_M],
590
590
  [0],
591
591
  ];
@@ -650,7 +650,7 @@ export var ValidationException$ = [
650
650
  -3,
651
651
  n0,
652
652
  _VE,
653
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
653
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
654
654
  [_M],
655
655
  [0],
656
656
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
4
+ "version": "3.956.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-application-insights",
@@ -21,41 +21,41 @@
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.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
37
+ "@smithy/fetch-http-handler": "^5.3.8",
38
+ "@smithy/hash-node": "^4.2.7",
39
+ "@smithy/invalid-dependency": "^4.2.7",
40
+ "@smithy/middleware-content-length": "^4.2.7",
41
+ "@smithy/middleware-endpoint": "^4.4.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
43
+ "@smithy/middleware-serde": "^4.2.8",
44
+ "@smithy/middleware-stack": "^4.2.7",
45
+ "@smithy/node-config-provider": "^4.3.7",
46
+ "@smithy/node-http-handler": "^4.4.7",
47
+ "@smithy/protocol-http": "^5.3.7",
48
+ "@smithy/smithy-client": "^4.10.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },