@aws-sdk/client-controltower 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var ControlTowerServiceException = require('./models/ControlTowerServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,907 +113,6 @@ class ControlTowerClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ControlTowerServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ControlTowerServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ControlTowerServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class InternalServerException extends ControlTowerServiceException {
133
- name = "InternalServerException";
134
- $fault = "server";
135
- $retryable = {};
136
- constructor(opts) {
137
- super({
138
- name: "InternalServerException",
139
- $fault: "server",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, InternalServerException.prototype);
143
- }
144
- }
145
- class ResourceNotFoundException extends ControlTowerServiceException {
146
- name = "ResourceNotFoundException";
147
- $fault = "client";
148
- constructor(opts) {
149
- super({
150
- name: "ResourceNotFoundException",
151
- $fault: "client",
152
- ...opts,
153
- });
154
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
155
- }
156
- }
157
- class ThrottlingException extends ControlTowerServiceException {
158
- name = "ThrottlingException";
159
- $fault = "client";
160
- $retryable = {
161
- throttling: true,
162
- };
163
- serviceCode;
164
- quotaCode;
165
- retryAfterSeconds;
166
- constructor(opts) {
167
- super({
168
- name: "ThrottlingException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ThrottlingException.prototype);
173
- this.serviceCode = opts.serviceCode;
174
- this.quotaCode = opts.quotaCode;
175
- this.retryAfterSeconds = opts.retryAfterSeconds;
176
- }
177
- }
178
- class ValidationException extends ControlTowerServiceException {
179
- name = "ValidationException";
180
- $fault = "client";
181
- constructor(opts) {
182
- super({
183
- name: "ValidationException",
184
- $fault: "client",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, ValidationException.prototype);
188
- }
189
- }
190
- class ConflictException extends ControlTowerServiceException {
191
- name = "ConflictException";
192
- $fault = "client";
193
- constructor(opts) {
194
- super({
195
- name: "ConflictException",
196
- $fault: "client",
197
- ...opts,
198
- });
199
- Object.setPrototypeOf(this, ConflictException.prototype);
200
- }
201
- }
202
- class ServiceQuotaExceededException extends ControlTowerServiceException {
203
- name = "ServiceQuotaExceededException";
204
- $fault = "client";
205
- constructor(opts) {
206
- super({
207
- name: "ServiceQuotaExceededException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
212
- }
213
- }
214
-
215
- const _ADE = "AccessDeniedException";
216
- const _B = "Baselines";
217
- const _BO = "BaselineOperation";
218
- const _BS = "BaselineSummary";
219
- const _CE = "ConflictException";
220
- const _CLZ = "CreateLandingZone";
221
- const _CLZI = "CreateLandingZoneInput";
222
- const _CLZO = "CreateLandingZoneOutput";
223
- const _CO = "ControlOperation";
224
- const _COF = "ControlOperationFilter";
225
- const _COS = "ControlOperationSummary";
226
- const _COo = "ControlOperations";
227
- const _DB = "DisableBaseline";
228
- const _DBI = "DisableBaselineInput";
229
- const _DBO = "DisableBaselineOutput";
230
- const _DC = "DisableControl";
231
- const _DCI = "DisableControlInput";
232
- const _DCO = "DisableControlOutput";
233
- const _DLZ = "DeleteLandingZone";
234
- const _DLZI = "DeleteLandingZoneInput";
235
- const _DLZO = "DeleteLandingZoneOutput";
236
- const _DSS = "DriftStatusSummary";
237
- const _EB = "EnabledBaselines";
238
- const _EBD = "EnabledBaselineDetails";
239
- const _EBDSS = "EnabledBaselineDriftStatusSummary";
240
- const _EBDT = "EnabledBaselineDriftTypes";
241
- const _EBF = "EnabledBaselineFilter";
242
- const _EBI = "EnableBaselineInput";
243
- const _EBID = "EnabledBaselineInheritanceDrift";
244
- const _EBO = "EnableBaselineOutput";
245
- const _EBP = "EnabledBaselineParameter";
246
- const _EBPS = "EnabledBaselineParameterSummary";
247
- const _EBPSn = "EnabledBaselineParameterSummaries";
248
- const _EBPn = "EnabledBaselineParameters";
249
- const _EBS = "EnabledBaselineSummary";
250
- const _EBn = "EnableBaseline";
251
- const _EC = "EnabledControls";
252
- const _ECD = "EnabledControlDetails";
253
- const _ECDT = "EnabledControlDriftTypes";
254
- const _ECF = "EnabledControlFilter";
255
- const _ECI = "EnableControlInput";
256
- const _ECID = "EnabledControlInheritanceDrift";
257
- const _ECO = "EnableControlOutput";
258
- const _ECP = "EnabledControlParameter";
259
- const _ECPS = "EnabledControlParameterSummary";
260
- const _ECPSn = "EnabledControlParameterSummaries";
261
- const _ECPn = "EnabledControlParameters";
262
- const _ECRD = "EnabledControlResourceDrift";
263
- const _ECS = "EnabledControlSummary";
264
- const _ECn = "EnableControl";
265
- const _ESS = "EnablementStatusSummary";
266
- const _GB = "GetBaseline";
267
- const _GBI = "GetBaselineInput";
268
- const _GBO = "GetBaselineOutput";
269
- const _GBOI = "GetBaselineOperationInput";
270
- const _GBOO = "GetBaselineOperationOutput";
271
- const _GBOe = "GetBaselineOperation";
272
- const _GCO = "GetControlOperation";
273
- const _GCOI = "GetControlOperationInput";
274
- const _GCOO = "GetControlOperationOutput";
275
- const _GEB = "GetEnabledBaseline";
276
- const _GEBI = "GetEnabledBaselineInput";
277
- const _GEBO = "GetEnabledBaselineOutput";
278
- const _GEC = "GetEnabledControl";
279
- const _GECI = "GetEnabledControlInput";
280
- const _GECO = "GetEnabledControlOutput";
281
- const _GLZ = "GetLandingZone";
282
- const _GLZI = "GetLandingZoneInput";
283
- const _GLZO = "GetLandingZoneOutput";
284
- const _GLZOI = "GetLandingZoneOperationInput";
285
- const _GLZOO = "GetLandingZoneOperationOutput";
286
- const _GLZOe = "GetLandingZoneOperation";
287
- const _ISE = "InternalServerException";
288
- const _LB = "ListBaselines";
289
- const _LBI = "ListBaselinesInput";
290
- const _LBO = "ListBaselinesOutput";
291
- const _LCO = "ListControlOperations";
292
- const _LCOI = "ListControlOperationsInput";
293
- const _LCOO = "ListControlOperationsOutput";
294
- const _LEB = "ListEnabledBaselines";
295
- const _LEBI = "ListEnabledBaselinesInput";
296
- const _LEBO = "ListEnabledBaselinesOutput";
297
- const _LEC = "ListEnabledControls";
298
- const _LECI = "ListEnabledControlsInput";
299
- const _LECO = "ListEnabledControlsOutput";
300
- const _LLZ = "ListLandingZones";
301
- const _LLZI = "ListLandingZonesInput";
302
- const _LLZO = "ListLandingZonesOutput";
303
- const _LLZOI = "ListLandingZoneOperationsInput";
304
- const _LLZOO = "ListLandingZoneOperationsOutput";
305
- const _LLZOi = "ListLandingZoneOperations";
306
- const _LTFR = "ListTagsForResource";
307
- const _LTFRI = "ListTagsForResourceInput";
308
- const _LTFRO = "ListTagsForResourceOutput";
309
- const _LZD = "LandingZoneDetail";
310
- const _LZDSS = "LandingZoneDriftStatusSummary";
311
- const _LZO = "LandingZoneOperations";
312
- const _LZOD = "LandingZoneOperationDetail";
313
- const _LZOF = "LandingZoneOperationFilter";
314
- const _LZOS = "LandingZoneOperationSummary";
315
- const _LZS = "LandingZoneSummary";
316
- const _LZSa = "LandingZoneSummaries";
317
- const _R = "Region";
318
- const _RA = "Retry-After";
319
- const _REB = "ResetEnabledBaseline";
320
- const _REBI = "ResetEnabledBaselineInput";
321
- const _REBO = "ResetEnabledBaselineOutput";
322
- const _REC = "ResetEnabledControl";
323
- const _RECI = "ResetEnabledControlInput";
324
- const _RECO = "ResetEnabledControlOutput";
325
- const _RLZ = "ResetLandingZone";
326
- const _RLZI = "ResetLandingZoneInput";
327
- const _RLZO = "ResetLandingZoneOutput";
328
- const _RNFE = "ResourceNotFoundException";
329
- const _SQEE = "ServiceQuotaExceededException";
330
- const _TE = "ThrottlingException";
331
- const _TR = "TargetRegions";
332
- const _TRI = "TagResourceInput";
333
- const _TRO = "TagResourceOutput";
334
- const _TRa = "TagResource";
335
- const _UEB = "UpdateEnabledBaseline";
336
- const _UEBI = "UpdateEnabledBaselineInput";
337
- const _UEBO = "UpdateEnabledBaselineOutput";
338
- const _UEC = "UpdateEnabledControl";
339
- const _UECI = "UpdateEnabledControlInput";
340
- const _UECO = "UpdateEnabledControlOutput";
341
- const _ULZ = "UpdateLandingZone";
342
- const _ULZI = "UpdateLandingZoneInput";
343
- const _ULZO = "UpdateLandingZoneOutput";
344
- const _UR = "UntagResource";
345
- const _URI = "UntagResourceInput";
346
- const _URO = "UntagResourceOutput";
347
- const _VE = "ValidationException";
348
- const _a = "arn";
349
- const _b = "baselines";
350
- const _bI = "baselineIdentifier";
351
- const _bIa = "baselineIdentifiers";
352
- const _bO = "baselineOperation";
353
- const _bV = "baselineVersion";
354
- const _c = "client";
355
- const _cI = "controlIdentifier";
356
- const _cIo = "controlIdentifiers";
357
- const _cO = "controlOperation";
358
- const _cOT = "controlOperationTypes";
359
- const _cOo = "controlOperations";
360
- const _d = "description";
361
- const _dS = "driftStatus";
362
- const _dSS = "driftStatusSummary";
363
- const _dSr = "driftStatuses";
364
- const _e = "error";
365
- const _eB = "enabledBaselines";
366
- const _eBD = "enabledBaselineDetails";
367
- const _eBI = "enabledBaselineIdentifier";
368
- const _eC = "enabledControls";
369
- const _eCD = "enabledControlDetails";
370
- const _eCI = "enabledControlIdentifier";
371
- const _eCIn = "enabledControlIdentifiers";
372
- const _eT = "endTime";
373
- const _f = "filter";
374
- const _h = "http";
375
- const _hE = "httpError";
376
- const _hH = "httpHeader";
377
- const _hQ = "httpQuery";
378
- const _i = "inheritance";
379
- const _iC = "includeChildren";
380
- const _iDS = "inheritanceDriftStatuses";
381
- const _k = "key";
382
- const _lAV = "latestAvailableVersion";
383
- const _lOI = "lastOperationIdentifier";
384
- const _lZ = "landingZone";
385
- const _lZI = "landingZoneIdentifier";
386
- const _lZO = "landingZoneOperations";
387
- const _lZa = "landingZones";
388
- const _m = "message";
389
- const _mR = "maxResults";
390
- const _ma = "manifest";
391
- const _n = "name";
392
- const _nT = "nextToken";
393
- const _oD = "operationDetails";
394
- const _oI = "operationIdentifier";
395
- const _oT = "operationType";
396
- const _p = "parameters";
397
- const _pI = "parentIdentifier";
398
- const _pIa = "parentIdentifiers";
399
- const _qC = "quotaCode";
400
- const _r = "resource";
401
- const _rA = "resourceArn";
402
- const _rAS = "retryAfterSeconds";
403
- const _rDS = "resourceDriftStatuses";
404
- const _rT = "remediationTypes";
405
- const _s = "status";
406
- const _sC = "serviceCode";
407
- const _sM = "statusMessage";
408
- const _sS = "statusSummary";
409
- const _sT = "startTime";
410
- const _se = "server";
411
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.controltower";
412
- const _st = "statuses";
413
- const _t = "tags";
414
- const _tI = "targetIdentifier";
415
- const _tIa = "targetIdentifiers";
416
- const _tK = "tagKeys";
417
- const _tR = "targetRegions";
418
- const _ty = "types";
419
- const _v = "version";
420
- const _va = "value";
421
- const n0 = "com.amazonaws.controltower";
422
- var AccessDeniedException$ = [-3, n0, _ADE,
423
- { [_e]: _c, [_hE]: 403 },
424
- [_m],
425
- [0], 1
426
- ];
427
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
428
- var BaselineOperation$ = [3, n0, _BO,
429
- 0,
430
- [_oI, _oT, _s, _sT, _eT, _sM],
431
- [0, 0, 0, 5, 5, 0]
432
- ];
433
- var BaselineSummary$ = [3, n0, _BS,
434
- 0,
435
- [_a, _n, _d],
436
- [0, 0, 0], 2
437
- ];
438
- var ConflictException$ = [-3, n0, _CE,
439
- { [_e]: _c, [_hE]: 409 },
440
- [_m],
441
- [0], 1
442
- ];
443
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
444
- var ControlOperation$ = [3, n0, _CO,
445
- 0,
446
- [_oT, _sT, _eT, _s, _sM, _oI, _cI, _tI, _eCI],
447
- [0, 5, 5, 0, 0, 0, 0, 0, 0]
448
- ];
449
- var ControlOperationFilter$ = [3, n0, _COF,
450
- 0,
451
- [_cIo, _tIa, _eCIn, _st, _cOT],
452
- [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
453
- ];
454
- var ControlOperationSummary$ = [3, n0, _COS,
455
- 0,
456
- [_oT, _sT, _eT, _s, _sM, _oI, _cI, _tI, _eCI],
457
- [0, 5, 5, 0, 0, 0, 0, 0, 0]
458
- ];
459
- var CreateLandingZoneInput$ = [3, n0, _CLZI,
460
- 0,
461
- [_v, _rT, _t, _ma],
462
- [0, 64 | 0, 128 | 0, 15], 1
463
- ];
464
- var CreateLandingZoneOutput$ = [3, n0, _CLZO,
465
- 0,
466
- [_a, _oI],
467
- [0, 0], 2
468
- ];
469
- var DeleteLandingZoneInput$ = [3, n0, _DLZI,
470
- 0,
471
- [_lZI],
472
- [0], 1
473
- ];
474
- var DeleteLandingZoneOutput$ = [3, n0, _DLZO,
475
- 0,
476
- [_oI],
477
- [0], 1
478
- ];
479
- var DisableBaselineInput$ = [3, n0, _DBI,
480
- 0,
481
- [_eBI],
482
- [0], 1
483
- ];
484
- var DisableBaselineOutput$ = [3, n0, _DBO,
485
- 0,
486
- [_oI],
487
- [0], 1
488
- ];
489
- var DisableControlInput$ = [3, n0, _DCI,
490
- 0,
491
- [_cI, _tI, _eCI],
492
- [0, 0, 0]
493
- ];
494
- var DisableControlOutput$ = [3, n0, _DCO,
495
- 0,
496
- [_oI],
497
- [0], 1
498
- ];
499
- var DriftStatusSummary$ = [3, n0, _DSS,
500
- 0,
501
- [_dS, _ty],
502
- [0, () => EnabledControlDriftTypes$]
503
- ];
504
- var EnableBaselineInput$ = [3, n0, _EBI,
505
- 0,
506
- [_bV, _bI, _tI, _p, _t],
507
- [0, 0, 0, () => EnabledBaselineParameters, 128 | 0], 3
508
- ];
509
- var EnableBaselineOutput$ = [3, n0, _EBO,
510
- 0,
511
- [_oI, _a],
512
- [0, 0], 2
513
- ];
514
- var EnableControlInput$ = [3, n0, _ECI,
515
- 0,
516
- [_cI, _tI, _t, _p],
517
- [0, 0, 128 | 0, () => EnabledControlParameters], 2
518
- ];
519
- var EnableControlOutput$ = [3, n0, _ECO,
520
- 0,
521
- [_oI, _a],
522
- [0, 0], 1
523
- ];
524
- var EnabledBaselineDetails$ = [3, n0, _EBD,
525
- 0,
526
- [_a, _bI, _tI, _sS, _bV, _dSS, _pI, _p],
527
- [0, 0, 0, () => EnablementStatusSummary$, 0, () => EnabledBaselineDriftStatusSummary$, 0, () => EnabledBaselineParameterSummaries], 4
528
- ];
529
- var EnabledBaselineDriftStatusSummary$ = [3, n0, _EBDSS,
530
- 0,
531
- [_ty],
532
- [() => EnabledBaselineDriftTypes$]
533
- ];
534
- var EnabledBaselineDriftTypes$ = [3, n0, _EBDT,
535
- 0,
536
- [_i],
537
- [() => EnabledBaselineInheritanceDrift$]
538
- ];
539
- var EnabledBaselineFilter$ = [3, n0, _EBF,
540
- 0,
541
- [_tIa, _bIa, _pIa, _st, _iDS],
542
- [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
543
- ];
544
- var EnabledBaselineInheritanceDrift$ = [3, n0, _EBID,
545
- 0,
546
- [_s],
547
- [0]
548
- ];
549
- var EnabledBaselineParameter$ = [3, n0, _EBP,
550
- 0,
551
- [_k, _va],
552
- [0, 15], 2
553
- ];
554
- var EnabledBaselineParameterSummary$ = [3, n0, _EBPS,
555
- 0,
556
- [_k, _va],
557
- [0, 15], 2
558
- ];
559
- var EnabledBaselineSummary$ = [3, n0, _EBS,
560
- 0,
561
- [_a, _bI, _tI, _sS, _bV, _dSS, _pI],
562
- [0, 0, 0, () => EnablementStatusSummary$, 0, () => EnabledBaselineDriftStatusSummary$, 0], 4
563
- ];
564
- var EnabledControlDetails$ = [3, n0, _ECD,
565
- 0,
566
- [_a, _cI, _tI, _sS, _dSS, _pI, _tR, _p],
567
- [0, 0, 0, () => EnablementStatusSummary$, () => DriftStatusSummary$, 0, () => TargetRegions, () => EnabledControlParameterSummaries]
568
- ];
569
- var EnabledControlDriftTypes$ = [3, n0, _ECDT,
570
- 0,
571
- [_i, _r],
572
- [() => EnabledControlInheritanceDrift$, () => EnabledControlResourceDrift$]
573
- ];
574
- var EnabledControlFilter$ = [3, n0, _ECF,
575
- 0,
576
- [_cIo, _st, _dSr, _pIa, _iDS, _rDS],
577
- [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
578
- ];
579
- var EnabledControlInheritanceDrift$ = [3, n0, _ECID,
580
- 0,
581
- [_s],
582
- [0]
583
- ];
584
- var EnabledControlParameter$ = [3, n0, _ECP,
585
- 0,
586
- [_k, _va],
587
- [0, 15], 2
588
- ];
589
- var EnabledControlParameterSummary$ = [3, n0, _ECPS,
590
- 0,
591
- [_k, _va],
592
- [0, 15], 2
593
- ];
594
- var EnabledControlResourceDrift$ = [3, n0, _ECRD,
595
- 0,
596
- [_s],
597
- [0]
598
- ];
599
- var EnabledControlSummary$ = [3, n0, _ECS,
600
- 0,
601
- [_a, _cI, _tI, _sS, _dSS, _pI],
602
- [0, 0, 0, () => EnablementStatusSummary$, () => DriftStatusSummary$, 0]
603
- ];
604
- var EnablementStatusSummary$ = [3, n0, _ESS,
605
- 0,
606
- [_s, _lOI],
607
- [0, 0]
608
- ];
609
- var GetBaselineInput$ = [3, n0, _GBI,
610
- 0,
611
- [_bI],
612
- [0], 1
613
- ];
614
- var GetBaselineOperationInput$ = [3, n0, _GBOI,
615
- 0,
616
- [_oI],
617
- [0], 1
618
- ];
619
- var GetBaselineOperationOutput$ = [3, n0, _GBOO,
620
- 0,
621
- [_bO],
622
- [() => BaselineOperation$], 1
623
- ];
624
- var GetBaselineOutput$ = [3, n0, _GBO,
625
- 0,
626
- [_a, _n, _d],
627
- [0, 0, 0], 2
628
- ];
629
- var GetControlOperationInput$ = [3, n0, _GCOI,
630
- 0,
631
- [_oI],
632
- [0], 1
633
- ];
634
- var GetControlOperationOutput$ = [3, n0, _GCOO,
635
- 0,
636
- [_cO],
637
- [() => ControlOperation$], 1
638
- ];
639
- var GetEnabledBaselineInput$ = [3, n0, _GEBI,
640
- 0,
641
- [_eBI],
642
- [0], 1
643
- ];
644
- var GetEnabledBaselineOutput$ = [3, n0, _GEBO,
645
- 0,
646
- [_eBD],
647
- [() => EnabledBaselineDetails$]
648
- ];
649
- var GetEnabledControlInput$ = [3, n0, _GECI,
650
- 0,
651
- [_eCI],
652
- [0], 1
653
- ];
654
- var GetEnabledControlOutput$ = [3, n0, _GECO,
655
- 0,
656
- [_eCD],
657
- [() => EnabledControlDetails$], 1
658
- ];
659
- var GetLandingZoneInput$ = [3, n0, _GLZI,
660
- 0,
661
- [_lZI],
662
- [0], 1
663
- ];
664
- var GetLandingZoneOperationInput$ = [3, n0, _GLZOI,
665
- 0,
666
- [_oI],
667
- [0], 1
668
- ];
669
- var GetLandingZoneOperationOutput$ = [3, n0, _GLZOO,
670
- 0,
671
- [_oD],
672
- [() => LandingZoneOperationDetail$], 1
673
- ];
674
- var GetLandingZoneOutput$ = [3, n0, _GLZO,
675
- 0,
676
- [_lZ],
677
- [() => LandingZoneDetail$], 1
678
- ];
679
- var InternalServerException$ = [-3, n0, _ISE,
680
- { [_e]: _se, [_hE]: 500 },
681
- [_m],
682
- [0], 1
683
- ];
684
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
685
- var LandingZoneDetail$ = [3, n0, _LZD,
686
- 0,
687
- [_v, _ma, _rT, _a, _s, _lAV, _dS],
688
- [0, 15, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary$], 2
689
- ];
690
- var LandingZoneDriftStatusSummary$ = [3, n0, _LZDSS,
691
- 0,
692
- [_s],
693
- [0]
694
- ];
695
- var LandingZoneOperationDetail$ = [3, n0, _LZOD,
696
- 0,
697
- [_oT, _oI, _s, _sT, _eT, _sM],
698
- [0, 0, 0, 5, 5, 0]
699
- ];
700
- var LandingZoneOperationFilter$ = [3, n0, _LZOF,
701
- 0,
702
- [_ty, _st],
703
- [64 | 0, 64 | 0]
704
- ];
705
- var LandingZoneOperationSummary$ = [3, n0, _LZOS,
706
- 0,
707
- [_oT, _oI, _s],
708
- [0, 0, 0]
709
- ];
710
- var LandingZoneSummary$ = [3, n0, _LZS,
711
- 0,
712
- [_a],
713
- [0]
714
- ];
715
- var ListBaselinesInput$ = [3, n0, _LBI,
716
- 0,
717
- [_nT, _mR],
718
- [0, 1]
719
- ];
720
- var ListBaselinesOutput$ = [3, n0, _LBO,
721
- 0,
722
- [_b, _nT],
723
- [() => Baselines, 0], 1
724
- ];
725
- var ListControlOperationsInput$ = [3, n0, _LCOI,
726
- 0,
727
- [_f, _nT, _mR],
728
- [() => ControlOperationFilter$, 0, 1]
729
- ];
730
- var ListControlOperationsOutput$ = [3, n0, _LCOO,
731
- 0,
732
- [_cOo, _nT],
733
- [() => ControlOperations, 0], 1
734
- ];
735
- var ListEnabledBaselinesInput$ = [3, n0, _LEBI,
736
- 0,
737
- [_f, _nT, _mR, _iC],
738
- [() => EnabledBaselineFilter$, 0, 1, 2]
739
- ];
740
- var ListEnabledBaselinesOutput$ = [3, n0, _LEBO,
741
- 0,
742
- [_eB, _nT],
743
- [() => EnabledBaselines, 0], 1
744
- ];
745
- var ListEnabledControlsInput$ = [3, n0, _LECI,
746
- 0,
747
- [_tI, _nT, _mR, _f, _iC],
748
- [0, 0, 1, () => EnabledControlFilter$, 2]
749
- ];
750
- var ListEnabledControlsOutput$ = [3, n0, _LECO,
751
- 0,
752
- [_eC, _nT],
753
- [() => EnabledControls, 0], 1
754
- ];
755
- var ListLandingZoneOperationsInput$ = [3, n0, _LLZOI,
756
- 0,
757
- [_f, _nT, _mR],
758
- [() => LandingZoneOperationFilter$, 0, 1]
759
- ];
760
- var ListLandingZoneOperationsOutput$ = [3, n0, _LLZOO,
761
- 0,
762
- [_lZO, _nT],
763
- [() => LandingZoneOperations, 0], 1
764
- ];
765
- var ListLandingZonesInput$ = [3, n0, _LLZI,
766
- 0,
767
- [_nT, _mR],
768
- [0, 1]
769
- ];
770
- var ListLandingZonesOutput$ = [3, n0, _LLZO,
771
- 0,
772
- [_lZa, _nT],
773
- [() => LandingZoneSummaries, 0], 1
774
- ];
775
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
776
- 0,
777
- [_rA],
778
- [[0, 1]], 1
779
- ];
780
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
781
- 0,
782
- [_t],
783
- [128 | 0], 1
784
- ];
785
- var Region$ = [3, n0, _R,
786
- 0,
787
- [_n],
788
- [0]
789
- ];
790
- var ResetEnabledBaselineInput$ = [3, n0, _REBI,
791
- 0,
792
- [_eBI],
793
- [0], 1
794
- ];
795
- var ResetEnabledBaselineOutput$ = [3, n0, _REBO,
796
- 0,
797
- [_oI],
798
- [0], 1
799
- ];
800
- var ResetEnabledControlInput$ = [3, n0, _RECI,
801
- 0,
802
- [_eCI],
803
- [0], 1
804
- ];
805
- var ResetEnabledControlOutput$ = [3, n0, _RECO,
806
- 0,
807
- [_oI],
808
- [0], 1
809
- ];
810
- var ResetLandingZoneInput$ = [3, n0, _RLZI,
811
- 0,
812
- [_lZI],
813
- [0], 1
814
- ];
815
- var ResetLandingZoneOutput$ = [3, n0, _RLZO,
816
- 0,
817
- [_oI],
818
- [0], 1
819
- ];
820
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
821
- { [_e]: _c, [_hE]: 404 },
822
- [_m],
823
- [0], 1
824
- ];
825
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
826
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
827
- { [_e]: _c, [_hE]: 402 },
828
- [_m],
829
- [0], 1
830
- ];
831
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
832
- var TagResourceInput$ = [3, n0, _TRI,
833
- 0,
834
- [_rA, _t],
835
- [[0, 1], 128 | 0], 2
836
- ];
837
- var TagResourceOutput$ = [3, n0, _TRO,
838
- 0,
839
- [],
840
- []
841
- ];
842
- var ThrottlingException$ = [-3, n0, _TE,
843
- { [_e]: _c, [_hE]: 429 },
844
- [_m, _sC, _qC, _rAS],
845
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
846
- ];
847
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
848
- var UntagResourceInput$ = [3, n0, _URI,
849
- 0,
850
- [_rA, _tK],
851
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
852
- ];
853
- var UntagResourceOutput$ = [3, n0, _URO,
854
- 0,
855
- [],
856
- []
857
- ];
858
- var UpdateEnabledBaselineInput$ = [3, n0, _UEBI,
859
- 0,
860
- [_bV, _eBI, _p],
861
- [0, 0, () => EnabledBaselineParameters], 2
862
- ];
863
- var UpdateEnabledBaselineOutput$ = [3, n0, _UEBO,
864
- 0,
865
- [_oI],
866
- [0], 1
867
- ];
868
- var UpdateEnabledControlInput$ = [3, n0, _UECI,
869
- 0,
870
- [_p, _eCI],
871
- [() => EnabledControlParameters, 0], 2
872
- ];
873
- var UpdateEnabledControlOutput$ = [3, n0, _UECO,
874
- 0,
875
- [_oI],
876
- [0], 1
877
- ];
878
- var UpdateLandingZoneInput$ = [3, n0, _ULZI,
879
- 0,
880
- [_v, _lZI, _rT, _ma],
881
- [0, 0, 64 | 0, 15], 2
882
- ];
883
- var UpdateLandingZoneOutput$ = [3, n0, _ULZO,
884
- 0,
885
- [_oI],
886
- [0], 1
887
- ];
888
- var ValidationException$ = [-3, n0, _VE,
889
- { [_e]: _c, [_hE]: 400 },
890
- [_m],
891
- [0], 1
892
- ];
893
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
894
- var ControlTowerServiceException$ = [-3, _sm, "ControlTowerServiceException", 0, [], []];
895
- schema.TypeRegistry.for(_sm).registerError(ControlTowerServiceException$, ControlTowerServiceException);
896
- var Baselines = [1, n0, _B,
897
- 0, () => BaselineSummary$
898
- ];
899
- var ControlOperations = [1, n0, _COo,
900
- 0, () => ControlOperationSummary$
901
- ];
902
- var EnabledBaselineParameters = [1, n0, _EBPn,
903
- 0, () => EnabledBaselineParameter$
904
- ];
905
- var EnabledBaselineParameterSummaries = [1, n0, _EBPSn,
906
- 0, () => EnabledBaselineParameterSummary$
907
- ];
908
- var EnabledBaselines = [1, n0, _EB,
909
- 0, () => EnabledBaselineSummary$
910
- ];
911
- var EnabledControlParameters = [1, n0, _ECPn,
912
- 0, () => EnabledControlParameter$
913
- ];
914
- var EnabledControlParameterSummaries = [1, n0, _ECPSn,
915
- 0, () => EnabledControlParameterSummary$
916
- ];
917
- var EnabledControls = [1, n0, _EC,
918
- 0, () => EnabledControlSummary$
919
- ];
920
- var LandingZoneOperations = [1, n0, _LZO,
921
- 0, () => LandingZoneOperationSummary$
922
- ];
923
- var LandingZoneSummaries = [1, n0, _LZSa,
924
- 0, () => LandingZoneSummary$
925
- ];
926
- var TargetRegions = [1, n0, _TR,
927
- 0, () => Region$
928
- ];
929
- var CreateLandingZone$ = [9, n0, _CLZ,
930
- { [_h]: ["POST", "/create-landingzone", 200] }, () => CreateLandingZoneInput$, () => CreateLandingZoneOutput$
931
- ];
932
- var DeleteLandingZone$ = [9, n0, _DLZ,
933
- { [_h]: ["POST", "/delete-landingzone", 200] }, () => DeleteLandingZoneInput$, () => DeleteLandingZoneOutput$
934
- ];
935
- var DisableBaseline$ = [9, n0, _DB,
936
- { [_h]: ["POST", "/disable-baseline", 200] }, () => DisableBaselineInput$, () => DisableBaselineOutput$
937
- ];
938
- var DisableControl$ = [9, n0, _DC,
939
- { [_h]: ["POST", "/disable-control", 200] }, () => DisableControlInput$, () => DisableControlOutput$
940
- ];
941
- var EnableBaseline$ = [9, n0, _EBn,
942
- { [_h]: ["POST", "/enable-baseline", 200] }, () => EnableBaselineInput$, () => EnableBaselineOutput$
943
- ];
944
- var EnableControl$ = [9, n0, _ECn,
945
- { [_h]: ["POST", "/enable-control", 200] }, () => EnableControlInput$, () => EnableControlOutput$
946
- ];
947
- var GetBaseline$ = [9, n0, _GB,
948
- { [_h]: ["POST", "/get-baseline", 200] }, () => GetBaselineInput$, () => GetBaselineOutput$
949
- ];
950
- var GetBaselineOperation$ = [9, n0, _GBOe,
951
- { [_h]: ["POST", "/get-baseline-operation", 200] }, () => GetBaselineOperationInput$, () => GetBaselineOperationOutput$
952
- ];
953
- var GetControlOperation$ = [9, n0, _GCO,
954
- { [_h]: ["POST", "/get-control-operation", 200] }, () => GetControlOperationInput$, () => GetControlOperationOutput$
955
- ];
956
- var GetEnabledBaseline$ = [9, n0, _GEB,
957
- { [_h]: ["POST", "/get-enabled-baseline", 200] }, () => GetEnabledBaselineInput$, () => GetEnabledBaselineOutput$
958
- ];
959
- var GetEnabledControl$ = [9, n0, _GEC,
960
- { [_h]: ["POST", "/get-enabled-control", 200] }, () => GetEnabledControlInput$, () => GetEnabledControlOutput$
961
- ];
962
- var GetLandingZone$ = [9, n0, _GLZ,
963
- { [_h]: ["POST", "/get-landingzone", 200] }, () => GetLandingZoneInput$, () => GetLandingZoneOutput$
964
- ];
965
- var GetLandingZoneOperation$ = [9, n0, _GLZOe,
966
- { [_h]: ["POST", "/get-landingzone-operation", 200] }, () => GetLandingZoneOperationInput$, () => GetLandingZoneOperationOutput$
967
- ];
968
- var ListBaselines$ = [9, n0, _LB,
969
- { [_h]: ["POST", "/list-baselines", 200] }, () => ListBaselinesInput$, () => ListBaselinesOutput$
970
- ];
971
- var ListControlOperations$ = [9, n0, _LCO,
972
- { [_h]: ["POST", "/list-control-operations", 200] }, () => ListControlOperationsInput$, () => ListControlOperationsOutput$
973
- ];
974
- var ListEnabledBaselines$ = [9, n0, _LEB,
975
- { [_h]: ["POST", "/list-enabled-baselines", 200] }, () => ListEnabledBaselinesInput$, () => ListEnabledBaselinesOutput$
976
- ];
977
- var ListEnabledControls$ = [9, n0, _LEC,
978
- { [_h]: ["POST", "/list-enabled-controls", 200] }, () => ListEnabledControlsInput$, () => ListEnabledControlsOutput$
979
- ];
980
- var ListLandingZoneOperations$ = [9, n0, _LLZOi,
981
- { [_h]: ["POST", "/list-landingzone-operations", 200] }, () => ListLandingZoneOperationsInput$, () => ListLandingZoneOperationsOutput$
982
- ];
983
- var ListLandingZones$ = [9, n0, _LLZ,
984
- { [_h]: ["POST", "/list-landingzones", 200] }, () => ListLandingZonesInput$, () => ListLandingZonesOutput$
985
- ];
986
- var ListTagsForResource$ = [9, n0, _LTFR,
987
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
988
- ];
989
- var ResetEnabledBaseline$ = [9, n0, _REB,
990
- { [_h]: ["POST", "/reset-enabled-baseline", 200] }, () => ResetEnabledBaselineInput$, () => ResetEnabledBaselineOutput$
991
- ];
992
- var ResetEnabledControl$ = [9, n0, _REC,
993
- { [_h]: ["POST", "/reset-enabled-control", 200] }, () => ResetEnabledControlInput$, () => ResetEnabledControlOutput$
994
- ];
995
- var ResetLandingZone$ = [9, n0, _RLZ,
996
- { [_h]: ["POST", "/reset-landingzone", 200] }, () => ResetLandingZoneInput$, () => ResetLandingZoneOutput$
997
- ];
998
- var TagResource$ = [9, n0, _TRa,
999
- { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
1000
- ];
1001
- var UntagResource$ = [9, n0, _UR,
1002
- { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceInput$, () => UntagResourceOutput$
1003
- ];
1004
- var UpdateEnabledBaseline$ = [9, n0, _UEB,
1005
- { [_h]: ["POST", "/update-enabled-baseline", 200] }, () => UpdateEnabledBaselineInput$, () => UpdateEnabledBaselineOutput$
1006
- ];
1007
- var UpdateEnabledControl$ = [9, n0, _UEC,
1008
- { [_h]: ["POST", "/update-enabled-control", 200] }, () => UpdateEnabledControlInput$, () => UpdateEnabledControlOutput$
1009
- ];
1010
- var UpdateLandingZone$ = [9, n0, _ULZ,
1011
- { [_h]: ["POST", "/update-landingzone", 200] }, () => UpdateLandingZoneInput$, () => UpdateLandingZoneOutput$
1012
- ];
1013
-
1014
116
  class CreateLandingZoneCommand extends smithyClient.Command
1015
117
  .classBuilder()
1016
118
  .ep(commonParams)
@@ -1019,7 +121,7 @@ class CreateLandingZoneCommand extends smithyClient.Command
1019
121
  })
1020
122
  .s("AWSControlTowerApis", "CreateLandingZone", {})
1021
123
  .n("ControlTowerClient", "CreateLandingZoneCommand")
1022
- .sc(CreateLandingZone$)
124
+ .sc(schemas_0.CreateLandingZone$)
1023
125
  .build() {
1024
126
  }
1025
127
 
@@ -1031,7 +133,7 @@ class DeleteLandingZoneCommand extends smithyClient.Command
1031
133
  })
1032
134
  .s("AWSControlTowerApis", "DeleteLandingZone", {})
1033
135
  .n("ControlTowerClient", "DeleteLandingZoneCommand")
1034
- .sc(DeleteLandingZone$)
136
+ .sc(schemas_0.DeleteLandingZone$)
1035
137
  .build() {
1036
138
  }
1037
139
 
@@ -1043,7 +145,7 @@ class DisableBaselineCommand extends smithyClient.Command
1043
145
  })
1044
146
  .s("AWSControlTowerApis", "DisableBaseline", {})
1045
147
  .n("ControlTowerClient", "DisableBaselineCommand")
1046
- .sc(DisableBaseline$)
148
+ .sc(schemas_0.DisableBaseline$)
1047
149
  .build() {
1048
150
  }
1049
151
 
@@ -1055,7 +157,7 @@ class DisableControlCommand extends smithyClient.Command
1055
157
  })
