@aws-sdk/client-acm-pca 3.649.0 → 3.651.1

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 (25) hide show
  1. package/dist-cjs/index.js +23 -69
  2. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +1 -3
  3. package/dist-es/commands/CreateCertificateAuthorityCommand.js +1 -3
  4. package/dist-es/commands/CreatePermissionCommand.js +1 -3
  5. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +1 -3
  6. package/dist-es/commands/DeletePermissionCommand.js +1 -3
  7. package/dist-es/commands/DeletePolicyCommand.js +1 -3
  8. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +1 -3
  9. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +1 -3
  10. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +1 -3
  11. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +1 -3
  12. package/dist-es/commands/GetCertificateCommand.js +1 -3
  13. package/dist-es/commands/GetPolicyCommand.js +1 -3
  14. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +1 -3
  15. package/dist-es/commands/IssueCertificateCommand.js +1 -3
  16. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +1 -3
  17. package/dist-es/commands/ListPermissionsCommand.js +1 -3
  18. package/dist-es/commands/ListTagsCommand.js +1 -3
  19. package/dist-es/commands/PutPolicyCommand.js +1 -3
  20. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +1 -3
  21. package/dist-es/commands/RevokeCertificateCommand.js +1 -3
  22. package/dist-es/commands/TagCertificateAuthorityCommand.js +1 -3
  23. package/dist-es/commands/UntagCertificateAuthorityCommand.js +1 -3
  24. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +1 -3
  25. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -1454,9 +1454,7 @@ function sharedHeaders(operation) {
1454
1454
  __name(sharedHeaders, "sharedHeaders");
1455
1455
 
1456
1456
  // src/commands/CreateCertificateAuthorityAuditReportCommand.ts
1457
- var _CreateCertificateAuthorityAuditReportCommand = class _CreateCertificateAuthorityAuditReportCommand extends import_smithy_client.Command.classBuilder().ep({
1458
- ...commonParams
1459
- }).m(function(Command, cs, config, o) {
1457
+ var _CreateCertificateAuthorityAuditReportCommand = class _CreateCertificateAuthorityAuditReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1460
1458
  return [
1461
1459
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1462
1460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1470,9 +1468,7 @@ var CreateCertificateAuthorityAuditReportCommand = _CreateCertificateAuthorityAu
1470
1468
 
1471
1469
 
1472
1470
 
1473
- var _CreateCertificateAuthorityCommand = class _CreateCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1474
- ...commonParams
1475
- }).m(function(Command, cs, config, o) {
1471
+ var _CreateCertificateAuthorityCommand = class _CreateCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1476
1472
  return [
1477
1473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1478
1474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1486,9 +1482,7 @@ var CreateCertificateAuthorityCommand = _CreateCertificateAuthorityCommand;
1486
1482
 
1487
1483
 
1488
1484
 
1489
- var _CreatePermissionCommand = class _CreatePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
1490
- ...commonParams
1491
- }).m(function(Command, cs, config, o) {
1485
+ var _CreatePermissionCommand = class _CreatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1492
1486
  return [
1493
1487
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1494
1488
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1502,9 +1496,7 @@ var CreatePermissionCommand = _CreatePermissionCommand;
1502
1496
 
1503
1497
 
1504
1498
 
1505
- var _DeleteCertificateAuthorityCommand = class _DeleteCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1506
- ...commonParams
1507
- }).m(function(Command, cs, config, o) {
1499
+ var _DeleteCertificateAuthorityCommand = class _DeleteCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1508
1500
  return [
1509
1501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1510
1502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1518,9 +1510,7 @@ var DeleteCertificateAuthorityCommand = _DeleteCertificateAuthorityCommand;
1518
1510
 
1519
1511
 
1520
1512
 
1521
- var _DeletePermissionCommand = class _DeletePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
1522
- ...commonParams
1523
- }).m(function(Command, cs, config, o) {
1513
+ var _DeletePermissionCommand = class _DeletePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1524
1514
  return [
1525
1515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1526
1516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1534,9 +1524,7 @@ var DeletePermissionCommand = _DeletePermissionCommand;
1534
1524
 
1535
1525
 
1536
1526
 
1537
- var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1538
- ...commonParams
1539
- }).m(function(Command, cs, config, o) {
1527
+ var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1540
1528
  return [
1541
1529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1542
1530
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1550,9 +1538,7 @@ var DeletePolicyCommand = _DeletePolicyCommand;
1550
1538
 
1551
1539
 
1552
1540
 
1553
- var _DescribeCertificateAuthorityAuditReportCommand = class _DescribeCertificateAuthorityAuditReportCommand extends import_smithy_client.Command.classBuilder().ep({
1554
- ...commonParams
1555
- }).m(function(Command, cs, config, o) {
1541
+ var _DescribeCertificateAuthorityAuditReportCommand = class _DescribeCertificateAuthorityAuditReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1556
1542
  return [
1557
1543
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1558
1544
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1566,9 +1552,7 @@ var DescribeCertificateAuthorityAuditReportCommand = _DescribeCertificateAuthori
1566
1552
 
1567
1553
 
1568
1554
 
1569
- var _DescribeCertificateAuthorityCommand = class _DescribeCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1570
- ...commonParams
1571
- }).m(function(Command, cs, config, o) {
1555
+ var _DescribeCertificateAuthorityCommand = class _DescribeCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1572
1556
  return [
1573
1557
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1574
1558
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1582,9 +1566,7 @@ var DescribeCertificateAuthorityCommand = _DescribeCertificateAuthorityCommand;
1582
1566
 
1583
1567
 
1584
1568
 
1585
- var _GetCertificateAuthorityCertificateCommand = class _GetCertificateAuthorityCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1586
- ...commonParams
1587
- }).m(function(Command, cs, config, o) {
1569
+ var _GetCertificateAuthorityCertificateCommand = class _GetCertificateAuthorityCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1588
1570
  return [
1589
1571
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1590
1572
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1598,9 +1580,7 @@ var GetCertificateAuthorityCertificateCommand = _GetCertificateAuthorityCertific
1598
1580
 
1599
1581
 
1600
1582
 
1601
- var _GetCertificateAuthorityCsrCommand = class _GetCertificateAuthorityCsrCommand extends import_smithy_client.Command.classBuilder().ep({
1602
- ...commonParams
1603
- }).m(function(Command, cs, config, o) {
1583
+ var _GetCertificateAuthorityCsrCommand = class _GetCertificateAuthorityCsrCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1604
1584
  return [
1605
1585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1606
1586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1614,9 +1594,7 @@ var GetCertificateAuthorityCsrCommand = _GetCertificateAuthorityCsrCommand;
1614
1594
 
1615
1595
 
1616
1596
 
1617
- var _GetCertificateCommand = class _GetCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1618
- ...commonParams
1619
- }).m(function(Command, cs, config, o) {
1597
+ var _GetCertificateCommand = class _GetCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1620
1598
  return [
1621
1599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1622
1600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1630,9 +1608,7 @@ var GetCertificateCommand = _GetCertificateCommand;
1630
1608
 
1631
1609
 
1632
1610
 
1633
- var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1634
- ...commonParams
1635
- }).m(function(Command, cs, config, o) {
1611
+ var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1636
1612
  return [
1637
1613
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1638
1614
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1646,9 +1622,7 @@ var GetPolicyCommand = _GetPolicyCommand;
1646
1622
 
1647
1623
 
1648
1624
 
1649
- var _ImportCertificateAuthorityCertificateCommand = class _ImportCertificateAuthorityCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1650
- ...commonParams
1651
- }).m(function(Command, cs, config, o) {
1625
+ var _ImportCertificateAuthorityCertificateCommand = class _ImportCertificateAuthorityCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1652
1626
  return [
1653
1627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1654
1628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1662,9 +1636,7 @@ var ImportCertificateAuthorityCertificateCommand = _ImportCertificateAuthorityCe
1662
1636
 
1663
1637
 
1664
1638
 
1665
- var _IssueCertificateCommand = class _IssueCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1666
- ...commonParams
1667
- }).m(function(Command, cs, config, o) {
1639
+ var _IssueCertificateCommand = class _IssueCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1668
1640
  return [
1669
1641
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1670
1642
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1678,9 +1650,7 @@ var IssueCertificateCommand = _IssueCertificateCommand;
1678
1650
 
1679
1651
 
1680
1652
 
1681
- var _ListCertificateAuthoritiesCommand = class _ListCertificateAuthoritiesCommand extends import_smithy_client.Command.classBuilder().ep({
1682
- ...commonParams
1683
- }).m(function(Command, cs, config, o) {
1653
+ var _ListCertificateAuthoritiesCommand = class _ListCertificateAuthoritiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1684
1654
  return [
1685
1655
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1686
1656
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1694,9 +1664,7 @@ var ListCertificateAuthoritiesCommand = _ListCertificateAuthoritiesCommand;
1694
1664
 
1695
1665
 
1696
1666
 
1697
- var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
1698
- ...commonParams
1699
- }).m(function(Command, cs, config, o) {
1667
+ var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1700
1668
  return [
1701
1669
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1702
1670
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1710,9 +1678,7 @@ var ListPermissionsCommand = _ListPermissionsCommand;
1710
1678
 
1711
1679
 
1712
1680
 
1713
- var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1714
- ...commonParams
1715
- }).m(function(Command, cs, config, o) {
1681
+ var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1716
1682
  return [
1717
1683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1718
1684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1726,9 +1692,7 @@ var ListTagsCommand = _ListTagsCommand;
1726
1692
 
1727
1693
 
1728
1694
 
1729
- var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1730
- ...commonParams
1731
- }).m(function(Command, cs, config, o) {
1695
+ var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1732
1696
  return [
1733
1697
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1734
1698
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1742,9 +1706,7 @@ var PutPolicyCommand = _PutPolicyCommand;
1742
1706
 
1743
1707
 
1744
1708
 
1745
- var _RestoreCertificateAuthorityCommand = class _RestoreCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1746
- ...commonParams
1747
- }).m(function(Command, cs, config, o) {
1709
+ var _RestoreCertificateAuthorityCommand = class _RestoreCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1748
1710
  return [
1749
1711
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1750
1712
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1758,9 +1720,7 @@ var RestoreCertificateAuthorityCommand = _RestoreCertificateAuthorityCommand;
1758
1720
 
1759
1721
 
1760
1722
 
1761
- var _RevokeCertificateCommand = class _RevokeCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
1762
- ...commonParams
1763
- }).m(function(Command, cs, config, o) {
1723
+ var _RevokeCertificateCommand = class _RevokeCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1764
1724
  return [
1765
1725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1766
1726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1774,9 +1734,7 @@ var RevokeCertificateCommand = _RevokeCertificateCommand;
1774
1734
 
1775
1735
 
1776
1736
 
1777
- var _TagCertificateAuthorityCommand = class _TagCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1778
- ...commonParams
1779
- }).m(function(Command, cs, config, o) {
1737
+ var _TagCertificateAuthorityCommand = class _TagCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1780
1738
  return [
1781
1739
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1782
1740
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1790,9 +1748,7 @@ var TagCertificateAuthorityCommand = _TagCertificateAuthorityCommand;
1790
1748
 
1791
1749
 
1792
1750
 
1793
- var _UntagCertificateAuthorityCommand = class _UntagCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1794
- ...commonParams
1795
- }).m(function(Command, cs, config, o) {
1751
+ var _UntagCertificateAuthorityCommand = class _UntagCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1796
1752
  return [
1797
1753
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1798
1754
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1806,9 +1762,7 @@ var UntagCertificateAuthorityCommand = _UntagCertificateAuthorityCommand;
1806
1762
 
1807
1763
 
1808
1764
 
1809
- var _UpdateCertificateAuthorityCommand = class _UpdateCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
1810
- ...commonParams
1811
- }).m(function(Command, cs, config, o) {
1765
+ var _UpdateCertificateAuthorityCommand = class _UpdateCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1812
1766
  return [
1813
1767
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1814
1768
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateCertificateAuthorityAuditReportCommand, se_CreateCertificateAu
6
6
  export { $Command };
7
7
  export class CreateCertificateAuthorityAuditReportCommand 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_CreateCertificateAuthorityCommand, se_CreateCertificateAuthorityComm
6
6
  export { $Command };
7
7
  export class CreateCertificateAuthorityCommand 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_CreatePermissionCommand, se_CreatePermissionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreatePermissionCommand 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_DeleteCertificateAuthorityCommand, se_DeleteCertificateAuthorityComm
6
6
  export { $Command };
7
7
  export class DeleteCertificateAuthorityCommand 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_DeletePermissionCommand, se_DeletePermissionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeletePermissionCommand 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_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeletePolicyCommand 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_DescribeCertificateAuthorityAuditReportCommand, se_DescribeCertifica
6
6
  export { $Command };
7
7
  export class DescribeCertificateAuthorityAuditReportCommand 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_DescribeCertificateAuthorityCommand, se_DescribeCertificateAuthority
6
6
  export { $Command };
7
7
  export class DescribeCertificateAuthorityCommand 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_GetCertificateAuthorityCertificateCommand, se_GetCertificateAuthorit
6
6
  export { $Command };
7
7
  export class GetCertificateAuthorityCertificateCommand 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_GetCertificateAuthorityCsrCommand, se_GetCertificateAuthorityCsrComm
6
6
  export { $Command };
7
7
  export class GetCertificateAuthorityCsrCommand 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_GetCertificateCommand, se_GetCertificateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetCertificateCommand 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_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class GetPolicyCommand 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_ImportCertificateAuthorityCertificateCommand, se_ImportCertificateAu
6
6
  export { $Command };
7
7
  export class ImportCertificateAuthorityCertificateCommand 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_IssueCertificateCommand, se_IssueCertificateCommand } from "../proto
6
6
  export { $Command };
7
7
  export class IssueCertificateCommand 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_ListCertificateAuthoritiesCommand, se_ListCertificateAuthoritiesComm
6
6
  export { $Command };
7
7
  export class ListCertificateAuthoritiesCommand 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_ListPermissionsCommand, se_ListPermissionsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListPermissionsCommand 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_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class ListTagsCommand 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_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class PutPolicyCommand 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_RestoreCertificateAuthorityCommand, se_RestoreCertificateAuthorityCo
6
6
  export { $Command };
7
7
  export class RestoreCertificateAuthorityCommand 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_RevokeCertificateCommand, se_RevokeCertificateCommand } from "../pro
6
6
  export { $Command };
7
7
  export class RevokeCertificateCommand 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_TagCertificateAuthorityCommand, se_TagCertificateAuthorityCommand }
6
6
  export { $Command };
7
7
  export class TagCertificateAuthorityCommand 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_UntagCertificateAuthorityCommand, se_UntagCertificateAuthorityComman
6
6
  export { $Command };
7
7
  export class UntagCertificateAuthorityCommand 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_UpdateCertificateAuthorityCommand, se_UpdateCertificateAuthorityComm
6
6
  export { $Command };
7
7
  export class UpdateCertificateAuthorityCommand 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-acm-pca",
3
3
  "description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.651.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
@@ -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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
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",