@aws-sdk/client-controltower 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +130 -150
- package/dist-cjs/models/ControlTowerServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +259 -170
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetControlOperationOutput$ = exports.GetControlOperationInput$ = exports.GetBaselineOutput$ = exports.GetBaselineOperationOutput$ = exports.GetBaselineOperationInput$ = exports.GetBaselineInput$ = exports.EnablementStatusSummary$ = exports.EnabledControlSummary$ = exports.EnabledControlResourceDrift$ = exports.EnabledControlParameterSummary$ = exports.EnabledControlParameter$ = exports.EnabledControlInheritanceDrift$ = exports.EnabledControlFilter$ = exports.EnabledControlDriftTypes$ = exports.EnabledControlDetails$ = exports.EnabledBaselineSummary$ = exports.EnabledBaselineParameterSummary$ = exports.EnabledBaselineParameter$ = exports.EnabledBaselineInheritanceDrift$ = exports.EnabledBaselineFilter$ = exports.EnabledBaselineDriftTypes$ = exports.EnabledBaselineDriftStatusSummary$ = exports.EnabledBaselineDetails$ = exports.EnableControlOutput$ = exports.EnableControlInput$ = exports.EnableBaselineOutput$ = exports.EnableBaselineInput$ = exports.DriftStatusSummary$ = exports.DisableControlOutput$ = exports.DisableControlInput$ = exports.DisableBaselineOutput$ = exports.DisableBaselineInput$ = exports.DeleteLandingZoneOutput$ = exports.DeleteLandingZoneInput$ = exports.CreateLandingZoneOutput$ = exports.CreateLandingZoneInput$ = exports.ControlOperationSummary$ = exports.ControlOperationFilter$ = exports.ControlOperation$ = exports.BaselineSummary$ = exports.BaselineOperation$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ControlTowerServiceException$ = void 0;
|
|
4
|
-
exports.EnableBaseline$ = exports.DisableControl$ = exports.DisableBaseline$ = exports.DeleteLandingZone$ = exports.CreateLandingZone$ = exports.UpdateLandingZoneOutput$ = exports.UpdateLandingZoneInput$ = exports.UpdateEnabledControlOutput$ = exports.UpdateEnabledControlInput$ = exports.UpdateEnabledBaselineOutput$ = exports.UpdateEnabledBaselineInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.ResetLandingZoneOutput$ = exports.ResetLandingZoneInput$ = exports.ResetEnabledControlOutput$ = exports.ResetEnabledControlInput$ = exports.ResetEnabledBaselineOutput$ = exports.ResetEnabledBaselineInput$ = exports.Region$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListLandingZonesOutput$ = exports.ListLandingZonesInput$ = exports.ListLandingZoneOperationsOutput$ = exports.ListLandingZoneOperationsInput$ = exports.ListEnabledControlsOutput$ = exports.ListEnabledControlsInput$ = exports.ListEnabledBaselinesOutput$ = exports.ListEnabledBaselinesInput$ = exports.ListControlOperationsOutput$ = exports.ListControlOperationsInput$ = exports.ListBaselinesOutput$ = exports.ListBaselinesInput$ = exports.LandingZoneSummary$ = exports.LandingZoneOperationSummary$ = exports.LandingZoneOperationFilter$ = exports.LandingZoneOperationDetail$ = exports.LandingZoneDriftStatusSummary$ = exports.LandingZoneDetail$ = exports.GetLandingZoneOutput$ = exports.GetLandingZoneOperationOutput$ = exports.GetLandingZoneOperationInput$ = exports.GetLandingZoneInput$ = exports.GetEnabledControlOutput$ = exports.GetEnabledControlInput$ = exports.GetEnabledBaselineOutput$ = exports.GetEnabledBaselineInput$ = void 0;
|
|
5
|
-
exports.UpdateLandingZone$ = exports.UpdateEnabledControl$ = exports.UpdateEnabledBaseline$ = exports.UntagResource$ = exports.TagResource$ = exports.ResetLandingZone$ = exports.ResetEnabledControl$ = exports.ResetEnabledBaseline$ = exports.ListTagsForResource$ = exports.ListLandingZones$ = exports.ListLandingZoneOperations$ = exports.ListEnabledControls$ = exports.ListEnabledBaselines$ = exports.ListControlOperations$ = exports.ListBaselines$ = exports.GetLandingZoneOperation$ = exports.GetLandingZone$ = exports.GetEnabledControl$ = exports.GetEnabledBaseline$ = exports.GetControlOperation$ = exports.GetBaselineOperation$ = exports.GetBaseline$ = exports.EnableControl$ = void 0;
|
|
6
1
|
const _ADE = "AccessDeniedException";
|
|
7
2
|
const _B = "Baselines";
|
|
8
3
|
const _BO = "BaselineOperation";
|
|
@@ -210,495 +205,589 @@ const _ty = "types";
|
|
|
210
205
|
const _v = "version";
|
|
211
206
|
const _va = "value";
|
|
212
207
|
const n0 = "com.amazonaws.controltower";
|
|
213
|
-
const
|
|
214
|
-
const
|
|
215
|
-
const
|
|
216
|
-
const _s_registry =
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
208
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
209
|
+
const { ControlTowerServiceException } = require("../models/ControlTowerServiceException");
|
|
210
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
211
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
212
|
+
const ControlTowerServiceException$ = [-3, _s, "ControlTowerServiceException", 0, [], []];
|
|
213
|
+
exports.ControlTowerServiceException$ = ControlTowerServiceException$;
|
|
214
|
+
_s_registry.registerError(ControlTowerServiceException$, ControlTowerServiceException);
|
|
215
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
216
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
221
217
|
{ [_e]: _c, [_hE]: 403 },
|
|
222
218
|
[_m],
|
|
223
219
|
[0], 1
|
|
224
220
|
];
|
|
225
|
-
|
|
226
|
-
|
|
221
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
222
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
223
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
227
224
|
{ [_e]: _c, [_hE]: 409 },
|
|
228
225
|
[_m],
|
|
229
226
|
[0], 1
|
|
230
227
|
];
|
|
231
|
-
|
|
232
|
-
|
|
228
|
+
exports.ConflictException$ = ConflictException$;
|
|
229
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
230
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
233
231
|
{ [_e]: _se, [_hE]: 500 },
|
|
234
232
|
[_m],
|
|
235
233
|
[0], 1
|
|
236
234
|
];
|
|
237
|
-
|
|
238
|
-
|
|
235
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
236
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
237
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
239
238
|
{ [_e]: _c, [_hE]: 404 },
|
|
240
239
|
[_m],
|
|
241
240
|
[0], 1
|
|
242
241
|
];
|
|
243
|
-
|
|
244
|
-
|
|
242
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
243
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
244
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
245
245
|
{ [_e]: _c, [_hE]: 402 },
|
|
246
246
|
[_m],
|
|
247
247
|
[0], 1
|
|
248
248
|
];
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
250
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
251
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
251
252
|
{ [_e]: _c, [_hE]: 429 },
|
|
252
253
|
[_m, _sC, _qC, _rAS],
|
|
253
254
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
254
255
|
];
|
|
255
|
-
|
|
256
|
-
|
|
256
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
257
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
258
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
257
259
|
{ [_e]: _c, [_hE]: 400 },
|
|
258
260
|
[_m],
|
|
259
261
|
[0], 1
|
|
260
262
|
];
|
|
261
|
-
|
|
263
|
+
exports.ValidationException$ = ValidationException$;
|
|
264
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
262
265
|
exports.errorTypeRegistries = [
|
|
263
266
|
_s_registry,
|
|
264
267
|
n0_registry,
|
|
265
268
|
];
|
|
266
|
-
|
|
269
|
+
const BaselineOperation$ = [3, n0, _BO,
|
|
267
270
|
0,
|
|
268
271
|
[_oI, _oT, _st, _sT, _eT, _sM],
|
|
269
272
|
[0, 0, 0, 5, 5, 0]
|
|
270
273
|
];
|
|
271
|
-
exports.
|
|
274
|
+
exports.BaselineOperation$ = BaselineOperation$;
|
|
275
|
+
const BaselineSummary$ = [3, n0, _BS,
|
|
272
276
|
0,
|
|
273
277
|
[_a, _n, _d],
|
|
274
278
|
[0, 0, 0], 2
|
|
275
279
|
];
|
|
276
|
-
exports.
|
|
280
|
+
exports.BaselineSummary$ = BaselineSummary$;
|
|
281
|
+
const ControlOperation$ = [3, n0, _CO,
|
|
277
282
|
0,
|
|
278
283
|
[_oT, _sT, _eT, _st, _sM, _oI, _cI, _tI, _eCI],
|
|
279
284
|
[0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
280
285
|
];
|
|
281
|
-
exports.
|
|
286
|
+
exports.ControlOperation$ = ControlOperation$;
|
|
287
|
+
const ControlOperationFilter$ = [3, n0, _COF,
|
|
282
288
|
0,
|
|
283
289
|
[_cIo, _tIa, _eCIn, _sta, _cOT],
|
|
284
290
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
285
291
|
];
|
|
286
|
-
exports.
|
|
292
|
+
exports.ControlOperationFilter$ = ControlOperationFilter$;
|
|
293
|
+
const ControlOperationSummary$ = [3, n0, _COS,
|
|
287
294
|
0,
|
|
288
295
|
[_oT, _sT, _eT, _st, _sM, _oI, _cI, _tI, _eCI],
|
|
289
296
|
[0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
290
297
|
];
|
|
291
|
-
exports.
|
|
298
|
+
exports.ControlOperationSummary$ = ControlOperationSummary$;
|
|
299
|
+
const CreateLandingZoneInput$ = [3, n0, _CLZI,
|
|
292
300
|
0,
|
|
293
301
|
[_v, _rT, _t, _ma],
|
|
294
302
|
[0, 64 | 0, 128 | 0, 15], 1
|
|
295
303
|
];
|
|
296
|
-
exports.
|
|
304
|
+
exports.CreateLandingZoneInput$ = CreateLandingZoneInput$;
|
|
305
|
+
const CreateLandingZoneOutput$ = [3, n0, _CLZO,
|
|
297
306
|
0,
|
|
298
307
|
[_a, _oI],
|
|
299
308
|
[0, 0], 2
|
|
300
309
|
];
|
|
301
|
-
exports.
|
|
310
|
+
exports.CreateLandingZoneOutput$ = CreateLandingZoneOutput$;
|
|
311
|
+
const DeleteLandingZoneInput$ = [3, n0, _DLZI,
|
|
302
312
|
0,
|
|
303
313
|
[_lZI],
|
|
304
314
|
[0], 1
|
|
305
315
|
];
|
|
306
|
-
exports.
|
|
316
|
+
exports.DeleteLandingZoneInput$ = DeleteLandingZoneInput$;
|
|
317
|
+
const DeleteLandingZoneOutput$ = [3, n0, _DLZO,
|
|
307
318
|
0,
|
|
308
319
|
[_oI],
|
|
309
320
|
[0], 1
|
|
310
321
|
];
|
|
311
|
-
exports.
|
|
322
|
+
exports.DeleteLandingZoneOutput$ = DeleteLandingZoneOutput$;
|
|
323
|
+
const DisableBaselineInput$ = [3, n0, _DBI,
|
|
312
324
|
0,
|
|
313
325
|
[_eBI],
|
|
314
326
|
[0], 1
|
|
315
327
|
];
|
|
316
|
-
exports.
|
|
328
|
+
exports.DisableBaselineInput$ = DisableBaselineInput$;
|
|
329
|
+
const DisableBaselineOutput$ = [3, n0, _DBO,
|
|
317
330
|
0,
|
|
318
331
|
[_oI],
|
|
319
332
|
[0], 1
|
|
320
333
|
];
|
|
321
|
-
exports.
|
|
334
|
+
exports.DisableBaselineOutput$ = DisableBaselineOutput$;
|
|
335
|
+
const DisableControlInput$ = [3, n0, _DCI,
|
|
322
336
|
0,
|
|
323
337
|
[_cI, _tI, _eCI],
|
|
324
338
|
[0, 0, 0]
|
|
325
339
|
];
|
|
326
|
-
exports.
|
|
340
|
+
exports.DisableControlInput$ = DisableControlInput$;
|
|
341
|
+
const DisableControlOutput$ = [3, n0, _DCO,
|
|
327
342
|
0,
|
|
328
343
|
[_oI],
|
|
329
344
|
[0], 1
|
|
330
345
|
];
|
|
331
|
-
exports.
|
|
346
|
+
exports.DisableControlOutput$ = DisableControlOutput$;
|
|
347
|
+
const DriftStatusSummary$ = [3, n0, _DSS,
|
|
332
348
|
0,
|
|
333
349
|
[_dS, _ty],
|
|
334
|
-
[0, () =>
|
|
350
|
+
[0, () => EnabledControlDriftTypes$]
|
|
335
351
|
];
|
|
336
|
-
exports.
|
|
352
|
+
exports.DriftStatusSummary$ = DriftStatusSummary$;
|
|
353
|
+
const EnableBaselineInput$ = [3, n0, _EBI,
|
|
337
354
|
0,
|
|
338
355
|
[_bV, _bI, _tI, _p, _t],
|
|
339
356
|
[0, 0, 0, () => EnabledBaselineParameters, 128 | 0], 3
|
|
340
357
|
];
|
|
341
|
-
exports.
|
|
358
|
+
exports.EnableBaselineInput$ = EnableBaselineInput$;
|
|
359
|
+
const EnableBaselineOutput$ = [3, n0, _EBO,
|
|
342
360
|
0,
|
|
343
361
|
[_oI, _a],
|
|
344
362
|
[0, 0], 2
|
|
345
363
|
];
|
|
346
|
-
exports.
|
|
364
|
+
exports.EnableBaselineOutput$ = EnableBaselineOutput$;
|
|
365
|
+
const EnableControlInput$ = [3, n0, _ECI,
|
|
347
366
|
0,
|
|
348
367
|
[_cI, _tI, _t, _p],
|
|
349
368
|
[0, 0, 128 | 0, () => EnabledControlParameters], 2
|
|
350
369
|
];
|
|
351
|
-
exports.
|
|
370
|
+
exports.EnableControlInput$ = EnableControlInput$;
|
|
371
|
+
const EnableControlOutput$ = [3, n0, _ECO,
|
|
352
372
|
0,
|
|
353
373
|
[_oI, _a],
|
|
354
374
|
[0, 0], 1
|
|
355
375
|
];
|
|
356
|
-
exports.
|
|
376
|
+
exports.EnableControlOutput$ = EnableControlOutput$;
|
|
377
|
+
const EnabledBaselineDetails$ = [3, n0, _EBD,
|
|
357
378
|
0,
|
|
358
379
|
[_a, _bI, _tI, _sS, _bV, _dSS, _pI, _p],
|
|
359
|
-
[0, 0, 0, () =>
|
|
380
|
+
[0, 0, 0, () => EnablementStatusSummary$, 0, () => EnabledBaselineDriftStatusSummary$, 0, () => EnabledBaselineParameterSummaries], 4
|
|
360
381
|
];
|
|
361
|
-
exports.
|
|
382
|
+
exports.EnabledBaselineDetails$ = EnabledBaselineDetails$;
|
|
383
|
+
const EnabledBaselineDriftStatusSummary$ = [3, n0, _EBDSS,
|
|
362
384
|
0,
|
|
363
385
|
[_ty],
|
|
364
|
-
[() =>
|
|
386
|
+
[() => EnabledBaselineDriftTypes$]
|
|
365
387
|
];
|
|
366
|
-
exports.
|
|
388
|
+
exports.EnabledBaselineDriftStatusSummary$ = EnabledBaselineDriftStatusSummary$;
|
|
389
|
+
const EnabledBaselineDriftTypes$ = [3, n0, _EBDT,
|
|
367
390
|
0,
|
|
368
391
|
[_i],
|
|
369
|
-
[() =>
|
|
392
|
+
[() => EnabledBaselineInheritanceDrift$]
|
|
370
393
|
];
|
|
371
|
-
exports.
|
|
394
|
+
exports.EnabledBaselineDriftTypes$ = EnabledBaselineDriftTypes$;
|
|
395
|
+
const EnabledBaselineFilter$ = [3, n0, _EBF,
|
|
372
396
|
0,
|
|
373
397
|
[_tIa, _bIa, _pIa, _sta, _iDS],
|
|
374
398
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
375
399
|
];
|
|
376
|
-
exports.
|
|
400
|
+
exports.EnabledBaselineFilter$ = EnabledBaselineFilter$;
|
|
401
|
+
const EnabledBaselineInheritanceDrift$ = [3, n0, _EBID,
|
|
377
402
|
0,
|
|
378
403
|
[_st],
|
|
379
404
|
[0]
|
|
380
405
|
];
|
|
381
|
-
exports.
|
|
406
|
+
exports.EnabledBaselineInheritanceDrift$ = EnabledBaselineInheritanceDrift$;
|
|
407
|
+
const EnabledBaselineParameter$ = [3, n0, _EBP,
|
|
382
408
|
0,
|
|
383
409
|
[_k, _va],
|
|
384
410
|
[0, 15], 2
|
|
385
411
|
];
|
|
386
|
-
exports.
|
|
412
|
+
exports.EnabledBaselineParameter$ = EnabledBaselineParameter$;
|
|
413
|
+
const EnabledBaselineParameterSummary$ = [3, n0, _EBPS,
|
|
387
414
|
0,
|
|
388
415
|
[_k, _va],
|
|
389
416
|
[0, 15], 2
|
|
390
417
|
];
|
|
391
|
-
exports.
|
|
418
|
+
exports.EnabledBaselineParameterSummary$ = EnabledBaselineParameterSummary$;
|
|
419
|
+
const EnabledBaselineSummary$ = [3, n0, _EBS,
|
|
392
420
|
0,
|
|
393
421
|
[_a, _bI, _tI, _sS, _bV, _dSS, _pI],
|
|
394
|
-
[0, 0, 0, () =>
|
|
422
|
+
[0, 0, 0, () => EnablementStatusSummary$, 0, () => EnabledBaselineDriftStatusSummary$, 0], 4
|
|
395
423
|
];
|
|
396
|
-
exports.
|
|
424
|
+
exports.EnabledBaselineSummary$ = EnabledBaselineSummary$;
|
|
425
|
+
const EnabledControlDetails$ = [3, n0, _ECD,
|
|
397
426
|
0,
|
|
398
427
|
[_a, _cI, _tI, _sS, _dSS, _pI, _tR, _p],
|
|
399
|
-
[0, 0, 0, () =>
|
|
428
|
+
[0, 0, 0, () => EnablementStatusSummary$, () => DriftStatusSummary$, 0, () => TargetRegions, () => EnabledControlParameterSummaries]
|
|
400
429
|
];
|
|
401
|
-
exports.
|
|
430
|
+
exports.EnabledControlDetails$ = EnabledControlDetails$;
|
|
431
|
+
const EnabledControlDriftTypes$ = [3, n0, _ECDT,
|
|
402
432
|
0,
|
|
403
433
|
[_i, _r],
|
|
404
|
-
[() =>
|
|
434
|
+
[() => EnabledControlInheritanceDrift$, () => EnabledControlResourceDrift$]
|
|
405
435
|
];
|
|
406
|
-
exports.
|
|
436
|
+
exports.EnabledControlDriftTypes$ = EnabledControlDriftTypes$;
|
|
437
|
+
const EnabledControlFilter$ = [3, n0, _ECF,
|
|
407
438
|
0,
|
|
408
439
|
[_cIo, _sta, _dSr, _pIa, _iDS, _rDS],
|
|
409
440
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
410
441
|
];
|
|
411
|
-
exports.
|
|
442
|
+
exports.EnabledControlFilter$ = EnabledControlFilter$;
|
|
443
|
+
const EnabledControlInheritanceDrift$ = [3, n0, _ECID,
|
|
412
444
|
0,
|
|
413
445
|
[_st],
|
|
414
446
|
[0]
|
|
415
447
|
];
|
|
416
|
-
exports.
|
|
448
|
+
exports.EnabledControlInheritanceDrift$ = EnabledControlInheritanceDrift$;
|
|
449
|
+
const EnabledControlParameter$ = [3, n0, _ECP,
|
|
417
450
|
0,
|
|
418
451
|
[_k, _va],
|
|
419
452
|
[0, 15], 2
|
|
420
453
|
];
|
|
421
|
-
exports.
|
|
454
|
+
exports.EnabledControlParameter$ = EnabledControlParameter$;
|
|
455
|
+
const EnabledControlParameterSummary$ = [3, n0, _ECPS,
|
|
422
456
|
0,
|
|
423
457
|
[_k, _va],
|
|
424
458
|
[0, 15], 2
|
|
425
459
|
];
|
|
426
|
-
exports.
|
|
460
|
+
exports.EnabledControlParameterSummary$ = EnabledControlParameterSummary$;
|
|
461
|
+
const EnabledControlResourceDrift$ = [3, n0, _ECRD,
|
|
427
462
|
0,
|
|
428
463
|
[_st],
|
|
429
464
|
[0]
|
|
430
465
|
];
|
|
431
|
-
exports.
|
|
466
|
+
exports.EnabledControlResourceDrift$ = EnabledControlResourceDrift$;
|
|
467
|
+
const EnabledControlSummary$ = [3, n0, _ECS,
|
|
432
468
|
0,
|
|
433
469
|
[_a, _cI, _tI, _sS, _dSS, _pI],
|
|
434
|
-
[0, 0, 0, () =>
|
|
470
|
+
[0, 0, 0, () => EnablementStatusSummary$, () => DriftStatusSummary$, 0]
|
|
435
471
|
];
|
|
436
|
-
exports.
|
|
472
|
+
exports.EnabledControlSummary$ = EnabledControlSummary$;
|
|
473
|
+
const EnablementStatusSummary$ = [3, n0, _ESS,
|
|
437
474
|
0,
|
|
438
475
|
[_st, _lOI],
|
|
439
476
|
[0, 0]
|
|
440
477
|
];
|
|
441
|
-
exports.
|
|
478
|
+
exports.EnablementStatusSummary$ = EnablementStatusSummary$;
|
|
479
|
+
const GetBaselineInput$ = [3, n0, _GBI,
|
|
442
480
|
0,
|
|
443
481
|
[_bI],
|
|
444
482
|
[0], 1
|
|
445
483
|
];
|
|
446
|
-
exports.
|
|
484
|
+
exports.GetBaselineInput$ = GetBaselineInput$;
|
|
485
|
+
const GetBaselineOperationInput$ = [3, n0, _GBOI,
|
|
447
486
|
0,
|
|
448
487
|
[_oI],
|
|
449
488
|
[0], 1
|
|
450
489
|
];
|
|
451
|
-
exports.
|
|
490
|
+
exports.GetBaselineOperationInput$ = GetBaselineOperationInput$;
|
|
491
|
+
const GetBaselineOperationOutput$ = [3, n0, _GBOO,
|
|
452
492
|
0,
|
|
453
493
|
[_bO],
|
|
454
|
-
[() =>
|
|
494
|
+
[() => BaselineOperation$], 1
|
|
455
495
|
];
|
|
456
|
-
exports.
|
|
496
|
+
exports.GetBaselineOperationOutput$ = GetBaselineOperationOutput$;
|
|
497
|
+
const GetBaselineOutput$ = [3, n0, _GBO,
|
|
457
498
|
0,
|
|
458
499
|
[_a, _n, _d],
|
|
459
500
|
[0, 0, 0], 2
|
|
460
501
|
];
|
|
461
|
-
exports.
|
|
502
|
+
exports.GetBaselineOutput$ = GetBaselineOutput$;
|
|
503
|
+
const GetControlOperationInput$ = [3, n0, _GCOI,
|
|
462
504
|
0,
|
|
463
505
|
[_oI],
|
|
464
506
|
[0], 1
|
|
465
507
|
];
|
|
466
|
-
exports.
|
|
508
|
+
exports.GetControlOperationInput$ = GetControlOperationInput$;
|
|
509
|
+
const GetControlOperationOutput$ = [3, n0, _GCOO,
|
|
467
510
|
0,
|
|
468
511
|
[_cO],
|
|
469
|
-
[() =>
|
|
512
|
+
[() => ControlOperation$], 1
|
|
470
513
|
];
|
|
471
|
-
exports.
|
|
514
|
+
exports.GetControlOperationOutput$ = GetControlOperationOutput$;
|
|
515
|
+
const GetEnabledBaselineInput$ = [3, n0, _GEBI,
|
|
472
516
|
0,
|
|
473
517
|
[_eBI],
|
|
474
518
|
[0], 1
|
|
475
519
|
];
|
|
476
|
-
exports.
|
|
520
|
+
exports.GetEnabledBaselineInput$ = GetEnabledBaselineInput$;
|
|
521
|
+
const GetEnabledBaselineOutput$ = [3, n0, _GEBO,
|
|
477
522
|
0,
|
|
478
523
|
[_eBD],
|
|
479
|
-
[() =>
|
|
524
|
+
[() => EnabledBaselineDetails$]
|
|
480
525
|
];
|
|
481
|
-
exports.
|
|
526
|
+
exports.GetEnabledBaselineOutput$ = GetEnabledBaselineOutput$;
|
|
527
|
+
const GetEnabledControlInput$ = [3, n0, _GECI,
|
|
482
528
|
0,
|
|
483
529
|
[_eCI],
|
|
484
530
|
[0], 1
|
|
485
531
|
];
|
|
486
|
-
exports.
|
|
532
|
+
exports.GetEnabledControlInput$ = GetEnabledControlInput$;
|
|
533
|
+
const GetEnabledControlOutput$ = [3, n0, _GECO,
|
|
487
534
|
0,
|
|
488
535
|
[_eCD],
|
|
489
|
-
[() =>
|
|
536
|
+
[() => EnabledControlDetails$], 1
|
|
490
537
|
];
|
|
491
|
-
exports.
|
|
538
|
+
exports.GetEnabledControlOutput$ = GetEnabledControlOutput$;
|
|
539
|
+
const GetLandingZoneInput$ = [3, n0, _GLZI,
|
|
492
540
|
0,
|
|
493
541
|
[_lZI],
|
|
494
542
|
[0], 1
|
|
495
543
|
];
|
|
496
|
-
exports.
|
|
544
|
+
exports.GetLandingZoneInput$ = GetLandingZoneInput$;
|
|
545
|
+
const GetLandingZoneOperationInput$ = [3, n0, _GLZOI,
|
|
497
546
|
0,
|
|
498
547
|
[_oI],
|
|
499
548
|
[0], 1
|
|
500
549
|
];
|
|
501
|
-
exports.
|
|
550
|
+
exports.GetLandingZoneOperationInput$ = GetLandingZoneOperationInput$;
|
|
551
|
+
const GetLandingZoneOperationOutput$ = [3, n0, _GLZOO,
|
|
502
552
|
0,
|
|
503
553
|
[_oD],
|
|
504
|
-
[() =>
|
|
554
|
+
[() => LandingZoneOperationDetail$], 1
|
|
505
555
|
];
|
|
506
|
-
exports.
|
|
556
|
+
exports.GetLandingZoneOperationOutput$ = GetLandingZoneOperationOutput$;
|
|
557
|
+
const GetLandingZoneOutput$ = [3, n0, _GLZO,
|
|
507
558
|
0,
|
|
508
559
|
[_lZ],
|
|
509
|
-
[() =>
|
|
560
|
+
[() => LandingZoneDetail$], 1
|
|
510
561
|
];
|
|
511
|
-
exports.
|
|
562
|
+
exports.GetLandingZoneOutput$ = GetLandingZoneOutput$;
|
|
563
|
+
const LandingZoneDetail$ = [3, n0, _LZD,
|
|
512
564
|
0,
|
|
513
565
|
[_v, _ma, _rT, _a, _st, _lAV, _dS],
|
|
514
|
-
[0, 15, 64 | 0, 0, 0, 0, () =>
|
|
566
|
+
[0, 15, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary$], 2
|
|
515
567
|
];
|
|
516
|
-
exports.
|
|
568
|
+
exports.LandingZoneDetail$ = LandingZoneDetail$;
|
|
569
|
+
const LandingZoneDriftStatusSummary$ = [3, n0, _LZDSS,
|
|
517
570
|
0,
|
|
518
571
|
[_st],
|
|
519
572
|
[0]
|
|
520
573
|
];
|
|
521
|
-
exports.
|
|
574
|
+
exports.LandingZoneDriftStatusSummary$ = LandingZoneDriftStatusSummary$;
|
|
575
|
+
const LandingZoneOperationDetail$ = [3, n0, _LZOD,
|
|
522
576
|
0,
|
|
523
577
|
[_oT, _oI, _st, _sT, _eT, _sM],
|
|
524
578
|
[0, 0, 0, 5, 5, 0]
|
|
525
579
|
];
|
|
526
|
-
exports.
|
|
580
|
+
exports.LandingZoneOperationDetail$ = LandingZoneOperationDetail$;
|
|
581
|
+
const LandingZoneOperationFilter$ = [3, n0, _LZOF,
|
|
527
582
|
0,
|
|
528
583
|
[_ty, _sta],
|
|
529
584
|
[64 | 0, 64 | 0]
|
|
530
585
|
];
|
|
531
|
-
exports.
|
|
586
|
+
exports.LandingZoneOperationFilter$ = LandingZoneOperationFilter$;
|
|
587
|
+
const LandingZoneOperationSummary$ = [3, n0, _LZOS,
|
|
532
588
|
0,
|
|
533
589
|
[_oT, _oI, _st],
|
|
534
590
|
[0, 0, 0]
|
|
535
591
|
];
|
|
536
|
-
exports.
|
|
592
|
+
exports.LandingZoneOperationSummary$ = LandingZoneOperationSummary$;
|
|
593
|
+
const LandingZoneSummary$ = [3, n0, _LZS,
|
|
537
594
|
0,
|
|
538
595
|
[_a],
|
|
539
596
|
[0]
|
|
540
597
|
];
|
|
541
|
-
exports.
|
|
598
|
+
exports.LandingZoneSummary$ = LandingZoneSummary$;
|
|
599
|
+
const ListBaselinesInput$ = [3, n0, _LBI,
|
|
542
600
|
0,
|
|
543
601
|
[_nT, _mR],
|
|
544
602
|
[0, 1]
|
|
545
603
|
];
|
|
546
|
-
exports.
|
|
604
|
+
exports.ListBaselinesInput$ = ListBaselinesInput$;
|
|
605
|
+
const ListBaselinesOutput$ = [3, n0, _LBO,
|
|
547
606
|
0,
|
|
548
607
|
[_b, _nT],
|
|
549
608
|
[() => Baselines, 0], 1
|
|
550
609
|
];
|
|
551
|
-
exports.
|
|
610
|
+
exports.ListBaselinesOutput$ = ListBaselinesOutput$;
|
|
611
|
+
const ListControlOperationsInput$ = [3, n0, _LCOI,
|
|
552
612
|
0,
|
|
553
613
|
[_f, _nT, _mR],
|
|
554
|
-
[() =>
|
|
614
|
+
[() => ControlOperationFilter$, 0, 1]
|
|
555
615
|
];
|
|
556
|
-
exports.
|
|
616
|
+
exports.ListControlOperationsInput$ = ListControlOperationsInput$;
|
|
617
|
+
const ListControlOperationsOutput$ = [3, n0, _LCOO,
|
|
557
618
|
0,
|
|
558
619
|
[_cOo, _nT],
|
|
559
620
|
[() => ControlOperations, 0], 1
|
|
560
621
|
];
|
|
561
|
-
exports.
|
|
622
|
+
exports.ListControlOperationsOutput$ = ListControlOperationsOutput$;
|
|
623
|
+
const ListEnabledBaselinesInput$ = [3, n0, _LEBI,
|
|
562
624
|
0,
|
|
563
625
|
[_f, _nT, _mR, _iC],
|
|
564
|
-
[() =>
|
|
626
|
+
[() => EnabledBaselineFilter$, 0, 1, 2]
|
|
565
627
|
];
|
|
566
|
-
exports.
|
|
628
|
+
exports.ListEnabledBaselinesInput$ = ListEnabledBaselinesInput$;
|
|
629
|
+
const ListEnabledBaselinesOutput$ = [3, n0, _LEBO,
|
|
567
630
|
0,
|
|
568
631
|
[_eB, _nT],
|
|
569
632
|
[() => EnabledBaselines, 0], 1
|
|
570
633
|
];
|
|
571
|
-
exports.
|
|
634
|
+
exports.ListEnabledBaselinesOutput$ = ListEnabledBaselinesOutput$;
|
|
635
|
+
const ListEnabledControlsInput$ = [3, n0, _LECI,
|
|
572
636
|
0,
|
|
573
637
|
[_tI, _nT, _mR, _f, _iC],
|
|
574
|
-
[0, 0, 1, () =>
|
|
638
|
+
[0, 0, 1, () => EnabledControlFilter$, 2]
|
|
575
639
|
];
|
|
576
|
-
exports.
|
|
640
|
+
exports.ListEnabledControlsInput$ = ListEnabledControlsInput$;
|
|
641
|
+
const ListEnabledControlsOutput$ = [3, n0, _LECO,
|
|
577
642
|
0,
|
|
578
643
|
[_eC, _nT],
|
|
579
644
|
[() => EnabledControls, 0], 1
|
|
580
645
|
];
|
|
581
|
-
exports.
|
|
646
|
+
exports.ListEnabledControlsOutput$ = ListEnabledControlsOutput$;
|
|
647
|
+
const ListLandingZoneOperationsInput$ = [3, n0, _LLZOI,
|
|
582
648
|
0,
|
|
583
649
|
[_f, _nT, _mR],
|
|
584
|
-
[() =>
|
|
650
|
+
[() => LandingZoneOperationFilter$, 0, 1]
|
|
585
651
|
];
|
|
586
|
-
exports.
|
|
652
|
+
exports.ListLandingZoneOperationsInput$ = ListLandingZoneOperationsInput$;
|
|
653
|
+
const ListLandingZoneOperationsOutput$ = [3, n0, _LLZOO,
|
|
587
654
|
0,
|
|
588
655
|
[_lZO, _nT],
|
|
589
656
|
[() => LandingZoneOperations, 0], 1
|
|
590
657
|
];
|
|
591
|
-
exports.
|
|
658
|
+
exports.ListLandingZoneOperationsOutput$ = ListLandingZoneOperationsOutput$;
|
|
659
|
+
const ListLandingZonesInput$ = [3, n0, _LLZI,
|
|
592
660
|
0,
|
|
593
661
|
[_nT, _mR],
|
|
594
662
|
[0, 1]
|
|
595
663
|
];
|
|
596
|
-
exports.
|
|
664
|
+
exports.ListLandingZonesInput$ = ListLandingZonesInput$;
|
|
665
|
+
const ListLandingZonesOutput$ = [3, n0, _LLZO,
|
|
597
666
|
0,
|
|
598
667
|
[_lZa, _nT],
|
|
599
668
|
[() => LandingZoneSummaries, 0], 1
|
|
600
669
|
];
|
|
601
|
-
exports.
|
|
670
|
+
exports.ListLandingZonesOutput$ = ListLandingZonesOutput$;
|
|
671
|
+
const ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
602
672
|
0,
|
|
603
673
|
[_rA],
|
|
604
674
|
[[0, 1]], 1
|
|
605
675
|
];
|
|
606
|
-
exports.
|
|
676
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
677
|
+
const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
607
678
|
0,
|
|
608
679
|
[_t],
|
|
609
680
|
[128 | 0], 1
|
|
610
681
|
];
|
|
611
|
-
exports.
|
|
682
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
683
|
+
const Region$ = [3, n0, _R,
|
|
612
684
|
0,
|
|
613
685
|
[_n],
|
|
614
686
|
[0]
|
|
615
687
|
];
|
|
616
|
-
exports.
|
|
688
|
+
exports.Region$ = Region$;
|
|
689
|
+
const ResetEnabledBaselineInput$ = [3, n0, _REBI,
|
|
617
690
|
0,
|
|
618
691
|
[_eBI],
|
|
619
692
|
[0], 1
|
|
620
693
|
];
|
|
621
|
-
exports.
|
|
694
|
+
exports.ResetEnabledBaselineInput$ = ResetEnabledBaselineInput$;
|
|
695
|
+
const ResetEnabledBaselineOutput$ = [3, n0, _REBO,
|
|
622
696
|
0,
|
|
623
697
|
[_oI],
|
|
624
698
|
[0], 1
|
|
625
699
|
];
|
|
626
|
-
exports.
|
|
700
|
+
exports.ResetEnabledBaselineOutput$ = ResetEnabledBaselineOutput$;
|
|
701
|
+
const ResetEnabledControlInput$ = [3, n0, _RECI,
|
|
627
702
|
0,
|
|
628
703
|
[_eCI],
|
|
629
704
|
[0], 1
|
|
630
705
|
];
|
|
631
|
-
exports.
|
|
706
|
+
exports.ResetEnabledControlInput$ = ResetEnabledControlInput$;
|
|
707
|
+
const ResetEnabledControlOutput$ = [3, n0, _RECO,
|
|
632
708
|
0,
|
|
633
709
|
[_oI],
|
|
634
710
|
[0], 1
|
|
635
711
|
];
|
|
636
|
-
exports.
|
|
712
|
+
exports.ResetEnabledControlOutput$ = ResetEnabledControlOutput$;
|
|
713
|
+
const ResetLandingZoneInput$ = [3, n0, _RLZI,
|
|
637
714
|
0,
|
|
638
715
|
[_lZI],
|
|
639
716
|
[0], 1
|
|
640
717
|
];
|
|
641
|
-
exports.
|
|
718
|
+
exports.ResetLandingZoneInput$ = ResetLandingZoneInput$;
|
|
719
|
+
const ResetLandingZoneOutput$ = [3, n0, _RLZO,
|
|
642
720
|
0,
|
|
643
721
|
[_oI],
|
|
644
722
|
[0], 1
|
|
645
723
|
];
|
|
646
|
-
exports.
|
|
724
|
+
exports.ResetLandingZoneOutput$ = ResetLandingZoneOutput$;
|
|
725
|
+
const TagResourceInput$ = [3, n0, _TRI,
|
|
647
726
|
0,
|
|
648
727
|
[_rA, _t],
|
|
649
728
|
[[0, 1], 128 | 0], 2
|
|
650
729
|
];
|
|
651
|
-
exports.
|
|
730
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
731
|
+
const TagResourceOutput$ = [3, n0, _TRO,
|
|
652
732
|
0,
|
|
653
733
|
[],
|
|
654
734
|
[]
|
|
655
735
|
];
|
|
656
|
-
exports.
|
|
736
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
737
|
+
const UntagResourceInput$ = [3, n0, _URI,
|
|
657
738
|
0,
|
|
658
739
|
[_rA, _tK],
|
|
659
740
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
660
741
|
];
|
|
661
|
-
exports.
|
|
742
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
743
|
+
const UntagResourceOutput$ = [3, n0, _URO,
|
|
662
744
|
0,
|
|
663
745
|
[],
|
|
664
746
|
[]
|
|
665
747
|
];
|
|
666
|
-
exports.
|
|
748
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
749
|
+
const UpdateEnabledBaselineInput$ = [3, n0, _UEBI,
|
|
667
750
|
0,
|
|
668
751
|
[_bV, _eBI, _p],
|
|
669
752
|
[0, 0, () => EnabledBaselineParameters], 2
|
|
670
753
|
];
|
|
671
|
-
exports.
|
|
754
|
+
exports.UpdateEnabledBaselineInput$ = UpdateEnabledBaselineInput$;
|
|
755
|
+
const UpdateEnabledBaselineOutput$ = [3, n0, _UEBO,
|
|
672
756
|
0,
|
|
673
757
|
[_oI],
|
|
674
758
|
[0], 1
|
|
675
759
|
];
|
|
676
|
-
exports.
|
|
760
|
+
exports.UpdateEnabledBaselineOutput$ = UpdateEnabledBaselineOutput$;
|
|
761
|
+
const UpdateEnabledControlInput$ = [3, n0, _UECI,
|
|
677
762
|
0,
|
|
678
763
|
[_p, _eCI],
|
|
679
764
|
[() => EnabledControlParameters, 0], 2
|
|
680
765
|
];
|
|
681
|
-
exports.
|
|
766
|
+
exports.UpdateEnabledControlInput$ = UpdateEnabledControlInput$;
|
|
767
|
+
const UpdateEnabledControlOutput$ = [3, n0, _UECO,
|
|
682
768
|
0,
|
|
683
769
|
[_oI],
|
|
684
770
|
[0], 1
|
|
685
771
|
];
|
|
686
|
-
exports.
|
|
772
|
+
exports.UpdateEnabledControlOutput$ = UpdateEnabledControlOutput$;
|
|
773
|
+
const UpdateLandingZoneInput$ = [3, n0, _ULZI,
|
|
687
774
|
0,
|
|
688
775
|
[_v, _lZI, _rT, _ma],
|
|
689
776
|
[0, 0, 64 | 0, 15], 2
|
|
690
777
|
];
|
|
691
|
-
exports.
|
|
778
|
+
exports.UpdateLandingZoneInput$ = UpdateLandingZoneInput$;
|
|
779
|
+
const UpdateLandingZoneOutput$ = [3, n0, _ULZO,
|
|
692
780
|
0,
|
|
693
781
|
[_oI],
|
|
694
782
|
[0], 1
|
|
695
783
|
];
|
|
784
|
+
exports.UpdateLandingZoneOutput$ = UpdateLandingZoneOutput$;
|
|
696
785
|
var Baselines = [1, n0, _B,
|
|
697
|
-
0, () =>
|
|
786
|
+
0, () => BaselineSummary$
|
|
698
787
|
];
|
|
699
788
|
var ControlIdentifiers = 64 | 0;
|
|
700
789
|
var ControlOperations = [1, n0, _COo,
|
|
701
|
-
0, () =>
|
|
790
|
+
0, () => ControlOperationSummary$
|
|
702
791
|
];
|
|
703
792
|
var ControlOperationStatuses = 64 | 0;
|
|
704
793
|
var ControlOperationTypes = 64 | 0;
|
|
@@ -707,124 +796,124 @@ var EnabledBaselineBaselineIdentifiers = 64 | 0;
|
|
|
707
796
|
var EnabledBaselineDriftStatuses = 64 | 0;
|
|
708
797
|
var EnabledBaselineEnablementStatuses = 64 | 0;
|
|
709
798
|
var EnabledBaselineParameters = [1, n0, _EBPn,
|
|
710
|
-
0, () =>
|
|
799
|
+
0, () => EnabledBaselineParameter$
|
|
711
800
|
];
|
|
712
801
|
var EnabledBaselineParameterSummaries = [1, n0, _EBPSn,
|
|
713
|
-
0, () =>
|
|
802
|
+
0, () => EnabledBaselineParameterSummary$
|
|
714
803
|
];
|
|
715
804
|
var EnabledBaselineParentIdentifiers = 64 | 0;
|
|
716
805
|
var EnabledBaselines = [1, n0, _EB,
|
|
717
|
-
0, () =>
|
|
806
|
+
0, () => EnabledBaselineSummary$
|
|
718
807
|
];
|
|
719
808
|
var EnabledBaselineTargetIdentifiers = 64 | 0;
|
|
720
809
|
var EnabledControlIdentifiers = 64 | 0;
|
|
721
810
|
var EnabledControlParameters = [1, n0, _ECPn,
|
|
722
|
-
0, () =>
|
|
811
|
+
0, () => EnabledControlParameter$
|
|
723
812
|
];
|
|
724
813
|
var EnabledControlParameterSummaries = [1, n0, _ECPSn,
|
|
725
|
-
0, () =>
|
|
814
|
+
0, () => EnabledControlParameterSummary$
|
|
726
815
|
];
|
|
727
816
|
var EnabledControls = [1, n0, _EC,
|
|
728
|
-
0, () =>
|
|
817
|
+
0, () => EnabledControlSummary$
|
|
729
818
|
];
|
|
730
819
|
var EnablementStatuses = 64 | 0;
|
|
731
820
|
var LandingZoneOperations = [1, n0, _LZO,
|
|
732
|
-
0, () =>
|
|
821
|
+
0, () => LandingZoneOperationSummary$
|
|
733
822
|
];
|
|
734
823
|
var LandingZoneOperationStatuses = 64 | 0;
|
|
735
824
|
var LandingZoneOperationTypes = 64 | 0;
|
|
736
825
|
var LandingZoneSummaries = [1, n0, _LZSa,
|
|
737
|
-
0, () =>
|
|
826
|
+
0, () => LandingZoneSummary$
|
|
738
827
|
];
|
|
739
828
|
var ParentIdentifiers = 64 | 0;
|
|
740
829
|
var RemediationTypes = 64 | 0;
|
|
741
830
|
var TagKeys = 64 | 0;
|
|
742
831
|
var TargetIdentifiers = 64 | 0;
|
|
743
832
|
var TargetRegions = [1, n0, _TR,
|
|
744
|
-
0, () =>
|
|
833
|
+
0, () => Region$
|
|
745
834
|
];
|
|
746
835
|
var TagMap = 128 | 0;
|
|
747
836
|
exports.CreateLandingZone$ = [9, n0, _CLZ,
|
|
748
|
-
{ [_h]: ["POST", "/create-landingzone", 200] }, () =>
|
|
837
|
+
{ [_h]: ["POST", "/create-landingzone", 200] }, () => CreateLandingZoneInput$, () => CreateLandingZoneOutput$
|
|
749
838
|
];
|
|
750
839
|
exports.DeleteLandingZone$ = [9, n0, _DLZ,
|
|
751
|
-
{ [_h]: ["POST", "/delete-landingzone", 200] }, () =>
|
|
840
|
+
{ [_h]: ["POST", "/delete-landingzone", 200] }, () => DeleteLandingZoneInput$, () => DeleteLandingZoneOutput$
|
|
752
841
|
];
|
|
753
842
|
exports.DisableBaseline$ = [9, n0, _DB,
|
|
754
|
-
{ [_h]: ["POST", "/disable-baseline", 200] }, () =>
|
|
843
|
+
{ [_h]: ["POST", "/disable-baseline", 200] }, () => DisableBaselineInput$, () => DisableBaselineOutput$
|
|
755
844
|
];
|
|
756
845
|
exports.DisableControl$ = [9, n0, _DC,
|
|
757
|
-
{ [_h]: ["POST", "/disable-control", 200] }, () =>
|
|
846
|
+
{ [_h]: ["POST", "/disable-control", 200] }, () => DisableControlInput$, () => DisableControlOutput$
|
|
758
847
|
];
|
|
759
848
|
exports.EnableBaseline$ = [9, n0, _EBn,
|
|
760
|
-
{ [_h]: ["POST", "/enable-baseline", 200] }, () =>
|
|
849
|
+
{ [_h]: ["POST", "/enable-baseline", 200] }, () => EnableBaselineInput$, () => EnableBaselineOutput$
|
|
761
850
|
];
|
|
762
851
|
exports.EnableControl$ = [9, n0, _ECn,
|
|
763
|
-
{ [_h]: ["POST", "/enable-control", 200] }, () =>
|
|
852
|
+
{ [_h]: ["POST", "/enable-control", 200] }, () => EnableControlInput$, () => EnableControlOutput$
|
|
764
853
|
];
|
|
765
854
|
exports.GetBaseline$ = [9, n0, _GB,
|
|
766
|
-
{ [_h]: ["POST", "/get-baseline", 200] }, () =>
|
|
855
|
+
{ [_h]: ["POST", "/get-baseline", 200] }, () => GetBaselineInput$, () => GetBaselineOutput$
|
|
767
856
|
];
|
|
768
857
|
exports.GetBaselineOperation$ = [9, n0, _GBOe,
|
|
769
|
-
{ [_h]: ["POST", "/get-baseline-operation", 200] }, () =>
|
|
858
|
+
{ [_h]: ["POST", "/get-baseline-operation", 200] }, () => GetBaselineOperationInput$, () => GetBaselineOperationOutput$
|
|
770
859
|
];
|
|
771
860
|
exports.GetControlOperation$ = [9, n0, _GCO,
|
|
772
|
-
{ [_h]: ["POST", "/get-control-operation", 200] }, () =>
|
|
861
|
+
{ [_h]: ["POST", "/get-control-operation", 200] }, () => GetControlOperationInput$, () => GetControlOperationOutput$
|
|
773
862
|
];
|
|
774
863
|
exports.GetEnabledBaseline$ = [9, n0, _GEB,
|
|
775
|
-
{ [_h]: ["POST", "/get-enabled-baseline", 200] }, () =>
|
|
864
|
+
{ [_h]: ["POST", "/get-enabled-baseline", 200] }, () => GetEnabledBaselineInput$, () => GetEnabledBaselineOutput$
|
|
776
865
|
];
|
|
777
866
|
exports.GetEnabledControl$ = [9, n0, _GEC,
|
|
778
|
-
{ [_h]: ["POST", "/get-enabled-control", 200] }, () =>
|
|
867
|
+
{ [_h]: ["POST", "/get-enabled-control", 200] }, () => GetEnabledControlInput$, () => GetEnabledControlOutput$
|
|
779
868
|
];
|
|
780
869
|
exports.GetLandingZone$ = [9, n0, _GLZ,
|
|
781
|
-
{ [_h]: ["POST", "/get-landingzone", 200] }, () =>
|
|
870
|
+
{ [_h]: ["POST", "/get-landingzone", 200] }, () => GetLandingZoneInput$, () => GetLandingZoneOutput$
|
|
782
871
|
];
|
|
783
872
|
exports.GetLandingZoneOperation$ = [9, n0, _GLZOe,
|
|
784
|
-
{ [_h]: ["POST", "/get-landingzone-operation", 200] }, () =>
|
|
873
|
+
{ [_h]: ["POST", "/get-landingzone-operation", 200] }, () => GetLandingZoneOperationInput$, () => GetLandingZoneOperationOutput$
|
|
785
874
|
];
|
|
786
875
|
exports.ListBaselines$ = [9, n0, _LB,
|
|
787
|
-
{ [_h]: ["POST", "/list-baselines", 200] }, () =>
|
|
876
|
+
{ [_h]: ["POST", "/list-baselines", 200] }, () => ListBaselinesInput$, () => ListBaselinesOutput$
|
|
788
877
|
];
|
|
789
878
|
exports.ListControlOperations$ = [9, n0, _LCO,
|
|
790
|
-
{ [_h]: ["POST", "/list-control-operations", 200] }, () =>
|
|
879
|
+
{ [_h]: ["POST", "/list-control-operations", 200] }, () => ListControlOperationsInput$, () => ListControlOperationsOutput$
|
|
791
880
|
];
|
|
792
881
|
exports.ListEnabledBaselines$ = [9, n0, _LEB,
|
|
793
|
-
{ [_h]: ["POST", "/list-enabled-baselines", 200] }, () =>
|
|
882
|
+
{ [_h]: ["POST", "/list-enabled-baselines", 200] }, () => ListEnabledBaselinesInput$, () => ListEnabledBaselinesOutput$
|
|
794
883
|
];
|
|
795
884
|
exports.ListEnabledControls$ = [9, n0, _LEC,
|
|
796
|
-
{ [_h]: ["POST", "/list-enabled-controls", 200] }, () =>
|
|
885
|
+
{ [_h]: ["POST", "/list-enabled-controls", 200] }, () => ListEnabledControlsInput$, () => ListEnabledControlsOutput$
|
|
797
886
|
];
|
|
798
887
|
exports.ListLandingZoneOperations$ = [9, n0, _LLZOi,
|
|
799
|
-
{ [_h]: ["POST", "/list-landingzone-operations", 200] }, () =>
|
|
888
|
+
{ [_h]: ["POST", "/list-landingzone-operations", 200] }, () => ListLandingZoneOperationsInput$, () => ListLandingZoneOperationsOutput$
|
|
800
889
|
];
|
|
801
890
|
exports.ListLandingZones$ = [9, n0, _LLZ,
|
|
802
|
-
{ [_h]: ["POST", "/list-landingzones", 200] }, () =>
|
|
891
|
+
{ [_h]: ["POST", "/list-landingzones", 200] }, () => ListLandingZonesInput$, () => ListLandingZonesOutput$
|
|
803
892
|
];
|
|
804
893
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
805
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
894
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
806
895
|
];
|
|
807
896
|
exports.ResetEnabledBaseline$ = [9, n0, _REB,
|
|
808
|
-
{ [_h]: ["POST", "/reset-enabled-baseline", 200] }, () =>
|
|
897
|
+
{ [_h]: ["POST", "/reset-enabled-baseline", 200] }, () => ResetEnabledBaselineInput$, () => ResetEnabledBaselineOutput$
|
|
809
898
|
];
|
|
810
899
|
exports.ResetEnabledControl$ = [9, n0, _REC,
|
|
811
|
-
{ [_h]: ["POST", "/reset-enabled-control", 200] }, () =>
|
|
900
|
+
{ [_h]: ["POST", "/reset-enabled-control", 200] }, () => ResetEnabledControlInput$, () => ResetEnabledControlOutput$
|
|
812
901
|
];
|
|
813
902
|
exports.ResetLandingZone$ = [9, n0, _RLZ,
|
|
814
|
-
{ [_h]: ["POST", "/reset-landingzone", 200] }, () =>
|
|
903
|
+
{ [_h]: ["POST", "/reset-landingzone", 200] }, () => ResetLandingZoneInput$, () => ResetLandingZoneOutput$
|
|
815
904
|
];
|
|
816
905
|
exports.TagResource$ = [9, n0, _TRa,
|
|
817
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () =>
|
|
906
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
818
907
|
];
|
|
819
908
|
exports.UntagResource$ = [9, n0, _UR,
|
|
820
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () =>
|
|
909
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
821
910
|
];
|
|
822
911
|
exports.UpdateEnabledBaseline$ = [9, n0, _UEB,
|
|
823
|
-
{ [_h]: ["POST", "/update-enabled-baseline", 200] }, () =>
|
|
912
|
+
{ [_h]: ["POST", "/update-enabled-baseline", 200] }, () => UpdateEnabledBaselineInput$, () => UpdateEnabledBaselineOutput$
|
|
824
913
|
];
|
|
825
914
|
exports.UpdateEnabledControl$ = [9, n0, _UEC,
|
|
826
|
-
{ [_h]: ["POST", "/update-enabled-control", 200] }, () =>
|
|
915
|
+
{ [_h]: ["POST", "/update-enabled-control", 200] }, () => UpdateEnabledControlInput$, () => UpdateEnabledControlOutput$
|
|
827
916
|
];
|
|
828
917
|
exports.UpdateLandingZone$ = [9, n0, _ULZ,
|
|
829
|
-
{ [_h]: ["POST", "/update-landingzone", 200] }, () =>
|
|
918
|
+
{ [_h]: ["POST", "/update-landingzone", 200] }, () => UpdateLandingZoneInput$, () => UpdateLandingZoneOutput$
|
|
830
919
|
];
|