1056
158
  .s("AWSControlTowerApis", "DisableControl", {})
1057
159
  .n("ControlTowerClient", "DisableControlCommand")
1058
- .sc(DisableControl$)
160
+ .sc(schemas_0.DisableControl$)
1059
161
  .build() {
1060
162
  }
1061
163
 
@@ -1067,7 +169,7 @@ class EnableBaselineCommand extends smithyClient.Command
1067
169
  })
1068
170
  .s("AWSControlTowerApis", "EnableBaseline", {})
1069
171
  .n("ControlTowerClient", "EnableBaselineCommand")
1070
- .sc(EnableBaseline$)
172
+ .sc(schemas_0.EnableBaseline$)
1071
173
  .build() {
1072
174
  }
1073
175
 
@@ -1079,7 +181,7 @@ class EnableControlCommand extends smithyClient.Command
1079
181
  })
1080
182
  .s("AWSControlTowerApis", "EnableControl", {})
1081
183
  .n("ControlTowerClient", "EnableControlCommand")
1082
- .sc(EnableControl$)
184
+ .sc(schemas_0.EnableControl$)
1083
185
  .build() {
1084
186
  }
1085
187
 
@@ -1091,7 +193,7 @@ class GetBaselineCommand extends smithyClient.Command
1091
193
  })
