@aws-sdk/client-controltower 3.454.0 → 3.459.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/README.md +95 -31
- package/dist-cjs/ControlTower.js +16 -0
- package/dist-cjs/commands/CreateLandingZoneCommand.js +51 -0
- package/dist-cjs/commands/DeleteLandingZoneCommand.js +51 -0
- package/dist-cjs/commands/GetLandingZoneCommand.js +51 -0
- package/dist-cjs/commands/GetLandingZoneOperationCommand.js +51 -0
- package/dist-cjs/commands/ListLandingZonesCommand.js +51 -0
- package/dist-cjs/commands/ResetLandingZoneCommand.js +51 -0
- package/dist-cjs/commands/UpdateEnabledControlCommand.js +51 -0
- package/dist-cjs/commands/UpdateLandingZoneCommand.js +51 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +22 -1
- package/dist-cjs/pagination/ListLandingZonesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +682 -56
- package/dist-es/ControlTower.js +16 -0
- package/dist-es/commands/CreateLandingZoneCommand.js +47 -0
- package/dist-es/commands/DeleteLandingZoneCommand.js +47 -0
- package/dist-es/commands/GetLandingZoneCommand.js +47 -0
- package/dist-es/commands/GetLandingZoneOperationCommand.js +47 -0
- package/dist-es/commands/ListLandingZonesCommand.js +47 -0
- package/dist-es/commands/ResetLandingZoneCommand.js +47 -0
- package/dist-es/commands/UpdateEnabledControlCommand.js +47 -0
- package/dist-es/commands/UpdateLandingZoneCommand.js +47 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +21 -0
- package/dist-es/pagination/ListLandingZonesPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +659 -49
- package/dist-types/ControlTower.d.ts +72 -16
- package/dist-types/ControlTowerClient.d.ts +26 -18
- package/dist-types/commands/CreateLandingZoneCommand.d.ts +94 -0
- package/dist-types/commands/DeleteLandingZoneCommand.d.ts +92 -0
- package/dist-types/commands/DisableControlCommand.d.ts +9 -9
- package/dist-types/commands/EnableControlCommand.d.ts +15 -9
- package/dist-types/commands/GetControlOperationCommand.d.ts +6 -6
- package/dist-types/commands/GetEnabledControlCommand.d.ts +14 -8
- package/dist-types/commands/GetLandingZoneCommand.d.ts +97 -0
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +95 -0
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +9 -9
- package/dist-types/commands/ListLandingZonesCommand.d.ts +93 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/ResetLandingZoneCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateEnabledControlCommand.d.ts +107 -0
- package/dist-types/commands/UpdateLandingZoneCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/index.d.ts +16 -16
- package/dist-types/models/models_0.d.ts +472 -29
- package/dist-types/pagination/ListLandingZonesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/ControlTower.d.ts +136 -0
- package/dist-types/ts3.4/ControlTowerClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +117 -0
- package/dist-types/ts3.4/pagination/ListLandingZonesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +3 -3
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput } from "../commands/CreateLandingZoneCommand";
|
|
4
|
+
import { DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput } from "../commands/DeleteLandingZoneCommand";
|
|
3
5
|
import { DisableControlCommandInput, DisableControlCommandOutput } from "../commands/DisableControlCommand";
|
|
4
6
|
import { EnableControlCommandInput, EnableControlCommandOutput } from "../commands/EnableControlCommand";
|
|
5
7
|
import { GetControlOperationCommandInput, GetControlOperationCommandOutput } from "../commands/GetControlOperationCommand";
|
|
6
8
|
import { GetEnabledControlCommandInput, GetEnabledControlCommandOutput } from "../commands/GetEnabledControlCommand";
|
|
9
|
+
import { GetLandingZoneCommandInput, GetLandingZoneCommandOutput } from "../commands/GetLandingZoneCommand";
|
|
10
|
+
import { GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput } from "../commands/GetLandingZoneOperationCommand";
|
|
7
11
|
import { ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput } from "../commands/ListEnabledControlsCommand";
|
|
12
|
+
import { ListLandingZonesCommandInput, ListLandingZonesCommandOutput } from "../commands/ListLandingZonesCommand";
|
|
8
13
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
14
|
+
import { ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput } from "../commands/ResetLandingZoneCommand";
|
|
9
15
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
10
16
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
17
|
+
import { UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput } from "../commands/UpdateEnabledControlCommand";
|
|
18
|
+
import { UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput } from "../commands/UpdateLandingZoneCommand";
|
|
19
|
+
/**
|
|
20
|
+
* serializeAws_restJson1CreateLandingZoneCommand
|
|
21
|
+
*/
|
|
22
|
+
export declare const se_CreateLandingZoneCommand: (input: CreateLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
+
/**
|
|
24
|
+
* serializeAws_restJson1DeleteLandingZoneCommand
|
|
25
|
+
*/
|
|
26
|
+
export declare const se_DeleteLandingZoneCommand: (input: DeleteLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
11
27
|
/**
|
|
12
28
|
* serializeAws_restJson1DisableControlCommand
|
|
13
29
|
*/
|
|
@@ -24,14 +40,30 @@ export declare const se_GetControlOperationCommand: (input: GetControlOperationC
|
|
|
24
40
|
* serializeAws_restJson1GetEnabledControlCommand
|
|
25
41
|
*/
|
|
26
42
|
export declare const se_GetEnabledControlCommand: (input: GetEnabledControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1GetLandingZoneCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_GetLandingZoneCommand: (input: GetLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1GetLandingZoneOperationCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_GetLandingZoneOperationCommand: (input: GetLandingZoneOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
51
|
/**
|
|
28
52
|
* serializeAws_restJson1ListEnabledControlsCommand
|
|
29
53
|
*/
|
|
30
54
|
export declare const se_ListEnabledControlsCommand: (input: ListEnabledControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1ListLandingZonesCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_ListLandingZonesCommand: (input: ListLandingZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
59
|
/**
|
|
32
60
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
33
61
|
*/
|
|
34
62
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1ResetLandingZoneCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_ResetLandingZoneCommand: (input: ResetLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
67
|
/**
|
|
36
68
|
* serializeAws_restJson1TagResourceCommand
|
|
37
69
|
*/
|
|
@@ -40,6 +72,22 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
40
72
|
* serializeAws_restJson1UntagResourceCommand
|
|
41
73
|
*/
|
|
42
74
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1UpdateEnabledControlCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_UpdateEnabledControlCommand: (input: UpdateEnabledControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1UpdateLandingZoneCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_UpdateLandingZoneCommand: (input: UpdateLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* deserializeAws_restJson1CreateLandingZoneCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const de_CreateLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLandingZoneCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* deserializeAws_restJson1DeleteLandingZoneCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const de_DeleteLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLandingZoneCommandOutput>;
|
|
43
91
|
/**
|
|
44
92
|
* deserializeAws_restJson1DisableControlCommand
|
|
45
93
|
*/
|
|
@@ -56,14 +104,30 @@ export declare const de_GetControlOperationCommand: (output: __HttpResponse, con
|
|
|
56
104
|
* deserializeAws_restJson1GetEnabledControlCommand
|
|
57
105
|
*/
|
|
58
106
|
export declare const de_GetEnabledControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnabledControlCommandOutput>;
|
|
107
|
+
/**
|
|
108
|
+
* deserializeAws_restJson1GetLandingZoneCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const de_GetLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLandingZoneCommandOutput>;
|
|
111
|
+
/**
|
|
112
|
+
* deserializeAws_restJson1GetLandingZoneOperationCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const de_GetLandingZoneOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLandingZoneOperationCommandOutput>;
|
|
59
115
|
/**
|
|
60
116
|
* deserializeAws_restJson1ListEnabledControlsCommand
|
|
61
117
|
*/
|
|
62
118
|
export declare const de_ListEnabledControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnabledControlsCommandOutput>;
|
|
119
|
+
/**
|
|
120
|
+
* deserializeAws_restJson1ListLandingZonesCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const de_ListLandingZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLandingZonesCommandOutput>;
|
|
63
123
|
/**
|
|
64
124
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
65
125
|
*/
|
|
66
126
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
127
|
+
/**
|
|
128
|
+
* deserializeAws_restJson1ResetLandingZoneCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const de_ResetLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetLandingZoneCommandOutput>;
|
|
67
131
|
/**
|
|
68
132
|
* deserializeAws_restJson1TagResourceCommand
|
|
69
133
|
*/
|
|
@@ -72,3 +136,11 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
72
136
|
* deserializeAws_restJson1UntagResourceCommand
|
|
73
137
|
*/
|
|
74
138
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
139
|
+
/**
|
|
140
|
+
* deserializeAws_restJson1UpdateEnabledControlCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const de_UpdateEnabledControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnabledControlCommandOutput>;
|
|
143
|
+
/**
|
|
144
|
+
* deserializeAws_restJson1UpdateLandingZoneCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const de_UpdateLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLandingZoneCommandOutput>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateLandingZoneCommandInput,
|
|
4
|
+
CreateLandingZoneCommandOutput,
|
|
5
|
+
} from "./commands/CreateLandingZoneCommand";
|
|
6
|
+
import {
|
|
7
|
+
DeleteLandingZoneCommandInput,
|
|
8
|
+
DeleteLandingZoneCommandOutput,
|
|
9
|
+
} from "./commands/DeleteLandingZoneCommand";
|
|
2
10
|
import {
|
|
3
11
|
DisableControlCommandInput,
|
|
4
12
|
DisableControlCommandOutput,
|
|
@@ -15,14 +23,30 @@ import {
|
|
|
15
23
|
GetEnabledControlCommandInput,
|
|
16
24
|
GetEnabledControlCommandOutput,
|
|
17
25
|
} from "./commands/GetEnabledControlCommand";
|
|
26
|
+
import {
|
|
27
|
+
GetLandingZoneCommandInput,
|
|
28
|
+
GetLandingZoneCommandOutput,
|
|
29
|
+
} from "./commands/GetLandingZoneCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetLandingZoneOperationCommandInput,
|
|
32
|
+
GetLandingZoneOperationCommandOutput,
|
|
33
|
+
} from "./commands/GetLandingZoneOperationCommand";
|
|
18
34
|
import {
|
|
19
35
|
ListEnabledControlsCommandInput,
|
|
20
36
|
ListEnabledControlsCommandOutput,
|
|
21
37
|
} from "./commands/ListEnabledControlsCommand";
|
|
38
|
+
import {
|
|
39
|
+
ListLandingZonesCommandInput,
|
|
40
|
+
ListLandingZonesCommandOutput,
|
|
41
|
+
} from "./commands/ListLandingZonesCommand";
|
|
22
42
|
import {
|
|
23
43
|
ListTagsForResourceCommandInput,
|
|
24
44
|
ListTagsForResourceCommandOutput,
|
|
25
45
|
} from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import {
|
|
47
|
+
ResetLandingZoneCommandInput,
|
|
48
|
+
ResetLandingZoneCommandOutput,
|
|
49
|
+
} from "./commands/ResetLandingZoneCommand";
|
|
26
50
|
import {
|
|
27
51
|
TagResourceCommandInput,
|
|
28
52
|
TagResourceCommandOutput,
|
|
@@ -31,8 +55,42 @@ import {
|
|
|
31
55
|
UntagResourceCommandInput,
|
|
32
56
|
UntagResourceCommandOutput,
|
|
33
57
|
} from "./commands/UntagResourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
UpdateEnabledControlCommandInput,
|
|
60
|
+
UpdateEnabledControlCommandOutput,
|
|
61
|
+
} from "./commands/UpdateEnabledControlCommand";
|
|
62
|
+
import {
|
|
63
|
+
UpdateLandingZoneCommandInput,
|
|
64
|
+
UpdateLandingZoneCommandOutput,
|
|
65
|
+
} from "./commands/UpdateLandingZoneCommand";
|
|
34
66
|
import { ControlTowerClient } from "./ControlTowerClient";
|
|
35
67
|
export interface ControlTower {
|
|
68
|
+
createLandingZone(
|
|
69
|
+
args: CreateLandingZoneCommandInput,
|
|
70
|
+
options?: __HttpHandlerOptions
|
|
71
|
+
): Promise<CreateLandingZoneCommandOutput>;
|
|
72
|
+
createLandingZone(
|
|
73
|
+
args: CreateLandingZoneCommandInput,
|
|
74
|
+
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void
|
|
75
|
+
): void;
|
|
76
|
+
createLandingZone(
|
|
77
|
+
args: CreateLandingZoneCommandInput,
|
|
78
|
+
options: __HttpHandlerOptions,
|
|
79
|
+
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void
|
|
80
|
+
): void;
|
|
81
|
+
deleteLandingZone(
|
|
82
|
+
args: DeleteLandingZoneCommandInput,
|
|
83
|
+
options?: __HttpHandlerOptions
|
|
84
|
+
): Promise<DeleteLandingZoneCommandOutput>;
|
|
85
|
+
deleteLandingZone(
|
|
86
|
+
args: DeleteLandingZoneCommandInput,
|
|
87
|
+
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void
|
|
88
|
+
): void;
|
|
89
|
+
deleteLandingZone(
|
|
90
|
+
args: DeleteLandingZoneCommandInput,
|
|
91
|
+
options: __HttpHandlerOptions,
|
|
92
|
+
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void
|
|
93
|
+
): void;
|
|
36
94
|
disableControl(
|
|
37
95
|
args: DisableControlCommandInput,
|
|
38
96
|
options?: __HttpHandlerOptions
|
|
@@ -85,6 +143,32 @@ export interface ControlTower {
|
|
|
85
143
|
options: __HttpHandlerOptions,
|
|
86
144
|
cb: (err: any, data?: GetEnabledControlCommandOutput) => void
|
|
87
145
|
): void;
|
|
146
|
+
getLandingZone(
|
|
147
|
+
args: GetLandingZoneCommandInput,
|
|
148
|
+
options?: __HttpHandlerOptions
|
|
149
|
+
): Promise<GetLandingZoneCommandOutput>;
|
|
150
|
+
getLandingZone(
|
|
151
|
+
args: GetLandingZoneCommandInput,
|
|
152
|
+
cb: (err: any, data?: GetLandingZoneCommandOutput) => void
|
|
153
|
+
): void;
|
|
154
|
+
getLandingZone(
|
|
155
|
+
args: GetLandingZoneCommandInput,
|
|
156
|
+
options: __HttpHandlerOptions,
|
|
157
|
+
cb: (err: any, data?: GetLandingZoneCommandOutput) => void
|
|
158
|
+
): void;
|
|
159
|
+
getLandingZoneOperation(
|
|
160
|
+
args: GetLandingZoneOperationCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<GetLandingZoneOperationCommandOutput>;
|
|
163
|
+
getLandingZoneOperation(
|
|
164
|
+
args: GetLandingZoneOperationCommandInput,
|
|
165
|
+
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
getLandingZoneOperation(
|
|
168
|
+
args: GetLandingZoneOperationCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void
|
|
171
|
+
): void;
|
|
88
172
|
listEnabledControls(
|
|
89
173
|
args: ListEnabledControlsCommandInput,
|
|
90
174
|
options?: __HttpHandlerOptions
|
|
@@ -98,6 +182,19 @@ export interface ControlTower {
|
|
|
98
182
|
options: __HttpHandlerOptions,
|
|
99
183
|
cb: (err: any, data?: ListEnabledControlsCommandOutput) => void
|
|
100
184
|
): void;
|
|
185
|
+
listLandingZones(
|
|
186
|
+
args: ListLandingZonesCommandInput,
|
|
187
|
+
options?: __HttpHandlerOptions
|
|
188
|
+
): Promise<ListLandingZonesCommandOutput>;
|
|
189
|
+
listLandingZones(
|
|
190
|
+
args: ListLandingZonesCommandInput,
|
|
191
|
+
cb: (err: any, data?: ListLandingZonesCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
listLandingZones(
|
|
194
|
+
args: ListLandingZonesCommandInput,
|
|
195
|
+
options: __HttpHandlerOptions,
|
|
196
|
+
cb: (err: any, data?: ListLandingZonesCommandOutput) => void
|
|
197
|
+
): void;
|
|
101
198
|
listTagsForResource(
|
|
102
199
|
args: ListTagsForResourceCommandInput,
|
|
103
200
|
options?: __HttpHandlerOptions
|
|
@@ -111,6 +208,19 @@ export interface ControlTower {
|
|
|
111
208
|
options: __HttpHandlerOptions,
|
|
112
209
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
113
210
|
): void;
|
|
211
|
+
resetLandingZone(
|
|
212
|
+
args: ResetLandingZoneCommandInput,
|
|
213
|
+
options?: __HttpHandlerOptions
|
|
214
|
+
): Promise<ResetLandingZoneCommandOutput>;
|
|
215
|
+
resetLandingZone(
|
|
216
|
+
args: ResetLandingZoneCommandInput,
|
|
217
|
+
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void
|
|
218
|
+
): void;
|
|
219
|
+
resetLandingZone(
|
|
220
|
+
args: ResetLandingZoneCommandInput,
|
|
221
|
+
options: __HttpHandlerOptions,
|
|
222
|
+
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void
|
|
223
|
+
): void;
|
|
114
224
|
tagResource(
|
|
115
225
|
args: TagResourceCommandInput,
|
|
116
226
|
options?: __HttpHandlerOptions
|
|
@@ -137,6 +247,32 @@ export interface ControlTower {
|
|
|
137
247
|
options: __HttpHandlerOptions,
|
|
138
248
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
139
249
|
): void;
|
|
250
|
+
updateEnabledControl(
|
|
251
|
+
args: UpdateEnabledControlCommandInput,
|
|
252
|
+
options?: __HttpHandlerOptions
|
|
253
|
+
): Promise<UpdateEnabledControlCommandOutput>;
|
|
254
|
+
updateEnabledControl(
|
|
255
|
+
args: UpdateEnabledControlCommandInput,
|
|
256
|
+
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
updateEnabledControl(
|
|
259
|
+
args: UpdateEnabledControlCommandInput,
|
|
260
|
+
options: __HttpHandlerOptions,
|
|
261
|
+
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
updateLandingZone(
|
|
264
|
+
args: UpdateLandingZoneCommandInput,
|
|
265
|
+
options?: __HttpHandlerOptions
|
|
266
|
+
): Promise<UpdateLandingZoneCommandOutput>;
|
|
267
|
+
updateLandingZone(
|
|
268
|
+
args: UpdateLandingZoneCommandInput,
|
|
269
|
+
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void
|
|
270
|
+
): void;
|
|
271
|
+
updateLandingZone(
|
|
272
|
+
args: UpdateLandingZoneCommandInput,
|
|
273
|
+
options: __HttpHandlerOptions,
|
|
274
|
+
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void
|
|
275
|
+
): void;
|
|
140
276
|
}
|
|
141
277
|
export declare class ControlTower
|
|
142
278
|
extends ControlTowerClient
|
|
@@ -45,6 +45,14 @@ import {
|
|
|
45
45
|
UrlParser as __UrlParser,
|
|
46
46
|
UserAgent as __UserAgent,
|
|
47
47
|
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
CreateLandingZoneCommandInput,
|
|
50
|
+
CreateLandingZoneCommandOutput,
|
|
51
|
+
} from "./commands/CreateLandingZoneCommand";
|
|
52
|
+
import {
|
|
53
|
+
DeleteLandingZoneCommandInput,
|
|
54
|
+
DeleteLandingZoneCommandOutput,
|
|
55
|
+
} from "./commands/DeleteLandingZoneCommand";
|
|
48
56
|
import {
|
|
49
57
|
DisableControlCommandInput,
|
|
50
58
|
DisableControlCommandOutput,
|
|
@@ -61,14 +69,30 @@ import {
|
|
|
61
69
|
GetEnabledControlCommandInput,
|
|
62
70
|
GetEnabledControlCommandOutput,
|
|
63
71
|
} from "./commands/GetEnabledControlCommand";
|
|
72
|
+
import {
|
|
73
|
+
GetLandingZoneCommandInput,
|
|
74
|
+
GetLandingZoneCommandOutput,
|
|
75
|
+
} from "./commands/GetLandingZoneCommand";
|
|
76
|
+
import {
|
|
77
|
+
GetLandingZoneOperationCommandInput,
|
|
78
|
+
GetLandingZoneOperationCommandOutput,
|
|
79
|
+
} from "./commands/GetLandingZoneOperationCommand";
|
|
64
80
|
import {
|
|
65
81
|
ListEnabledControlsCommandInput,
|
|
66
82
|
ListEnabledControlsCommandOutput,
|
|
67
83
|
} from "./commands/ListEnabledControlsCommand";
|
|
84
|
+
import {
|
|
85
|
+
ListLandingZonesCommandInput,
|
|
86
|
+
ListLandingZonesCommandOutput,
|
|
87
|
+
} from "./commands/ListLandingZonesCommand";
|
|
68
88
|
import {
|
|
69
89
|
ListTagsForResourceCommandInput,
|
|
70
90
|
ListTagsForResourceCommandOutput,
|
|
71
91
|
} from "./commands/ListTagsForResourceCommand";
|
|
92
|
+
import {
|
|
93
|
+
ResetLandingZoneCommandInput,
|
|
94
|
+
ResetLandingZoneCommandOutput,
|
|
95
|
+
} from "./commands/ResetLandingZoneCommand";
|
|
72
96
|
import {
|
|
73
97
|
TagResourceCommandInput,
|
|
74
98
|
TagResourceCommandOutput,
|
|
@@ -77,6 +101,14 @@ import {
|
|
|
77
101
|
UntagResourceCommandInput,
|
|
78
102
|
UntagResourceCommandOutput,
|
|
79
103
|
} from "./commands/UntagResourceCommand";
|
|
104
|
+
import {
|
|
105
|
+
UpdateEnabledControlCommandInput,
|
|
106
|
+
UpdateEnabledControlCommandOutput,
|
|
107
|
+
} from "./commands/UpdateEnabledControlCommand";
|
|
108
|
+
import {
|
|
109
|
+
UpdateLandingZoneCommandInput,
|
|
110
|
+
UpdateLandingZoneCommandOutput,
|
|
111
|
+
} from "./commands/UpdateLandingZoneCommand";
|
|
80
112
|
import {
|
|
81
113
|
ClientInputEndpointParameters,
|
|
82
114
|
ClientResolvedEndpointParameters,
|
|
@@ -85,23 +117,39 @@ import {
|
|
|
85
117
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
86
118
|
export { __Client };
|
|
87
119
|
export type ServiceInputTypes =
|
|
120
|
+
| CreateLandingZoneCommandInput
|
|
121
|
+
| DeleteLandingZoneCommandInput
|
|
88
122
|
| DisableControlCommandInput
|
|
89
123
|
| EnableControlCommandInput
|
|
90
124
|
| GetControlOperationCommandInput
|
|
91
125
|
| GetEnabledControlCommandInput
|
|
126
|
+
| GetLandingZoneCommandInput
|
|
127
|
+
| GetLandingZoneOperationCommandInput
|
|
92
128
|
| ListEnabledControlsCommandInput
|
|
129
|
+
| ListLandingZonesCommandInput
|
|
93
130
|
| ListTagsForResourceCommandInput
|
|
131
|
+
| ResetLandingZoneCommandInput
|
|
94
132
|
| TagResourceCommandInput
|
|
95
|
-
| UntagResourceCommandInput
|
|
133
|
+
| UntagResourceCommandInput
|
|
134
|
+
| UpdateEnabledControlCommandInput
|
|
135
|
+
| UpdateLandingZoneCommandInput;
|
|
96
136
|
export type ServiceOutputTypes =
|
|
137
|
+
| CreateLandingZoneCommandOutput
|
|
138
|
+
| DeleteLandingZoneCommandOutput
|
|
97
139
|
| DisableControlCommandOutput
|
|
98
140
|
| EnableControlCommandOutput
|
|
99
141
|
| GetControlOperationCommandOutput
|
|
100
142
|
| GetEnabledControlCommandOutput
|
|
143
|
+
| GetLandingZoneCommandOutput
|
|
144
|
+
| GetLandingZoneOperationCommandOutput
|
|
101
145
|
| ListEnabledControlsCommandOutput
|
|
146
|
+
| ListLandingZonesCommandOutput
|
|
102
147
|
| ListTagsForResourceCommandOutput
|
|
148
|
+
| ResetLandingZoneCommandOutput
|
|
103
149
|
| TagResourceCommandOutput
|
|
104
|
-
| UntagResourceCommandOutput
|
|
150
|
+
| UntagResourceCommandOutput
|
|
151
|
+
| UpdateEnabledControlCommandOutput
|
|
152
|
+
| UpdateLandingZoneCommandOutput;
|
|
105
153
|
export interface ClientDefaults
|
|
106
154
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
107
155
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateLandingZoneInput,
|
|
16
|
+
CreateLandingZoneOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateLandingZoneCommandInput extends CreateLandingZoneInput {}
|
|
20
|
+
export interface CreateLandingZoneCommandOutput
|
|
21
|
+
extends CreateLandingZoneOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateLandingZoneCommand extends $Command<
|
|
24
|
+
CreateLandingZoneCommandInput,
|
|
25
|
+
CreateLandingZoneCommandOutput,
|
|
26
|
+
ControlTowerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLandingZoneCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateLandingZoneCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteLandingZoneInput,
|
|
16
|
+
DeleteLandingZoneOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteLandingZoneCommandInput extends DeleteLandingZoneInput {}
|
|
20
|
+
export interface DeleteLandingZoneCommandOutput
|
|
21
|
+
extends DeleteLandingZoneOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteLandingZoneCommand extends $Command<
|
|
24
|
+
DeleteLandingZoneCommandInput,
|
|
25
|
+
DeleteLandingZoneCommandOutput,
|
|
26
|
+
ControlTowerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLandingZoneCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteLandingZoneCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetLandingZoneCommandInput extends GetLandingZoneInput {}
|
|
17
|
+
export interface GetLandingZoneCommandOutput
|
|
18
|
+
extends GetLandingZoneOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetLandingZoneCommand extends $Command<
|
|
21
|
+
GetLandingZoneCommandInput,
|
|
22
|
+
GetLandingZoneCommandOutput,
|
|
23
|
+
ControlTowerClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetLandingZoneCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetLandingZoneCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetLandingZoneCommandInput, GetLandingZoneCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import {
|
|
15
|
+
GetLandingZoneOperationInput,
|
|
16
|
+
GetLandingZoneOperationOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetLandingZoneOperationCommandInput
|
|
20
|
+
extends GetLandingZoneOperationInput {}
|
|
21
|
+
export interface GetLandingZoneOperationCommandOutput
|
|
22
|
+
extends GetLandingZoneOperationOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetLandingZoneOperationCommand extends $Command<
|
|
25
|
+
GetLandingZoneOperationCommandInput,
|
|
26
|
+
GetLandingZoneOperationCommandOutput,
|
|
27
|
+
ControlTowerClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetLandingZoneOperationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetLandingZoneOperationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetLandingZoneOperationCommandInput,
|
|
38
|
+
GetLandingZoneOperationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLandingZonesInput,
|
|
16
|
+
ListLandingZonesOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListLandingZonesCommandInput extends ListLandingZonesInput {}
|
|
20
|
+
export interface ListLandingZonesCommandOutput
|
|
21
|
+
extends ListLandingZonesOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListLandingZonesCommand extends $Command<
|
|
24
|
+
ListLandingZonesCommandInput,
|
|
25
|
+
ListLandingZonesCommandOutput,
|
|
26
|
+
ControlTowerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListLandingZonesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListLandingZonesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListLandingZonesCommandInput, ListLandingZonesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ControlTowerClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ControlTowerClient";
|
|
14
|
+
import {
|
|
15
|
+
ResetLandingZoneInput,
|
|
16
|
+
ResetLandingZoneOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {}
|
|
20
|
+
export interface ResetLandingZoneCommandOutput
|
|
21
|
+
extends ResetLandingZoneOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ResetLandingZoneCommand extends $Command<
|
|
24
|
+
ResetLandingZoneCommandInput,
|
|
25
|
+
ResetLandingZoneCommandOutput,
|
|
26
|
+
ControlTowerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ResetLandingZoneCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ResetLandingZoneCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ControlTowerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|