@aws-sdk/client-secrets-manager 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +23 -69
- package/dist-es/commands/BatchGetSecretValueCommand.js +1 -3
- package/dist-es/commands/CancelRotateSecretCommand.js +1 -3
- package/dist-es/commands/CreateSecretCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteSecretCommand.js +1 -3
- package/dist-es/commands/DescribeSecretCommand.js +1 -3
- package/dist-es/commands/GetRandomPasswordCommand.js +1 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
- package/dist-es/commands/GetSecretValueCommand.js +1 -3
- package/dist-es/commands/ListSecretVersionIdsCommand.js +1 -3
- package/dist-es/commands/ListSecretsCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/PutSecretValueCommand.js +1 -3
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +1 -3
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +1 -3
- package/dist-es/commands/RestoreSecretCommand.js +1 -3
- package/dist-es/commands/RotateSecretCommand.js +1 -3
- package/dist-es/commands/StopReplicationToReplicaCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateSecretCommand.js +1 -3
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +1 -3
- package/dist-es/commands/ValidateResourcePolicyCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1335,9 +1335,7 @@ function sharedHeaders(operation) {
|
|
|
1335
1335
|
__name(sharedHeaders, "sharedHeaders");
|
|
1336
1336
|
|
|
1337
1337
|
// src/commands/BatchGetSecretValueCommand.ts
|
|
1338
|
-
var _BatchGetSecretValueCommand = class _BatchGetSecretValueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1339
|
-
...commonParams
|
|
1340
|
-
}).m(function(Command, cs, config, o) {
|
|
1338
|
+
var _BatchGetSecretValueCommand = class _BatchGetSecretValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1341
1339
|
return [
|
|
1342
1340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1343
1341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1351,9 +1349,7 @@ var BatchGetSecretValueCommand = _BatchGetSecretValueCommand;
|
|
|
1351
1349
|
|
|
1352
1350
|
|
|
1353
1351
|
|
|
1354
|
-
var _CancelRotateSecretCommand = class _CancelRotateSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1355
|
-
...commonParams
|
|
1356
|
-
}).m(function(Command, cs, config, o) {
|
|
1352
|
+
var _CancelRotateSecretCommand = class _CancelRotateSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1357
1353
|
return [
|
|
1358
1354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1359
1355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1367,9 +1363,7 @@ var CancelRotateSecretCommand = _CancelRotateSecretCommand;
|
|
|
1367
1363
|
|
|
1368
1364
|
|
|
1369
1365
|
|
|
1370
|
-
var _CreateSecretCommand = class _CreateSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1371
|
-
...commonParams
|
|
1372
|
-
}).m(function(Command, cs, config, o) {
|
|
1366
|
+
var _CreateSecretCommand = class _CreateSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1373
1367
|
return [
|
|
1374
1368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1375
1369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1383,9 +1377,7 @@ var CreateSecretCommand = _CreateSecretCommand;
|
|
|
1383
1377
|
|
|
1384
1378
|
|
|
1385
1379
|
|
|
1386
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1387
|
-
...commonParams
|
|
1388
|
-
}).m(function(Command, cs, config, o) {
|
|
1380
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1389
1381
|
return [
|
|
1390
1382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1391
1383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1399,9 +1391,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
1399
1391
|
|
|
1400
1392
|
|
|
1401
1393
|
|
|
1402
|
-
var _DeleteSecretCommand = class _DeleteSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1403
|
-
...commonParams
|
|
1404
|
-
}).m(function(Command, cs, config, o) {
|
|
1394
|
+
var _DeleteSecretCommand = class _DeleteSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1405
1395
|
return [
|
|
1406
1396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1407
1397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1415,9 +1405,7 @@ var DeleteSecretCommand = _DeleteSecretCommand;
|
|
|
1415
1405
|
|
|
1416
1406
|
|
|
1417
1407
|
|
|
1418
|
-
var _DescribeSecretCommand = class _DescribeSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1419
|
-
...commonParams
|
|
1420
|
-
}).m(function(Command, cs, config, o) {
|
|
1408
|
+
var _DescribeSecretCommand = class _DescribeSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1421
1409
|
return [
|
|
1422
1410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1423
1411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1431,9 +1419,7 @@ var DescribeSecretCommand = _DescribeSecretCommand;
|
|
|
1431
1419
|
|
|
1432
1420
|
|
|
1433
1421
|
|
|
1434
|
-
var _GetRandomPasswordCommand = class _GetRandomPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1435
|
-
...commonParams
|
|
1436
|
-
}).m(function(Command, cs, config, o) {
|
|
1422
|
+
var _GetRandomPasswordCommand = class _GetRandomPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1437
1423
|
return [
|
|
1438
1424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1439
1425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1447,9 +1433,7 @@ var GetRandomPasswordCommand = _GetRandomPasswordCommand;
|
|
|
1447
1433
|
|
|
1448
1434
|
|
|
1449
1435
|
|
|
1450
|
-
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1451
|
-
...commonParams
|
|
1452
|
-
}).m(function(Command, cs, config, o) {
|
|
1436
|
+
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1453
1437
|
return [
|
|
1454
1438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1455
1439
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1463,9 +1447,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
1463
1447
|
|
|
1464
1448
|
|
|
1465
1449
|
|
|
1466
|
-
var _GetSecretValueCommand = class _GetSecretValueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1467
|
-
...commonParams
|
|
1468
|
-
}).m(function(Command, cs, config, o) {
|
|
1450
|
+
var _GetSecretValueCommand = class _GetSecretValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1469
1451
|
return [
|
|
1470
1452
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1471
1453
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1479,9 +1461,7 @@ var GetSecretValueCommand = _GetSecretValueCommand;
|
|
|
1479
1461
|
|
|
1480
1462
|
|
|
1481
1463
|
|
|
1482
|
-
var _ListSecretsCommand = class _ListSecretsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1483
|
-
...commonParams
|
|
1484
|
-
}).m(function(Command, cs, config, o) {
|
|
1464
|
+
var _ListSecretsCommand = class _ListSecretsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1485
1465
|
return [
|
|
1486
1466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1487
1467
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1495,9 +1475,7 @@ var ListSecretsCommand = _ListSecretsCommand;
|
|
|
1495
1475
|
|
|
1496
1476
|
|
|
1497
1477
|
|
|
1498
|
-
var _ListSecretVersionIdsCommand = class _ListSecretVersionIdsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1499
|
-
...commonParams
|
|
1500
|
-
}).m(function(Command, cs, config, o) {
|
|
1478
|
+
var _ListSecretVersionIdsCommand = class _ListSecretVersionIdsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1501
1479
|
return [
|
|
1502
1480
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1503
1481
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1511,9 +1489,7 @@ var ListSecretVersionIdsCommand = _ListSecretVersionIdsCommand;
|
|
|
1511
1489
|
|
|
1512
1490
|
|
|
1513
1491
|
|
|
1514
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1515
|
-
...commonParams
|
|
1516
|
-
}).m(function(Command, cs, config, o) {
|
|
1492
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1517
1493
|
return [
|
|
1518
1494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1519
1495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1527,9 +1503,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
1527
1503
|
|
|
1528
1504
|
|
|
1529
1505
|
|
|
1530
|
-
var _PutSecretValueCommand = class _PutSecretValueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1531
|
-
...commonParams
|
|
1532
|
-
}).m(function(Command, cs, config, o) {
|
|
1506
|
+
var _PutSecretValueCommand = class _PutSecretValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1533
1507
|
return [
|
|
1534
1508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1535
1509
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1543,9 +1517,7 @@ var PutSecretValueCommand = _PutSecretValueCommand;
|
|
|
1543
1517
|
|
|
1544
1518
|
|
|
1545
1519
|
|
|
1546
|
-
var _RemoveRegionsFromReplicationCommand = class _RemoveRegionsFromReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1547
|
-
...commonParams
|
|
1548
|
-
}).m(function(Command, cs, config, o) {
|
|
1520
|
+
var _RemoveRegionsFromReplicationCommand = class _RemoveRegionsFromReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1549
1521
|
return [
|
|
1550
1522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1551
1523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1559,9 +1531,7 @@ var RemoveRegionsFromReplicationCommand = _RemoveRegionsFromReplicationCommand;
|
|
|
1559
1531
|
|
|
1560
1532
|
|
|
1561
1533
|
|
|
1562
|
-
var _ReplicateSecretToRegionsCommand = class _ReplicateSecretToRegionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1563
|
-
...commonParams
|
|
1564
|
-
}).m(function(Command, cs, config, o) {
|
|
1534
|
+
var _ReplicateSecretToRegionsCommand = class _ReplicateSecretToRegionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1565
1535
|
return [
|
|
1566
1536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1567
1537
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1575,9 +1545,7 @@ var ReplicateSecretToRegionsCommand = _ReplicateSecretToRegionsCommand;
|
|
|
1575
1545
|
|
|
1576
1546
|
|
|
1577
1547
|
|
|
1578
|
-
var _RestoreSecretCommand = class _RestoreSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1579
|
-
...commonParams
|
|
1580
|
-
}).m(function(Command, cs, config, o) {
|
|
1548
|
+
var _RestoreSecretCommand = class _RestoreSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1581
1549
|
return [
|
|
1582
1550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1583
1551
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1591,9 +1559,7 @@ var RestoreSecretCommand = _RestoreSecretCommand;
|
|
|
1591
1559
|
|
|
1592
1560
|
|
|
1593
1561
|
|
|
1594
|
-
var _RotateSecretCommand = class _RotateSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1595
|
-
...commonParams
|
|
1596
|
-
}).m(function(Command, cs, config, o) {
|
|
1562
|
+
var _RotateSecretCommand = class _RotateSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1597
1563
|
return [
|
|
1598
1564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1599
1565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1607,9 +1573,7 @@ var RotateSecretCommand = _RotateSecretCommand;
|
|
|
1607
1573
|
|
|
1608
1574
|
|
|
1609
1575
|
|
|
1610
|
-
var _StopReplicationToReplicaCommand = class _StopReplicationToReplicaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1611
|
-
...commonParams
|
|
1612
|
-
}).m(function(Command, cs, config, o) {
|
|
1576
|
+
var _StopReplicationToReplicaCommand = class _StopReplicationToReplicaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1613
1577
|
return [
|
|
1614
1578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1615
1579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1623,9 +1587,7 @@ var StopReplicationToReplicaCommand = _StopReplicationToReplicaCommand;
|
|
|
1623
1587
|
|
|
1624
1588
|
|
|
1625
1589
|
|
|
1626
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1627
|
-
...commonParams
|
|
1628
|
-
}).m(function(Command, cs, config, o) {
|
|
1590
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1629
1591
|
return [
|
|
1630
1592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1631
1593
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1639,9 +1601,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1639
1601
|
|
|
1640
1602
|
|
|
1641
1603
|
|
|
1642
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1643
|
-
...commonParams
|
|
1644
|
-
}).m(function(Command, cs, config, o) {
|
|
1604
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1645
1605
|
return [
|
|
1646
1606
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1647
1607
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1655,9 +1615,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1655
1615
|
|
|
1656
1616
|
|
|
1657
1617
|
|
|
1658
|
-
var _UpdateSecretCommand = class _UpdateSecretCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1659
|
-
...commonParams
|
|
1660
|
-
}).m(function(Command, cs, config, o) {
|
|
1618
|
+
var _UpdateSecretCommand = class _UpdateSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1661
1619
|
return [
|
|
1662
1620
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1663
1621
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1671,9 +1629,7 @@ var UpdateSecretCommand = _UpdateSecretCommand;
|
|
|
1671
1629
|
|
|
1672
1630
|
|
|
1673
1631
|
|
|
1674
|
-
var _UpdateSecretVersionStageCommand = class _UpdateSecretVersionStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1675
|
-
...commonParams
|
|
1676
|
-
}).m(function(Command, cs, config, o) {
|
|
1632
|
+
var _UpdateSecretVersionStageCommand = class _UpdateSecretVersionStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1677
1633
|
return [
|
|
1678
1634
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1679
1635
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1687,9 +1643,7 @@ var UpdateSecretVersionStageCommand = _UpdateSecretVersionStageCommand;
|
|
|
1687
1643
|
|
|
1688
1644
|
|
|
1689
1645
|
|
|
1690
|
-
var _ValidateResourcePolicyCommand = class _ValidateResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1691
|
-
...commonParams
|
|
1692
|
-
}).m(function(Command, cs, config, o) {
|
|
1646
|
+
var _ValidateResourcePolicyCommand = class _ValidateResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1693
1647
|
return [
|
|
1694
1648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1695
1649
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_BatchGetSecretValueCommand, se_BatchGetSecretValueCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetSecretValueCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelRotateSecretCommand, se_CancelRotateSecretCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelRotateSecretCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateSecretCommand, se_CreateSecretCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSecretCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSecretCommand, se_DeleteSecretCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSecretCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSecretCommand, se_DescribeSecretCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSecretCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetRandomPasswordCommand, se_GetRandomPasswordCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetRandomPasswordCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSecretValueCommand, se_GetSecretValueCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSecretValueCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSecretVersionIdsCommand, se_ListSecretVersionIdsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSecretVersionIdsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSecretsCommand, se_ListSecretsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSecretsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutSecretValueCommand, se_PutSecretValueCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutSecretValueCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveRegionsFromReplicationCommand, se_RemoveRegionsFromReplication
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveRegionsFromReplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ReplicateSecretToRegionsCommand, se_ReplicateSecretToRegionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ReplicateSecretToRegionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RestoreSecretCommand, se_RestoreSecretCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RestoreSecretCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RotateSecretCommand, se_RotateSecretCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RotateSecretCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopReplicationToReplicaCommand, se_StopReplicationToReplicaCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopReplicationToReplicaCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateSecretCommand, se_UpdateSecretCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateSecretCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSecretVersionStageCommand, se_UpdateSecretVersionStageCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSecretVersionStageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ValidateResourcePolicyCommand, se_ValidateResourcePolicyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ValidateResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-secrets-manager",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|