1092
194
  .s("AWSControlTowerApis", "GetBaseline", {})
1093
195
  .n("ControlTowerClient", "GetBaselineCommand")
1094
- .sc(GetBaseline$)
196
+ .sc(schemas_0.GetBaseline$)
1095
197
  .build() {
1096
198
  }
1097
199
 
@@ -1103,7 +205,7 @@ class GetBaselineOperationCommand extends smithyClient.Command
1103
205
  })
1104
206
  .s("AWSControlTowerApis", "GetBaselineOperation", {})
1105
207
  .n("ControlTowerClient", "GetBaselineOperationCommand")
1106
- .sc(GetBaselineOperation$)
208
+ .sc(schemas_0.GetBaselineOperation$)
1107
209
  .build() {
1108
210
  }
1109
211
 
@@ -1115,7 +217,7 @@ class GetControlOperationCommand extends smithyClient.Command
1115
217
  })
1116
218
  .s("AWSControlTowerApis", "GetControlOperation", {})
1117
219
  .n("ControlTowerClient", "GetControlOperationCommand")
1118
- .sc(GetControlOperation$)
220
+ .sc(schemas_0.GetControlOperation$)
1119
221
  .build() {
1120
222
  }
1121
223
 
@@ -1127,7 +229,7 @@ class GetEnabledBaselineCommand extends smithyClient.Command
1127
229
  })
