@aws-sdk/client-controltower 3.588.0 → 3.592.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 +0 -26
- package/dist-types/ControlTowerClient.d.ts +4 -4
- package/dist-types/commands/CreateLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/DisableBaselineCommand.d.ts +2 -1
- package/dist-types/commands/DisableControlCommand.d.ts +2 -1
- package/dist-types/commands/EnableBaselineCommand.d.ts +2 -1
- package/dist-types/commands/EnableControlCommand.d.ts +2 -1
- package/dist-types/commands/GetBaselineCommand.d.ts +2 -1
- package/dist-types/commands/GetBaselineOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetControlOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/GetEnabledControlCommand.d.ts +2 -1
- package/dist-types/commands/GetLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListBaselinesCommand.d.ts +2 -1
- package/dist-types/commands/ListControlOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +2 -1
- package/dist-types/commands/ListLandingZonesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/ResetLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnabledControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLandingZoneCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ControlTowerServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ControlTowerClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ControlTowerServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -116,15 +116,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
116
116
|
* Enables FIPS compatible endpoints.
|
|
117
117
|
*/
|
|
118
118
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
119
|
+
/**
|
|
120
|
+
* The AWS region to which this client will send requests
|
|
121
|
+
*/
|
|
122
|
+
region?: string | __Provider<string>;
|
|
119
123
|
/**
|
|
120
124
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
121
125
|
* @internal
|
|
122
126
|
*/
|
|
123
127
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
124
|
-
/**
|
|
125
|
-
* The AWS region to which this client will send requests
|
|
126
|
-
*/
|
|
127
|
-
region?: string | __Provider<string>;
|
|
128
128
|
/**
|
|
129
129
|
* Default credentials provider; Not available in browser runtime.
|
|
130
130
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -226,8 +226,8 @@ export interface ClientDefaults
|
|
|
226
226
|
serviceId?: string;
|
|
227
227
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
228
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
229
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
230
229
|
region?: string | __Provider<string>;
|
|
230
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
231
231
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
232
232
|
maxAttempts?: number | __Provider<number>;
|
|
233
233
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateLandingZoneInput,
|
|
10
10
|
CreateLandingZoneOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ControlTowerServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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.
|
|
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.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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.
|
|
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",
|