@aws-sdk/client-payment-cryptography 3.590.0 → 3.592.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 (45) hide show
  1. package/dist-cjs/index.js +0 -20
  2. package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  6. package/dist-types/commands/ExportKeyCommand.d.ts +2 -1
  7. package/dist-types/commands/GetAliasCommand.d.ts +2 -1
  8. package/dist-types/commands/GetKeyCommand.d.ts +2 -1
  9. package/dist-types/commands/GetParametersForExportCommand.d.ts +2 -1
  10. package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
  11. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +2 -1
  12. package/dist-types/commands/ImportKeyCommand.d.ts +2 -1
  13. package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
  14. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/RestoreKeyCommand.d.ts +2 -1
  17. package/dist-types/commands/StartKeyUsageCommand.d.ts +2 -1
  18. package/dist-types/commands/StopKeyUsageCommand.d.ts +2 -1
  19. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
  22. package/dist-types/index.d.ts +2 -2
  23. package/dist-types/models/PaymentCryptographyServiceException.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/models/PaymentCryptographyServiceException.d.ts +2 -1
  45. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -238,7 +238,6 @@ var PaymentCryptographyClient = _PaymentCryptographyClient;
238
238
 
239
239
  var import_middleware_serde = require("@smithy/middleware-serde");
240
240
 
241
- var import_types = require("@smithy/types");
242
241
 
243
242
  // src/protocols/Aws_json1_0.ts
244
243
  var import_core2 = require("@aws-sdk/core");
@@ -1214,7 +1213,6 @@ var CreateAliasCommand = _CreateAliasCommand;
1214
1213
 
1215
1214
 
1216
1215
 
1217
-
1218
1216
  var _CreateKeyCommand = class _CreateKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1219
1217
  ...commonParams