1128
230
  .s("AWSControlTowerApis", "GetEnabledBaseline", {})
1129
231
  .n("ControlTowerClient", "GetEnabledBaselineCommand")
1130
- .sc(GetEnabledBaseline$)
232
+ .sc(schemas_0.GetEnabledBaseline$)
1131
233
  .build() {
1132
234
  }
1133
235
 
@@ -1139,7 +241,7 @@ class GetEnabledControlCommand extends smithyClient.Command
1139
241
  })
1140
242
  .s("AWSControlTowerApis", "GetEnabledControl", {})
1141
243
  .n("ControlTowerClient", "GetEnabledControlCommand")
1142
- .sc(GetEnabledControl$)
244
+ .sc(schemas_0.GetEnabledControl$)
1143
245
  .build() {
1144
246
  }
1145
247
 
@@ -1151,7 +253,7 @@ class GetLandingZoneCommand extends smithyClient.Command
1151
253
  })
1152
254
  .s("AWSControlTowerApis", "GetLandingZone", {})
1153
255
  .n("ControlTowerClient", "GetLandingZoneCommand")
1154
- .sc(GetLandingZone$)
256
+ .sc(schemas_0.GetLandingZone$)
1155
257
  .build() {
1156
258
  }
1157
259
 
@@ -1163,7 +265,7 @@ class GetLandingZoneOperationCommand extends smithyClient.Command
1163
265
  })
