@aws-sdk/client-health 3.590.0 → 3.596.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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +0 -14
  2. package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -1
  3. package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +2 -1
  4. package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -1
  5. package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeEventDetailsCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeEventTypesCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
  15. package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
  16. package/dist-types/index.d.ts +2 -2
  17. package/dist-types/models/HealthServiceException.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/models/HealthServiceException.d.ts +2 -1
  33. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -207,7 +207,6 @@ var HealthClient = _HealthClient;
207
207
 
208
208
  var import_middleware_serde = require("@smithy/middleware-serde");
209
209
 
210
- var import_types = require("@smithy/types");
211
210
 
212
211
  // src/protocols/Aws_json1_1.ts
213
212
  var import_core2 = require("@aws-sdk/core");
@@ -875,7 +874,6 @@ var DescribeAffectedAccountsForOrganizationCommand = _DescribeAffectedAccountsFo
875
874
 
876
875
 
877
876
 
878
-
879
877
  var _DescribeAffectedEntitiesCommand = class _DescribeAffectedEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
880
878
  ...commonParams
881
879
  }).m(function(Command, cs, config, o) {
@@ -892,7 +890,6 @@ var DescribeAffectedEntitiesCommand = _DescribeAffectedEntitiesCommand;
892
890
 
893
891
 
894
892
 
895
-
896
893
  var _DescribeAffectedEntitiesForOrganizationCommand = class _DescribeAffectedEntitiesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
897
894
  ...commonParams
898
895
  }).m(function(Command, cs, config, o) {
@@ -909,7 +906,6 @@ var DescribeAffectedEntitiesForOrganizationCommand = _DescribeAffectedEntitiesFo
909
906
 
910
907
 
911
908
 
912
-
913
909
  var _DescribeEntityAggregatesCommand = class _DescribeEntityAggregatesCommand extends import_smithy_client.Command.classBuilder().ep({
914
910
  ...commonParams
915
911
  }).m(function(Command, cs, config, o) {
@@ -926,7 +922,6 @@ var DescribeEntityAggregatesCommand = _DescribeEntityAggregatesCommand;
926
922
 
927
923
 
928
924
 
929
-
930
925
  var _DescribeEntityAggregatesForOrganizationCommand = class _DescribeEntityAggregatesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
931
926
  ...commonParams
932
927
  }).m(function(Command, cs, config, o) {
@@ -943,7 +938,6 @@ var DescribeEntityAggregatesForOrganizationCommand = _DescribeEntityAggregatesFo
943
938
 
944
939
 
945
940
 
946
-
947
941
  var _DescribeEventAggregatesCommand = class _DescribeEventAggregatesCommand extends import_smithy_client.Command.classBuilder().ep({
948
942
  ...commonParams
949
943
  }).m(function(Command, cs, config, o) {
@@ -960,7 +954,6 @@ var DescribeEventAggregatesCommand = _DescribeEventAggregatesCommand;
960
954
 
961
955
 
962
956
 
963
-
964
957
  var _DescribeEventDetailsCommand = class _DescribeEventDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
965
958
  ...commonParams
966
959
  }).m(function(Command, cs, config, o) {
@@ -977,7 +970,6 @@ var DescribeEventDetailsCommand = _DescribeEventDetailsCommand;
977
970
 
978
971
 
979
972
 
980
-
981
973
  var _DescribeEventDetailsForOrganizationCommand = class _DescribeEventDetailsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
982
974
  ...commonParams
983
975
  }).m(function(Command, cs, config, o) {
@@ -994,7 +986,6 @@ var DescribeEventDetailsForOrganizationCommand = _DescribeEventDetailsForOrganiz
994
986
 
995
987
 
996
988
 
997
-
998
989
  var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
999
990
  ...commonParams
1000
991
  }).m(function(Command, cs, config, o) {
@@ -1011,7 +1002,6 @@ var DescribeEventsCommand = _DescribeEventsCommand;
1011
1002
 
1012
1003
 
1013
1004
 
1014
-
1015
1005
  var _DescribeEventsForOrganizationCommand = class _DescribeEventsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
1016
1006
  ...commonParams
1017
1007
  }).m(function(Command, cs, config, o) {
@@ -1028,7 +1018,6 @@ var DescribeEventsForOrganizationCommand = _DescribeEventsForOrganizationCommand
1028
1018
 
1029
1019
 
1030
1020
 
1031
-
1032
1021
  var _DescribeEventTypesCommand = class _DescribeEventTypesCommand extends import_smithy_client.Command.classBuilder().ep({
1033
1022
  ...commonParams
1034
1023
  }).m(function(Command, cs, config, o) {
@@ -1045,7 +1034,6 @@ var DescribeEventTypesCommand = _DescribeEventTypesCommand;
1045
1034
 
1046
1035
 
1047
1036
 
1048
-
1049
1037
  var _DescribeHealthServiceStatusForOrganizationCommand = class _DescribeHealthServiceStatusForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
1050
1038
  ...commonParams
1051
1039
  }).m(function(Command, cs, config, o) {
@@ -1062,7 +1050,6 @@ var DescribeHealthServiceStatusForOrganizationCommand = _DescribeHealthServiceSt
1062
1050
 
1063
1051
 
1064
1052
 
1065
-
1066
1053
  var _DisableHealthServiceAccessForOrganizationCommand = class _DisableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
1067
1054
  ...commonParams
1068
1055
  }).m(function(Command, cs, config, o) {
@@ -1079,7 +1066,6 @@ var DisableHealthServiceAccessForOrganizationCommand = _DisableHealthServiceAcce
1079
1066
 
1080
1067
 
1081
1068
 
1082
-
1083
1069
  var _EnableHealthServiceAccessForOrganizationCommand = class _EnableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
1084
1070
  ...commonParams
1085
1071
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { DescribeAffectedAccountsForOrganizationRequest, DescribeAffectedAccount
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAffectedEntitiesForOrganizationRequest, DescribeAffectedEntitie
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEntityAggregatesForOrganizationRequest, DescribeEntityAggregate
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventDetailsForOrganizationRequest, DescribeEventDetailsForOrga
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -4,7 +4,8 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro
4
4
  /**
5
5
  * @public
6
6
  */
7
- export { __MetadataBearer, $Command };
7
+ export type { __MetadataBearer };
8
+ export { $Command };
8
9
  /**
9
10
  * @public
10
11
  *
@@ -4,7 +4,8 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro
4
4
  /**
5
5
  * @public
6
6
  */
7
- export { __MetadataBearer, $Command };
7
+ export type { __MetadataBearer };
8
+ export { $Command };
8
9
  /**
9
10
  * @public
10
11
  *
@@ -48,8 +48,8 @@
48
48
  export * from "./HealthClient";
49
49
  export * from "./Health";
50
50
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
51
- export { RuntimeExtension } from "./runtimeExtensions";
52
- export { HealthExtensionConfiguration } from "./extensionConfiguration";
51
+ export type { RuntimeExtension } from "./runtimeExtensions";
52
+ export type { HealthExtensionConfiguration } from "./extensionConfiguration";
53
53
  export * from "./commands";
54
54
  export * from "./pagination";
55
55
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAffectedAccountsForOrganizationRequest,
10
10
  DescribeAffectedAccountsForOrganizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAffectedAccountsForOrganizationCommandInput
14
15
  extends DescribeAffectedAccountsForOrganizationRequest {}
15
16
  export interface DescribeAffectedAccountsForOrganizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAffectedEntitiesRequest,
10
10
  DescribeAffectedEntitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAffectedEntitiesCommandInput
14
15
  extends DescribeAffectedEntitiesRequest {}
15
16
  export interface DescribeAffectedEntitiesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAffectedEntitiesForOrganizationRequest,
10
10
  DescribeAffectedEntitiesForOrganizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAffectedEntitiesForOrganizationCommandInput
14
15
  extends DescribeAffectedEntitiesForOrganizationRequest {}
15
16
  export interface DescribeAffectedEntitiesForOrganizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEntityAggregatesRequest,
10
10
  DescribeEntityAggregatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEntityAggregatesCommandInput
14
15
  extends DescribeEntityAggregatesRequest {}
15
16
  export interface DescribeEntityAggregatesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEntityAggregatesForOrganizationRequest,
10
10
  DescribeEntityAggregatesForOrganizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEntityAggregatesForOrganizationCommandInput
14
15
  extends DescribeEntityAggregatesForOrganizationRequest {}
15
16
  export interface DescribeEntityAggregatesForOrganizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventAggregatesRequest,
10
10
  DescribeEventAggregatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventAggregatesCommandInput
14
15
  extends DescribeEventAggregatesRequest {}
15
16
  export interface DescribeEventAggregatesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventDetailsRequest,
10
10
  DescribeEventDetailsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventDetailsCommandInput
14
15
  extends DescribeEventDetailsRequest {}
15
16
  export interface DescribeEventDetailsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventDetailsForOrganizationRequest,
10
10
  DescribeEventDetailsForOrganizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventDetailsForOrganizationCommandInput
14
15
  extends DescribeEventDetailsForOrganizationRequest {}
15
16
  export interface DescribeEventDetailsForOrganizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventTypesRequest,
10
10
  DescribeEventTypesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventTypesCommandInput
14
15
  extends DescribeEventTypesRequest {}
15
16
  export interface DescribeEventTypesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventsRequest,
10
10
  DescribeEventsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
14
15
  export interface DescribeEventsCommandOutput
15
16
  extends DescribeEventsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventsForOrganizationRequest,
10
10
  DescribeEventsForOrganizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventsForOrganizationCommandInput
14
15
  extends DescribeEventsForOrganizationRequest {}
15
16
  export interface DescribeEventsForOrganizationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../HealthClient";
8
8
  import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeHealthServiceStatusForOrganizationCommandInput {}
11
12
  export interface DescribeHealthServiceStatusForOrganizationCommandOutput
12
13
  extends DescribeHealthServiceStatusForOrganizationResponse,
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../HealthClient";
8
- export { __MetadataBearer, $Command };
8
+ export { __MetadataBearer };
9
+ export { $Command };
9
10
  export interface DisableHealthServiceAccessForOrganizationCommandInput {}
10
11
  export interface DisableHealthServiceAccessForOrganizationCommandOutput
11
12
  extends __MetadataBearer {}
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../HealthClient";
8
- export { __MetadataBearer, $Command };
8
+ export { __MetadataBearer };
9
+ export { $Command };
9
10
  export interface EnableHealthServiceAccessForOrganizationCommandInput {}
10
11
  export interface EnableHealthServiceAccessForOrganizationCommandOutput
11
12
  extends __MetadataBearer {}
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class HealthServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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-health",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",