@aws-sdk/client-controltower 3.928.0 → 3.930.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 (49) hide show
  1. package/dist-cjs/index.js +1015 -1309
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ControlTowerClient.js +2 -0
  4. package/dist-es/commands/CreateLandingZoneCommand.js +3 -9
  5. package/dist-es/commands/DeleteLandingZoneCommand.js +3 -9
  6. package/dist-es/commands/DisableBaselineCommand.js +3 -9
  7. package/dist-es/commands/DisableControlCommand.js +3 -9
  8. package/dist-es/commands/EnableBaselineCommand.js +3 -9
  9. package/dist-es/commands/EnableControlCommand.js +3 -9
  10. package/dist-es/commands/GetBaselineCommand.js +3 -9
  11. package/dist-es/commands/GetBaselineOperationCommand.js +3 -9
  12. package/dist-es/commands/GetControlOperationCommand.js +3 -9
  13. package/dist-es/commands/GetEnabledBaselineCommand.js +3 -9
  14. package/dist-es/commands/GetEnabledControlCommand.js +3 -9
  15. package/dist-es/commands/GetLandingZoneCommand.js +3 -9
  16. package/dist-es/commands/GetLandingZoneOperationCommand.js +3 -9
  17. package/dist-es/commands/ListBaselinesCommand.js +3 -9
  18. package/dist-es/commands/ListControlOperationsCommand.js +3 -9
  19. package/dist-es/commands/ListEnabledBaselinesCommand.js +3 -9
  20. package/dist-es/commands/ListEnabledControlsCommand.js +3 -9
  21. package/dist-es/commands/ListLandingZoneOperationsCommand.js +3 -9
  22. package/dist-es/commands/ListLandingZonesCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/ResetEnabledBaselineCommand.js +3 -9
  25. package/dist-es/commands/ResetEnabledControlCommand.js +3 -9
  26. package/dist-es/commands/ResetLandingZoneCommand.js +3 -9
  27. package/dist-es/commands/TagResourceCommand.js +3 -9
  28. package/dist-es/commands/UntagResourceCommand.js +3 -9
  29. package/dist-es/commands/UpdateEnabledBaselineCommand.js +3 -9
  30. package/dist-es/commands/UpdateEnabledControlCommand.js +3 -9
  31. package/dist-es/commands/UpdateLandingZoneCommand.js +3 -9
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +957 -0
  34. package/dist-types/ControlTowerClient.d.ts +10 -1
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  36. package/dist-types/runtimeConfig.d.ts +1 -0
  37. package/dist-types/runtimeConfig.native.d.ts +1 -0
  38. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +153 -0
  40. package/dist-types/ts3.4/ControlTowerClient.d.ts +4 -0
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +158 -0
  46. package/package.json +33 -33
  47. package/dist-es/protocols/Aws_restJson1.js +0 -1095
  48. package/dist-types/protocols/Aws_restJson1.d.ts +0 -254
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -341
@@ -1,254 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput } from "../commands/CreateLandingZoneCommand";
4
- import { DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput } from "../commands/DeleteLandingZoneCommand";
5
- import { DisableBaselineCommandInput, DisableBaselineCommandOutput } from "../commands/DisableBaselineCommand";
6
- import { DisableControlCommandInput, DisableControlCommandOutput } from "../commands/DisableControlCommand";
7
- import { EnableBaselineCommandInput, EnableBaselineCommandOutput } from "../commands/EnableBaselineCommand";
8
- import { EnableControlCommandInput, EnableControlCommandOutput } from "../commands/EnableControlCommand";
9
- import { GetBaselineCommandInput, GetBaselineCommandOutput } from "../commands/GetBaselineCommand";
10
- import { GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput } from "../commands/GetBaselineOperationCommand";
11
- import { GetControlOperationCommandInput, GetControlOperationCommandOutput } from "../commands/GetControlOperationCommand";
12
- import { GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput } from "../commands/GetEnabledBaselineCommand";
13
- import { GetEnabledControlCommandInput, GetEnabledControlCommandOutput } from "../commands/GetEnabledControlCommand";
14
- import { GetLandingZoneCommandInput, GetLandingZoneCommandOutput } from "../commands/GetLandingZoneCommand";
15
- import { GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput } from "../commands/GetLandingZoneOperationCommand";
16
- import { ListBaselinesCommandInput, ListBaselinesCommandOutput } from "../commands/ListBaselinesCommand";
17
- import { ListControlOperationsCommandInput, ListControlOperationsCommandOutput } from "../commands/ListControlOperationsCommand";
18
- import { ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput } from "../commands/ListEnabledBaselinesCommand";
19
- import { ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput } from "../commands/ListEnabledControlsCommand";
20
- import { ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput } from "../commands/ListLandingZoneOperationsCommand";
21
- import { ListLandingZonesCommandInput, ListLandingZonesCommandOutput } from "../commands/ListLandingZonesCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
- import { ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput } from "../commands/ResetEnabledBaselineCommand";
24
- import { ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput } from "../commands/ResetEnabledControlCommand";
25
- import { ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput } from "../commands/ResetLandingZoneCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
28
- import { UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput } from "../commands/UpdateEnabledBaselineCommand";
29
- import { UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput } from "../commands/UpdateEnabledControlCommand";
30
- import { UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput } from "../commands/UpdateLandingZoneCommand";
31
- /**
32
- * serializeAws_restJson1CreateLandingZoneCommand
33
- */
34
- export declare const se_CreateLandingZoneCommand: (input: CreateLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_restJson1DeleteLandingZoneCommand
37
- */
38
- export declare const se_DeleteLandingZoneCommand: (input: DeleteLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1DisableBaselineCommand
41
- */
42
- export declare const se_DisableBaselineCommand: (input: DisableBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1DisableControlCommand
45
- */
46
- export declare const se_DisableControlCommand: (input: DisableControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1EnableBaselineCommand
49
- */
50
- export declare const se_EnableBaselineCommand: (input: EnableBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1EnableControlCommand
53
- */
54
- export declare const se_EnableControlCommand: (input: EnableControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1GetBaselineCommand
57
- */
58
- export declare const se_GetBaselineCommand: (input: GetBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1GetBaselineOperationCommand
61
- */
62
- export declare const se_GetBaselineOperationCommand: (input: GetBaselineOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1GetControlOperationCommand
65
- */
66
- export declare const se_GetControlOperationCommand: (input: GetControlOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1GetEnabledBaselineCommand
69
- */
70
- export declare const se_GetEnabledBaselineCommand: (input: GetEnabledBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1GetEnabledControlCommand
73
- */
74
- export declare const se_GetEnabledControlCommand: (input: GetEnabledControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1GetLandingZoneCommand
77
- */
78
- export declare const se_GetLandingZoneCommand: (input: GetLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1GetLandingZoneOperationCommand
81
- */
82
- export declare const se_GetLandingZoneOperationCommand: (input: GetLandingZoneOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1ListBaselinesCommand
85
- */
86
- export declare const se_ListBaselinesCommand: (input: ListBaselinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1ListControlOperationsCommand
89
- */
90
- export declare const se_ListControlOperationsCommand: (input: ListControlOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1ListEnabledBaselinesCommand
93
- */
94
- export declare const se_ListEnabledBaselinesCommand: (input: ListEnabledBaselinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1ListEnabledControlsCommand
97
- */
98
- export declare const se_ListEnabledControlsCommand: (input: ListEnabledControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1ListLandingZoneOperationsCommand
101
- */
102
- export declare const se_ListLandingZoneOperationsCommand: (input: ListLandingZoneOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1ListLandingZonesCommand
105
- */
106
- export declare const se_ListLandingZonesCommand: (input: ListLandingZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1ListTagsForResourceCommand
109
- */
110
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1ResetEnabledBaselineCommand
113
- */
114
- export declare const se_ResetEnabledBaselineCommand: (input: ResetEnabledBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1ResetEnabledControlCommand
117
- */
118
- export declare const se_ResetEnabledControlCommand: (input: ResetEnabledControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1ResetLandingZoneCommand
121
- */
122
- export declare const se_ResetLandingZoneCommand: (input: ResetLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1TagResourceCommand
125
- */
126
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1UntagResourceCommand
129
- */
130
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1UpdateEnabledBaselineCommand
133
- */
134
- export declare const se_UpdateEnabledBaselineCommand: (input: UpdateEnabledBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1UpdateEnabledControlCommand
137
- */
138
- export declare const se_UpdateEnabledControlCommand: (input: UpdateEnabledControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1UpdateLandingZoneCommand
141
- */
142
- export declare const se_UpdateLandingZoneCommand: (input: UpdateLandingZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * deserializeAws_restJson1CreateLandingZoneCommand
145
- */
146
- export declare const de_CreateLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLandingZoneCommandOutput>;
147
- /**
148
- * deserializeAws_restJson1DeleteLandingZoneCommand
149
- */
150
- export declare const de_DeleteLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLandingZoneCommandOutput>;
151
- /**
152
- * deserializeAws_restJson1DisableBaselineCommand
153
- */
154
- export declare const de_DisableBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableBaselineCommandOutput>;
155
- /**
156
- * deserializeAws_restJson1DisableControlCommand
157
- */
158
- export declare const de_DisableControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableControlCommandOutput>;
159
- /**
160
- * deserializeAws_restJson1EnableBaselineCommand
161
- */
162
- export declare const de_EnableBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableBaselineCommandOutput>;
163
- /**
164
- * deserializeAws_restJson1EnableControlCommand
165
- */
166
- export declare const de_EnableControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableControlCommandOutput>;
167
- /**
168
- * deserializeAws_restJson1GetBaselineCommand
169
- */
170
- export declare const de_GetBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBaselineCommandOutput>;
171
- /**
172
- * deserializeAws_restJson1GetBaselineOperationCommand
173
- */
174
- export declare const de_GetBaselineOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBaselineOperationCommandOutput>;
175
- /**
176
- * deserializeAws_restJson1GetControlOperationCommand
177
- */
178
- export declare const de_GetControlOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetControlOperationCommandOutput>;
179
- /**
180
- * deserializeAws_restJson1GetEnabledBaselineCommand
181
- */
182
- export declare const de_GetEnabledBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnabledBaselineCommandOutput>;
183
- /**
184
- * deserializeAws_restJson1GetEnabledControlCommand
185
- */
186
- export declare const de_GetEnabledControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnabledControlCommandOutput>;
187
- /**
188
- * deserializeAws_restJson1GetLandingZoneCommand
189
- */
190
- export declare const de_GetLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLandingZoneCommandOutput>;
191
- /**
192
- * deserializeAws_restJson1GetLandingZoneOperationCommand
193
- */
194
- export declare const de_GetLandingZoneOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLandingZoneOperationCommandOutput>;
195
- /**
196
- * deserializeAws_restJson1ListBaselinesCommand
197
- */
198
- export declare const de_ListBaselinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBaselinesCommandOutput>;
199
- /**
200
- * deserializeAws_restJson1ListControlOperationsCommand
201
- */
202
- export declare const de_ListControlOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlOperationsCommandOutput>;
203
- /**
204
- * deserializeAws_restJson1ListEnabledBaselinesCommand
205
- */
206
- export declare const de_ListEnabledBaselinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnabledBaselinesCommandOutput>;
207
- /**
208
- * deserializeAws_restJson1ListEnabledControlsCommand
209
- */
210
- export declare const de_ListEnabledControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnabledControlsCommandOutput>;
211
- /**
212
- * deserializeAws_restJson1ListLandingZoneOperationsCommand
213
- */
214
- export declare const de_ListLandingZoneOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLandingZoneOperationsCommandOutput>;
215
- /**
216
- * deserializeAws_restJson1ListLandingZonesCommand
217
- */
218
- export declare const de_ListLandingZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLandingZonesCommandOutput>;
219
- /**
220
- * deserializeAws_restJson1ListTagsForResourceCommand
221
- */
222
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
223
- /**
224
- * deserializeAws_restJson1ResetEnabledBaselineCommand
225
- */
226
- export declare const de_ResetEnabledBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetEnabledBaselineCommandOutput>;
227
- /**
228
- * deserializeAws_restJson1ResetEnabledControlCommand
229
- */
230
- export declare const de_ResetEnabledControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetEnabledControlCommandOutput>;
231
- /**
232
- * deserializeAws_restJson1ResetLandingZoneCommand
233
- */
234
- export declare const de_ResetLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetLandingZoneCommandOutput>;
235
- /**
236
- * deserializeAws_restJson1TagResourceCommand
237
- */
238
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
239
- /**
240
- * deserializeAws_restJson1UntagResourceCommand
241
- */
242
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
243
- /**
244
- * deserializeAws_restJson1UpdateEnabledBaselineCommand
245
- */
246
- export declare const de_UpdateEnabledBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnabledBaselineCommandOutput>;
247
- /**
248
- * deserializeAws_restJson1UpdateEnabledControlCommand
249
- */
250
- export declare const de_UpdateEnabledControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnabledControlCommandOutput>;
251
- /**
252
- * deserializeAws_restJson1UpdateLandingZoneCommand
253
- */
254
- export declare const de_UpdateLandingZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLandingZoneCommandOutput>;
@@ -1,341 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateLandingZoneCommandInput,
8
- CreateLandingZoneCommandOutput,
9
- } from "../commands/CreateLandingZoneCommand";
10
- import {
11
- DeleteLandingZoneCommandInput,
12
- DeleteLandingZoneCommandOutput,
13
- } from "../commands/DeleteLandingZoneCommand";
14
- import {
15
- DisableBaselineCommandInput,
16
- DisableBaselineCommandOutput,
17
- } from "../commands/DisableBaselineCommand";
18
- import {
19
- DisableControlCommandInput,
20
- DisableControlCommandOutput,
21
- } from "../commands/DisableControlCommand";
22
- import {
23
- EnableBaselineCommandInput,
24
- EnableBaselineCommandOutput,
25
- } from "../commands/EnableBaselineCommand";
26
- import {
27
- EnableControlCommandInput,
28
- EnableControlCommandOutput,
29
- } from "../commands/EnableControlCommand";
30
- import {
31
- GetBaselineCommandInput,
32
- GetBaselineCommandOutput,
33
- } from "../commands/GetBaselineCommand";
34
- import {
35
- GetBaselineOperationCommandInput,
36
- GetBaselineOperationCommandOutput,
37
- } from "../commands/GetBaselineOperationCommand";
38
- import {
39
- GetControlOperationCommandInput,
40
- GetControlOperationCommandOutput,
41
- } from "../commands/GetControlOperationCommand";
42
- import {
43
- GetEnabledBaselineCommandInput,
44
- GetEnabledBaselineCommandOutput,
45
- } from "../commands/GetEnabledBaselineCommand";
46
- import {
47
- GetEnabledControlCommandInput,
48
- GetEnabledControlCommandOutput,
49
- } from "../commands/GetEnabledControlCommand";
50
- import {
51
- GetLandingZoneCommandInput,
52
- GetLandingZoneCommandOutput,
53
- } from "../commands/GetLandingZoneCommand";
54
- import {
55
- GetLandingZoneOperationCommandInput,
56
- GetLandingZoneOperationCommandOutput,
57
- } from "../commands/GetLandingZoneOperationCommand";
58
- import {
59
- ListBaselinesCommandInput,
60
- ListBaselinesCommandOutput,
61
- } from "../commands/ListBaselinesCommand";
62
- import {
63
- ListControlOperationsCommandInput,
64
- ListControlOperationsCommandOutput,
65
- } from "../commands/ListControlOperationsCommand";
66
- import {
67
- ListEnabledBaselinesCommandInput,
68
- ListEnabledBaselinesCommandOutput,
69
- } from "../commands/ListEnabledBaselinesCommand";
70
- import {
71
- ListEnabledControlsCommandInput,
72
- ListEnabledControlsCommandOutput,
73
- } from "../commands/ListEnabledControlsCommand";
74
- import {
75
- ListLandingZoneOperationsCommandInput,
76
- ListLandingZoneOperationsCommandOutput,
77
- } from "../commands/ListLandingZoneOperationsCommand";
78
- import {
79
- ListLandingZonesCommandInput,
80
- ListLandingZonesCommandOutput,
81
- } from "../commands/ListLandingZonesCommand";
82
- import {
83
- ListTagsForResourceCommandInput,
84
- ListTagsForResourceCommandOutput,
85
- } from "../commands/ListTagsForResourceCommand";
86
- import {
87
- ResetEnabledBaselineCommandInput,
88
- ResetEnabledBaselineCommandOutput,
89
- } from "../commands/ResetEnabledBaselineCommand";
90
- import {
91
- ResetEnabledControlCommandInput,
92
- ResetEnabledControlCommandOutput,
93
- } from "../commands/ResetEnabledControlCommand";
94
- import {
95
- ResetLandingZoneCommandInput,
96
- ResetLandingZoneCommandOutput,
97
- } from "../commands/ResetLandingZoneCommand";
98
- import {
99
- TagResourceCommandInput,
100
- TagResourceCommandOutput,
101
- } from "../commands/TagResourceCommand";
102
- import {
103
- UntagResourceCommandInput,
104
- UntagResourceCommandOutput,
105
- } from "../commands/UntagResourceCommand";
106
- import {
107
- UpdateEnabledBaselineCommandInput,
108
- UpdateEnabledBaselineCommandOutput,
109
- } from "../commands/UpdateEnabledBaselineCommand";
110
- import {
111
- UpdateEnabledControlCommandInput,
112
- UpdateEnabledControlCommandOutput,
113
- } from "../commands/UpdateEnabledControlCommand";
114
- import {
115
- UpdateLandingZoneCommandInput,
116
- UpdateLandingZoneCommandOutput,
117
- } from "../commands/UpdateLandingZoneCommand";
118
- export declare const se_CreateLandingZoneCommand: (
119
- input: CreateLandingZoneCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DeleteLandingZoneCommand: (
123
- input: DeleteLandingZoneCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DisableBaselineCommand: (
127
- input: DisableBaselineCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_DisableControlCommand: (
131
- input: DisableControlCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_EnableBaselineCommand: (
135
- input: EnableBaselineCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_EnableControlCommand: (
139
- input: EnableControlCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_GetBaselineCommand: (
143
- input: GetBaselineCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_GetBaselineOperationCommand: (
147
- input: GetBaselineOperationCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_GetControlOperationCommand: (
151
- input: GetControlOperationCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_GetEnabledBaselineCommand: (
155
- input: GetEnabledBaselineCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_GetEnabledControlCommand: (
159
- input: GetEnabledControlCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetLandingZoneCommand: (
163
- input: GetLandingZoneCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetLandingZoneOperationCommand: (
167
- input: GetLandingZoneOperationCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ListBaselinesCommand: (
171
- input: ListBaselinesCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_ListControlOperationsCommand: (
175
- input: ListControlOperationsCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_ListEnabledBaselinesCommand: (
179
- input: ListEnabledBaselinesCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListEnabledControlsCommand: (
183
- input: ListEnabledControlsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListLandingZoneOperationsCommand: (
187
- input: ListLandingZoneOperationsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListLandingZonesCommand: (
191
- input: ListLandingZonesCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListTagsForResourceCommand: (
195
- input: ListTagsForResourceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ResetEnabledBaselineCommand: (
199
- input: ResetEnabledBaselineCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ResetEnabledControlCommand: (
203
- input: ResetEnabledControlCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ResetLandingZoneCommand: (
207
- input: ResetLandingZoneCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_TagResourceCommand: (
211
- input: TagResourceCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_UntagResourceCommand: (
215
- input: UntagResourceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_UpdateEnabledBaselineCommand: (
219
- input: UpdateEnabledBaselineCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_UpdateEnabledControlCommand: (
223
- input: UpdateEnabledControlCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UpdateLandingZoneCommand: (
227
- input: UpdateLandingZoneCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const de_CreateLandingZoneCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<CreateLandingZoneCommandOutput>;
234
- export declare const de_DeleteLandingZoneCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<DeleteLandingZoneCommandOutput>;
238
- export declare const de_DisableBaselineCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<DisableBaselineCommandOutput>;
242
- export declare const de_DisableControlCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<DisableControlCommandOutput>;
246
- export declare const de_EnableBaselineCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<EnableBaselineCommandOutput>;
250
- export declare const de_EnableControlCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<EnableControlCommandOutput>;
254
- export declare const de_GetBaselineCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<GetBaselineCommandOutput>;
258
- export declare const de_GetBaselineOperationCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<GetBaselineOperationCommandOutput>;
262
- export declare const de_GetControlOperationCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<GetControlOperationCommandOutput>;
266
- export declare const de_GetEnabledBaselineCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<GetEnabledBaselineCommandOutput>;
270
- export declare const de_GetEnabledControlCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<GetEnabledControlCommandOutput>;
274
- export declare const de_GetLandingZoneCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<GetLandingZoneCommandOutput>;
278
- export declare const de_GetLandingZoneOperationCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<GetLandingZoneOperationCommandOutput>;
282
- export declare const de_ListBaselinesCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<ListBaselinesCommandOutput>;
286
- export declare const de_ListControlOperationsCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<ListControlOperationsCommandOutput>;
290
- export declare const de_ListEnabledBaselinesCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<ListEnabledBaselinesCommandOutput>;
294
- export declare const de_ListEnabledControlsCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<ListEnabledControlsCommandOutput>;
298
- export declare const de_ListLandingZoneOperationsCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<ListLandingZoneOperationsCommandOutput>;
302
- export declare const de_ListLandingZonesCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<ListLandingZonesCommandOutput>;
306
- export declare const de_ListTagsForResourceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<ListTagsForResourceCommandOutput>;
310
- export declare const de_ResetEnabledBaselineCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ResetEnabledBaselineCommandOutput>;
314
- export declare const de_ResetEnabledControlCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ResetEnabledControlCommandOutput>;
318
- export declare const de_ResetLandingZoneCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ResetLandingZoneCommandOutput>;
322
- export declare const de_TagResourceCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<TagResourceCommandOutput>;
326
- export declare const de_UntagResourceCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<UntagResourceCommandOutput>;
330
- export declare const de_UpdateEnabledBaselineCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<UpdateEnabledBaselineCommandOutput>;
334
- export declare const de_UpdateEnabledControlCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<UpdateEnabledControlCommandOutput>;
338
- export declare const de_UpdateLandingZoneCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<UpdateLandingZoneCommandOutput>;