1164
266
  .s("AWSControlTowerApis", "GetLandingZoneOperation", {})
1165
267
  .n("ControlTowerClient", "GetLandingZoneOperationCommand")
1166
- .sc(GetLandingZoneOperation$)
268
+ .sc(schemas_0.GetLandingZoneOperation$)
1167
269
  .build() {
1168
270
  }
1169
271
 
@@ -1175,7 +277,7 @@ class ListBaselinesCommand extends smithyClient.Command
1175
277
  })
1176
278
  .s("AWSControlTowerApis", "ListBaselines", {})
1177
279
  .n("ControlTowerClient", "ListBaselinesCommand")
1178
- .sc(ListBaselines$)
280
+ .sc(schemas_0.ListBaselines$)
1179
281
  .build() {
1180
282
  }
1181
283
 
@@ -1187,7 +289,7 @@ class ListControlOperationsCommand extends smithyClient.Command
1187
289
  })
1188
290
  .s("AWSControlTowerApis", "ListControlOperations", {})
1189
291
  .n("ControlTowerClient", "ListControlOperationsCommand")
1190
- .sc(ListControlOperations$)
292
+ .sc(schemas_0.ListControlOperations$)
1191
293
  .build() {
1192
294
  }
1193
295
 
@@ -1199,7 +301,7 @@ class ListEnabledBaselinesCommand extends smithyClient.Command
1199
301
  })
