@aws-sdk/client-controltower 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 +27 -81
- package/dist-es/commands/CreateLandingZoneCommand.js +1 -3
- package/dist-es/commands/DeleteLandingZoneCommand.js +1 -3
- package/dist-es/commands/DisableBaselineCommand.js +1 -3
- package/dist-es/commands/DisableControlCommand.js +1 -3
- package/dist-es/commands/EnableBaselineCommand.js +1 -3
- package/dist-es/commands/EnableControlCommand.js +1 -3
- package/dist-es/commands/GetBaselineCommand.js +1 -3
- package/dist-es/commands/GetBaselineOperationCommand.js +1 -3
- package/dist-es/commands/GetControlOperationCommand.js +1 -3
- package/dist-es/commands/GetEnabledBaselineCommand.js +1 -3
- package/dist-es/commands/GetEnabledControlCommand.js +1 -3
- package/dist-es/commands/GetLandingZoneCommand.js +1 -3
- package/dist-es/commands/GetLandingZoneOperationCommand.js +1 -3
- package/dist-es/commands/ListBaselinesCommand.js +1 -3
- package/dist-es/commands/ListControlOperationsCommand.js +1 -3
- package/dist-es/commands/ListEnabledBaselinesCommand.js +1 -3
- package/dist-es/commands/ListEnabledControlsCommand.js +1 -3
- package/dist-es/commands/ListLandingZoneOperationsCommand.js +1 -3
- package/dist-es/commands/ListLandingZonesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ResetEnabledBaselineCommand.js +1 -3
- package/dist-es/commands/ResetLandingZoneCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateEnabledBaselineCommand.js +1 -3
- package/dist-es/commands/UpdateEnabledControlCommand.js +1 -3
- package/dist-es/commands/UpdateLandingZoneCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1521,9 +1521,7 @@ var _ra = "retry-after";
|
|
|
1521
1521
|
var _tK = "tagKeys";
|
|
1522
1522
|
|
|
1523
1523
|
// src/commands/CreateLandingZoneCommand.ts
|
|
1524
|
-
var _CreateLandingZoneCommand = class _CreateLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1525
|
-
...commonParams
|
|
1526
|
-
}).m(function(Command, cs, config, o) {
|
|
1524
|
+
var _CreateLandingZoneCommand = class _CreateLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1527
1525
|
return [
|
|
1528
1526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1529
1527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1537,9 +1535,7 @@ var CreateLandingZoneCommand = _CreateLandingZoneCommand;
|
|
|
1537
1535
|
|
|
1538
1536
|
|
|
1539
1537
|
|
|
1540
|
-
var _DeleteLandingZoneCommand = class _DeleteLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1541
|
-
...commonParams
|
|
1542
|
-
}).m(function(Command, cs, config, o) {
|
|
1538
|
+
var _DeleteLandingZoneCommand = class _DeleteLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1543
1539
|
return [
|
|
1544
1540
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1545
1541
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1553,9 +1549,7 @@ var DeleteLandingZoneCommand = _DeleteLandingZoneCommand;
|
|
|
1553
1549
|
|
|
1554
1550
|
|
|
1555
1551
|
|
|
1556
|
-
var _DisableBaselineCommand = class _DisableBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1557
|
-
...commonParams
|
|
1558
|
-
}).m(function(Command, cs, config, o) {
|
|
1552
|
+
var _DisableBaselineCommand = class _DisableBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1559
1553
|
return [
|
|
1560
1554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1561
1555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1569,9 +1563,7 @@ var DisableBaselineCommand = _DisableBaselineCommand;
|
|
|
1569
1563
|
|
|
1570
1564
|
|
|
1571
1565
|
|
|
1572
|
-
var _DisableControlCommand = class _DisableControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1573
|
-
...commonParams
|
|
1574
|
-
}).m(function(Command, cs, config, o) {
|
|
1566
|
+
var _DisableControlCommand = class _DisableControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1575
1567
|
return [
|
|
1576
1568
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1577
1569
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1585,9 +1577,7 @@ var DisableControlCommand = _DisableControlCommand;
|
|
|
1585
1577
|
|
|
1586
1578
|
|
|
1587
1579
|
|
|
1588
|
-
var _EnableBaselineCommand = class _EnableBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1589
|
-
...commonParams
|
|
1590
|
-
}).m(function(Command, cs, config, o) {
|
|
1580
|
+
var _EnableBaselineCommand = class _EnableBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1591
1581
|
return [
|
|
1592
1582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1593
1583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1601,9 +1591,7 @@ var EnableBaselineCommand = _EnableBaselineCommand;
|
|
|
1601
1591
|
|
|
1602
1592
|
|
|
1603
1593
|
|
|
1604
|
-
var _EnableControlCommand = class _EnableControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1605
|
-
...commonParams
|
|
1606
|
-
}).m(function(Command, cs, config, o) {
|
|
1594
|
+
var _EnableControlCommand = class _EnableControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1607
1595
|
return [
|
|
1608
1596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1609
1597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1617,9 +1605,7 @@ var EnableControlCommand = _EnableControlCommand;
|
|
|
1617
1605
|
|
|
1618
1606
|
|
|
1619
1607
|
|
|
1620
|
-
var _GetBaselineCommand = class _GetBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1621
|
-
...commonParams
|
|
1622
|
-
}).m(function(Command, cs, config, o) {
|
|
1608
|
+
var _GetBaselineCommand = class _GetBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1623
1609
|
return [
|
|
1624
1610
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1625
1611
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1633,9 +1619,7 @@ var GetBaselineCommand = _GetBaselineCommand;
|
|
|
1633
1619
|
|
|
1634
1620
|
|
|
1635
1621
|
|
|
1636
|
-
var _GetBaselineOperationCommand = class _GetBaselineOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1637
|
-
...commonParams
|
|
1638
|
-
}).m(function(Command, cs, config, o) {
|
|
1622
|
+
var _GetBaselineOperationCommand = class _GetBaselineOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1639
1623
|
return [
|
|
1640
1624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1641
1625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1649,9 +1633,7 @@ var GetBaselineOperationCommand = _GetBaselineOperationCommand;
|
|
|
1649
1633
|
|
|
1650
1634
|
|
|
1651
1635
|
|
|
1652
|
-
var _GetControlOperationCommand = class _GetControlOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1653
|
-
...commonParams
|
|
1654
|
-
}).m(function(Command, cs, config, o) {
|
|
1636
|
+
var _GetControlOperationCommand = class _GetControlOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1655
1637
|
return [
|
|
1656
1638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1657
1639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1665,9 +1647,7 @@ var GetControlOperationCommand = _GetControlOperationCommand;
|
|
|
1665
1647
|
|
|
1666
1648
|
|
|
1667
1649
|
|
|
1668
|
-
var _GetEnabledBaselineCommand = class _GetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1669
|
-
...commonParams
|
|
1670
|
-
}).m(function(Command, cs, config, o) {
|
|
1650
|
+
var _GetEnabledBaselineCommand = class _GetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1671
1651
|
return [
|
|
1672
1652
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1673
1653
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1681,9 +1661,7 @@ var GetEnabledBaselineCommand = _GetEnabledBaselineCommand;
|
|
|
1681
1661
|
|
|
1682
1662
|
|
|
1683
1663
|
|
|
1684
|
-
var _GetEnabledControlCommand = class _GetEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
|
-
...commonParams
|
|
1686
|
-
}).m(function(Command, cs, config, o) {
|
|
1664
|
+
var _GetEnabledControlCommand = class _GetEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1687
1665
|
return [
|
|
1688
1666
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1689
1667
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1697,9 +1675,7 @@ var GetEnabledControlCommand = _GetEnabledControlCommand;
|
|
|
1697
1675
|
|
|
1698
1676
|
|
|
1699
1677
|
|
|
1700
|
-
var _GetLandingZoneCommand = class _GetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1701
|
-
...commonParams
|
|
1702
|
-
}).m(function(Command, cs, config, o) {
|
|
1678
|
+
var _GetLandingZoneCommand = class _GetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1703
1679
|
return [
|
|
1704
1680
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1705
1681
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1713,9 +1689,7 @@ var GetLandingZoneCommand = _GetLandingZoneCommand;
|
|
|
1713
1689
|
|
|
1714
1690
|
|
|
1715
1691
|
|
|
1716
|
-
var _GetLandingZoneOperationCommand = class _GetLandingZoneOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1717
|
-
...commonParams
|
|
1718
|
-
}).m(function(Command, cs, config, o) {
|
|
1692
|
+
var _GetLandingZoneOperationCommand = class _GetLandingZoneOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1719
1693
|
return [
|
|
1720
1694
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1721
1695
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1729,9 +1703,7 @@ var GetLandingZoneOperationCommand = _GetLandingZoneOperationCommand;
|
|
|
1729
1703
|
|
|
1730
1704
|
|
|
1731
1705
|
|
|
1732
|
-
var _ListBaselinesCommand = class _ListBaselinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1733
|
-
...commonParams
|
|
1734
|
-
}).m(function(Command, cs, config, o) {
|
|
1706
|
+
var _ListBaselinesCommand = class _ListBaselinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1735
1707
|
return [
|
|
1736
1708
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1737
1709
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1745,9 +1717,7 @@ var ListBaselinesCommand = _ListBaselinesCommand;
|
|
|
1745
1717
|
|
|
1746
1718
|
|
|
1747
1719
|
|
|
1748
|
-
var _ListControlOperationsCommand = class _ListControlOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1749
|
-
...commonParams
|
|
1750
|
-
}).m(function(Command, cs, config, o) {
|
|
1720
|
+
var _ListControlOperationsCommand = class _ListControlOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1751
1721
|
return [
|
|
1752
1722
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1753
1723
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1761,9 +1731,7 @@ var ListControlOperationsCommand = _ListControlOperationsCommand;
|
|
|
1761
1731
|
|
|
1762
1732
|
|
|
1763
1733
|
|
|
1764
|
-
var _ListEnabledBaselinesCommand = class _ListEnabledBaselinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1765
|
-
...commonParams
|
|
1766
|
-
}).m(function(Command, cs, config, o) {
|
|
1734
|
+
var _ListEnabledBaselinesCommand = class _ListEnabledBaselinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1767
1735
|
return [
|
|
1768
1736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1769
1737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1777,9 +1745,7 @@ var ListEnabledBaselinesCommand = _ListEnabledBaselinesCommand;
|
|
|
1777
1745
|
|
|
1778
1746
|
|
|
1779
1747
|
|
|
1780
|
-
var _ListEnabledControlsCommand = class _ListEnabledControlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1781
|
-
...commonParams
|
|
1782
|
-
}).m(function(Command, cs, config, o) {
|
|
1748
|
+
var _ListEnabledControlsCommand = class _ListEnabledControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1783
1749
|
return [
|
|
1784
1750
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1785
1751
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1793,9 +1759,7 @@ var ListEnabledControlsCommand = _ListEnabledControlsCommand;
|
|
|
1793
1759
|
|
|
1794
1760
|
|
|
1795
1761
|
|
|
1796
|
-
var _ListLandingZoneOperationsCommand = class _ListLandingZoneOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1797
|
-
...commonParams
|
|
1798
|
-
}).m(function(Command, cs, config, o) {
|
|
1762
|
+
var _ListLandingZoneOperationsCommand = class _ListLandingZoneOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1799
1763
|
return [
|
|
1800
1764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1801
1765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1809,9 +1773,7 @@ var ListLandingZoneOperationsCommand = _ListLandingZoneOperationsCommand;
|
|
|
1809
1773
|
|
|
1810
1774
|
|
|
1811
1775
|
|
|
1812
|
-
var _ListLandingZonesCommand = class _ListLandingZonesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1813
|
-
...commonParams
|
|
1814
|
-
}).m(function(Command, cs, config, o) {
|
|
1776
|
+
var _ListLandingZonesCommand = class _ListLandingZonesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1815
1777
|
return [
|
|
1816
1778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1817
1779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1825,9 +1787,7 @@ var ListLandingZonesCommand = _ListLandingZonesCommand;
|
|
|
1825
1787
|
|
|
1826
1788
|
|
|
1827
1789
|
|
|
1828
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1829
|
-
...commonParams
|
|
1830
|
-
}).m(function(Command, cs, config, o) {
|
|
1790
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1831
1791
|
return [
|
|
1832
1792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1833
1793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1841,9 +1801,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1841
1801
|
|
|
1842
1802
|
|
|
1843
1803
|
|
|
1844
|
-
var _ResetEnabledBaselineCommand = class _ResetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1845
|
-
...commonParams
|
|
1846
|
-
}).m(function(Command, cs, config, o) {
|
|
1804
|
+
var _ResetEnabledBaselineCommand = class _ResetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1847
1805
|
return [
|
|
1848
1806
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1849
1807
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1857,9 +1815,7 @@ var ResetEnabledBaselineCommand = _ResetEnabledBaselineCommand;
|
|
|
1857
1815
|
|
|
1858
1816
|
|
|
1859
1817
|
|
|
1860
|
-
var _ResetLandingZoneCommand = class _ResetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1861
|
-
...commonParams
|
|
1862
|
-
}).m(function(Command, cs, config, o) {
|
|
1818
|
+
var _ResetLandingZoneCommand = class _ResetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1863
1819
|
return [
|
|
1864
1820
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1865
1821
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1873,9 +1829,7 @@ var ResetLandingZoneCommand = _ResetLandingZoneCommand;
|
|
|
1873
1829
|
|
|
1874
1830
|
|
|
1875
1831
|
|
|
1876
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1877
|
-
...commonParams
|
|
1878
|
-
}).m(function(Command, cs, config, o) {
|
|
1832
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1879
1833
|
return [
|
|
1880
1834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1881
1835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1889,9 +1843,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1889
1843
|
|
|
1890
1844
|
|
|
1891
1845
|
|
|
1892
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1893
|
-
...commonParams
|
|
1894
|
-
}).m(function(Command, cs, config, o) {
|
|
1846
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1895
1847
|
return [
|
|
1896
1848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1897
1849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1905,9 +1857,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1905
1857
|
|
|
1906
1858
|
|
|
1907
1859
|
|
|
1908
|
-
var _UpdateEnabledBaselineCommand = class _UpdateEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1909
|
-
...commonParams
|
|
1910
|
-
}).m(function(Command, cs, config, o) {
|
|
1860
|
+
var _UpdateEnabledBaselineCommand = class _UpdateEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1911
1861
|
return [
|
|
1912
1862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1913
1863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1921,9 +1871,7 @@ var UpdateEnabledBaselineCommand = _UpdateEnabledBaselineCommand;
|
|
|
1921
1871
|
|
|
1922
1872
|
|
|
1923
1873
|
|
|
1924
|
-
var _UpdateEnabledControlCommand = class _UpdateEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1925
|
-
...commonParams
|
|
1926
|
-
}).m(function(Command, cs, config, o) {
|
|
1874
|
+
var _UpdateEnabledControlCommand = class _UpdateEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1927
1875
|
return [
|
|
1928
1876
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1929
1877
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1937,9 +1885,7 @@ var UpdateEnabledControlCommand = _UpdateEnabledControlCommand;
|
|
|
1937
1885
|
|
|
1938
1886
|
|
|
1939
1887
|
|
|
1940
|
-
var _UpdateLandingZoneCommand = class _UpdateLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1941
|
-
...commonParams
|
|
1942
|
-
}).m(function(Command, cs, config, o) {
|
|
1888
|
+
var _UpdateLandingZoneCommand = class _UpdateLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1943
1889
|
return [
|
|
1944
1890
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1945
1891
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateLandingZoneCommand, se_CreateLandingZoneCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLandingZoneCommand 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_DeleteLandingZoneCommand, se_DeleteLandingZoneCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLandingZoneCommand 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_DisableBaselineCommand, se_DisableBaselineCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableBaselineCommand 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_DisableControlCommand, se_DisableControlCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableControlCommand 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_EnableBaselineCommand, se_EnableBaselineCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableBaselineCommand 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_EnableControlCommand, se_EnableControlCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableControlCommand 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_GetBaselineCommand, se_GetBaselineCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBaselineCommand 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_GetBaselineOperationCommand, se_GetBaselineOperationCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBaselineOperationCommand 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_GetControlOperationCommand, se_GetControlOperationCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetControlOperationCommand 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_GetEnabledBaselineCommand, se_GetEnabledBaselineCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEnabledBaselineCommand 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_GetEnabledControlCommand, se_GetEnabledControlCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEnabledControlCommand 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_GetLandingZoneCommand, se_GetLandingZoneCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLandingZoneCommand 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_GetLandingZoneOperationCommand, se_GetLandingZoneOperationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLandingZoneOperationCommand 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_ListBaselinesCommand, se_ListBaselinesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBaselinesCommand 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_ListControlOperationsCommand, se_ListControlOperationsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListControlOperationsCommand 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_ListEnabledBaselinesCommand, se_ListEnabledBaselinesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEnabledBaselinesCommand 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_ListEnabledControlsCommand, se_ListEnabledControlsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEnabledControlsCommand 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_ListLandingZoneOperationsCommand, se_ListLandingZoneOperationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLandingZoneOperationsCommand 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_ListLandingZonesCommand, se_ListLandingZonesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLandingZonesCommand 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_ResetEnabledBaselineCommand, se_ResetEnabledBaselineCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResetEnabledBaselineCommand 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_ResetLandingZoneCommand, se_ResetLandingZoneCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResetLandingZoneCommand 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_UpdateEnabledBaselineCommand, se_UpdateEnabledBaselineCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnabledBaselineCommand 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_UpdateEnabledControlCommand, se_UpdateEnabledControlCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnabledControlCommand 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_UpdateLandingZoneCommand, se_UpdateLandingZoneCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateLandingZoneCommand 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-controltower",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controltower 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-controltower",
|
|
@@ -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",
|