@aws-sdk/client-signer 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 (43) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/commands/AddProfilePermissionCommand.d.ts +2 -1
  3. package/dist-types/commands/CancelSigningProfileCommand.d.ts +2 -1
  4. package/dist-types/commands/DescribeSigningJobCommand.d.ts +2 -1
  5. package/dist-types/commands/GetRevocationStatusCommand.d.ts +2 -1
  6. package/dist-types/commands/GetSigningPlatformCommand.d.ts +2 -1
  7. package/dist-types/commands/GetSigningProfileCommand.d.ts +2 -1
  8. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListSigningJobsCommand.d.ts +2 -1
  10. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListSigningProfilesCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/PutSigningProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +2 -1
  15. package/dist-types/commands/RevokeSignatureCommand.d.ts +2 -1
  16. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +2 -1
  17. package/dist-types/commands/SignPayloadCommand.d.ts +2 -1
  18. package/dist-types/commands/StartSigningJobCommand.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/index.d.ts +2 -2
  22. package/dist-types/models/SignerServiceException.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/models/SignerServiceException.d.ts +2 -1
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -219,7 +219,6 @@ var SignerClient = _SignerClient;
219
219
 
220
220
  var import_middleware_serde = require("@smithy/middleware-serde");
221
221
 
222
- var import_types = require("@smithy/types");
223
222
 
224
223
  // src/protocols/Aws_restJson1.ts
225
224
  var import_core2 = require("@aws-sdk/core");
@@ -1318,7 +1317,6 @@ var AddProfilePermissionCommand = _AddProfilePermissionCommand;
1318
1317
 
1319
1318
 
1320
1319
 
1321
-
1322
1320
  var _CancelSigningProfileCommand = class _CancelSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1323
1321
  ...commonParams
