@aws-sdk/client-acm 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 (35) hide show
  1. package/dist-cjs/index.js +0 -15
  2. package/dist-types/commands/AddTagsToCertificateCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  4. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  5. package/dist-types/commands/ExportCertificateCommand.d.ts +2 -1
  6. package/dist-types/commands/GetAccountConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/GetCertificateCommand.d.ts +2 -1
  8. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  9. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  10. package/dist-types/commands/ListTagsForCertificateCommand.d.ts +2 -1
  11. package/dist-types/commands/PutAccountConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +2 -1
  13. package/dist-types/commands/RenewCertificateCommand.d.ts +2 -1
  14. package/dist-types/commands/RequestCertificateCommand.d.ts +2 -1
  15. package/dist-types/commands/ResendValidationEmailCommand.d.ts +2 -1
  16. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +2 -1
  17. package/dist-types/index.d.ts +2 -2
  18. package/dist-types/models/ACMServiceException.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/models/ACMServiceException.d.ts +2 -1
  35. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -230,7 +230,6 @@ var ACMClient = _ACMClient;
230
230
 
231
231
  var import_middleware_serde = require("@smithy/middleware-serde");
232
232
 
233
- var import_types = require("@smithy/types");
234
233
 
235
234
  // src/protocols/Aws_json1_1.ts
236
235
  var import_core2 = require("@aws-sdk/core");
@@ -1267,7 +1266,6 @@ var AddTagsToCertificateCommand = _AddTagsToCertificateCommand;
1267
1266
 
1268
1267
 
1269
1268
 
1270
-
1271
1269
  var _DeleteCertificateCommand = class _DeleteCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1272
1270
  ...commonParams