1200
302
  .s("AWSControlTowerApis", "ListEnabledBaselines", {})
1201
303
  .n("ControlTowerClient", "ListEnabledBaselinesCommand")
1202
- .sc(ListEnabledBaselines$)
304
+ .sc(schemas_0.ListEnabledBaselines$)
1203
305
  .build() {
1204
306
  }
1205
307
 
@@ -1211,7 +313,7 @@ class ListEnabledControlsCommand extends smithyClient.Command
1211
313
  })
1212
314
  .s("AWSControlTowerApis", "ListEnabledControls", {})
1213
315
  .n("ControlTowerClient", "ListEnabledControlsCommand")
1214
- .sc(ListEnabledControls$)
316
+ .sc(schemas_0.ListEnabledControls$)
1215
317
  .build() {
1216
318
  }
1217
319
 
@@ -1223,7 +325,7 @@ class ListLandingZoneOperationsCommand extends smithyClient.Command
1223
325
  })
1224
326
  .s("AWSControlTowerApis", "ListLandingZoneOperations", {})
1225
327
  .n("ControlTowerClient", "ListLandingZoneOperationsCommand")
1226
- .sc(ListLandingZoneOperations$)
328
+ .sc(schemas_0.ListLandingZoneOperations$)
1227
329
  .build() {
1228
330
  }
1229
331
 
@@ -1235,7 +337,7 @@ class ListLandingZonesCommand extends smithyClient.Command
1235
337
  })
1236
338
  .s("AWSControlTowerApis", "ListLandingZones", {})
1237
339
  .n("ControlTowerClient", "ListLandingZonesCommand")
1238
- .sc(ListLandingZones$)
340
+ .sc(schemas_0.ListLandingZones$)
1239
341
  .build() {
1240
342
  }
1241
343
 
@@ -1247,7 +349,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1247
349
  })
1248
350
  .s("AWSControlTowerApis", "ListTagsForResource", {})
1249
351
  .n("ControlTowerClient", "ListTagsForResourceCommand")
1250
- .sc(ListTagsForResource$)
352
+ .sc(schemas_0.ListTagsForResource$)
1251
353
  .build() {
1252
354
  }
1253
355
 
@@ -1259,7 +361,7 @@ class ResetEnabledBaselineCommand extends smithyClient.Command
1259
361
  })
1260
362
  .s("AWSControlTowerApis", "ResetEnabledBaseline", {})
1261
363
  .n("ControlTowerClient", "ResetEnabledBaselineCommand")
1262
- .sc(ResetEnabledBaseline$)
364
+ .sc(schemas_0.ResetEnabledBaseline$)
1263
365
  .build() {
1264
366
  }
1265
367
 
@@ -1271,7 +373,7 @@ class ResetEnabledControlCommand extends smithyClient.Command
1271
373
  })
1272
374
  .s("AWSControlTowerApis", "ResetEnabledControl", {})
1273
375
  .n("ControlTowerClient", "ResetEnabledControlCommand")
1274
- .sc(ResetEnabledControl$)
376
+ .sc(schemas_0.ResetEnabledControl$)
1275
377
  .build() {
1276
378
  }
1277
379
 
@@ -1283,7 +385,7 @@ class ResetLandingZoneCommand extends smithyClient.Command
1283
385
  })
1284
386
  .s("AWSControlTowerApis", "ResetLandingZone", {})
1285
387
  .n("ControlTowerClient", "ResetLandingZoneCommand")
1286
- .sc(ResetLandingZone$)
388
+ .sc(schemas_0.ResetLandingZone$)
1287
389
  .build() {
1288
390
  }
1289
391
 
@@ -1295,7 +397,7 @@ class TagResourceCommand extends smithyClient.Command
1295
397
  })
1296
398
  .s("AWSControlTowerApis", "TagResource", {})
1297
399
  .n("ControlTowerClient", "TagResourceCommand")
1298
- .sc(TagResource$)
400
+ .sc(schemas_0.TagResource$)
1299
401
  .build() {
1300
402
  }
1301
403
 
@@ -1307,7 +409,7 @@ class UntagResourceCommand extends smithyClient.Command
1307
409
  })
1308
410
  .s("AWSControlTowerApis", "UntagResource", {})
1309
411
  .n("ControlTowerClient", "UntagResourceCommand")
1310
- .sc(UntagResource$)
412
+ .sc(schemas_0.UntagResource$)
1311
413
  .build() {
1312
414
  }
