@aws-sdk/client-pca-connector-ad 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.
- package/dist-cjs/index.js +25 -75
- package/dist-es/commands/CreateConnectorCommand.js +1 -3
- package/dist-es/commands/CreateDirectoryRegistrationCommand.js +1 -3
- package/dist-es/commands/CreateServicePrincipalNameCommand.js +1 -3
- package/dist-es/commands/CreateTemplateCommand.js +1 -3
- package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +1 -3
- package/dist-es/commands/DeleteConnectorCommand.js +1 -3
- package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +1 -3
- package/dist-es/commands/DeleteServicePrincipalNameCommand.js +1 -3
- package/dist-es/commands/DeleteTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +1 -3
- package/dist-es/commands/GetConnectorCommand.js +1 -3
- package/dist-es/commands/GetDirectoryRegistrationCommand.js +1 -3
- package/dist-es/commands/GetServicePrincipalNameCommand.js +1 -3
- package/dist-es/commands/GetTemplateCommand.js +1 -3
- package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +1 -3
- package/dist-es/commands/ListConnectorsCommand.js +1 -3
- package/dist-es/commands/ListDirectoryRegistrationsCommand.js +1 -3
- package/dist-es/commands/ListServicePrincipalNamesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +1 -3
- package/dist-es/commands/ListTemplatesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1533,9 +1533,7 @@ var _TK = "TagKeys";
|
|
|
1533
1533
|
var _tK = "tagKeys";
|
|
1534
1534
|
|
|
1535
1535
|
// src/commands/CreateConnectorCommand.ts
|
|
1536
|
-
var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1537
|
-
...commonParams
|
|
1538
|
-
}).m(function(Command, cs, config, o) {
|
|
1536
|
+
var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1539
1537
|
return [
|
|
1540
1538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1541
1539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1549,9 +1547,7 @@ var CreateConnectorCommand = _CreateConnectorCommand;
|
|
|
1549
1547
|
|
|
1550
1548
|
|
|
1551
1549
|
|
|
1552
|
-
var _CreateDirectoryRegistrationCommand = class _CreateDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1553
|
-
...commonParams
|
|
1554
|
-
}).m(function(Command, cs, config, o) {
|
|
1550
|
+
var _CreateDirectoryRegistrationCommand = class _CreateDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1555
1551
|
return [
|
|
1556
1552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1557
1553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1565,9 +1561,7 @@ var CreateDirectoryRegistrationCommand = _CreateDirectoryRegistrationCommand;
|
|
|
1565
1561
|
|
|
1566
1562
|
|
|
1567
1563
|
|
|
1568
|
-
var _CreateServicePrincipalNameCommand = class _CreateServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1569
|
-
...commonParams
|
|
1570
|
-
}).m(function(Command, cs, config, o) {
|
|
1564
|
+
var _CreateServicePrincipalNameCommand = class _CreateServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1571
1565
|
return [
|
|
1572
1566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1573
1567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1581,9 +1575,7 @@ var CreateServicePrincipalNameCommand = _CreateServicePrincipalNameCommand;
|
|
|
1581
1575
|
|
|
1582
1576
|
|
|
1583
1577
|
|
|
1584
|
-
var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1585
|
-
...commonParams
|
|
1586
|
-
}).m(function(Command, cs, config, o) {
|
|
1578
|
+
var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1587
1579
|
return [
|
|
1588
1580
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1589
1581
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1597,9 +1589,7 @@ var CreateTemplateCommand = _CreateTemplateCommand;
|
|
|
1597
1589
|
|
|
1598
1590
|
|
|
1599
1591
|
|
|
1600
|
-
var _CreateTemplateGroupAccessControlEntryCommand = class _CreateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1601
|
-
...commonParams
|
|
1602
|
-
}).m(function(Command, cs, config, o) {
|
|
1592
|
+
var _CreateTemplateGroupAccessControlEntryCommand = class _CreateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1603
1593
|
return [
|
|
1604
1594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1605
1595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1613,9 +1603,7 @@ var CreateTemplateGroupAccessControlEntryCommand = _CreateTemplateGroupAccessCon
|
|
|
1613
1603
|
|
|
1614
1604
|
|
|
1615
1605
|
|
|
1616
|
-
var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1617
|
-
...commonParams
|
|
1618
|
-
}).m(function(Command, cs, config, o) {
|
|
1606
|
+
var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1619
1607
|
return [
|
|
1620
1608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1621
1609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1629,9 +1617,7 @@ var DeleteConnectorCommand = _DeleteConnectorCommand;
|
|
|
1629
1617
|
|
|
1630
1618
|
|
|
1631
1619
|
|
|
1632
|
-
var _DeleteDirectoryRegistrationCommand = class _DeleteDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1633
|
-
...commonParams
|
|
1634
|
-
}).m(function(Command, cs, config, o) {
|
|
1620
|
+
var _DeleteDirectoryRegistrationCommand = class _DeleteDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1635
1621
|
return [
|
|
1636
1622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1637
1623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1645,9 +1631,7 @@ var DeleteDirectoryRegistrationCommand = _DeleteDirectoryRegistrationCommand;
|
|
|
1645
1631
|
|
|
1646
1632
|
|
|
1647
1633
|
|
|
1648
|
-
var _DeleteServicePrincipalNameCommand = class _DeleteServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1649
|
-
...commonParams
|
|
1650
|
-
}).m(function(Command, cs, config, o) {
|
|
1634
|
+
var _DeleteServicePrincipalNameCommand = class _DeleteServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1651
1635
|
return [
|
|
1652
1636
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1653
1637
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1661,9 +1645,7 @@ var DeleteServicePrincipalNameCommand = _DeleteServicePrincipalNameCommand;
|
|
|
1661
1645
|
|
|
1662
1646
|
|
|
1663
1647
|
|
|
1664
|
-
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1665
|
-
...commonParams
|
|
1666
|
-
}).m(function(Command, cs, config, o) {
|
|
1648
|
+
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1667
1649
|
return [
|
|
1668
1650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1669
1651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1677,9 +1659,7 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
|
1677
1659
|
|
|
1678
1660
|
|
|
1679
1661
|
|
|
1680
|
-
var _DeleteTemplateGroupAccessControlEntryCommand = class _DeleteTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1681
|
-
...commonParams
|
|
1682
|
-
}).m(function(Command, cs, config, o) {
|
|
1662
|
+
var _DeleteTemplateGroupAccessControlEntryCommand = class _DeleteTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1683
1663
|
return [
|
|
1684
1664
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1685
1665
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1693,9 +1673,7 @@ var DeleteTemplateGroupAccessControlEntryCommand = _DeleteTemplateGroupAccessCon
|
|
|
1693
1673
|
|
|
1694
1674
|
|
|
1695
1675
|
|
|
1696
|
-
var _GetConnectorCommand = class _GetConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1697
|
-
...commonParams
|
|
1698
|
-
}).m(function(Command, cs, config, o) {
|
|
1676
|
+
var _GetConnectorCommand = class _GetConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1699
1677
|
return [
|
|
1700
1678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1701
1679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1709,9 +1687,7 @@ var GetConnectorCommand = _GetConnectorCommand;
|
|
|
1709
1687
|
|
|
1710
1688
|
|
|
1711
1689
|
|
|
1712
|
-
var _GetDirectoryRegistrationCommand = class _GetDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1713
|
-
...commonParams
|
|
1714
|
-
}).m(function(Command, cs, config, o) {
|
|
1690
|
+
var _GetDirectoryRegistrationCommand = class _GetDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1715
1691
|
return [
|
|
1716
1692
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1717
1693
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1725,9 +1701,7 @@ var GetDirectoryRegistrationCommand = _GetDirectoryRegistrationCommand;
|
|
|
1725
1701
|
|
|
1726
1702
|
|
|
1727
1703
|
|
|
1728
|
-
var _GetServicePrincipalNameCommand = class _GetServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1729
|
-
...commonParams
|
|
1730
|
-
}).m(function(Command, cs, config, o) {
|
|
1704
|
+
var _GetServicePrincipalNameCommand = class _GetServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1731
1705
|
return [
|
|
1732
1706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1733
1707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1741,9 +1715,7 @@ var GetServicePrincipalNameCommand = _GetServicePrincipalNameCommand;
|
|
|
1741
1715
|
|
|
1742
1716
|
|
|
1743
1717
|
|
|
1744
|
-
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1745
|
-
...commonParams
|
|
1746
|
-
}).m(function(Command, cs, config, o) {
|
|
1718
|
+
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1747
1719
|
return [
|
|
1748
1720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1749
1721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1757,9 +1729,7 @@ var GetTemplateCommand = _GetTemplateCommand;
|
|
|
1757
1729
|
|
|
1758
1730
|
|
|
1759
1731
|
|
|
1760
|
-
var _GetTemplateGroupAccessControlEntryCommand = class _GetTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1761
|
-
...commonParams
|
|
1762
|
-
}).m(function(Command, cs, config, o) {
|
|
1732
|
+
var _GetTemplateGroupAccessControlEntryCommand = class _GetTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1763
1733
|
return [
|
|
1764
1734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1765
1735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1773,9 +1743,7 @@ var GetTemplateGroupAccessControlEntryCommand = _GetTemplateGroupAccessControlEn
|
|
|
1773
1743
|
|
|
1774
1744
|
|
|
1775
1745
|
|
|
1776
|
-
var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
|
-
...commonParams
|
|
1778
|
-
}).m(function(Command, cs, config, o) {
|
|
1746
|
+
var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1779
1747
|
return [
|
|
1780
1748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1781
1749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1789,9 +1757,7 @@ var ListConnectorsCommand = _ListConnectorsCommand;
|
|
|
1789
1757
|
|
|
1790
1758
|
|
|
1791
1759
|
|
|
1792
|
-
var _ListDirectoryRegistrationsCommand = class _ListDirectoryRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1793
|
-
...commonParams
|
|
1794
|
-
}).m(function(Command, cs, config, o) {
|
|
1760
|
+
var _ListDirectoryRegistrationsCommand = class _ListDirectoryRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1761
|
return [
|
|
1796
1762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1805,9 +1771,7 @@ var ListDirectoryRegistrationsCommand = _ListDirectoryRegistrationsCommand;
|
|
|
1805
1771
|
|
|
1806
1772
|
|
|
1807
1773
|
|
|
1808
|
-
var _ListServicePrincipalNamesCommand = class _ListServicePrincipalNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
|
-
...commonParams
|
|
1810
|
-
}).m(function(Command, cs, config, o) {
|
|
1774
|
+
var _ListServicePrincipalNamesCommand = class _ListServicePrincipalNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1811
1775
|
return [
|
|
1812
1776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1813
1777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1821,9 +1785,7 @@ var ListServicePrincipalNamesCommand = _ListServicePrincipalNamesCommand;
|
|
|
1821
1785
|
|
|
1822
1786
|
|
|
1823
1787
|
|
|
1824
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1825
|
-
...commonParams
|
|
1826
|
-
}).m(function(Command, cs, config, o) {
|
|
1788
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1827
1789
|
return [
|
|
1828
1790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1829
1791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1837,9 +1799,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1837
1799
|
|
|
1838
1800
|
|
|
1839
1801
|
|
|
1840
|
-
var _ListTemplateGroupAccessControlEntriesCommand = class _ListTemplateGroupAccessControlEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1841
|
-
...commonParams
|
|
1842
|
-
}).m(function(Command, cs, config, o) {
|
|
1802
|
+
var _ListTemplateGroupAccessControlEntriesCommand = class _ListTemplateGroupAccessControlEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1843
1803
|
return [
|
|
1844
1804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1845
1805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1853,9 +1813,7 @@ var ListTemplateGroupAccessControlEntriesCommand = _ListTemplateGroupAccessContr
|
|
|
1853
1813
|
|
|
1854
1814
|
|
|
1855
1815
|
|
|
1856
|
-
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1857
|
-
...commonParams
|
|
1858
|
-
}).m(function(Command, cs, config, o) {
|
|
1816
|
+
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1859
1817
|
return [
|
|
1860
1818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1861
1819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1869,9 +1827,7 @@ var ListTemplatesCommand = _ListTemplatesCommand;
|
|
|
1869
1827
|
|
|
1870
1828
|
|
|
1871
1829
|
|
|
1872
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1873
|
-
...commonParams
|
|
1874
|
-
}).m(function(Command, cs, config, o) {
|
|
1830
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1875
1831
|
return [
|
|
1876
1832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1877
1833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1885,9 +1841,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1885
1841
|
|
|
1886
1842
|
|
|
1887
1843
|
|
|
1888
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
|
-
...commonParams
|
|
1890
|
-
}).m(function(Command, cs, config, o) {
|
|
1844
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1891
1845
|
return [
|
|
1892
1846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1893
1847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1901,9 +1855,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1901
1855
|
|
|
1902
1856
|
|
|
1903
1857
|
|
|
1904
|
-
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
|
-
...commonParams
|
|
1906
|
-
}).m(function(Command, cs, config, o) {
|
|
1858
|
+
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1859
|
return [
|
|
1908
1860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1917,9 +1869,7 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
|
1917
1869
|
|
|
1918
1870
|
|
|
1919
1871
|
|
|
1920
|
-
var _UpdateTemplateGroupAccessControlEntryCommand = class _UpdateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
|
-
...commonParams
|
|
1922
|
-
}).m(function(Command, cs, config, o) {
|
|
1872
|
+
var _UpdateTemplateGroupAccessControlEntryCommand = class _UpdateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1923
1873
|
return [
|
|
1924
1874
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1925
1875
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConnectorCommand 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_CreateDirectoryRegistrationCommand, se_CreateDirectoryRegistrationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDirectoryRegistrationCommand 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_CreateServicePrincipalNameCommand, se_CreateServicePrincipalNameComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateServicePrincipalNameCommand 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_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTemplateCommand 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_CreateTemplateGroupAccessControlEntryCommand, se_CreateTemplateGroup
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTemplateGroupAccessControlEntryCommand 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_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConnectorCommand 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_DeleteDirectoryRegistrationCommand, se_DeleteDirectoryRegistrationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDirectoryRegistrationCommand 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_DeleteServicePrincipalNameCommand, se_DeleteServicePrincipalNameComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteServicePrincipalNameCommand 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_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTemplateCommand 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_DeleteTemplateGroupAccessControlEntryCommand, se_DeleteTemplateGroup
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTemplateGroupAccessControlEntryCommand 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_GetConnectorCommand, se_GetConnectorCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectorCommand 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_GetDirectoryRegistrationCommand, se_GetDirectoryRegistrationCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDirectoryRegistrationCommand 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_GetServicePrincipalNameCommand, se_GetServicePrincipalNameCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServicePrincipalNameCommand 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_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTemplateCommand 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_GetTemplateGroupAccessControlEntryCommand, se_GetTemplateGroupAccess
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTemplateGroupAccessControlEntryCommand 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_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConnectorsCommand 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_ListDirectoryRegistrationsCommand, se_ListDirectoryRegistrationsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDirectoryRegistrationsCommand 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_ListServicePrincipalNamesCommand, se_ListServicePrincipalNamesComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServicePrincipalNamesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_ListTemplateGroupAccessControlEntriesCommand, se_ListTemplateGroupAc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTemplateGroupAccessControlEntriesCommand 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_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTemplatesCommand 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_r
|
|
|
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),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTemplateCommand 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_UpdateTemplateGroupAccessControlEntryCommand, se_UpdateTemplateGroup
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTemplateGroupAccessControlEntryCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pca-connector-ad",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-pca-connector-ad",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|