1273
1271
  }).m(function(Command, cs, config, o) {
@@ -1284,7 +1282,6 @@ var DeleteCertificateCommand = _DeleteCertificateCommand;
1284
1282
 
1285
1283
 
1286
1284
 
1287
-
1288
1285
  var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1289
1286
  ...commonParams
1290
1287
  }).m(function(Command, cs, config, o) {
@@ -1301,7 +1298,6 @@ var DescribeCertificateCommand = _DescribeCertificateCommand;
1301
1298
 
1302
1299
 
1303
1300
 
1304
-
1305
1301
  var _ExportCertificateCommand = class _ExportCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1306
1302
  ...commonParams
1307
1303
  }).m(function(Command, cs, config, o) {
@@ -1318,7 +1314,6 @@ var ExportCertificateCommand = _ExportCertificateCommand;
1318
1314
 
1319
1315
 
1320
1316
 
1321
-
1322
1317
  var _GetAccountConfigurationCommand = class _GetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1323
1318
  ...commonParams
1324
1319
  }).m(function(Command, cs, config, o) {
@@ -1335,7 +1330,6 @@ var GetAccountConfigurationCommand = _GetAccountConfigurationCommand;
1335
1330
 
1336
1331
 
1337
1332
 
1338
-
1339
1333
  var _GetCertificateCommand = class _GetCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1340
1334
  ...commonParams
1341
1335
  }).m(function(Command, cs, config, o) {
@@ -1352,7 +1346,6 @@ var GetCertificateCommand = _GetCertificateCommand;
1352
1346
 
1353
1347
 
1354
1348
 
1355
-
1356
1349
  var _ImportCertificateCommand = class _ImportCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1357
1350
  ...commonParams
1358
1351
  }).m(function(Command, cs, config, o) {
@@ -1369,7 +1362,6 @@ var ImportCertificateCommand = _ImportCertificateCommand;
1369
1362
 
1370
1363
 
1371
1364
 
1372
-
1373
1365
  var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
1374
1366
  ...commonParams
1375
1367
  }).m(function(Command, cs, config, o) {
@@ -1386,7 +1378,6 @@ var ListCertificatesCommand = _ListCertificatesCommand;
1386
1378
 
1387
1379
 
1388
1380
 
1389
-
1390
1381
  var _ListTagsForCertificateCommand = class _ListTagsForCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1391
1382
  ...commonParams
1392
1383
  }).m(function(Command, cs, config, o) {
@@ -1403,7 +1394,6 @@ var ListTagsForCertificateCommand = _ListTagsForCertificateCommand;
1403
1394
 
1404
1395
 
1405
1396
 
1406
-
1407
1397
  var _PutAccountConfigurationCommand = class _PutAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1408
1398
  ...commonParams
1409
1399
  }).m(function(Command, cs, config, o) {
@@ -1420,7 +1410,6 @@ var PutAccountConfigurationCommand = _PutAccountConfigurationCommand;
1420
1410
 
1421
1411
 
1422
1412
 
1423
-
1424
1413
  var _RemoveTagsFromCertificateCommand = class _RemoveTagsFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1425
1414
  ...commonParams
1426
1415
  }).m(function(Command, cs, config, o) {
@@ -1437,7 +1426,6 @@ var RemoveTagsFromCertificateCommand = _RemoveTagsFromCertificateCommand;
1437
1426
 
1438
1427
 
1439
1428
 
1440
-
1441
1429
  var _RenewCertificateCommand = class _RenewCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1442
1430
  ...commonParams
1443
1431
  }).m(function(Command, cs, config, o) {
@@ -1454,7 +1442,6 @@ var RenewCertificateCommand = _RenewCertificateCommand;
1454
1442
 
1455
1443
 
1456
1444
 
1457
-
1458
1445
  var _RequestCertificateCommand = class _RequestCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1459
1446
  ...commonParams
1460
1447
  }).m(function(Command, cs, config, o) {
@@ -1471,7 +1458,6 @@ var RequestCertificateCommand = _RequestCertificateCommand;
1471
1458
 
1472
1459
 
1473
1460
 
1474
-
1475
1461
  var _ResendValidationEmailCommand = class _ResendValidationEmailCommand extends import_smithy_client.Command.classBuilder().ep({
1476
1462
  ...commonParams
1477
1463
  }).m(function(Command, cs, config, o) {
@@ -1488,7 +1474,6 @@ var ResendValidationEmailCommand = _ResendValidationEmailCommand;
1488
1474
 
1489
1475
 
1490
1476
 
1491
-
1492
1477
  var _UpdateCertificateOptionsCommand = class _UpdateCertificateOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1493
1478
  ...commonParams
1494
1479
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AddTagsToCertificateRequest } from "../models/models_0";
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 { DeleteCertificateRequest } from "../models/models_0";
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 { DescribeCertificateRequest, DescribeCertificateResponse } from "../mode
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 { ExportCertificateRequest, ExportCertificateResponse } from "../models/m
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 { GetAccountConfigurationResponse } from "../models/models_0";
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 { GetCertificateRequest, GetCertificateResponse } 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 { ImportCertificateRequest, ImportCertificateResponse } from "../models/m
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 { ListCertificatesRequest, ListCertificatesResponse } from "../models/mod
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 { ListTagsForCertificateRequest, ListTagsForCertificateResponse } 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 { PutAccountConfigurationRequest } from "../models/models_0";
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 { RemoveTagsFromCertificateRequest } from "../models/models_0";
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 { RenewCertificateRequest } from "../models/models_0";
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 { RequestCertificateRequest, RequestCertificateResponse } 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 { ResendValidationEmailRequest } from "../models/models_0";
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 { UpdateCertificateOptionsRequest } from "../models/models_0";
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
  *
@@ -8,8 +8,8 @@
8
8
  export * from "./ACMClient";
9
9
  export * from "./ACM";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { ACMExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { ACMExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./pagination";
15
15
  export * from "./waiters";
@@ -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
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { AddTagsToCertificateRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AddTagsToCertificateCommandInput
11
12
  extends AddTagsToCertificateRequest {}
12
13
  export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { DeleteCertificateRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteCertificateCommandInput
11
12
  extends DeleteCertificateRequest {}
12
13
  export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  DescribeCertificateRequest,
10
10
  DescribeCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeCertificateCommandInput
14
15
  extends DescribeCertificateRequest {}
15
16
  export interface DescribeCertificateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ExportCertificateRequest,
10
10
  ExportCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExportCertificateCommandInput
14
15
  extends ExportCertificateRequest {}
15
16
  export interface ExportCertificateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { GetAccountConfigurationResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAccountConfigurationCommandInput {}
11
12
  export interface GetAccountConfigurationCommandOutput
12
13
  extends GetAccountConfigurationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetCertificateRequest,
10
10
  GetCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCertificateCommandInput extends GetCertificateRequest {}
14
15
  export interface GetCertificateCommandOutput
15
16
  extends GetCertificateResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ImportCertificateRequest,
10
10
  ImportCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ImportCertificateCommandInput
14
15
  extends ImportCertificateRequest {}
15
16
  export interface ImportCertificateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListCertificatesRequest,
10
10
  ListCertificatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
14
15
  export interface ListCertificatesCommandOutput
15
16
  extends ListCertificatesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForCertificateRequest,
10
10
  ListTagsForCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForCertificateCommandInput
14
15
  extends ListTagsForCertificateRequest {}
15
16
  export interface ListTagsForCertificateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { PutAccountConfigurationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutAccountConfigurationCommandInput
11
12
  extends PutAccountConfigurationRequest {}
12
13
  export interface PutAccountConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { RemoveTagsFromCertificateRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RemoveTagsFromCertificateCommandInput
11
12
  extends RemoveTagsFromCertificateRequest {}
12
13
  export interface RemoveTagsFromCertificateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { RenewCertificateRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RenewCertificateCommandInput extends RenewCertificateRequest {}
11
12
  export interface RenewCertificateCommandOutput extends __MetadataBearer {}
12
13
  declare const RenewCertificateCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  RequestCertificateRequest,
10
10
  RequestCertificateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RequestCertificateCommandInput
14
15
  extends RequestCertificateRequest {}
15
16
  export interface RequestCertificateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { ResendValidationEmailRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ResendValidationEmailCommandInput
11
12
  extends ResendValidationEmailRequest {}
12
13
  export interface ResendValidationEmailCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ACMClient";
8
8
  import { UpdateCertificateOptionsRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateCertificateOptionsCommandInput
11
12
  extends UpdateCertificateOptionsRequest {}
12
13
  export interface UpdateCertificateOptionsCommandOutput
@@ -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 ACMServiceException 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-acm",
3
3
  "description": "AWS SDK for JavaScript Acm 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-acm",
@@ -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",