1313
415
 
@@ -1319,7 +421,7 @@ class UpdateEnabledBaselineCommand extends smithyClient.Command
1319
421
  })
1320
422
  .s("AWSControlTowerApis", "UpdateEnabledBaseline", {})
1321
423
  .n("ControlTowerClient", "UpdateEnabledBaselineCommand")
1322
- .sc(UpdateEnabledBaseline$)
424
+ .sc(schemas_0.UpdateEnabledBaseline$)
1323
425
  .build() {
1324
426
  }
1325
427
 
@@ -1331,7 +433,7 @@ class UpdateEnabledControlCommand extends smithyClient.Command
1331
433
  })
1332
434
  .s("AWSControlTowerApis", "UpdateEnabledControl", {})
1333
435
  .n("ControlTowerClient", "UpdateEnabledControlCommand")
1334
- .sc(UpdateEnabledControl$)
436
+ .sc(schemas_0.UpdateEnabledControl$)
1335
437
  .build() {
1336
438
  }
1337
439
 
@@ -1343,7 +445,7 @@ class UpdateLandingZoneCommand extends smithyClient.Command
1343
445
  })
1344
446
  .s("AWSControlTowerApis", "UpdateLandingZone", {})
1345
447
  .n("ControlTowerClient", "UpdateLandingZoneCommand")
1346
- .sc(UpdateLandingZone$)
448
+ .sc(schemas_0.UpdateLandingZone$)
1347
449
  .build() {
1348
450
  }
1349
451
 
@@ -1470,181 +572,67 @@ Object.defineProperty(exports, "__Client", {
1470
572
  enumerable: true,
1471
573
  get: function () { return smithyClient.Client; }
1472
574
  });
1473
- exports.AccessDeniedException = AccessDeniedException;
1474
- exports.AccessDeniedException$ = AccessDeniedException$;
1475
- exports.BaselineOperation$ = BaselineOperation$;
575
+ Object.defineProperty(exports, "ControlTowerServiceException", {
576
+ enumerable: true,
577
+ get: function () { return ControlTowerServiceException.ControlTowerServiceException; }
578
+ });
1476
579
  exports.BaselineOperationStatus = BaselineOperationStatus;
1477
580
  exports.BaselineOperationType = BaselineOperationType;
1478
- exports.BaselineSummary$ = BaselineSummary$;
1479
- exports.ConflictException = ConflictException;
1480
- exports.ConflictException$ = ConflictException$;
1481
- exports.ControlOperation$ = ControlOperation$;
1482
- exports.ControlOperationFilter$ = ControlOperationFilter$;
1483
581
  exports.ControlOperationStatus = ControlOperationStatus;
1484
- exports.ControlOperationSummary$ = ControlOperationSummary$;
1485
582
  exports.ControlOperationType = ControlOperationType;
1486
583
  exports.ControlTower = ControlTower;
1487
584
  exports.ControlTowerClient = ControlTowerClient;
1488
- exports.ControlTowerServiceException = ControlTowerServiceException;
1489
- exports.ControlTowerServiceException$ = ControlTowerServiceException$;
1490
- exports.CreateLandingZone$ = CreateLandingZone$;
1491
585
  exports.CreateLandingZoneCommand = CreateLandingZoneCommand;
1492
- exports.CreateLandingZoneInput$ = CreateLandingZoneInput$;
1493
- exports.CreateLandingZoneOutput$ = CreateLandingZoneOutput$;
1494
- exports.DeleteLandingZone$ = DeleteLandingZone$;
1495
586
  exports.DeleteLandingZoneCommand = DeleteLandingZoneCommand;
1496
- exports.DeleteLandingZoneInput$ = DeleteLandingZoneInput$;
1497
- exports.DeleteLandingZoneOutput$ = DeleteLandingZoneOutput$;
1498
- exports.DisableBaseline$ = DisableBaseline$;
1499
587
  exports.DisableBaselineCommand = DisableBaselineCommand;
1500
- exports.DisableBaselineInput$ = DisableBaselineInput$;
1501
- exports.DisableBaselineOutput$ = DisableBaselineOutput$;
1502
- exports.DisableControl$ = DisableControl$;
1503
588
  exports.DisableControlCommand = DisableControlCommand;
1504
- exports.DisableControlInput$ = DisableControlInput$;
1505
- exports.DisableControlOutput$ = DisableControlOutput$;
1506
589
  exports.DriftStatus = DriftStatus;
1507
- exports.DriftStatusSummary$ = DriftStatusSummary$;
1508
- exports.EnableBaseline$ = EnableBaseline$;
1509
590
  exports.EnableBaselineCommand = EnableBaselineCommand;
1510
- exports.EnableBaselineInput$ = EnableBaselineInput$;
1511
- exports.EnableBaselineOutput$ = EnableBaselineOutput$;
1512
- exports.EnableControl$ = EnableControl$;
1513
591
  exports.EnableControlCommand = EnableControlCommand;
1514
- exports.EnableControlInput$ = EnableControlInput$;
1515
- exports.EnableControlOutput$ = EnableControlOutput$;
1516
- exports.EnabledBaselineDetails$ = EnabledBaselineDetails$;
1517
592
  exports.EnabledBaselineDriftStatus = EnabledBaselineDriftStatus;
1518
- exports.EnabledBaselineDriftStatusSummary$ = EnabledBaselineDriftStatusSummary$;
1519
- exports.EnabledBaselineDriftTypes$ = EnabledBaselineDriftTypes$;
1520
- exports.EnabledBaselineFilter$ = EnabledBaselineFilter$;
1521
- exports.EnabledBaselineInheritanceDrift$ = EnabledBaselineInheritanceDrift$;
1522
- exports.EnabledBaselineParameter$ = EnabledBaselineParameter$;
1523
- exports.EnabledBaselineParameterSummary$ = EnabledBaselineParameterSummary$;
1524
- exports.EnabledBaselineSummary$ = EnabledBaselineSummary$;
1525
- exports.EnabledControlDetails$ = EnabledControlDetails$;
1526
- exports.EnabledControlDriftTypes$ = EnabledControlDriftTypes$;
1527
- exports.EnabledControlFilter$ = EnabledControlFilter$;
1528
- exports.EnabledControlInheritanceDrift$ = EnabledControlInheritanceDrift$;
1529
- exports.EnabledControlParameter$ = EnabledControlParameter$;
1530
- exports.EnabledControlParameterSummary$ = EnabledControlParameterSummary$;
1531
- exports.EnabledControlResourceDrift$ = EnabledControlResourceDrift$;
1532
- exports.EnabledControlSummary$ = EnabledControlSummary$;
1533
593
  exports.EnablementStatus = EnablementStatus;
1534
- exports.EnablementStatusSummary$ = EnablementStatusSummary$;
1535
- exports.GetBaseline$ = GetBaseline$;
1536
594
  exports.GetBaselineCommand = GetBaselineCommand;
1537
- exports.GetBaselineInput$ = GetBaselineInput$;
1538
- exports.GetBaselineOperation$ = GetBaselineOperation$;
1539
595
  exports.GetBaselineOperationCommand = GetBaselineOperationCommand;
1540
- exports.GetBaselineOperationInput$ = GetBaselineOperationInput$;
1541
- exports.GetBaselineOperationOutput$ = GetBaselineOperationOutput$;
1542
- exports.GetBaselineOutput$ = GetBaselineOutput$;
1543
- exports.GetControlOperation$ = GetControlOperation$;
1544
596
  exports.GetControlOperationCommand = GetControlOperationCommand;
1545
- exports.GetControlOperationInput$ = GetControlOperationInput$;
1546
- exports.GetControlOperationOutput$ = GetControlOperationOutput$;
1547
- exports.GetEnabledBaseline$ = GetEnabledBaseline$;
1548
597
  exports.GetEnabledBaselineCommand = GetEnabledBaselineCommand;
1549
- exports.GetEnabledBaselineInput$ = GetEnabledBaselineInput$;
1550
- exports.GetEnabledBaselineOutput$ = GetEnabledBaselineOutput$;
1551
- exports.GetEnabledControl$ = GetEnabledControl$;
1552
598
  exports.GetEnabledControlCommand = GetEnabledControlCommand;
