@aws-sdk/client-controltower 3.590.0 → 3.596.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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +0 -26
  2. package/dist-types/commands/CreateLandingZoneCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +2 -1
  4. package/dist-types/commands/DisableBaselineCommand.d.ts +2 -1
  5. package/dist-types/commands/DisableControlCommand.d.ts +2 -1
  6. package/dist-types/commands/EnableBaselineCommand.d.ts +2 -1
  7. package/dist-types/commands/EnableControlCommand.d.ts +2 -1
  8. package/dist-types/commands/GetBaselineCommand.d.ts +2 -1
  9. package/dist-types/commands/GetBaselineOperationCommand.d.ts +2 -1
  10. package/dist-types/commands/GetControlOperationCommand.d.ts +2 -1
  11. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +2 -1
  12. package/dist-types/commands/GetEnabledControlCommand.d.ts +2 -1
  13. package/dist-types/commands/GetLandingZoneCommand.d.ts +2 -1
  14. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +2 -1
  15. package/dist-types/commands/ListBaselinesCommand.d.ts +2 -1
  16. package/dist-types/commands/ListControlOperationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListEnabledControlsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListLandingZonesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +2 -1
  22. package/dist-types/commands/ResetLandingZoneCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +2 -1
  28. package/dist-types/index.d.ts +2 -2
  29. package/dist-types/models/ControlTowerServiceException.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/models/ControlTowerServiceException.d.ts +2 -1
  57. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -226,7 +226,6 @@ var ControlTowerClient = _ControlTowerClient;
226
226
 
227
227
  var import_middleware_serde = require("@smithy/middleware-serde");
228
228
 
229
- var import_types = require("@smithy/types");
230
229
 
231
230
  // src/protocols/Aws_restJson1.ts
232
231
  var import_core2 = require("@aws-sdk/core");
@@ -1509,7 +1508,6 @@ var CreateLandingZoneCommand = _CreateLandingZoneCommand;
1509
1508
 
1510
1509
 
1511
1510
 
1512
-
1513
1511
  var _DeleteLandingZoneCommand = class _DeleteLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
1514
1512
  ...commonParams