1220
1218
  }).m(function(Command, cs, config, o) {
@@ -1231,7 +1229,6 @@ var CreateKeyCommand = _CreateKeyCommand;
1231
1229
 
1232
1230
 
1233
1231
 
1234
-
1235
1232
  var _DeleteAliasCommand = class _DeleteAliasCommand extends import_smithy_client.Command.classBuilder().ep({
1236
1233
  ...commonParams
1237
1234
  }).m(function(Command, cs, config, o) {
@@ -1248,7 +1245,6 @@ var DeleteAliasCommand = _DeleteAliasCommand;
1248
1245
 
1249
1246
 
1250
1247
 
1251
-
1252
1248
  var _DeleteKeyCommand = class _DeleteKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1253
1249
  ...commonParams
1254
1250
  }).m(function(Command, cs, config, o) {
@@ -1265,7 +1261,6 @@ var DeleteKeyCommand = _DeleteKeyCommand;
1265
1261
 
1266
1262
 
1267
1263
 
1268
-
1269
1264
  var _ExportKeyCommand = class _ExportKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1270
1265
  ...commonParams
1271
1266
  }).m(function(Command, cs, config, o) {
@@ -1282,7 +1277,6 @@ var ExportKeyCommand = _ExportKeyCommand;
1282
1277
 
1283
1278
 
1284
1279
 
1285
-
1286
1280
  var _GetAliasCommand = class _GetAliasCommand extends import_smithy_client.Command.classBuilder().ep({
1287
1281
  ...commonParams
1288
1282
  }).m(function(Command, cs, config, o) {
@@ -1299,7 +1293,6 @@ var GetAliasCommand = _GetAliasCommand;
1299
1293
 
1300
1294
 
1301
1295
 
1302
-
1303
1296
  var _GetKeyCommand = class _GetKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1304
1297
  ...commonParams
1305
1298
  }).m(function(Command, cs, config, o) {
@@ -1316,7 +1309,6 @@ var GetKeyCommand = _GetKeyCommand;
1316
1309
 
1317
1310
 
1318
1311
 
1319
-
1320
1312
  var _GetParametersForExportCommand = class _GetParametersForExportCommand extends import_smithy_client.Command.classBuilder().ep({
1321
1313
  ...commonParams
1322
1314
  }).m(function(Command, cs, config, o) {
@@ -1333,7 +1325,6 @@ var GetParametersForExportCommand = _GetParametersForExportCommand;
1333
1325
 
1334
1326
 
1335
1327
 
1336
-
1337
1328
  var _GetParametersForImportCommand = class _GetParametersForImportCommand extends import_smithy_client.Command.classBuilder().ep({
1338
1329
  ...commonParams
1339
1330
  }).m(function(Command, cs, config, o) {
@@ -1350,7 +1341,6 @@ var GetParametersForImportCommand = _GetParametersForImportCommand;
1350
1341
 
1351
1342
 
1352
1343
 
1353
-
1354
1344
  var _GetPublicKeyCertificateCommand = class _GetPublicKeyCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1355
1345
  ...commonParams
1356
1346
  }).m(function(Command, cs, config, o) {
@@ -1367,7 +1357,6 @@ var GetPublicKeyCertificateCommand = _GetPublicKeyCertificateCommand;
1367
1357
 
1368
1358
 
1369
1359
 
1370
-
1371
1360
  var _ImportKeyCommand = class _ImportKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1372
1361
  ...commonParams
1373
1362
  }).m(function(Command, cs, config, o) {
@@ -1384,7 +1373,6 @@ var ImportKeyCommand = _ImportKeyCommand;
1384
1373
 
1385
1374
 
1386
1375
 
1387
-
1388
1376
  var _ListAliasesCommand = class _ListAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
1389
1377
  ...commonParams
1390
1378
  }).m(function(Command, cs, config, o) {
@@ -1401,7 +1389,6 @@ var ListAliasesCommand = _ListAliasesCommand;
1401
1389
 
1402
1390
 
1403
1391
 
1404
-
1405
1392
  var _ListKeysCommand = class _ListKeysCommand extends import_smithy_client.Command.classBuilder().ep({
1406
1393
  ...commonParams
1407
1394
  }).m(function(Command, cs, config, o) {
@@ -1418,7 +1405,6 @@ var ListKeysCommand = _ListKeysCommand;
1418
1405
 
1419
1406
 
1420
1407
 
1421
-
1422
1408
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1423
1409
  ...commonParams
1424
1410
  }).m(function(Command, cs, config, o) {
@@ -1435,7 +1421,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1435
1421
 
1436
1422
 
1437
1423
 
1438
-
1439
1424
  var _RestoreKeyCommand = class _RestoreKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1440
1425
  ...commonParams
1441
1426
  }).m(function(Command, cs, config, o) {
@@ -1452,7 +1437,6 @@ var RestoreKeyCommand = _RestoreKeyCommand;
1452
1437
 
1453
1438
 
1454
1439
 
1455
-
1456
1440
  var _StartKeyUsageCommand = class _StartKeyUsageCommand extends import_smithy_client.Command.classBuilder().ep({
1457
1441
  ...commonParams
1458
1442
  }).m(function(Command, cs, config, o) {
@@ -1469,7 +1453,6 @@ var StartKeyUsageCommand = _StartKeyUsageCommand;
1469
1453
 
1470
1454
 
1471
1455
 
1472
-
1473
1456
  var _StopKeyUsageCommand = class _StopKeyUsageCommand extends import_smithy_client.Command.classBuilder().ep({
1474
1457
  ...commonParams
1475
1458
  }).m(function(Command, cs, config, o) {
@@ -1486,7 +1469,6 @@ var StopKeyUsageCommand = _StopKeyUsageCommand;
1486
1469
 
1487
1470
 
1488
1471
 
1489
-
1490
1472
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1491
1473
  ...commonParams
1492
1474
  }).m(function(Command, cs, config, o) {
@@ -1503,7 +1485,6 @@ var TagResourceCommand = _TagResourceCommand;
1503
1485
 
1504
1486
 
1505
1487
 
1506
-
1507
1488
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1508
1489
  ...commonParams
1509
1490
  }).m(function(Command, cs, config, o) {
@@ -1520,7 +1501,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1520
1501
 
1521
1502
 
1522
1503
 
1523
-
1524
1504
  var _UpdateAliasCommand = class _UpdateAliasCommand extends import_smithy_client.Command.classBuilder().ep({
1525
1505
  ...commonParams
1526
1506
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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 { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutp
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
  *
@@ -10,8 +10,8 @@
10
10
  export * from "./PaymentCryptographyClient";
11
11
  export * from "./PaymentCryptography";
12
12
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
13
- export { RuntimeExtension } from "./runtimeExtensions";
14
- export { PaymentCryptographyExtensionConfiguration } from "./extensionConfiguration";
13
+ export type { RuntimeExtension } from "./runtimeExtensions";
14
+ export type { PaymentCryptographyExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
17
  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
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAliasCommandInput extends CreateAliasInput {}
11
12
  export interface CreateAliasCommandOutput
12
13
  extends CreateAliasOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateKeyCommandInput extends CreateKeyInput {}
11
12
  export interface CreateKeyCommandOutput
12
13
  extends CreateKeyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAliasCommandInput extends DeleteAliasInput {}
11
12
  export interface DeleteAliasCommandOutput
12
13
  extends DeleteAliasOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteKeyCommandInput extends DeleteKeyInput {}
11
12
  export interface DeleteKeyCommandOutput
12
13
  extends DeleteKeyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExportKeyCommandInput extends ExportKeyInput {}
11
12
  export interface ExportKeyCommandOutput
12
13
  extends ExportKeyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAliasCommandInput extends GetAliasInput {}
11
12
  export interface GetAliasCommandOutput
12
13
  extends GetAliasOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetKeyCommandInput extends GetKeyInput {}
11
12
  export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {}
12
13
  declare const GetKeyCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../PaymentCryptographyClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetParametersForExportCommandInput
14
15
  extends GetParametersForExportInput {}
15
16
  export interface GetParametersForExportCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../PaymentCryptographyClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetParametersForImportCommandInput
14
15
  extends GetParametersForImportInput {}
15
16
  export interface GetParametersForImportCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../PaymentCryptographyClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPublicKeyCertificateCommandInput
14
15
  extends GetPublicKeyCertificateInput {}
15
16
  export interface GetPublicKeyCertificateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ImportKeyCommandInput extends ImportKeyInput {}
11
12
  export interface ImportKeyCommandOutput
12
13
  extends ImportKeyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAliasesCommandInput extends ListAliasesInput {}
11
12
  export interface ListAliasesCommandOutput
12
13
  extends ListAliasesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListKeysCommandInput extends ListKeysInput {}
11
12
  export interface ListKeysCommandOutput
12
13
  extends ListKeysOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../PaymentCryptographyClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RestoreKeyCommandInput extends RestoreKeyInput {}
11
12
  export interface RestoreKeyCommandOutput
12
13
  extends RestoreKeyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartKeyUsageCommandInput extends StartKeyUsageInput {}
11
12
  export interface StartKeyUsageCommandOutput
12
13
  extends StartKeyUsageOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopKeyUsageCommandInput extends StopKeyUsageInput {}
11
12
  export interface StopKeyUsageCommandOutput
12
13
  extends StopKeyUsageOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../PaymentCryptographyClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateAliasCommandInput extends UpdateAliasInput {}
11
12
  export interface UpdateAliasCommandOutput
12
13
  extends UpdateAliasOutput,
@@ -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 PaymentCryptographyServiceException 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-payment-cryptography",
3
3
  "description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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-payment-cryptography",
@@ -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.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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",