@aws-sdk/client-rolesanywhere 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 +30 -90
- package/dist-es/commands/CreateProfileCommand.js +1 -3
- package/dist-es/commands/CreateTrustAnchorCommand.js +1 -3
- package/dist-es/commands/DeleteAttributeMappingCommand.js +1 -3
- package/dist-es/commands/DeleteCrlCommand.js +1 -3
- package/dist-es/commands/DeleteProfileCommand.js +1 -3
- package/dist-es/commands/DeleteTrustAnchorCommand.js +1 -3
- package/dist-es/commands/DisableCrlCommand.js +1 -3
- package/dist-es/commands/DisableProfileCommand.js +1 -3
- package/dist-es/commands/DisableTrustAnchorCommand.js +1 -3
- package/dist-es/commands/EnableCrlCommand.js +1 -3
- package/dist-es/commands/EnableProfileCommand.js +1 -3
- package/dist-es/commands/EnableTrustAnchorCommand.js +1 -3
- package/dist-es/commands/GetCrlCommand.js +1 -3
- package/dist-es/commands/GetProfileCommand.js +1 -3
- package/dist-es/commands/GetSubjectCommand.js +1 -3
- package/dist-es/commands/GetTrustAnchorCommand.js +1 -3
- package/dist-es/commands/ImportCrlCommand.js +1 -3
- package/dist-es/commands/ListCrlsCommand.js +1 -3
- package/dist-es/commands/ListProfilesCommand.js +1 -3
- package/dist-es/commands/ListSubjectsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTrustAnchorsCommand.js +1 -3
- package/dist-es/commands/PutAttributeMappingCommand.js +1 -3
- package/dist-es/commands/PutNotificationSettingsCommand.js +1 -3
- package/dist-es/commands/ResetNotificationSettingsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCrlCommand.js +1 -3
- package/dist-es/commands/UpdateProfileCommand.js +1 -3
- package/dist-es/commands/UpdateTrustAnchorCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1386,9 +1386,7 @@ var _rA = "resourceArn";
|
|
|
1386
1386
|
var _s = "specifiers";
|
|
1387
1387
|
|
|
1388
1388
|
// src/commands/CreateProfileCommand.ts
|
|
1389
|
-
var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1390
|
-
...commonParams
|
|
1391
|
-
}).m(function(Command, cs, config, o) {
|
|
1389
|
+
var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1392
1390
|
return [
|
|
1393
1391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1394
1392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1402,9 +1400,7 @@ var CreateProfileCommand = _CreateProfileCommand;
|
|
|
1402
1400
|
|
|
1403
1401
|
|
|
1404
1402
|
|
|
1405
|
-
var _CreateTrustAnchorCommand = class _CreateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1406
|
-
...commonParams
|
|
1407
|
-
}).m(function(Command, cs, config, o) {
|
|
1403
|
+
var _CreateTrustAnchorCommand = class _CreateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1408
1404
|
return [
|
|
1409
1405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1410
1406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1418,9 +1414,7 @@ var CreateTrustAnchorCommand = _CreateTrustAnchorCommand;
|
|
|
1418
1414
|
|
|
1419
1415
|
|
|
1420
1416
|
|
|
1421
|
-
var _DeleteAttributeMappingCommand = class _DeleteAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1422
|
-
...commonParams
|
|
1423
|
-
}).m(function(Command, cs, config, o) {
|
|
1417
|
+
var _DeleteAttributeMappingCommand = class _DeleteAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1424
1418
|
return [
|
|
1425
1419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1426
1420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1434,9 +1428,7 @@ var DeleteAttributeMappingCommand = _DeleteAttributeMappingCommand;
|
|
|
1434
1428
|
|
|
1435
1429
|
|
|
1436
1430
|
|
|
1437
|
-
var _DeleteCrlCommand = class _DeleteCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1438
|
-
...commonParams
|
|
1439
|
-
}).m(function(Command, cs, config, o) {
|
|
1431
|
+
var _DeleteCrlCommand = class _DeleteCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1440
1432
|
return [
|
|
1441
1433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1442
1434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1450,9 +1442,7 @@ var DeleteCrlCommand = _DeleteCrlCommand;
|
|
|
1450
1442
|
|
|
1451
1443
|
|
|
1452
1444
|
|
|
1453
|
-
var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
|
-
...commonParams
|
|
1455
|
-
}).m(function(Command, cs, config, o) {
|
|
1445
|
+
var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1456
1446
|
return [
|
|
1457
1447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1458
1448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1466,9 +1456,7 @@ var DeleteProfileCommand = _DeleteProfileCommand;
|
|
|
1466
1456
|
|
|
1467
1457
|
|
|
1468
1458
|
|
|
1469
|
-
var _DeleteTrustAnchorCommand = class _DeleteTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1470
|
-
...commonParams
|
|
1471
|
-
}).m(function(Command, cs, config, o) {
|
|
1459
|
+
var _DeleteTrustAnchorCommand = class _DeleteTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1472
1460
|
return [
|
|
1473
1461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1474
1462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1482,9 +1470,7 @@ var DeleteTrustAnchorCommand = _DeleteTrustAnchorCommand;
|
|
|
1482
1470
|
|
|
1483
1471
|
|
|
1484
1472
|
|
|
1485
|
-
var _DisableCrlCommand = class _DisableCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1486
|
-
...commonParams
|
|
1487
|
-
}).m(function(Command, cs, config, o) {
|
|
1473
|
+
var _DisableCrlCommand = class _DisableCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1488
1474
|
return [
|
|
1489
1475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1490
1476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1498,9 +1484,7 @@ var DisableCrlCommand = _DisableCrlCommand;
|
|
|
1498
1484
|
|
|
1499
1485
|
|
|
1500
1486
|
|
|
1501
|
-
var _DisableProfileCommand = class _DisableProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1502
|
-
...commonParams
|
|
1503
|
-
}).m(function(Command, cs, config, o) {
|
|
1487
|
+
var _DisableProfileCommand = class _DisableProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1504
1488
|
return [
|
|
1505
1489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1506
1490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1514,9 +1498,7 @@ var DisableProfileCommand = _DisableProfileCommand;
|
|
|
1514
1498
|
|
|
1515
1499
|
|
|
1516
1500
|
|
|
1517
|
-
var _DisableTrustAnchorCommand = class _DisableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1518
|
-
...commonParams
|
|
1519
|
-
}).m(function(Command, cs, config, o) {
|
|
1501
|
+
var _DisableTrustAnchorCommand = class _DisableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1520
1502
|
return [
|
|
1521
1503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1522
1504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1530,9 +1512,7 @@ var DisableTrustAnchorCommand = _DisableTrustAnchorCommand;
|
|
|
1530
1512
|
|
|
1531
1513
|
|
|
1532
1514
|
|
|
1533
|
-
var _EnableCrlCommand = class _EnableCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1534
|
-
...commonParams
|
|
1535
|
-
}).m(function(Command, cs, config, o) {
|
|
1515
|
+
var _EnableCrlCommand = class _EnableCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1536
1516
|
return [
|
|
1537
1517
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1538
1518
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1546,9 +1526,7 @@ var EnableCrlCommand = _EnableCrlCommand;
|
|
|
1546
1526
|
|
|
1547
1527
|
|
|
1548
1528
|
|
|
1549
|
-
var _EnableProfileCommand = class _EnableProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1550
|
-
...commonParams
|
|
1551
|
-
}).m(function(Command, cs, config, o) {
|
|
1529
|
+
var _EnableProfileCommand = class _EnableProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1552
1530
|
return [
|
|
1553
1531
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1554
1532
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1562,9 +1540,7 @@ var EnableProfileCommand = _EnableProfileCommand;
|
|
|
1562
1540
|
|
|
1563
1541
|
|
|
1564
1542
|
|
|
1565
|
-
var _EnableTrustAnchorCommand = class _EnableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1566
|
-
...commonParams
|
|
1567
|
-
}).m(function(Command, cs, config, o) {
|
|
1543
|
+
var _EnableTrustAnchorCommand = class _EnableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1568
1544
|
return [
|
|
1569
1545
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1570
1546
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1578,9 +1554,7 @@ var EnableTrustAnchorCommand = _EnableTrustAnchorCommand;
|
|
|
1578
1554
|
|
|
1579
1555
|
|
|
1580
1556
|
|
|
1581
|
-
var _GetCrlCommand = class _GetCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1582
|
-
...commonParams
|
|
1583
|
-
}).m(function(Command, cs, config, o) {
|
|
1557
|
+
var _GetCrlCommand = class _GetCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1584
1558
|
return [
|
|
1585
1559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1586
1560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1594,9 +1568,7 @@ var GetCrlCommand = _GetCrlCommand;
|
|
|
1594
1568
|
|
|
1595
1569
|
|
|
1596
1570
|
|
|
1597
|
-
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1598
|
-
...commonParams
|
|
1599
|
-
}).m(function(Command, cs, config, o) {
|
|
1571
|
+
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1600
1572
|
return [
|
|
1601
1573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1602
1574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1610,9 +1582,7 @@ var GetProfileCommand = _GetProfileCommand;
|
|
|
1610
1582
|
|
|
1611
1583
|
|
|
1612
1584
|
|
|
1613
|
-
var _GetSubjectCommand = class _GetSubjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1614
|
-
...commonParams
|
|
1615
|
-
}).m(function(Command, cs, config, o) {
|
|
1585
|
+
var _GetSubjectCommand = class _GetSubjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1616
1586
|
return [
|
|
1617
1587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1618
1588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1626,9 +1596,7 @@ var GetSubjectCommand = _GetSubjectCommand;
|
|
|
1626
1596
|
|
|
1627
1597
|
|
|
1628
1598
|
|
|
1629
|
-
var _GetTrustAnchorCommand = class _GetTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1630
|
-
...commonParams
|
|
1631
|
-
}).m(function(Command, cs, config, o) {
|
|
1599
|
+
var _GetTrustAnchorCommand = class _GetTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1632
1600
|
return [
|
|
1633
1601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1634
1602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1642,9 +1610,7 @@ var GetTrustAnchorCommand = _GetTrustAnchorCommand;
|
|
|
1642
1610
|
|
|
1643
1611
|
|
|
1644
1612
|
|
|
1645
|
-
var _ImportCrlCommand = class _ImportCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1646
|
-
...commonParams
|
|
1647
|
-
}).m(function(Command, cs, config, o) {
|
|
1613
|
+
var _ImportCrlCommand = class _ImportCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1648
1614
|
return [
|
|
1649
1615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1650
1616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1658,9 +1624,7 @@ var ImportCrlCommand = _ImportCrlCommand;
|
|
|
1658
1624
|
|
|
1659
1625
|
|
|
1660
1626
|
|
|
1661
|
-
var _ListCrlsCommand = class _ListCrlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1662
|
-
...commonParams
|
|
1663
|
-
}).m(function(Command, cs, config, o) {
|
|
1627
|
+
var _ListCrlsCommand = class _ListCrlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1664
1628
|
return [
|
|
1665
1629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1666
1630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1674,9 +1638,7 @@ var ListCrlsCommand = _ListCrlsCommand;
|
|
|
1674
1638
|
|
|
1675
1639
|
|
|
1676
1640
|
|
|
1677
|
-
var _ListProfilesCommand = class _ListProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1678
|
-
...commonParams
|
|
1679
|
-
}).m(function(Command, cs, config, o) {
|
|
1641
|
+
var _ListProfilesCommand = class _ListProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1680
1642
|
return [
|
|
1681
1643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1682
1644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1690,9 +1652,7 @@ var ListProfilesCommand = _ListProfilesCommand;
|
|
|
1690
1652
|
|
|
1691
1653
|
|
|
1692
1654
|
|
|
1693
|
-
var _ListSubjectsCommand = class _ListSubjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1694
|
-
...commonParams
|
|
1695
|
-
}).m(function(Command, cs, config, o) {
|
|
1655
|
+
var _ListSubjectsCommand = class _ListSubjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1696
1656
|
return [
|
|
1697
1657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1698
1658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1706,9 +1666,7 @@ var ListSubjectsCommand = _ListSubjectsCommand;
|
|
|
1706
1666
|
|
|
1707
1667
|
|
|
1708
1668
|
|
|
1709
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1710
|
-
...commonParams
|
|
1711
|
-
}).m(function(Command, cs, config, o) {
|
|
1669
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1712
1670
|
return [
|
|
1713
1671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1714
1672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1722,9 +1680,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1722
1680
|
|
|
1723
1681
|
|
|
1724
1682
|
|
|
1725
|
-
var _ListTrustAnchorsCommand = class _ListTrustAnchorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
|
-
...commonParams
|
|
1727
|
-
}).m(function(Command, cs, config, o) {
|
|
1683
|
+
var _ListTrustAnchorsCommand = class _ListTrustAnchorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1728
1684
|
return [
|
|
1729
1685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1730
1686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1738,9 +1694,7 @@ var ListTrustAnchorsCommand = _ListTrustAnchorsCommand;
|
|
|
1738
1694
|
|
|
1739
1695
|
|
|
1740
1696
|
|
|
1741
|
-
var _PutAttributeMappingCommand = class _PutAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1742
|
-
...commonParams
|
|
1743
|
-
}).m(function(Command, cs, config, o) {
|
|
1697
|
+
var _PutAttributeMappingCommand = class _PutAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1744
1698
|
return [
|
|
1745
1699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1746
1700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1754,9 +1708,7 @@ var PutAttributeMappingCommand = _PutAttributeMappingCommand;
|
|
|
1754
1708
|
|
|
1755
1709
|
|
|
1756
1710
|
|
|
1757
|
-
var _PutNotificationSettingsCommand = class _PutNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
|
-
...commonParams
|
|
1759
|
-
}).m(function(Command, cs, config, o) {
|
|
1711
|
+
var _PutNotificationSettingsCommand = class _PutNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1760
1712
|
return [
|
|
1761
1713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1762
1714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1770,9 +1722,7 @@ var PutNotificationSettingsCommand = _PutNotificationSettingsCommand;
|
|
|
1770
1722
|
|
|
1771
1723
|
|
|
1772
1724
|
|
|
1773
|
-
var _ResetNotificationSettingsCommand = class _ResetNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1774
|
-
...commonParams
|
|
1775
|
-
}).m(function(Command, cs, config, o) {
|
|
1725
|
+
var _ResetNotificationSettingsCommand = class _ResetNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1776
1726
|
return [
|
|
1777
1727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1778
1728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1786,9 +1736,7 @@ var ResetNotificationSettingsCommand = _ResetNotificationSettingsCommand;
|
|
|
1786
1736
|
|
|
1787
1737
|
|
|
1788
1738
|
|
|
1789
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1790
|
-
...commonParams
|
|
1791
|
-
}).m(function(Command, cs, config, o) {
|
|
1739
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1792
1740
|
return [
|
|
1793
1741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1794
1742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1802,9 +1750,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1802
1750
|
|
|
1803
1751
|
|
|
1804
1752
|
|
|
1805
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1806
|
-
...commonParams
|
|
1807
|
-
}).m(function(Command, cs, config, o) {
|
|
1753
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1808
1754
|
return [
|
|
1809
1755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1810
1756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1818,9 +1764,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1818
1764
|
|
|
1819
1765
|
|
|
1820
1766
|
|
|
1821
|
-
var _UpdateCrlCommand = class _UpdateCrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1822
|
-
...commonParams
|
|
1823
|
-
}).m(function(Command, cs, config, o) {
|
|
1767
|
+
var _UpdateCrlCommand = class _UpdateCrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1824
1768
|
return [
|
|
1825
1769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1826
1770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1834,9 +1778,7 @@ var UpdateCrlCommand = _UpdateCrlCommand;
|
|
|
1834
1778
|
|
|
1835
1779
|
|
|
1836
1780
|
|
|
1837
|
-
var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
|
-
...commonParams
|
|
1839
|
-
}).m(function(Command, cs, config, o) {
|
|
1781
|
+
var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1840
1782
|
return [
|
|
1841
1783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1842
1784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1850,9 +1792,7 @@ var UpdateProfileCommand = _UpdateProfileCommand;
|
|
|
1850
1792
|
|
|
1851
1793
|
|
|
1852
1794
|
|
|
1853
|
-
var _UpdateTrustAnchorCommand = class _UpdateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
|
-
...commonParams
|
|
1855
|
-
}).m(function(Command, cs, config, o) {
|
|
1795
|
+
var _UpdateTrustAnchorCommand = class _UpdateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1856
1796
|
return [
|
|
1857
1797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1858
1798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateProfileCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateTrustAnchorCommand, se_CreateTrustAnchorCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateTrustAnchorCommand 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_DeleteAttributeMappingCommand, se_DeleteAttributeMappingCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAttributeMappingCommand 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_DeleteCrlCommand, se_DeleteCrlCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCrlCommand 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_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProfileCommand 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_DeleteTrustAnchorCommand, se_DeleteTrustAnchorCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTrustAnchorCommand 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_DisableCrlCommand, se_DisableCrlCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableCrlCommand 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_DisableProfileCommand, se_DisableProfileCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableProfileCommand 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_DisableTrustAnchorCommand, se_DisableTrustAnchorCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableTrustAnchorCommand 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_EnableCrlCommand, se_EnableCrlCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableCrlCommand 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_EnableProfileCommand, se_EnableProfileCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableProfileCommand 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_EnableTrustAnchorCommand, se_EnableTrustAnchorCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableTrustAnchorCommand 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_GetCrlCommand, se_GetCrlCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCrlCommand 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_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProfileCommand 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_GetSubjectCommand, se_GetSubjectCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSubjectCommand 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_GetTrustAnchorCommand, se_GetTrustAnchorCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTrustAnchorCommand 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_ImportCrlCommand, se_ImportCrlCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ImportCrlCommand 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_ListCrlsCommand, se_ListCrlsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCrlsCommand 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_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfilesCommand 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_ListSubjectsCommand, se_ListSubjectsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSubjectsCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand 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_ListTrustAnchorsCommand, se_ListTrustAnchorsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTrustAnchorsCommand 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_PutAttributeMappingCommand, se_PutAttributeMappingCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAttributeMappingCommand 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_PutNotificationSettingsCommand, se_PutNotificationSettingsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutNotificationSettingsCommand 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_ResetNotificationSettingsCommand, se_ResetNotificationSettingsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResetNotificationSettingsCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand 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_UpdateCrlCommand, se_UpdateCrlCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateCrlCommand 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_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateProfileCommand 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_UpdateTrustAnchorCommand, se_UpdateTrustAnchorCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTrustAnchorCommand 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-rolesanywhere",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rolesanywhere 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-rolesanywhere",
|
|
@@ -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",
|