1515
1513
  }).m(function(Command, cs, config, o) {
@@ -1526,7 +1524,6 @@ var DeleteLandingZoneCommand = _DeleteLandingZoneCommand;
1526
1524
 
1527
1525
 
1528
1526
 
1529
-
1530
1527
  var _DisableBaselineCommand = class _DisableBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1531
1528
  ...commonParams
1532
1529
  }).m(function(Command, cs, config, o) {
@@ -1543,7 +1540,6 @@ var DisableBaselineCommand = _DisableBaselineCommand;
1543
1540
 
1544
1541
 
1545
1542
 
1546
-
1547
1543
  var _DisableControlCommand = class _DisableControlCommand extends import_smithy_client.Command.classBuilder().ep({
1548
1544
  ...commonParams
1549
1545
  }).m(function(Command, cs, config, o) {
@@ -1560,7 +1556,6 @@ var DisableControlCommand = _DisableControlCommand;
1560
1556
 
1561
1557
 
1562
1558
 
1563
-
1564
1559
  var _EnableBaselineCommand = class _EnableBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1565
1560
  ...commonParams
1566
1561
  }).m(function(Command, cs, config, o) {
@@ -1577,7 +1572,6 @@ var EnableBaselineCommand = _EnableBaselineCommand;
1577
1572
 
1578
1573
 
1579
1574
 
1580
-
1581
1575
  var _EnableControlCommand = class _EnableControlCommand extends import_smithy_client.Command.classBuilder().ep({
1582
1576
  ...commonParams
1583
1577
  }).m(function(Command, cs, config, o) {
@@ -1594,7 +1588,6 @@ var EnableControlCommand = _EnableControlCommand;
1594
1588
 
1595
1589
 
1596
1590
 
1597
-
1598
1591
  var _GetBaselineCommand = class _GetBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1599
1592
  ...commonParams
1600
1593
  }).m(function(Command, cs, config, o) {
@@ -1611,7 +1604,6 @@ var GetBaselineCommand = _GetBaselineCommand;
1611
1604
 
1612
1605
 
1613
1606
 
1614
-
1615
1607
  var _GetBaselineOperationCommand = class _GetBaselineOperationCommand extends import_smithy_client.Command.classBuilder().ep({
1616
1608
  ...commonParams
1617
1609
  }).m(function(Command, cs, config, o) {
@@ -1628,7 +1620,6 @@ var GetBaselineOperationCommand = _GetBaselineOperationCommand;
1628
1620
 
1629
1621
 
1630
1622
 
1631
-
1632
1623
  var _GetControlOperationCommand = class _GetControlOperationCommand extends import_smithy_client.Command.classBuilder().ep({
1633
1624
  ...commonParams
1634
1625
  }).m(function(Command, cs, config, o) {
@@ -1645,7 +1636,6 @@ var GetControlOperationCommand = _GetControlOperationCommand;
1645
1636
 
1646
1637
 
1647
1638
 
1648
-
1649
1639
  var _GetEnabledBaselineCommand = class _GetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1650
1640
  ...commonParams
1651
1641
  }).m(function(Command, cs, config, o) {
@@ -1662,7 +1652,6 @@ var GetEnabledBaselineCommand = _GetEnabledBaselineCommand;
1662
1652
 
1663
1653
 
1664
1654
 
1665
-
1666
1655
  var _GetEnabledControlCommand = class _GetEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep({
1667
1656
  ...commonParams
1668
1657
  }).m(function(Command, cs, config, o) {
@@ -1679,7 +1668,6 @@ var GetEnabledControlCommand = _GetEnabledControlCommand;
1679
1668
 
1680
1669
 
1681
1670
 
1682
-
1683
1671
  var _GetLandingZoneCommand = class _GetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
1684
1672
  ...commonParams
1685
1673
  }).m(function(Command, cs, config, o) {
@@ -1696,7 +1684,6 @@ var GetLandingZoneCommand = _GetLandingZoneCommand;
1696
1684
 
1697
1685
 
1698
1686
 
1699
-
1700
1687
  var _GetLandingZoneOperationCommand = class _GetLandingZoneOperationCommand extends import_smithy_client.Command.classBuilder().ep({
1701
1688
  ...commonParams
1702
1689
  }).m(function(Command, cs, config, o) {
@@ -1713,7 +1700,6 @@ var GetLandingZoneOperationCommand = _GetLandingZoneOperationCommand;
1713
1700
 
1714
1701
 
1715
1702
 
1716
-
1717
1703
  var _ListBaselinesCommand = class _ListBaselinesCommand extends import_smithy_client.Command.classBuilder().ep({
1718
1704
  ...commonParams
1719
1705
  }).m(function(Command, cs, config, o) {
@@ -1730,7 +1716,6 @@ var ListBaselinesCommand = _ListBaselinesCommand;
1730
1716
 
1731
1717
 
1732
1718
 
1733
-
1734
1719
  var _ListControlOperationsCommand = class _ListControlOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
1735
1720
  ...commonParams
1736
1721
  }).m(function(Command, cs, config, o) {
@@ -1747,7 +1732,6 @@ var ListControlOperationsCommand = _ListControlOperationsCommand;
1747
1732
 
1748
1733
 
1749
1734
 
1750
-
1751
1735
  var _ListEnabledBaselinesCommand = class _ListEnabledBaselinesCommand extends import_smithy_client.Command.classBuilder().ep({
1752
1736
  ...commonParams
1753
1737
  }).m(function(Command, cs, config, o) {
@@ -1764,7 +1748,6 @@ var ListEnabledBaselinesCommand = _ListEnabledBaselinesCommand;
1764
1748
 
1765
1749
 
1766
1750
 
1767
-
1768
1751
  var _ListEnabledControlsCommand = class _ListEnabledControlsCommand extends import_smithy_client.Command.classBuilder().ep({
1769
1752
  ...commonParams
1770
1753
  }).m(function(Command, cs, config, o) {
@@ -1781,7 +1764,6 @@ var ListEnabledControlsCommand = _ListEnabledControlsCommand;
1781
1764
 
1782
1765
 
1783
1766
 
1784
-
1785
1767
  var _ListLandingZonesCommand = class _ListLandingZonesCommand extends import_smithy_client.Command.classBuilder().ep({
1786
1768
  ...commonParams
1787
1769
  }).m(function(Command, cs, config, o) {
@@ -1798,7 +1780,6 @@ var ListLandingZonesCommand = _ListLandingZonesCommand;
1798
1780
 
1799
1781
 
1800
1782
 
1801
-
1802
1783
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1803
1784
  ...commonParams
1804
1785
  }).m(function(Command, cs, config, o) {
@@ -1815,7 +1796,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1815
1796
 
1816
1797
 
1817
1798
 
1818
-
1819
1799
  var _ResetEnabledBaselineCommand = class _ResetEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1820
1800
  ...commonParams
1821
1801
  }).m(function(Command, cs, config, o) {
@@ -1832,7 +1812,6 @@ var ResetEnabledBaselineCommand = _ResetEnabledBaselineCommand;
1832
1812
 
1833
1813
 
1834
1814
 
1835
-
1836
1815
  var _ResetLandingZoneCommand = class _ResetLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
1837
1816
  ...commonParams
1838
1817
  }).m(function(Command, cs, config, o) {
@@ -1849,7 +1828,6 @@ var ResetLandingZoneCommand = _ResetLandingZoneCommand;
1849
1828
 
1850
1829
 
1851
1830
 
1852
-
1853
1831
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1854
1832
  ...commonParams
1855
1833
  }).m(function(Command, cs, config, o) {
@@ -1866,7 +1844,6 @@ var TagResourceCommand = _TagResourceCommand;
1866
1844
 
1867
1845
 
1868
1846
 
1869
-
1870
1847
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1871
1848
  ...commonParams
1872
1849
  }).m(function(Command, cs, config, o) {
@@ -1883,7 +1860,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1883
1860
 
1884
1861
 
1885
1862
 
1886
-
1887
1863
  var _UpdateEnabledBaselineCommand = class _UpdateEnabledBaselineCommand extends import_smithy_client.Command.classBuilder().ep({
1888
1864
  ...commonParams
1889
1865
  }).m(function(Command, cs, config, o) {
@@ -1900,7 +1876,6 @@ var UpdateEnabledBaselineCommand = _UpdateEnabledBaselineCommand;
1900
1876
 
1901
1877
 
1902
1878
 
1903
-
1904
1879
  var _UpdateEnabledControlCommand = class _UpdateEnabledControlCommand extends import_smithy_client.Command.classBuilder().ep({
1905
1880
  ...commonParams
1906
1881
  }).m(function(Command, cs, config, o) {
@@ -1917,7 +1892,6 @@ var UpdateEnabledControlCommand = _UpdateEnabledControlCommand;
1917
1892
 
1918
1893
 
1919
1894
 
1920
-
1921
1895
  var _UpdateLandingZoneCommand = class _UpdateLandingZoneCommand extends import_smithy_client.Command.classBuilder().ep({
1922
1896
  ...commonParams
1923
1897
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateLandingZoneInput, CreateLandingZoneOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteLandingZoneInput, DeleteLandingZoneOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisableBaselineInput, DisableBaselineOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisableControlInput, DisableControlOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnableControlInput, EnableControlOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBaselineOperationInput, GetBaselineOperationOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetControlOperationInput, GetControlOperationOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetEnabledBaselineInput, GetEnabledBaselineOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetEnabledControlInput, GetEnabledControlOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListBaselinesInput, ListBaselinesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListControlOperationsInput, ListControlOperationsOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEnabledBaselinesInput, ListEnabledBaselinesOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListLandingZonesInput, ListLandingZonesOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResetEnabledBaselineInput, ResetEnabledBaselineOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResetLandingZoneInput, ResetLandingZoneOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEnabledBaselineInput, UpdateEnabledBaselineOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEnabledControlInput, UpdateEnabledControlOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateLandingZoneInput, UpdateLandingZoneOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -167,8 +167,8 @@
167
167
  export * from "./ControlTowerClient";
168
168
  export * from "./ControlTower";
169
169
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
170
- export { RuntimeExtension } from "./runtimeExtensions";
171
- export { ControlTowerExtensionConfiguration } from "./extensionConfiguration";
170
+ export type { RuntimeExtension } from "./runtimeExtensions";
171
+ export type { ControlTowerExtensionConfiguration } from "./extensionConfiguration";
172
172
  export * from "./commands";
173
173
  export * from "./pagination";
174
174
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateLandingZoneInput,
10
10
  CreateLandingZoneOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateLandingZoneCommandInput extends CreateLandingZoneInput {}
14
15
  export interface CreateLandingZoneCommandOutput
15
16
  extends CreateLandingZoneOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteLandingZoneInput,
10
10
  DeleteLandingZoneOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteLandingZoneCommandInput extends DeleteLandingZoneInput {}
14
15
  export interface DeleteLandingZoneCommandOutput
15
16
  extends DeleteLandingZoneOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DisableBaselineInput,
10
10
  DisableBaselineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableBaselineCommandInput extends DisableBaselineInput {}
14
15
  export interface DisableBaselineCommandOutput
15
16
  extends DisableBaselineOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { DisableControlInput, DisableControlOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisableControlCommandInput extends DisableControlInput {}
11
12
  export interface DisableControlCommandOutput
12
13
  extends DisableControlOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableBaselineCommandInput extends EnableBaselineInput {}
11
12
  export interface EnableBaselineCommandOutput
12
13
  extends EnableBaselineOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { EnableControlInput, EnableControlOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableControlCommandInput extends EnableControlInput {}
11
12
  export interface EnableControlCommandOutput
12
13
  extends EnableControlOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetBaselineCommandInput extends GetBaselineInput {}
11
12
  export interface GetBaselineCommandOutput
12
13
  extends GetBaselineOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetBaselineOperationInput,
10
10
  GetBaselineOperationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetBaselineOperationCommandInput
14
15
  extends GetBaselineOperationInput {}
15
16
  export interface GetBaselineOperationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetControlOperationInput,
10
10
  GetControlOperationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetControlOperationCommandInput
14
15
  extends GetControlOperationInput {}
15
16
  export interface GetControlOperationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetEnabledBaselineInput,
10
10
  GetEnabledBaselineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEnabledBaselineCommandInput
14
15
  extends GetEnabledBaselineInput {}
15
16
  export interface GetEnabledBaselineCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetEnabledControlInput,
10
10
  GetEnabledControlOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEnabledControlCommandInput extends GetEnabledControlInput {}
14
15
  export interface GetEnabledControlCommandOutput
15
16
  extends GetEnabledControlOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetLandingZoneCommandInput extends GetLandingZoneInput {}
11
12
  export interface GetLandingZoneCommandOutput
12
13
  extends GetLandingZoneOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetLandingZoneOperationInput,
10
10
  GetLandingZoneOperationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetLandingZoneOperationCommandInput
14
15
  extends GetLandingZoneOperationInput {}
15
16
  export interface GetLandingZoneOperationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { ListBaselinesInput, ListBaselinesOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListBaselinesCommandInput extends ListBaselinesInput {}
11
12
  export interface ListBaselinesCommandOutput
12
13
  extends ListBaselinesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListControlOperationsInput,
10
10
  ListControlOperationsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListControlOperationsCommandInput
14
15
  extends ListControlOperationsInput {}
15
16
  export interface ListControlOperationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEnabledBaselinesInput,
10
10
  ListEnabledBaselinesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEnabledBaselinesCommandInput
14
15
  extends ListEnabledBaselinesInput {}
15
16
  export interface ListEnabledBaselinesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEnabledControlsInput,
10
10
  ListEnabledControlsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEnabledControlsCommandInput
14
15
  extends ListEnabledControlsInput {}
15
16
  export interface ListEnabledControlsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListLandingZonesInput,
10
10
  ListLandingZonesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListLandingZonesCommandInput extends ListLandingZonesInput {}
14
15
  export interface ListLandingZonesCommandOutput
15
16
  extends ListLandingZonesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ResetEnabledBaselineInput,
10
10
  ResetEnabledBaselineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ResetEnabledBaselineCommandInput
14
15
  extends ResetEnabledBaselineInput {}
15
16
  export interface ResetEnabledBaselineCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ResetLandingZoneInput,
10
10
  ResetLandingZoneOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {}
14
15
  export interface ResetLandingZoneCommandOutput
15
16
  extends ResetLandingZoneOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ControlTowerClient";
8
8
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEnabledBaselineInput,
10
10
  UpdateEnabledBaselineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEnabledBaselineCommandInput
14
15
  extends UpdateEnabledBaselineInput {}
15
16
  export interface UpdateEnabledBaselineCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEnabledControlInput,
10
10
  UpdateEnabledControlOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEnabledControlCommandInput
14
15
  extends UpdateEnabledControlInput {}
15
16
  export interface UpdateEnabledControlCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateLandingZoneInput,
10
10
  UpdateLandingZoneOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLandingZoneCommandInput extends UpdateLandingZoneInput {}
14
15
  export interface UpdateLandingZoneCommandOutput
15
16
  extends UpdateLandingZoneOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ControlTowerServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",