1553
- exports.GetEnabledControlInput$ = GetEnabledControlInput$;
1554
- exports.GetEnabledControlOutput$ = GetEnabledControlOutput$;
1555
- exports.GetLandingZone$ = GetLandingZone$;
1556
599
  exports.GetLandingZoneCommand = GetLandingZoneCommand;
1557
- exports.GetLandingZoneInput$ = GetLandingZoneInput$;
1558
- exports.GetLandingZoneOperation$ = GetLandingZoneOperation$;
1559
600
  exports.GetLandingZoneOperationCommand = GetLandingZoneOperationCommand;
1560
- exports.GetLandingZoneOperationInput$ = GetLandingZoneOperationInput$;
1561
- exports.GetLandingZoneOperationOutput$ = GetLandingZoneOperationOutput$;
1562
- exports.GetLandingZoneOutput$ = GetLandingZoneOutput$;
1563
- exports.InternalServerException = InternalServerException;
1564
- exports.InternalServerException$ = InternalServerException$;
1565
- exports.LandingZoneDetail$ = LandingZoneDetail$;
1566
601
  exports.LandingZoneDriftStatus = LandingZoneDriftStatus;
1567
- exports.LandingZoneDriftStatusSummary$ = LandingZoneDriftStatusSummary$;
1568
- exports.LandingZoneOperationDetail$ = LandingZoneOperationDetail$;
1569
- exports.LandingZoneOperationFilter$ = LandingZoneOperationFilter$;
1570
602
  exports.LandingZoneOperationStatus = LandingZoneOperationStatus;
1571
- exports.LandingZoneOperationSummary$ = LandingZoneOperationSummary$;
1572
603
  exports.LandingZoneOperationType = LandingZoneOperationType;
1573
604
  exports.LandingZoneStatus = LandingZoneStatus;
1574
- exports.LandingZoneSummary$ = LandingZoneSummary$;
1575
- exports.ListBaselines$ = ListBaselines$;
1576
605
  exports.ListBaselinesCommand = ListBaselinesCommand;
1577
- exports.ListBaselinesInput$ = ListBaselinesInput$;
1578
- exports.ListBaselinesOutput$ = ListBaselinesOutput$;
1579
- exports.ListControlOperations$ = ListControlOperations$;
1580
606
  exports.ListControlOperationsCommand = ListControlOperationsCommand;
1581
- exports.ListControlOperationsInput$ = ListControlOperationsInput$;
1582
- exports.ListControlOperationsOutput$ = ListControlOperationsOutput$;
1583
- exports.ListEnabledBaselines$ = ListEnabledBaselines$;
1584
607
  exports.ListEnabledBaselinesCommand = ListEnabledBaselinesCommand;
1585
- exports.ListEnabledBaselinesInput$ = ListEnabledBaselinesInput$;
1586
- exports.ListEnabledBaselinesOutput$ = ListEnabledBaselinesOutput$;
1587
- exports.ListEnabledControls$ = ListEnabledControls$;
1588
608
  exports.ListEnabledControlsCommand = ListEnabledControlsCommand;
1589
- exports.ListEnabledControlsInput$ = ListEnabledControlsInput$;
1590
- exports.ListEnabledControlsOutput$ = ListEnabledControlsOutput$;
1591
- exports.ListLandingZoneOperations$ = ListLandingZoneOperations$;
1592
609
  exports.ListLandingZoneOperationsCommand = ListLandingZoneOperationsCommand;
1593
- exports.ListLandingZoneOperationsInput$ = ListLandingZoneOperationsInput$;
1594
- exports.ListLandingZoneOperationsOutput$ = ListLandingZoneOperationsOutput$;
1595
- exports.ListLandingZones$ = ListLandingZones$;
1596
610
  exports.ListLandingZonesCommand = ListLandingZonesCommand;
1597
- exports.ListLandingZonesInput$ = ListLandingZonesInput$;
1598
- exports.ListLandingZonesOutput$ = ListLandingZonesOutput$;
1599
- exports.ListTagsForResource$ = ListTagsForResource$;
1600
611
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1601
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1602
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1603
- exports.Region$ = Region$;
1604
612
  exports.RemediationType = RemediationType;
1605
- exports.ResetEnabledBaseline$ = ResetEnabledBaseline$;
1606
613
  exports.ResetEnabledBaselineCommand = ResetEnabledBaselineCommand;
1607
- exports.ResetEnabledBaselineInput$ = ResetEnabledBaselineInput$;
1608
- exports.ResetEnabledBaselineOutput$ = ResetEnabledBaselineOutput$;
1609
- exports.ResetEnabledControl$ = ResetEnabledControl$;
1610
614
  exports.ResetEnabledControlCommand = ResetEnabledControlCommand;
1611
- exports.ResetEnabledControlInput$ = ResetEnabledControlInput$;
1612
- exports.ResetEnabledControlOutput$ = ResetEnabledControlOutput$;
1613
- exports.ResetLandingZone$ = ResetLandingZone$;
1614
615
  exports.ResetLandingZoneCommand = ResetLandingZoneCommand;
1615
- exports.ResetLandingZoneInput$ = ResetLandingZoneInput$;
1616
- exports.ResetLandingZoneOutput$ = ResetLandingZoneOutput$;
1617
- exports.ResourceNotFoundException = ResourceNotFoundException;
1618
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1619
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1620
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1621
- exports.TagResource$ = TagResource$;
1622
616
  exports.TagResourceCommand = TagResourceCommand;
1623
- exports.TagResourceInput$ = TagResourceInput$;
1624
- exports.TagResourceOutput$ = TagResourceOutput$;
1625
- exports.ThrottlingException = ThrottlingException;
1626
- exports.ThrottlingException$ = ThrottlingException$;
1627
- exports.UntagResource$ = UntagResource$;
1628
617
  exports.UntagResourceCommand = UntagResourceCommand;
1629
- exports.UntagResourceInput$ = UntagResourceInput$;
1630
- exports.UntagResourceOutput$ = UntagResourceOutput$;
1631
- exports.UpdateEnabledBaseline$ = UpdateEnabledBaseline$;
1632
618
  exports.UpdateEnabledBaselineCommand = UpdateEnabledBaselineCommand;
1633
- exports.UpdateEnabledBaselineInput$ = UpdateEnabledBaselineInput$;
1634
- exports.UpdateEnabledBaselineOutput$ = UpdateEnabledBaselineOutput$;
1635
- exports.UpdateEnabledControl$ = UpdateEnabledControl$;
1636
619
  exports.UpdateEnabledControlCommand = UpdateEnabledControlCommand;
1637
- exports.UpdateEnabledControlInput$ = UpdateEnabledControlInput$;
1638
- exports.UpdateEnabledControlOutput$ = UpdateEnabledControlOutput$;
1639
- exports.UpdateLandingZone$ = UpdateLandingZone$;
1640
620
  exports.UpdateLandingZoneCommand = UpdateLandingZoneCommand;
1641
- exports.UpdateLandingZoneInput$ = UpdateLandingZoneInput$;
1642
- exports.UpdateLandingZoneOutput$ = UpdateLandingZoneOutput$;
1643
- exports.ValidationException = ValidationException;
1644
- exports.ValidationException$ = ValidationException$;
1645
621
  exports.paginateListBaselines = paginateListBaselines;
1646
622
  exports.paginateListControlOperations = paginateListControlOperations;
1647
623
  exports.paginateListEnabledBaselines = paginateListEnabledBaselines;
1648
624
  exports.paginateListEnabledControls = paginateListEnabledControls;
1649
625
  exports.paginateListLandingZoneOperations = paginateListLandingZoneOperations;
1650
626
  exports.paginateListLandingZones = paginateListLandingZones;
627
+ Object.keys(schemas_0).forEach(function (k) {
628
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
629
+ enumerable: true,
630
+ get: function () { return schemas_0[k]; }
631
+ });
632
+ });
633
+ Object.keys(errors).forEach(function (k) {
634
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
635
+ enumerable: true,
636
+ get: function () { return errors[k]; }
637
+ });
638
+ });