1324
1322
  }).m(function(Command, cs, config, o) {
@@ -1335,7 +1333,6 @@ var CancelSigningProfileCommand = _CancelSigningProfileCommand;
1335
1333
 
1336
1334
 
1337
1335
 
1338
-
1339
1336
  var _DescribeSigningJobCommand = class _DescribeSigningJobCommand extends import_smithy_client.Command.classBuilder().ep({
1340
1337
  ...commonParams
1341
1338
  }).m(function(Command, cs, config, o) {
@@ -1352,7 +1349,6 @@ var DescribeSigningJobCommand = _DescribeSigningJobCommand;
1352
1349
 
1353
1350
 
1354
1351
 
1355
-
1356
1352
  var _GetRevocationStatusCommand = class _GetRevocationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1357
1353
  ...commonParams
1358
1354
  }).m(function(Command, cs, config, o) {
@@ -1369,7 +1365,6 @@ var GetRevocationStatusCommand = _GetRevocationStatusCommand;
1369
1365
 
1370
1366
 
1371
1367
 
1372
-
1373
1368
  var _GetSigningPlatformCommand = class _GetSigningPlatformCommand extends import_smithy_client.Command.classBuilder().ep({
1374
1369
  ...commonParams
1375
1370
  }).m(function(Command, cs, config, o) {
@@ -1386,7 +1381,6 @@ var GetSigningPlatformCommand = _GetSigningPlatformCommand;
1386
1381
 
1387
1382
 
1388
1383
 
1389
-
1390
1384
  var _GetSigningProfileCommand = class _GetSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1391
1385
  ...commonParams
1392
1386
  }).m(function(Command, cs, config, o) {
@@ -1403,7 +1397,6 @@ var GetSigningProfileCommand = _GetSigningProfileCommand;
1403
1397
 
1404
1398
 
1405
1399
 
1406
-
1407
1400
  var _ListProfilePermissionsCommand = class _ListProfilePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
1408
1401
  ...commonParams
1409
1402
  }).m(function(Command, cs, config, o) {
@@ -1420,7 +1413,6 @@ var ListProfilePermissionsCommand = _ListProfilePermissionsCommand;
1420
1413
 
1421
1414
 
1422
1415
 
1423
-
1424
1416
  var _ListSigningJobsCommand = class _ListSigningJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1425
1417
  ...commonParams
1426
1418
  }).m(function(Command, cs, config, o) {
@@ -1437,7 +1429,6 @@ var ListSigningJobsCommand = _ListSigningJobsCommand;
1437
1429
 
1438
1430
 
1439
1431
 
1440
-
1441
1432
  var _ListSigningPlatformsCommand = class _ListSigningPlatformsCommand extends import_smithy_client.Command.classBuilder().ep({
1442
1433
  ...commonParams
1443
1434
  }).m(function(Command, cs, config, o) {
@@ -1454,7 +1445,6 @@ var ListSigningPlatformsCommand = _ListSigningPlatformsCommand;
1454
1445
 
1455
1446
 
1456
1447
 
1457
-
1458
1448
  var _ListSigningProfilesCommand = class _ListSigningProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
1459
1449
  ...commonParams
1460
1450
  }).m(function(Command, cs, config, o) {
@@ -1471,7 +1461,6 @@ var ListSigningProfilesCommand = _ListSigningProfilesCommand;
1471
1461
 
1472
1462
 
1473
1463
 
1474
-
1475
1464
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1476
1465
  ...commonParams
1477
1466
  }).m(function(Command, cs, config, o) {
@@ -1488,7 +1477,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1488
1477
 
1489
1478
 
1490
1479
 
1491
-
1492
1480
  var _PutSigningProfileCommand = class _PutSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1493
1481
  ...commonParams
1494
1482
  }).m(function(Command, cs, config, o) {
@@ -1505,7 +1493,6 @@ var PutSigningProfileCommand = _PutSigningProfileCommand;
1505
1493
 
1506
1494
 
1507
1495
 
1508
-
1509
1496
  var _RemoveProfilePermissionCommand = class _RemoveProfilePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
1510
1497
  ...commonParams
1511
1498
  }).m(function(Command, cs, config, o) {
@@ -1522,7 +1509,6 @@ var RemoveProfilePermissionCommand = _RemoveProfilePermissionCommand;
1522
1509
 
1523
1510
 
1524
1511
 
1525
-
1526
1512
  var _RevokeSignatureCommand = class _RevokeSignatureCommand extends import_smithy_client.Command.classBuilder().ep({
1527
1513
  ...commonParams
1528
1514
  }).m(function(Command, cs, config, o) {
@@ -1539,7 +1525,6 @@ var RevokeSignatureCommand = _RevokeSignatureCommand;
1539
1525
 
1540
1526
 
1541
1527
 
1542
-
1543
1528
  var _RevokeSigningProfileCommand = class _RevokeSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1544
1529
  ...commonParams
1545
1530
  }).m(function(Command, cs, config, o) {
@@ -1556,7 +1541,6 @@ var RevokeSigningProfileCommand = _RevokeSigningProfileCommand;
1556
1541
 
1557
1542
 
1558
1543
 
1559
-
1560
1544
  var _SignPayloadCommand = class _SignPayloadCommand extends import_smithy_client.Command.classBuilder().ep({
1561
1545
  ...commonParams
1562
1546
  }).m(function(Command, cs, config, o) {
@@ -1573,7 +1557,6 @@ var SignPayloadCommand = _SignPayloadCommand;
1573
1557
 
1574
1558
 
1575
1559
 
1576
-
1577
1560
  var _StartSigningJobCommand = class _StartSigningJobCommand extends import_smithy_client.Command.classBuilder().ep({
1578
1561
  ...commonParams
1579
1562
  }).m(function(Command, cs, config, o) {
@@ -1590,7 +1573,6 @@ var StartSigningJobCommand = _StartSigningJobCommand;
1590
1573
 
1591
1574
 
1592
1575
 
1593
-
1594
1576
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1595
1577
  ...commonParams
1596
1578
  }).m(function(Command, cs, config, o) {
@@ -1607,7 +1589,6 @@ var TagResourceCommand = _TagResourceCommand;
1607
1589
 
1608
1590
 
1609
1591
 
1610
-
1611
1592
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1612
1593
  ...commonParams
1613
1594
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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 { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } 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
  *
@@ -23,8 +23,8 @@
23
23
  export * from "./SignerClient";
24
24
  export * from "./Signer";
25
25
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
26
- export { RuntimeExtension } from "./runtimeExtensions";
27
- export { SignerExtensionConfiguration } from "./extensionConfiguration";
26
+ export type { RuntimeExtension } from "./runtimeExtensions";
27
+ export type { SignerExtensionConfiguration } from "./extensionConfiguration";
28
28
  export * from "./commands";
29
29
  export * from "./pagination";
30
30
  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
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddProfilePermissionCommandInput
14
15
  extends AddProfilePermissionRequest {}
15
16
  export interface AddProfilePermissionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SignerClientResolvedConfig,
8
8
  } from "../SignerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelSigningProfileCommandInput
11
12
  extends CancelSigningProfileRequest {}
12
13
  export interface CancelSigningProfileCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSigningJobCommandInput
14
15
  extends DescribeSigningJobRequest {}
15
16
  export interface DescribeSigningJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetRevocationStatusCommandInput
14
15
  extends GetRevocationStatusRequest {}
15
16
  export interface GetRevocationStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSigningPlatformCommandInput
14
15
  extends GetSigningPlatformRequest {}
15
16
  export interface GetSigningPlatformCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSigningProfileCommandInput
14
15
  extends GetSigningProfileRequest {}
15
16
  export interface GetSigningProfileCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProfilePermissionsCommandInput
14
15
  extends ListProfilePermissionsRequest {}
15
16
  export interface ListProfilePermissionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSigningJobsCommandInput extends ListSigningJobsRequest {}
14
15
  export interface ListSigningJobsCommandOutput
15
16
  extends ListSigningJobsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSigningPlatformsCommandInput
14
15
  extends ListSigningPlatformsRequest {}
15
16
  export interface ListSigningPlatformsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSigningProfilesCommandInput
14
15
  extends ListSigningProfilesRequest {}
15
16
  export interface ListSigningProfilesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutSigningProfileCommandInput
14
15
  extends PutSigningProfileRequest {}
15
16
  export interface PutSigningProfileCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RemoveProfilePermissionCommandInput
14
15
  extends RemoveProfilePermissionRequest {}
15
16
  export interface RemoveProfilePermissionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SignerClientResolvedConfig,
8
8
  } from "../SignerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RevokeSignatureCommandInput extends RevokeSignatureRequest {}
11
12
  export interface RevokeSignatureCommandOutput extends __MetadataBearer {}
12
13
  declare const RevokeSignatureCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SignerClientResolvedConfig,
8
8
  } from "../SignerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RevokeSigningProfileCommandInput
11
12
  extends RevokeSigningProfileRequest {}
12
13
  export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SignerClientResolvedConfig,
8
8
  } from "../SignerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SignPayloadCommandInput extends SignPayloadRequest {}
11
12
  export interface SignPayloadCommandOutput
12
13
  extends SignPayloadResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartSigningJobCommandInput extends StartSigningJobRequest {}
14
15
  export interface StartSigningJobCommandOutput
15
16
  extends StartSigningJobResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SignerClientResolvedConfig,
8
8
  } from "../SignerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SignerClientResolvedConfig,
11
11
  } from "../SignerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -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 SignerServiceException 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-signer",
3
3
  "description": "AWS SDK for JavaScript Signer 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-signer",
@@ -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",