@aws-sdk/client-controltower 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ControlTower.d.ts +93 -101
- package/dist-types/ts3.4/ControlTowerClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetEnabledControlCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -27,10 +27,7 @@ import {
|
|
|
27
27
|
EnableControlCommandInput,
|
|
28
28
|
EnableControlCommandOutput,
|
|
29
29
|
} from "./commands/EnableControlCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetBaselineCommandInput,
|
|
32
|
-
GetBaselineCommandOutput,
|
|
33
|
-
} from "./commands/GetBaselineCommand";
|
|
30
|
+
import { GetBaselineCommandInput, GetBaselineCommandOutput } from "./commands/GetBaselineCommand";
|
|
34
31
|
import {
|
|
35
32
|
GetBaselineOperationCommandInput,
|
|
36
33
|
GetBaselineOperationCommandOutput,
|
|
@@ -95,10 +92,7 @@ import {
|
|
|
95
92
|
ResetLandingZoneCommandInput,
|
|
96
93
|
ResetLandingZoneCommandOutput,
|
|
97
94
|
} from "./commands/ResetLandingZoneCommand";
|
|
98
|
-
import {
|
|
99
|
-
TagResourceCommandInput,
|
|
100
|
-
TagResourceCommandOutput,
|
|
101
|
-
} from "./commands/TagResourceCommand";
|
|
95
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
102
96
|
import {
|
|
103
97
|
UntagResourceCommandInput,
|
|
104
98
|
UntagResourceCommandOutput,
|
|
@@ -119,418 +113,416 @@ import { ControlTowerClient } from "./ControlTowerClient";
|
|
|
119
113
|
export interface ControlTower {
|
|
120
114
|
createLandingZone(
|
|
121
115
|
args: CreateLandingZoneCommandInput,
|
|
122
|
-
options?: __HttpHandlerOptions
|
|
116
|
+
options?: __HttpHandlerOptions,
|
|
123
117
|
): Promise<CreateLandingZoneCommandOutput>;
|
|
124
118
|
createLandingZone(
|
|
125
119
|
args: CreateLandingZoneCommandInput,
|
|
126
|
-
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void
|
|
120
|
+
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void,
|
|
127
121
|
): void;
|
|
128
122
|
createLandingZone(
|
|
129
123
|
args: CreateLandingZoneCommandInput,
|
|
130
124
|
options: __HttpHandlerOptions,
|
|
131
|
-
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void
|
|
125
|
+
cb: (err: any, data?: CreateLandingZoneCommandOutput) => void,
|
|
132
126
|
): void;
|
|
133
127
|
deleteLandingZone(
|
|
134
128
|
args: DeleteLandingZoneCommandInput,
|
|
135
|
-
options?: __HttpHandlerOptions
|
|
129
|
+
options?: __HttpHandlerOptions,
|
|
136
130
|
): Promise<DeleteLandingZoneCommandOutput>;
|
|
137
131
|
deleteLandingZone(
|
|
138
132
|
args: DeleteLandingZoneCommandInput,
|
|
139
|
-
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void
|
|
133
|
+
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void,
|
|
140
134
|
): void;
|
|
141
135
|
deleteLandingZone(
|
|
142
136
|
args: DeleteLandingZoneCommandInput,
|
|
143
137
|
options: __HttpHandlerOptions,
|
|
144
|
-
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void
|
|
138
|
+
cb: (err: any, data?: DeleteLandingZoneCommandOutput) => void,
|
|
145
139
|
): void;
|
|
146
140
|
disableBaseline(
|
|
147
141
|
args: DisableBaselineCommandInput,
|
|
148
|
-
options?: __HttpHandlerOptions
|
|
142
|
+
options?: __HttpHandlerOptions,
|
|
149
143
|
): Promise<DisableBaselineCommandOutput>;
|
|
150
144
|
disableBaseline(
|
|
151
145
|
args: DisableBaselineCommandInput,
|
|
152
|
-
cb: (err: any, data?: DisableBaselineCommandOutput) => void
|
|
146
|
+
cb: (err: any, data?: DisableBaselineCommandOutput) => void,
|
|
153
147
|
): void;
|
|
154
148
|
disableBaseline(
|
|
155
149
|
args: DisableBaselineCommandInput,
|
|
156
150
|
options: __HttpHandlerOptions,
|
|
157
|
-
cb: (err: any, data?: DisableBaselineCommandOutput) => void
|
|
151
|
+
cb: (err: any, data?: DisableBaselineCommandOutput) => void,
|
|
158
152
|
): void;
|
|
159
153
|
disableControl(): Promise<DisableControlCommandOutput>;
|
|
160
154
|
disableControl(
|
|
161
155
|
args: DisableControlCommandInput,
|
|
162
|
-
options?: __HttpHandlerOptions
|
|
156
|
+
options?: __HttpHandlerOptions,
|
|
163
157
|
): Promise<DisableControlCommandOutput>;
|
|
164
158
|
disableControl(
|
|
165
159
|
args: DisableControlCommandInput,
|
|
166
|
-
cb: (err: any, data?: DisableControlCommandOutput) => void
|
|
160
|
+
cb: (err: any, data?: DisableControlCommandOutput) => void,
|
|
167
161
|
): void;
|
|
168
162
|
disableControl(
|
|
169
163
|
args: DisableControlCommandInput,
|
|
170
164
|
options: __HttpHandlerOptions,
|
|
171
|
-
cb: (err: any, data?: DisableControlCommandOutput) => void
|
|
165
|
+
cb: (err: any, data?: DisableControlCommandOutput) => void,
|
|
172
166
|
): void;
|
|
173
167
|
enableBaseline(
|
|
174
168
|
args: EnableBaselineCommandInput,
|
|
175
|
-
options?: __HttpHandlerOptions
|
|
169
|
+
options?: __HttpHandlerOptions,
|
|
176
170
|
): Promise<EnableBaselineCommandOutput>;
|
|
177
171
|
enableBaseline(
|
|
178
172
|
args: EnableBaselineCommandInput,
|
|
179
|
-
cb: (err: any, data?: EnableBaselineCommandOutput) => void
|
|
173
|
+
cb: (err: any, data?: EnableBaselineCommandOutput) => void,
|
|
180
174
|
): void;
|
|
181
175
|
enableBaseline(
|
|
182
176
|
args: EnableBaselineCommandInput,
|
|
183
177
|
options: __HttpHandlerOptions,
|
|
184
|
-
cb: (err: any, data?: EnableBaselineCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: EnableBaselineCommandOutput) => void,
|
|
185
179
|
): void;
|
|
186
180
|
enableControl(
|
|
187
181
|
args: EnableControlCommandInput,
|
|
188
|
-
options?: __HttpHandlerOptions
|
|
182
|
+
options?: __HttpHandlerOptions,
|
|
189
183
|
): Promise<EnableControlCommandOutput>;
|
|
190
184
|
enableControl(
|
|
191
185
|
args: EnableControlCommandInput,
|
|
192
|
-
cb: (err: any, data?: EnableControlCommandOutput) => void
|
|
186
|
+
cb: (err: any, data?: EnableControlCommandOutput) => void,
|
|
193
187
|
): void;
|
|
194
188
|
enableControl(
|
|
195
189
|
args: EnableControlCommandInput,
|
|
196
190
|
options: __HttpHandlerOptions,
|
|
197
|
-
cb: (err: any, data?: EnableControlCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: EnableControlCommandOutput) => void,
|
|
198
192
|
): void;
|
|
199
193
|
getBaseline(
|
|
200
194
|
args: GetBaselineCommandInput,
|
|
201
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
202
196
|
): Promise<GetBaselineCommandOutput>;
|
|
203
197
|
getBaseline(
|
|
204
198
|
args: GetBaselineCommandInput,
|
|
205
|
-
cb: (err: any, data?: GetBaselineCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: GetBaselineCommandOutput) => void,
|
|
206
200
|
): void;
|
|
207
201
|
getBaseline(
|
|
208
202
|
args: GetBaselineCommandInput,
|
|
209
203
|
options: __HttpHandlerOptions,
|
|
210
|
-
cb: (err: any, data?: GetBaselineCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: GetBaselineCommandOutput) => void,
|
|
211
205
|
): void;
|
|
212
206
|
getBaselineOperation(
|
|
213
207
|
args: GetBaselineOperationCommandInput,
|
|
214
|
-
options?: __HttpHandlerOptions
|
|
208
|
+
options?: __HttpHandlerOptions,
|
|
215
209
|
): Promise<GetBaselineOperationCommandOutput>;
|
|
216
210
|
getBaselineOperation(
|
|
217
211
|
args: GetBaselineOperationCommandInput,
|
|
218
|
-
cb: (err: any, data?: GetBaselineOperationCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: GetBaselineOperationCommandOutput) => void,
|
|
219
213
|
): void;
|
|
220
214
|
getBaselineOperation(
|
|
221
215
|
args: GetBaselineOperationCommandInput,
|
|
222
216
|
options: __HttpHandlerOptions,
|
|
223
|
-
cb: (err: any, data?: GetBaselineOperationCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: GetBaselineOperationCommandOutput) => void,
|
|
224
218
|
): void;
|
|
225
219
|
getControlOperation(
|
|
226
220
|
args: GetControlOperationCommandInput,
|
|
227
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
228
222
|
): Promise<GetControlOperationCommandOutput>;
|
|
229
223
|
getControlOperation(
|
|
230
224
|
args: GetControlOperationCommandInput,
|
|
231
|
-
cb: (err: any, data?: GetControlOperationCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: GetControlOperationCommandOutput) => void,
|
|
232
226
|
): void;
|
|
233
227
|
getControlOperation(
|
|
234
228
|
args: GetControlOperationCommandInput,
|
|
235
229
|
options: __HttpHandlerOptions,
|
|
236
|
-
cb: (err: any, data?: GetControlOperationCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: GetControlOperationCommandOutput) => void,
|
|
237
231
|
): void;
|
|
238
232
|
getEnabledBaseline(
|
|
239
233
|
args: GetEnabledBaselineCommandInput,
|
|
240
|
-
options?: __HttpHandlerOptions
|
|
234
|
+
options?: __HttpHandlerOptions,
|
|
241
235
|
): Promise<GetEnabledBaselineCommandOutput>;
|
|
242
236
|
getEnabledBaseline(
|
|
243
237
|
args: GetEnabledBaselineCommandInput,
|
|
244
|
-
cb: (err: any, data?: GetEnabledBaselineCommandOutput) => void
|
|
238
|
+
cb: (err: any, data?: GetEnabledBaselineCommandOutput) => void,
|
|
245
239
|
): void;
|
|
246
240
|
getEnabledBaseline(
|
|
247
241
|
args: GetEnabledBaselineCommandInput,
|
|
248
242
|
options: __HttpHandlerOptions,
|
|
249
|
-
cb: (err: any, data?: GetEnabledBaselineCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: GetEnabledBaselineCommandOutput) => void,
|
|
250
244
|
): void;
|
|
251
245
|
getEnabledControl(
|
|
252
246
|
args: GetEnabledControlCommandInput,
|
|
253
|
-
options?: __HttpHandlerOptions
|
|
247
|
+
options?: __HttpHandlerOptions,
|
|
254
248
|
): Promise<GetEnabledControlCommandOutput>;
|
|
255
249
|
getEnabledControl(
|
|
256
250
|
args: GetEnabledControlCommandInput,
|
|
257
|
-
cb: (err: any, data?: GetEnabledControlCommandOutput) => void
|
|
251
|
+
cb: (err: any, data?: GetEnabledControlCommandOutput) => void,
|
|
258
252
|
): void;
|
|
259
253
|
getEnabledControl(
|
|
260
254
|
args: GetEnabledControlCommandInput,
|
|
261
255
|
options: __HttpHandlerOptions,
|
|
262
|
-
cb: (err: any, data?: GetEnabledControlCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: GetEnabledControlCommandOutput) => void,
|
|
263
257
|
): void;
|
|
264
258
|
getLandingZone(
|
|
265
259
|
args: GetLandingZoneCommandInput,
|
|
266
|
-
options?: __HttpHandlerOptions
|
|
260
|
+
options?: __HttpHandlerOptions,
|
|
267
261
|
): Promise<GetLandingZoneCommandOutput>;
|
|
268
262
|
getLandingZone(
|
|
269
263
|
args: GetLandingZoneCommandInput,
|
|
270
|
-
cb: (err: any, data?: GetLandingZoneCommandOutput) => void
|
|
264
|
+
cb: (err: any, data?: GetLandingZoneCommandOutput) => void,
|
|
271
265
|
): void;
|
|
272
266
|
getLandingZone(
|
|
273
267
|
args: GetLandingZoneCommandInput,
|
|
274
268
|
options: __HttpHandlerOptions,
|
|
275
|
-
cb: (err: any, data?: GetLandingZoneCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: GetLandingZoneCommandOutput) => void,
|
|
276
270
|
): void;
|
|
277
271
|
getLandingZoneOperation(
|
|
278
272
|
args: GetLandingZoneOperationCommandInput,
|
|
279
|
-
options?: __HttpHandlerOptions
|
|
273
|
+
options?: __HttpHandlerOptions,
|
|
280
274
|
): Promise<GetLandingZoneOperationCommandOutput>;
|
|
281
275
|
getLandingZoneOperation(
|
|
282
276
|
args: GetLandingZoneOperationCommandInput,
|
|
283
|
-
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void
|
|
277
|
+
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void,
|
|
284
278
|
): void;
|
|
285
279
|
getLandingZoneOperation(
|
|
286
280
|
args: GetLandingZoneOperationCommandInput,
|
|
287
281
|
options: __HttpHandlerOptions,
|
|
288
|
-
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: GetLandingZoneOperationCommandOutput) => void,
|
|
289
283
|
): void;
|
|
290
284
|
listBaselines(): Promise<ListBaselinesCommandOutput>;
|
|
291
285
|
listBaselines(
|
|
292
286
|
args: ListBaselinesCommandInput,
|
|
293
|
-
options?: __HttpHandlerOptions
|
|
287
|
+
options?: __HttpHandlerOptions,
|
|
294
288
|
): Promise<ListBaselinesCommandOutput>;
|
|
295
289
|
listBaselines(
|
|
296
290
|
args: ListBaselinesCommandInput,
|
|
297
|
-
cb: (err: any, data?: ListBaselinesCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: ListBaselinesCommandOutput) => void,
|
|
298
292
|
): void;
|
|
299
293
|
listBaselines(
|
|
300
294
|
args: ListBaselinesCommandInput,
|
|
301
295
|
options: __HttpHandlerOptions,
|
|
302
|
-
cb: (err: any, data?: ListBaselinesCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: ListBaselinesCommandOutput) => void,
|
|
303
297
|
): void;
|
|
304
298
|
listControlOperations(): Promise<ListControlOperationsCommandOutput>;
|
|
305
299
|
listControlOperations(
|
|
306
300
|
args: ListControlOperationsCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
301
|
+
options?: __HttpHandlerOptions,
|
|
308
302
|
): Promise<ListControlOperationsCommandOutput>;
|
|
309
303
|
listControlOperations(
|
|
310
304
|
args: ListControlOperationsCommandInput,
|
|
311
|
-
cb: (err: any, data?: ListControlOperationsCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: ListControlOperationsCommandOutput) => void,
|
|
312
306
|
): void;
|
|
313
307
|
listControlOperations(
|
|
314
308
|
args: ListControlOperationsCommandInput,
|
|
315
309
|
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: ListControlOperationsCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: ListControlOperationsCommandOutput) => void,
|
|
317
311
|
): void;
|
|
318
312
|
listEnabledBaselines(): Promise<ListEnabledBaselinesCommandOutput>;
|
|
319
313
|
listEnabledBaselines(
|
|
320
314
|
args: ListEnabledBaselinesCommandInput,
|
|
321
|
-
options?: __HttpHandlerOptions
|
|
315
|
+
options?: __HttpHandlerOptions,
|
|
322
316
|
): Promise<ListEnabledBaselinesCommandOutput>;
|
|
323
317
|
listEnabledBaselines(
|
|
324
318
|
args: ListEnabledBaselinesCommandInput,
|
|
325
|
-
cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void,
|
|
326
320
|
): void;
|
|
327
321
|
listEnabledBaselines(
|
|
328
322
|
args: ListEnabledBaselinesCommandInput,
|
|
329
323
|
options: __HttpHandlerOptions,
|
|
330
|
-
cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void,
|
|
331
325
|
): void;
|
|
332
326
|
listEnabledControls(): Promise<ListEnabledControlsCommandOutput>;
|
|
333
327
|
listEnabledControls(
|
|
334
328
|
args: ListEnabledControlsCommandInput,
|
|
335
|
-
options?: __HttpHandlerOptions
|
|
329
|
+
options?: __HttpHandlerOptions,
|
|
336
330
|
): Promise<ListEnabledControlsCommandOutput>;
|
|
337
331
|
listEnabledControls(
|
|
338
332
|
args: ListEnabledControlsCommandInput,
|
|
339
|
-
cb: (err: any, data?: ListEnabledControlsCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: ListEnabledControlsCommandOutput) => void,
|
|
340
334
|
): void;
|
|
341
335
|
listEnabledControls(
|
|
342
336
|
args: ListEnabledControlsCommandInput,
|
|
343
337
|
options: __HttpHandlerOptions,
|
|
344
|
-
cb: (err: any, data?: ListEnabledControlsCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: ListEnabledControlsCommandOutput) => void,
|
|
345
339
|
): void;
|
|
346
340
|
listLandingZoneOperations(): Promise<ListLandingZoneOperationsCommandOutput>;
|
|
347
341
|
listLandingZoneOperations(
|
|
348
342
|
args: ListLandingZoneOperationsCommandInput,
|
|
349
|
-
options?: __HttpHandlerOptions
|
|
343
|
+
options?: __HttpHandlerOptions,
|
|
350
344
|
): Promise<ListLandingZoneOperationsCommandOutput>;
|
|
351
345
|
listLandingZoneOperations(
|
|
352
346
|
args: ListLandingZoneOperationsCommandInput,
|
|
353
|
-
cb: (err: any, data?: ListLandingZoneOperationsCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: ListLandingZoneOperationsCommandOutput) => void,
|
|
354
348
|
): void;
|
|
355
349
|
listLandingZoneOperations(
|
|
356
350
|
args: ListLandingZoneOperationsCommandInput,
|
|
357
351
|
options: __HttpHandlerOptions,
|
|
358
|
-
cb: (err: any, data?: ListLandingZoneOperationsCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: ListLandingZoneOperationsCommandOutput) => void,
|
|
359
353
|
): void;
|
|
360
354
|
listLandingZones(): Promise<ListLandingZonesCommandOutput>;
|
|
361
355
|
listLandingZones(
|
|
362
356
|
args: ListLandingZonesCommandInput,
|
|
363
|
-
options?: __HttpHandlerOptions
|
|
357
|
+
options?: __HttpHandlerOptions,
|
|
364
358
|
): Promise<ListLandingZonesCommandOutput>;
|
|
365
359
|
listLandingZones(
|
|
366
360
|
args: ListLandingZonesCommandInput,
|
|
367
|
-
cb: (err: any, data?: ListLandingZonesCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: ListLandingZonesCommandOutput) => void,
|
|
368
362
|
): void;
|
|
369
363
|
listLandingZones(
|
|
370
364
|
args: ListLandingZonesCommandInput,
|
|
371
365
|
options: __HttpHandlerOptions,
|
|
372
|
-
cb: (err: any, data?: ListLandingZonesCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: ListLandingZonesCommandOutput) => void,
|
|
373
367
|
): void;
|
|
374
368
|
listTagsForResource(
|
|
375
369
|
args: ListTagsForResourceCommandInput,
|
|
376
|
-
options?: __HttpHandlerOptions
|
|
370
|
+
options?: __HttpHandlerOptions,
|
|
377
371
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
378
372
|
listTagsForResource(
|
|
379
373
|
args: ListTagsForResourceCommandInput,
|
|
380
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
381
375
|
): void;
|
|
382
376
|
listTagsForResource(
|
|
383
377
|
args: ListTagsForResourceCommandInput,
|
|
384
378
|
options: __HttpHandlerOptions,
|
|
385
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
386
380
|
): void;
|
|
387
381
|
resetEnabledBaseline(
|
|
388
382
|
args: ResetEnabledBaselineCommandInput,
|
|
389
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
390
384
|
): Promise<ResetEnabledBaselineCommandOutput>;
|
|
391
385
|
resetEnabledBaseline(
|
|
392
386
|
args: ResetEnabledBaselineCommandInput,
|
|
393
|
-
cb: (err: any, data?: ResetEnabledBaselineCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: ResetEnabledBaselineCommandOutput) => void,
|
|
394
388
|
): void;
|
|
395
389
|
resetEnabledBaseline(
|
|
396
390
|
args: ResetEnabledBaselineCommandInput,
|
|
397
391
|
options: __HttpHandlerOptions,
|
|
398
|
-
cb: (err: any, data?: ResetEnabledBaselineCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: ResetEnabledBaselineCommandOutput) => void,
|
|
399
393
|
): void;
|
|
400
394
|
resetEnabledControl(
|
|
401
395
|
args: ResetEnabledControlCommandInput,
|
|
402
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
403
397
|
): Promise<ResetEnabledControlCommandOutput>;
|
|
404
398
|
resetEnabledControl(
|
|
405
399
|
args: ResetEnabledControlCommandInput,
|
|
406
|
-
cb: (err: any, data?: ResetEnabledControlCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: ResetEnabledControlCommandOutput) => void,
|
|
407
401
|
): void;
|
|
408
402
|
resetEnabledControl(
|
|
409
403
|
args: ResetEnabledControlCommandInput,
|
|
410
404
|
options: __HttpHandlerOptions,
|
|
411
|
-
cb: (err: any, data?: ResetEnabledControlCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: ResetEnabledControlCommandOutput) => void,
|
|
412
406
|
): void;
|
|
413
407
|
resetLandingZone(
|
|
414
408
|
args: ResetLandingZoneCommandInput,
|
|
415
|
-
options?: __HttpHandlerOptions
|
|
409
|
+
options?: __HttpHandlerOptions,
|
|
416
410
|
): Promise<ResetLandingZoneCommandOutput>;
|
|
417
411
|
resetLandingZone(
|
|
418
412
|
args: ResetLandingZoneCommandInput,
|
|
419
|
-
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void,
|
|
420
414
|
): void;
|
|
421
415
|
resetLandingZone(
|
|
422
416
|
args: ResetLandingZoneCommandInput,
|
|
423
417
|
options: __HttpHandlerOptions,
|
|
424
|
-
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: ResetLandingZoneCommandOutput) => void,
|
|
425
419
|
): void;
|
|
426
420
|
tagResource(
|
|
427
421
|
args: TagResourceCommandInput,
|
|
428
|
-
options?: __HttpHandlerOptions
|
|
422
|
+
options?: __HttpHandlerOptions,
|
|
429
423
|
): Promise<TagResourceCommandOutput>;
|
|
430
424
|
tagResource(
|
|
431
425
|
args: TagResourceCommandInput,
|
|
432
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
433
427
|
): void;
|
|
434
428
|
tagResource(
|
|
435
429
|
args: TagResourceCommandInput,
|
|
436
430
|
options: __HttpHandlerOptions,
|
|
437
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
438
432
|
): void;
|
|
439
433
|
untagResource(
|
|
440
434
|
args: UntagResourceCommandInput,
|
|
441
|
-
options?: __HttpHandlerOptions
|
|
435
|
+
options?: __HttpHandlerOptions,
|
|
442
436
|
): Promise<UntagResourceCommandOutput>;
|
|
443
437
|
untagResource(
|
|
444
438
|
args: UntagResourceCommandInput,
|
|
445
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
446
440
|
): void;
|
|
447
441
|
untagResource(
|
|
448
442
|
args: UntagResourceCommandInput,
|
|
449
443
|
options: __HttpHandlerOptions,
|
|
450
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
444
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
451
445
|
): void;
|
|
452
446
|
updateEnabledBaseline(
|
|
453
447
|
args: UpdateEnabledBaselineCommandInput,
|
|
454
|
-
options?: __HttpHandlerOptions
|
|
448
|
+
options?: __HttpHandlerOptions,
|
|
455
449
|
): Promise<UpdateEnabledBaselineCommandOutput>;
|
|
456
450
|
updateEnabledBaseline(
|
|
457
451
|
args: UpdateEnabledBaselineCommandInput,
|
|
458
|
-
cb: (err: any, data?: UpdateEnabledBaselineCommandOutput) => void
|
|
452
|
+
cb: (err: any, data?: UpdateEnabledBaselineCommandOutput) => void,
|
|
459
453
|
): void;
|
|
460
454
|
updateEnabledBaseline(
|
|
461
455
|
args: UpdateEnabledBaselineCommandInput,
|
|
462
456
|
options: __HttpHandlerOptions,
|
|
463
|
-
cb: (err: any, data?: UpdateEnabledBaselineCommandOutput) => void
|
|
457
|
+
cb: (err: any, data?: UpdateEnabledBaselineCommandOutput) => void,
|
|
464
458
|
): void;
|
|
465
459
|
updateEnabledControl(
|
|
466
460
|
args: UpdateEnabledControlCommandInput,
|
|
467
|
-
options?: __HttpHandlerOptions
|
|
461
|
+
options?: __HttpHandlerOptions,
|
|
468
462
|
): Promise<UpdateEnabledControlCommandOutput>;
|
|
469
463
|
updateEnabledControl(
|
|
470
464
|
args: UpdateEnabledControlCommandInput,
|
|
471
|
-
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void
|
|
465
|
+
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void,
|
|
472
466
|
): void;
|
|
473
467
|
updateEnabledControl(
|
|
474
468
|
args: UpdateEnabledControlCommandInput,
|
|
475
469
|
options: __HttpHandlerOptions,
|
|
476
|
-
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void
|
|
470
|
+
cb: (err: any, data?: UpdateEnabledControlCommandOutput) => void,
|
|
477
471
|
): void;
|
|
478
472
|
updateLandingZone(
|
|
479
473
|
args: UpdateLandingZoneCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
474
|
+
options?: __HttpHandlerOptions,
|
|
481
475
|
): Promise<UpdateLandingZoneCommandOutput>;
|
|
482
476
|
updateLandingZone(
|
|
483
477
|
args: UpdateLandingZoneCommandInput,
|
|
484
|
-
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void,
|
|
485
479
|
): void;
|
|
486
480
|
updateLandingZone(
|
|
487
481
|
args: UpdateLandingZoneCommandInput,
|
|
488
482
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void,
|
|
490
484
|
): void;
|
|
491
485
|
paginateListBaselines(
|
|
492
486
|
args?: ListBaselinesCommandInput,
|
|
493
487
|
paginationConfig?: Pick<
|
|
494
488
|
PaginationConfiguration,
|
|
495
489
|
Exclude<keyof PaginationConfiguration, "client">
|
|
496
|
-
|
|
490
|
+
>,
|
|
497
491
|
): Paginator<ListBaselinesCommandOutput>;
|
|
498
492
|
paginateListControlOperations(
|
|
499
493
|
args?: ListControlOperationsCommandInput,
|
|
500
494
|
paginationConfig?: Pick<
|
|
501
495
|
PaginationConfiguration,
|
|
502
496
|
Exclude<keyof PaginationConfiguration, "client">
|
|
503
|
-
|
|
497
|
+
>,
|
|
504
498
|
): Paginator<ListControlOperationsCommandOutput>;
|
|
505
499
|
paginateListEnabledBaselines(
|
|
506
500
|
args?: ListEnabledBaselinesCommandInput,
|
|
507
501
|
paginationConfig?: Pick<
|
|
508
502
|
PaginationConfiguration,
|
|
509
503
|
Exclude<keyof PaginationConfiguration, "client">
|
|
510
|
-
|
|
504
|
+
>,
|
|
511
505
|
): Paginator<ListEnabledBaselinesCommandOutput>;
|
|
512
506
|
paginateListEnabledControls(
|
|
513
507
|
args?: ListEnabledControlsCommandInput,
|
|
514
508
|
paginationConfig?: Pick<
|
|
515
509
|
PaginationConfiguration,
|
|
516
510
|
Exclude<keyof PaginationConfiguration, "client">
|
|
517
|
-
|
|
511
|
+
>,
|
|
518
512
|
): Paginator<ListEnabledControlsCommandOutput>;
|
|
519
513
|
paginateListLandingZoneOperations(
|
|
520
514
|
args?: ListLandingZoneOperationsCommandInput,
|
|
521
515
|
paginationConfig?: Pick<
|
|
522
516
|
PaginationConfiguration,
|
|
523
517
|
Exclude<keyof PaginationConfiguration, "client">
|
|
524
|
-
|
|
518
|
+
>,
|
|
525
519
|
): Paginator<ListLandingZoneOperationsCommandOutput>;
|
|
526
520
|
paginateListLandingZones(
|
|
527
521
|
args?: ListLandingZonesCommandInput,
|
|
528
522
|
paginationConfig?: Pick<
|
|
529
523
|
PaginationConfiguration,
|
|
530
524
|
Exclude<keyof PaginationConfiguration, "client">
|
|
531
|
-
|
|
525
|
+
>,
|
|
532
526
|
): Paginator<ListLandingZonesCommandOutput>;
|
|
533
527
|
}
|
|
534
|
-
export declare class ControlTower
|
|
535
|
-
extends ControlTowerClient
|
|
536
|
-
implements ControlTower {}
|
|
528
|
+
export declare class ControlTower extends ControlTowerClient implements ControlTower {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -60,10 +57,7 @@ import {
|
|
|
60
57
|
EnableControlCommandInput,
|
|
61
58
|
EnableControlCommandOutput,
|
|
62
59
|
} from "./commands/EnableControlCommand";
|
|
63
|
-
import {
|
|
64
|
-
GetBaselineCommandInput,
|
|
65
|
-
GetBaselineCommandOutput,
|
|
66
|
-
} from "./commands/GetBaselineCommand";
|
|
60
|
+
import { GetBaselineCommandInput, GetBaselineCommandOutput } from "./commands/GetBaselineCommand";
|
|
67
61
|
import {
|
|
68
62
|
GetBaselineOperationCommandInput,
|
|
69
63
|
GetBaselineOperationCommandOutput,
|
|
@@ -128,10 +122,7 @@ import {
|
|
|
128
122
|
ResetLandingZoneCommandInput,
|
|
129
123
|
ResetLandingZoneCommandOutput,
|
|
130
124
|
} from "./commands/ResetLandingZoneCommand";
|
|
131
|
-
import {
|
|
132
|
-
TagResourceCommandInput,
|
|
133
|
-
TagResourceCommandOutput,
|
|
134
|
-
} from "./commands/TagResourceCommand";
|
|
125
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
135
126
|
import {
|
|
136
127
|
UntagResourceCommandInput,
|
|
137
128
|
UntagResourceCommandOutput,
|
|
@@ -213,8 +204,7 @@ export type ServiceOutputTypes =
|
|
|
213
204
|
| UpdateEnabledBaselineCommandOutput
|
|
214
205
|
| UpdateEnabledControlCommandOutput
|
|
215
206
|
| UpdateLandingZoneCommandOutput;
|
|
216
|
-
export interface ClientDefaults
|
|
217
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
207
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
218
208
|
requestHandler?: __HttpHandlerUserInput;
|
|
219
209
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
220
210
|
urlParser?: __UrlParser;
|
|
@@ -239,9 +229,7 @@ export interface ClientDefaults
|
|
|
239
229
|
extensions?: RuntimeExtension[];
|
|
240
230
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
241
231
|
}
|
|
242
|
-
export type ControlTowerClientConfigType = Partial<
|
|
243
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
244
|
-
> &
|
|
232
|
+
export type ControlTowerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
245
233
|
ClientDefaults &
|
|
246
234
|
UserAgentInputConfig &
|
|
247
235
|
RetryInputConfig &
|
|
@@ -250,8 +238,7 @@ export type ControlTowerClientConfigType = Partial<
|
|
|
250
238
|
EndpointInputConfig<EndpointParameters> &
|
|
251
239
|
HttpAuthSchemeInputConfig &
|
|
252
240
|
ClientInputEndpointParameters;
|
|
253
|
-
export interface ControlTowerClientConfig
|
|
254
|
-
extends ControlTowerClientConfigType {}
|
|
241
|
+
export interface ControlTowerClientConfig extends ControlTowerClientConfigType {}
|
|
255
242
|
export type ControlTowerClientResolvedConfigType =
|
|
256
243
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
257
244
|
Required<ClientDefaults> &
|
|
@@ -263,8 +250,7 @@ export type ControlTowerClientResolvedConfigType =
|
|
|
263
250
|
EndpointResolvedConfig<EndpointParameters> &
|
|
264
251
|
HttpAuthSchemeResolvedConfig &
|
|
265
252
|
ClientResolvedEndpointParameters;
|
|
266
|
-
export interface ControlTowerClientResolvedConfig
|
|
267
|
-
extends ControlTowerClientResolvedConfigType {}
|
|
253
|
+
export interface ControlTowerClientResolvedConfig extends ControlTowerClientResolvedConfigType {}
|
|
268
254
|
export declare class ControlTowerClient extends __Client<
|
|
269
255
|
__HttpHandlerOptions,
|
|
270
256
|
ServiceInputTypes,
|
|
@@ -272,8 +258,6 @@ export declare class ControlTowerClient extends __Client<
|
|
|
272
258
|
ControlTowerClientResolvedConfig
|
|
273
259
|
> {
|
|
274
260
|
readonly config: ControlTowerClientResolvedConfig;
|
|
275
|
-
constructor(
|
|
276
|
-
...[configuration]: __CheckOptionalClientConfig<ControlTowerClientConfig>
|
|
277
|
-
);
|
|
261
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ControlTowerClientConfig>);
|
|
278
262
|
destroy(): void;
|
|
279
263
|
}
|
|
@@ -7,17 +7,10 @@ import { ControlTowerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ControlTowerHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ControlTowerHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ControlTowerHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|