@aws-sdk/client-migration-hub-refactor-spaces 3.952.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist-cjs/index.js +327 -229
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  5. package/dist-es/commands/CreateRouteCommand.js +2 -2
  6. package/dist-es/commands/CreateServiceCommand.js +2 -2
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  8. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  9. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  10. package/dist-es/commands/DeleteRouteCommand.js +2 -2
  11. package/dist-es/commands/DeleteServiceCommand.js +2 -2
  12. package/dist-es/commands/GetApplicationCommand.js +2 -2
  13. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  14. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  15. package/dist-es/commands/GetRouteCommand.js +2 -2
  16. package/dist-es/commands/GetServiceCommand.js +2 -2
  17. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  18. package/dist-es/commands/ListEnvironmentVpcsCommand.js +2 -2
  19. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  20. package/dist-es/commands/ListRoutesCommand.js +2 -2
  21. package/dist-es/commands/ListServicesCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/UntagResourceCommand.js +2 -2
  26. package/dist-es/commands/UpdateRouteCommand.js +2 -2
  27. package/dist-es/index.js +1 -0
  28. package/dist-es/runtimeConfig.shared.js +6 -1
  29. package/dist-es/schemas/schemas_0.js +186 -186
  30. package/dist-types/MigrationHubRefactorSpacesClient.d.ts +1 -10
  31. package/dist-types/index.d.ts +1 -0
  32. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  33. package/dist-types/runtimeConfig.d.ts +6 -2
  34. package/dist-types/runtimeConfig.native.d.ts +6 -2
  35. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  36. package/dist-types/schemas/schemas_0.d.ts +99 -110
  37. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +0 -4
  38. package/dist-types/ts3.4/index.d.ts +1 -0
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +98 -111
  44. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MigrationHubRefactorSpacesClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MigrationHubRefactorSpacesServiceException$1 = class MigrationHubRefactorSpacesServiceException extends smithyClient.ServiceException {
113
+ class MigrationHubRefactorSpacesServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MigrationHubRefactorSpacesServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubRefactorSpacesServiceException$1 {
120
+ class AccessDeniedException extends MigrationHubRefactorSpacesServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubRe
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends MigrationHubRefactorSpacesServiceException$1 {
133
+ }
134
+ class ConflictException extends MigrationHubRefactorSpacesServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -148,8 +148,8 @@ let ConflictException$1 = class ConflictException extends MigrationHubRefactorSp
148
148
  this.ResourceId = opts.ResourceId;
149
149
  this.ResourceType = opts.ResourceType;
150
150
  }
151
- };
152
- let InternalServerException$1 = class InternalServerException extends MigrationHubRefactorSpacesServiceException$1 {
151
+ }
152
+ class InternalServerException extends MigrationHubRefactorSpacesServiceException {
153
153
  name = "InternalServerException";
154
154
  $fault = "server";
155
155
  Message;
@@ -162,8 +162,8 @@ let InternalServerException$1 = class InternalServerException extends MigrationH
162
162
  Object.setPrototypeOf(this, InternalServerException.prototype);
163
163
  this.Message = opts.Message;
164
164
  }
165
- };
166
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends MigrationHubRefactorSpacesServiceException$1 {
165
+ }
166
+ class ResourceNotFoundException extends MigrationHubRefactorSpacesServiceException {
167
167
  name = "ResourceNotFoundException";
168
168
  $fault = "client";
169
169
  Message;
@@ -180,8 +180,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Migrat
180
180
  this.ResourceId = opts.ResourceId;
181
181
  this.ResourceType = opts.ResourceType;
182
182
  }
183
- };
184
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends MigrationHubRefactorSpacesServiceException$1 {
183
+ }
184
+ class ServiceQuotaExceededException extends MigrationHubRefactorSpacesServiceException {
185
185
  name = "ServiceQuotaExceededException";
186
186
  $fault = "client";
187
187
  Message;
@@ -202,8 +202,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
202
202
  this.QuotaCode = opts.QuotaCode;
203
203
  this.ServiceCode = opts.ServiceCode;
204
204
  }
205
- };
206
- let ThrottlingException$1 = class ThrottlingException extends MigrationHubRefactorSpacesServiceException$1 {
205
+ }
206
+ class ThrottlingException extends MigrationHubRefactorSpacesServiceException {
207
207
  name = "ThrottlingException";
208
208
  $fault = "client";
209
209
  Message;
@@ -222,8 +222,8 @@ let ThrottlingException$1 = class ThrottlingException extends MigrationHubRefact
222
222
  this.ServiceCode = opts.ServiceCode;
223
223
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
224
224
  }
225
- };
226
- let ValidationException$1 = class ValidationException extends MigrationHubRefactorSpacesServiceException$1 {
225
+ }
226
+ class ValidationException extends MigrationHubRefactorSpacesServiceException {
227
227
  name = "ValidationException";
228
228
  $fault = "client";
229
229
  Message;
@@ -236,8 +236,8 @@ let ValidationException$1 = class ValidationException extends MigrationHubRefact
236
236
  Object.setPrototypeOf(this, ValidationException.prototype);
237
237
  this.Message = opts.Message;
238
238
  }
239
- };
240
- let InvalidResourcePolicyException$1 = class InvalidResourcePolicyException extends MigrationHubRefactorSpacesServiceException$1 {
239
+ }
240
+ class InvalidResourcePolicyException extends MigrationHubRefactorSpacesServiceException {
241
241
  name = "InvalidResourcePolicyException";
242
242
  $fault = "client";
243
243
  Message;
@@ -250,7 +250,7 @@ let InvalidResourcePolicyException$1 = class InvalidResourcePolicyException exte
250
250
  Object.setPrototypeOf(this, InvalidResourcePolicyException.prototype);
251
251
  this.Message = opts.Message;
252
252
  }
253
- };
253
+ }
254
254
 
255
255
  const _A = "Arn";
256
256
  const _AD = "AdditionalDetails";
@@ -435,9 +435,9 @@ const _s = "server";
435
435
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhubrefactorspaces";
436
436
  const _tK = "tagKeys";
437
437
  const n0 = "com.amazonaws.migrationhubrefactorspaces";
438
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
439
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
440
- var ApiGatewayProxyConfig = [
438
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
439
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
440
+ var ApiGatewayProxyConfig$ = [
441
441
  3,
442
442
  n0,
443
443
  _AGPC,
@@ -445,8 +445,8 @@ var ApiGatewayProxyConfig = [
445
445
  [_PU, _AGI, _VLI, _NA, _NN, _ET, _SN],
446
446
  [0, 0, 0, 0, 0, 0, 0],
447
447
  ];
448
- var ApiGatewayProxyInput = [3, n0, _AGPI, 0, [_ET, _SN], [0, 0]];
449
- var ApiGatewayProxySummary = [
448
+ var ApiGatewayProxyInput$ = [3, n0, _AGPI, 0, [_ET, _SN], [0, 0]];
449
+ var ApiGatewayProxySummary$ = [
450
450
  3,
451
451
  n0,
452
452
  _AGPS,
@@ -454,33 +454,33 @@ var ApiGatewayProxySummary = [
454
454
  [_PU, _AGI, _VLI, _NA, _NN, _ET, _SN],
455
455
  [0, 0, 0, 0, 0, 0, 0],
456
456
  ];
457
- var ApplicationSummary = [
457
+ var ApplicationSummary$ = [
458
458
  3,
459
459
  n0,
460
460
  _AS,
461
461
  0,
462
462
  [_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _E, _LUT, _CT],
463
- [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxySummary, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4],
463
+ [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxySummary$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4],
464
464
  ];
465
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
466
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
467
- var CreateApplicationRequest = [
465
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
466
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
467
+ var CreateApplicationRequest$ = [
468
468
  3,
469
469
  n0,
470
470
  _CAR,
471
471
  0,
472
472
  [_N, _EIn, _VI, _PT, _AGP, _T, _CTl],
473
- [0, [0, 1], 0, 0, () => ApiGatewayProxyInput, [() => TagMap, 0], [0, 4]],
473
+ [0, [0, 1], 0, 0, () => ApiGatewayProxyInput$, [() => TagMap, 0], [0, 4]],
474
474
  ];
475
- var CreateApplicationResponse = [
475
+ var CreateApplicationResponse$ = [
476
476
  3,
477
477
  n0,
478
478
  _CARr,
479
479
  0,
480
480
  [_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _LUT, _CT],
481
- [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyInput, 0, [() => TagMap, 0], 4, 4],
481
+ [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyInput$, 0, [() => TagMap, 0], 4, 4],
482
482
  ];
483
- var CreateEnvironmentRequest = [
483
+ var CreateEnvironmentRequest$ = [
484
484
  3,
485
485
  n0,
486
486
  _CER,
@@ -488,7 +488,7 @@ var CreateEnvironmentRequest = [
488
488
  [_N, _D, _NFT, _T, _CTl],
489
489
  [0, 0, 0, [() => TagMap, 0], [0, 4]],
490
490
  ];
491
- var CreateEnvironmentResponse = [
491
+ var CreateEnvironmentResponse$ = [
492
492
  3,
493
493
  n0,
494
494
  _CERr,
@@ -496,40 +496,40 @@ var CreateEnvironmentResponse = [
496
496
  [_N, _A, _D, _EI, _NFT, _OAI, _S, _T, _LUT, _CT],
497
497
  [0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], 4, 4],
498
498
  ];
499
- var CreateRouteRequest = [
499
+ var CreateRouteRequest$ = [
500
500
  3,
501
501
  n0,
502
502
  _CRR,
503
503
  0,
504
504
  [_EIn, _AIp, _SI, _RTo, _DR, _UPR, _T, _CTl],
505
- [[0, 1], [0, 1], 0, 0, () => DefaultRouteInput, () => UriPathRouteInput, [() => TagMap, 0], [0, 4]],
505
+ [[0, 1], [0, 1], 0, 0, () => DefaultRouteInput$, () => UriPathRouteInput$, [() => TagMap, 0], [0, 4]],
506
506
  ];
507
- var CreateRouteResponse = [
507
+ var CreateRouteResponse$ = [
508
508
  3,
509
509
  n0,
510
510
  _CRRr,
511
511
  0,
512
512
  [_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _UPR, _S, _T, _LUT, _CT],
513
- [0, 0, 0, 0, 0, 0, 0, () => UriPathRouteInput, 0, [() => TagMap, 0], 4, 4],
513
+ [0, 0, 0, 0, 0, 0, 0, () => UriPathRouteInput$, 0, [() => TagMap, 0], 4, 4],
514
514
  ];
515
- var CreateServiceRequest = [
515
+ var CreateServiceRequest$ = [
516
516
  3,
517
517
  n0,
518
518
  _CSR,
519
519
  0,
520
520
  [_N, _D, _EIn, _AIp, _VI, _ET, _UE, _LE, _T, _CTl],
521
- [0, 0, [0, 1], [0, 1], 0, 0, () => UrlEndpointInput, () => LambdaEndpointInput, [() => TagMap, 0], [0, 4]],
521
+ [0, 0, [0, 1], [0, 1], 0, 0, () => UrlEndpointInput$, () => LambdaEndpointInput$, [() => TagMap, 0], [0, 4]],
522
522
  ];
523
- var CreateServiceResponse = [
523
+ var CreateServiceResponse$ = [
524
524
  3,
525
525
  n0,
526
526
  _CSRr,
527
527
  0,
528
528
  [_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _LUT, _CT],
529
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointInput, () => LambdaEndpointInput, 0, [() => TagMap, 0], 4, 4],
529
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointInput$, () => LambdaEndpointInput$, 0, [() => TagMap, 0], 4, 4],
530
530
  ];
531
- var DefaultRouteInput = [3, n0, _DRI, 0, [_ASc], [0]];
532
- var DeleteApplicationRequest = [
531
+ var DefaultRouteInput$ = [3, n0, _DRI, 0, [_ASc], [0]];
532
+ var DeleteApplicationRequest$ = [
533
533
  3,
534
534
  n0,
535
535
  _DAR,
@@ -540,7 +540,7 @@ var DeleteApplicationRequest = [
540
540
  [0, 1],
541
541
  ],
542
542
  ];
543
- var DeleteApplicationResponse = [
543
+ var DeleteApplicationResponse$ = [
544
544
  3,
545
545
  n0,
546
546
  _DARe,
@@ -548,8 +548,8 @@ var DeleteApplicationResponse = [
548
548
  [_N, _A, _AI, _EI, _S, _LUT],
549
549
  [0, 0, 0, 0, 0, 4],
550
550
  ];
551
- var DeleteEnvironmentRequest = [3, n0, _DER, 0, [_EIn], [[0, 1]]];
552
- var DeleteEnvironmentResponse = [
551
+ var DeleteEnvironmentRequest$ = [3, n0, _DER, 0, [_EIn], [[0, 1]]];
552
+ var DeleteEnvironmentResponse$ = [
553
553
  3,
554
554
  n0,
555
555
  _DERe,
@@ -557,9 +557,9 @@ var DeleteEnvironmentResponse = [
557
557
  [_N, _A, _EI, _S, _LUT],
558
558
  [0, 0, 0, 0, 4],
559
559
  ];
560
- var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_I], [[0, 1]]];
561
- var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
562
- var DeleteRouteRequest = [
560
+ var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_I], [[0, 1]]];
561
+ var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
562
+ var DeleteRouteRequest$ = [
563
563
  3,
564
564
  n0,
565
565
  _DRR,
@@ -571,7 +571,7 @@ var DeleteRouteRequest = [
571
571
  [0, 1],
572
572
  ],
573
573
  ];
574
- var DeleteRouteResponse = [
574
+ var DeleteRouteResponse$ = [
575
575
  3,
576
576
  n0,
577
577
  _DRRe,
@@ -579,7 +579,7 @@ var DeleteRouteResponse = [
579
579
  [_RIo, _A, _SIe, _AI, _S, _LUT],
580
580
  [0, 0, 0, 0, 0, 4],
581
581
  ];
582
- var DeleteServiceRequest = [
582
+ var DeleteServiceRequest$ = [
583
583
  3,
584
584
  n0,
585
585
  _DSR,
@@ -591,7 +591,7 @@ var DeleteServiceRequest = [
591
591
  [0, 1],
592
592
  ],
593
593
  ];
594
- var DeleteServiceResponse = [
594
+ var DeleteServiceResponse$ = [
595
595
  3,
596
596
  n0,
597
597
  _DSRe,
@@ -599,15 +599,15 @@ var DeleteServiceResponse = [
599
599
  [_SIe, _N, _A, _EI, _AI, _S, _LUT],
600
600
  [0, 0, 0, 0, 0, 0, 4],
601
601
  ];
602
- var EnvironmentSummary = [
602
+ var EnvironmentSummary$ = [
603
603
  3,
604
604
  n0,
605
605
  _ES,
606
606
  0,
607
607
  [_N, _A, _D, _EI, _NFT, _OAI, _TGI, _S, _T, _E, _LUT, _CT],
608
- [0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4],
608
+ [0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4],
609
609
  ];
610
- var EnvironmentVpc = [
610
+ var EnvironmentVpc$ = [
611
611
  3,
612
612
  n0,
613
613
  _EV,
@@ -615,7 +615,7 @@ var EnvironmentVpc = [
615
615
  [_EI, _VI, _AIc, _CB, _VN, _LUT, _CT],
616
616
  [0, 0, 0, 64 | 0, 0, 4, 4],
617
617
  ];
618
- var ErrorResponse = [
618
+ var ErrorResponse$ = [
619
619
  3,
620
620
  n0,
621
621
  _ER,
@@ -623,7 +623,7 @@ var ErrorResponse = [
623
623
  [_C, _M, _AIc, _RIe, _RT, _AD],
624
624
  [0, 0, 0, 0, 0, 128 | 0],
625
625
  ];
626
- var GetApplicationRequest = [
626
+ var GetApplicationRequest$ = [
627
627
  3,
628
628
  n0,
629
629
  _GAR,
@@ -634,26 +634,26 @@ var GetApplicationRequest = [
634
634
  [0, 1],
635
635
  ],
636
636
  ];
637
- var GetApplicationResponse = [
637
+ var GetApplicationResponse$ = [
638
638
  3,
639
639
  n0,
640
640
  _GARe,
641
641
  0,
642
642
  [_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _E, _LUT, _CT],
643
- [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyConfig, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4],
643
+ [0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyConfig$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4],
644
644
  ];
645
- var GetEnvironmentRequest = [3, n0, _GER, 0, [_EIn], [[0, 1]]];
646
- var GetEnvironmentResponse = [
645
+ var GetEnvironmentRequest$ = [3, n0, _GER, 0, [_EIn], [[0, 1]]];
646
+ var GetEnvironmentResponse$ = [
647
647
  3,
648
648
  n0,
649
649
  _GERe,
650
650
  0,
651
651
  [_N, _A, _D, _EI, _NFT, _OAI, _TGI, _S, _T, _E, _LUT, _CT],
652
- [0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4],
652
+ [0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4],
653
653
  ];
654
- var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_I], [[0, 1]]];
655
- var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_P], [0]];
656
- var GetRouteRequest = [
654
+ var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_I], [[0, 1]]];
655
+ var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_P], [0]];
656
+ var GetRouteRequest$ = [
657
657
  3,
658
658
  n0,
659
659
  _GRR,
@@ -665,15 +665,15 @@ var GetRouteRequest = [
665
665
  [0, 1],
666
666
  ],
667
667
  ];
668
- var GetRouteResponse = [
668
+ var GetRouteResponse$ = [
669
669
  3,
670
670
  n0,
671
671
  _GRRe,
672
672
  0,
673
673
  [_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _EI, _SP, _Me, _ICP, _PRTI, _S, _T, _E, _LUT, _CT, _ASP],
674
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4, 2],
674
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4, 2],
675
675
  ];
676
- var GetServiceRequest = [
676
+ var GetServiceRequest$ = [
677
677
  3,
678
678
  n0,
679
679
  _GSR,
@@ -685,7 +685,7 @@ var GetServiceRequest = [
685
685
  [0, 1],
686
686
  ],
687
687
  ];
688
- var GetServiceResponse = [
688
+ var GetServiceResponse$ = [
689
689
  3,
690
690
  n0,
691
691
  _GSRe,
@@ -702,23 +702,23 @@ var GetServiceResponse = [
702
702
  0,
703
703
  0,
704
704
  0,
705
- () => UrlEndpointConfig,
706
- () => LambdaEndpointConfig,
705
+ () => UrlEndpointConfig$,
706
+ () => LambdaEndpointConfig$,
707
707
  0,
708
708
  [() => TagMap, 0],
709
- () => ErrorResponse,
709
+ () => ErrorResponse$,
710
710
  4,
711
711
  4,
712
712
  ],
713
713
  ];
714
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
715
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
716
- var InvalidResourcePolicyException = [-3, n0, _IRPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
717
- schema.TypeRegistry.for(n0).registerError(InvalidResourcePolicyException, InvalidResourcePolicyException$1);
718
- var LambdaEndpointConfig = [3, n0, _LEC, 0, [_A], [0]];
719
- var LambdaEndpointInput = [3, n0, _LEI, 0, [_A], [0]];
720
- var LambdaEndpointSummary = [3, n0, _LES, 0, [_A], [0]];
721
- var ListApplicationsRequest = [
714
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
715
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
716
+ var InvalidResourcePolicyException$ = [-3, n0, _IRPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
717
+ schema.TypeRegistry.for(n0).registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
718
+ var LambdaEndpointConfig$ = [3, n0, _LEC, 0, [_A], [0]];
719
+ var LambdaEndpointInput$ = [3, n0, _LEI, 0, [_A], [0]];
720
+ var LambdaEndpointSummary$ = [3, n0, _LES, 0, [_A], [0]];
721
+ var ListApplicationsRequest$ = [
722
722
  3,
723
723
  n0,
724
724
  _LAR,
@@ -730,7 +730,7 @@ var ListApplicationsRequest = [
730
730
  [1, { [_hQ]: _mR }],
731
731
  ],
732
732
  ];
733
- var ListApplicationsResponse = [
733
+ var ListApplicationsResponse$ = [
734
734
  3,
735
735
  n0,
736
736
  _LARi,
@@ -738,7 +738,7 @@ var ListApplicationsResponse = [
738
738
  [_ASL, _NT],
739
739
  [[() => ApplicationSummaries, 0], 0],
740
740
  ];
741
- var ListEnvironmentsRequest = [
741
+ var ListEnvironmentsRequest$ = [
742
742
  3,
743
743
  n0,
744
744
  _LER,
@@ -749,7 +749,7 @@ var ListEnvironmentsRequest = [
749
749
  [1, { [_hQ]: _mR }],
750
750
  ],
751
751
  ];
752
- var ListEnvironmentsResponse = [
752
+ var ListEnvironmentsResponse$ = [
753
753
  3,
754
754
  n0,
755
755
  _LERi,
@@ -757,7 +757,7 @@ var ListEnvironmentsResponse = [
757
757
  [_ESL, _NT],
758
758
  [[() => EnvironmentSummaries, 0], 0],
759
759
  ];
760
- var ListEnvironmentVpcsRequest = [
760
+ var ListEnvironmentVpcsRequest$ = [
761
761
  3,
762
762
  n0,
763
763
  _LEVR,
@@ -769,7 +769,7 @@ var ListEnvironmentVpcsRequest = [
769
769
  [1, { [_hQ]: _mR }],
770
770
  ],
771
771
  ];
772
- var ListEnvironmentVpcsResponse = [
772
+ var ListEnvironmentVpcsResponse$ = [
773
773
  3,
774
774
  n0,
775
775
  _LEVRi,
@@ -777,7 +777,7 @@ var ListEnvironmentVpcsResponse = [
777
777
  [_EVL, _NT],
778
778
  [() => EnvironmentVpcs, 0],
779
779
  ];
780
- var ListRoutesRequest = [
780
+ var ListRoutesRequest$ = [
781
781
  3,
782
782
  n0,
783
783
  _LRR,
@@ -790,8 +790,8 @@ var ListRoutesRequest = [
790
790
  [1, { [_hQ]: _mR }],
791
791
  ],
792
792
  ];
793
- var ListRoutesResponse = [3, n0, _LRRi, 0, [_RSL, _NT], [[() => RouteSummaries, 0], 0]];
794
- var ListServicesRequest = [
793
+ var ListRoutesResponse$ = [3, n0, _LRRi, 0, [_RSL, _NT], [[() => RouteSummaries, 0], 0]];
794
+ var ListServicesRequest$ = [
795
795
  3,
796
796
  n0,
797
797
  _LSR,
@@ -804,7 +804,7 @@ var ListServicesRequest = [
804
804
  [1, { [_hQ]: _mR }],
805
805
  ],
806
806
  ];
807
- var ListServicesResponse = [
807
+ var ListServicesResponse$ = [
808
808
  3,
809
809
  n0,
810
810
  _LSRi,
@@ -812,11 +812,11 @@ var ListServicesResponse = [
812
812
  [_SSL, _NT],
813
813
  [[() => ServiceSummaries, 0], 0],
814
814
  ];
815
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
816
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[() => TagMap, 0]]];
817
- var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _P], [0, 0]];
818
- var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [], []];
819
- var ResourceNotFoundException = [
815
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
816
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [[() => TagMap, 0]]];
817
+ var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_RA, _P], [0, 0]];
818
+ var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [], []];
819
+ var ResourceNotFoundException$ = [
820
820
  -3,
821
821
  n0,
822
822
  _RNFE,
@@ -824,16 +824,16 @@ var ResourceNotFoundException = [
824
824
  [_M, _RI, _RT],
825
825
  [0, 0, 0],
826
826
  ];
827
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
828
- var RouteSummary = [
827
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
828
+ var RouteSummary$ = [
829
829
  3,
830
830
  n0,
831
831
  _RS,
832
832
  0,
833
833
  [_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _EI, _SP, _Me, _ICP, _PRTI, _S, _T, _E, _LUT, _CT, _ASP],
834
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse, 4, 4, 2],
834
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4, 2],
835
835
  ];
836
- var ServiceQuotaExceededException = [
836
+ var ServiceQuotaExceededException$ = [
837
837
  -3,
838
838
  n0,
839
839
  _SQEE,
@@ -841,8 +841,8 @@ var ServiceQuotaExceededException = [
841
841
  [_M, _RI, _RT, _QC, _SC],
842
842
  [0, 0, 0, 0, 0],
843
843
  ];
844
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
845
- var ServiceSummary = [
844
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
845
+ var ServiceSummary$ = [
846
846
  3,
847
847
  n0,
848
848
  _SS,
@@ -859,16 +859,16 @@ var ServiceSummary = [
859
859
  0,
860
860
  0,
861
861
  0,
862
- () => UrlEndpointSummary,
863
- () => LambdaEndpointSummary,
862
+ () => UrlEndpointSummary$,
863
+ () => LambdaEndpointSummary$,
864
864
  0,
865
865
  [() => TagMap, 0],
866
- () => ErrorResponse,
866
+ () => ErrorResponse$,
867
867
  4,
868
868
  4,
869
869
  ],
870
870
  ];
871
- var TagResourceRequest = [
871
+ var TagResourceRequest$ = [
872
872
  3,
873
873
  n0,
874
874
  _TRR,
@@ -879,8 +879,8 @@ var TagResourceRequest = [
879
879
  [() => TagMap, 0],
880
880
  ],
881
881
  ];
882
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
883
- var ThrottlingException = [
882
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
883
+ var ThrottlingException$ = [
884
884
  -3,
885
885
  n0,
886
886
  _TE,
@@ -888,8 +888,8 @@ var ThrottlingException = [
888
888
  [_M, _QC, _SC, _RAS],
889
889
  [0, 0, 0, [1, { [_hH]: _RA_ }]],
890
890
  ];
891
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
892
- var UntagResourceRequest = [
891
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
892
+ var UntagResourceRequest$ = [
893
893
  3,
894
894
  n0,
895
895
  _URR,
@@ -900,8 +900,8 @@ var UntagResourceRequest = [
900
900
  [() => TagKeys, { [_hQ]: _tK }],
901
901
  ],
902
902
  ];
903
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
904
- var UpdateRouteRequest = [
903
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
904
+ var UpdateRouteRequest$ = [
905
905
  3,
906
906
  n0,
907
907
  _URRp,
@@ -909,7 +909,7 @@ var UpdateRouteRequest = [
909
909
  [_EIn, _AIp, _RIou, _ASc],
910
910
  [[0, 1], [0, 1], [0, 1], 0],
911
911
  ];
912
- var UpdateRouteResponse = [
912
+ var UpdateRouteResponse$ = [
913
913
  3,
914
914
  n0,
915
915
  _URRpd,
@@ -917,7 +917,7 @@ var UpdateRouteResponse = [
917
917
  [_RIo, _A, _SIe, _AI, _S, _LUT],
918
918
  [0, 0, 0, 0, 0, 4],
919
919
  ];
920
- var UriPathRouteInput = [
920
+ var UriPathRouteInput$ = [
921
921
  3,
922
922
  n0,
923
923
  _UPRI,
@@ -925,12 +925,12 @@ var UriPathRouteInput = [
925
925
  [_SP, _ASc, _Me, _ICP, _ASP],
926
926
  [0, 0, 64 | 0, 2, 2],
927
927
  ];
928
- var UrlEndpointConfig = [3, n0, _UEC, 0, [_U, _HU], [0, 0]];
929
- var UrlEndpointInput = [3, n0, _UEI, 0, [_U, _HU], [0, 0]];
930
- var UrlEndpointSummary = [3, n0, _UES, 0, [_U, _HU], [0, 0]];
931
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
932
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
933
- var MigrationHubRefactorSpacesServiceException = [
928
+ var UrlEndpointConfig$ = [3, n0, _UEC, 0, [_U, _HU], [0, 0]];
929
+ var UrlEndpointInput$ = [3, n0, _UEI, 0, [_U, _HU], [0, 0]];
930
+ var UrlEndpointSummary$ = [3, n0, _UES, 0, [_U, _HU], [0, 0]];
931
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
932
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
933
+ var MigrationHubRefactorSpacesServiceException$ = [
934
934
  -3,
935
935
  _sm,
936
936
  "MigrationHubRefactorSpacesServiceException",
@@ -938,71 +938,71 @@ var MigrationHubRefactorSpacesServiceException = [
938
938
  [],
939
939
  [],
940
940
  ];
941
- schema.TypeRegistry.for(_sm).registerError(MigrationHubRefactorSpacesServiceException, MigrationHubRefactorSpacesServiceException$1);
942
- var ApplicationSummaries = [1, n0, _ASp, 0, [() => ApplicationSummary, 0]];
943
- var EnvironmentSummaries = [1, n0, _ESn, 0, [() => EnvironmentSummary, 0]];
944
- var EnvironmentVpcs = [1, n0, _EVn, 0, () => EnvironmentVpc];
945
- var RouteSummaries = [1, n0, _RSo, 0, [() => RouteSummary, 0]];
946
- var ServiceSummaries = [1, n0, _SSe, 0, [() => ServiceSummary, 0]];
941
+ schema.TypeRegistry.for(_sm).registerError(MigrationHubRefactorSpacesServiceException$, MigrationHubRefactorSpacesServiceException);
942
+ var ApplicationSummaries = [1, n0, _ASp, 0, [() => ApplicationSummary$, 0]];
943
+ var EnvironmentSummaries = [1, n0, _ESn, 0, [() => EnvironmentSummary$, 0]];
944
+ var EnvironmentVpcs = [1, n0, _EVn, 0, () => EnvironmentVpc$];
945
+ var RouteSummaries = [1, n0, _RSo, 0, [() => RouteSummary$, 0]];
946
+ var ServiceSummaries = [1, n0, _SSe, 0, [() => ServiceSummary$, 0]];
947
947
  var TagKeys = [1, n0, _TK, 8, 0];
948
948
  var TagMap = [2, n0, _TM, 8, 0, 0];
949
- var CreateApplication = [
949
+ var CreateApplication$ = [
950
950
  9,
951
951
  n0,
952
952
  _CA,
953
953
  { [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications", 200] },
954
- () => CreateApplicationRequest,
955
- () => CreateApplicationResponse,
954
+ () => CreateApplicationRequest$,
955
+ () => CreateApplicationResponse$,
956
956
  ];
957
- var CreateEnvironment = [
957
+ var CreateEnvironment$ = [
958
958
  9,
959
959
  n0,
960
960
  _CEr,
961
961
  { [_h]: ["POST", "/environments", 200] },
962
- () => CreateEnvironmentRequest,
963
- () => CreateEnvironmentResponse,
962
+ () => CreateEnvironmentRequest$,
963
+ () => CreateEnvironmentResponse$,
964
964
  ];
965
- var CreateRoute = [
965
+ var CreateRoute$ = [
966
966
  9,
967
967
  n0,
968
968
  _CR,
969
969
  { [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] },
970
- () => CreateRouteRequest,
971
- () => CreateRouteResponse,
970
+ () => CreateRouteRequest$,
971
+ () => CreateRouteResponse$,
972
972
  ];
973
- var CreateService = [
973
+ var CreateService$ = [
974
974
  9,
975
975
  n0,
976
976
  _CS,
977
977
  { [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] },
978
- () => CreateServiceRequest,
979
- () => CreateServiceResponse,
978
+ () => CreateServiceRequest$,
979
+ () => CreateServiceResponse$,
980
980
  ];
981
- var DeleteApplication = [
981
+ var DeleteApplication$ = [
982
982
  9,
983
983
  n0,
984
984
  _DA,
985
985
  { [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] },
986
- () => DeleteApplicationRequest,
987
- () => DeleteApplicationResponse,
986
+ () => DeleteApplicationRequest$,
987
+ () => DeleteApplicationResponse$,
988
988
  ];
989
- var DeleteEnvironment = [
989
+ var DeleteEnvironment$ = [
990
990
  9,
991
991
  n0,
992
992
  _DE,
993
993
  { [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}", 200] },
994
- () => DeleteEnvironmentRequest,
995
- () => DeleteEnvironmentResponse,
994
+ () => DeleteEnvironmentRequest$,
995
+ () => DeleteEnvironmentResponse$,
996
996
  ];
997
- var DeleteResourcePolicy = [
997
+ var DeleteResourcePolicy$ = [
998
998
  9,
999
999
  n0,
1000
1000
  _DRP,
1001
1001
  { [_h]: ["DELETE", "/resourcepolicy/{Identifier}", 200] },
1002
- () => DeleteResourcePolicyRequest,
1003
- () => DeleteResourcePolicyResponse,
1002
+ () => DeleteResourcePolicyRequest$,
1003
+ () => DeleteResourcePolicyResponse$,
1004
1004
  ];
1005
- var DeleteRoute = [
1005
+ var DeleteRoute$ = [
1006
1006
  9,
1007
1007
  n0,
1008
1008
  _DRe,
@@ -1013,10 +1013,10 @@ var DeleteRoute = [
1013
1013
  200,
1014
1014
  ],
1015
1015
  },
1016
- () => DeleteRouteRequest,
1017
- () => DeleteRouteResponse,
1016
+ () => DeleteRouteRequest$,
1017
+ () => DeleteRouteResponse$,
1018
1018
  ];
1019
- var DeleteService = [
1019
+ var DeleteService$ = [
1020
1020
  9,
1021
1021
  n0,
1022
1022
  _DS,
@@ -1027,34 +1027,34 @@ var DeleteService = [
1027
1027
  200,
1028
1028
  ],
1029
1029
  },
1030
- () => DeleteServiceRequest,
1031
- () => DeleteServiceResponse,
1030
+ () => DeleteServiceRequest$,
1031
+ () => DeleteServiceResponse$,
1032
1032
  ];
1033
- var GetApplication = [
1033
+ var GetApplication$ = [
1034
1034
  9,
1035
1035
  n0,
1036
1036
  _GA,
1037
1037
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] },
1038
- () => GetApplicationRequest,
1039
- () => GetApplicationResponse,
1038
+ () => GetApplicationRequest$,
1039
+ () => GetApplicationResponse$,
1040
1040
  ];
1041
- var GetEnvironment = [
1041
+ var GetEnvironment$ = [
1042
1042
  9,
1043
1043
  n0,
1044
1044
  _GE,
1045
1045
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}", 200] },
1046
- () => GetEnvironmentRequest,
1047
- () => GetEnvironmentResponse,
1046
+ () => GetEnvironmentRequest$,
1047
+ () => GetEnvironmentResponse$,
1048
1048
  ];
1049
- var GetResourcePolicy = [
1049
+ var GetResourcePolicy$ = [
1050
1050
  9,
1051
1051
  n0,
1052
1052
  _GRP,
1053
1053
  { [_h]: ["GET", "/resourcepolicy/{Identifier}", 200] },
1054
- () => GetResourcePolicyRequest,
1055
- () => GetResourcePolicyResponse,
1054
+ () => GetResourcePolicyRequest$,
1055
+ () => GetResourcePolicyResponse$,
1056
1056
  ];
1057
- var GetRoute = [
1057
+ var GetRoute$ = [
1058
1058
  9,
1059
1059
  n0,
1060
1060
  _GR,
@@ -1065,10 +1065,10 @@ var GetRoute = [
1065
1065
  200,
1066
1066
  ],
1067
1067
  },
1068
- () => GetRouteRequest,
1069
- () => GetRouteResponse,
1068
+ () => GetRouteRequest$,
1069
+ () => GetRouteResponse$,
1070
1070
  ];
1071
- var GetService = [
1071
+ var GetService$ = [
1072
1072
  9,
1073
1073
  n0,
1074
1074
  _GS,
@@ -1079,82 +1079,82 @@ var GetService = [
1079
1079
  200,
1080
1080
  ],
1081
1081
  },
1082
- () => GetServiceRequest,
1083
- () => GetServiceResponse,
1082
+ () => GetServiceRequest$,
1083
+ () => GetServiceResponse$,
1084
1084
  ];
1085
- var ListApplications = [
1085
+ var ListApplications$ = [
1086
1086
  9,
1087
1087
  n0,
1088
1088
  _LA,
1089
1089
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications", 200] },
1090
- () => ListApplicationsRequest,
1091
- () => ListApplicationsResponse,
1090
+ () => ListApplicationsRequest$,
1091
+ () => ListApplicationsResponse$,
1092
1092
  ];
1093
- var ListEnvironments = [
1093
+ var ListEnvironments$ = [
1094
1094
  9,
1095
1095
  n0,
1096
1096
  _LEi,
1097
1097
  { [_h]: ["GET", "/environments", 200] },
1098
- () => ListEnvironmentsRequest,
1099
- () => ListEnvironmentsResponse,
1098
+ () => ListEnvironmentsRequest$,
1099
+ () => ListEnvironmentsResponse$,
1100
1100
  ];
1101
- var ListEnvironmentVpcs = [
1101
+ var ListEnvironmentVpcs$ = [
1102
1102
  9,
1103
1103
  n0,
1104
1104
  _LEV,
1105
1105
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}/vpcs", 200] },
1106
- () => ListEnvironmentVpcsRequest,
1107
- () => ListEnvironmentVpcsResponse,
1106
+ () => ListEnvironmentVpcsRequest$,
1107
+ () => ListEnvironmentVpcsResponse$,
1108
1108
  ];
1109
- var ListRoutes = [
1109
+ var ListRoutes$ = [
1110
1110
  9,
1111
1111
  n0,
1112
1112
  _LR,
1113
1113
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] },
1114
- () => ListRoutesRequest,
1115
- () => ListRoutesResponse,
1114
+ () => ListRoutesRequest$,
1115
+ () => ListRoutesResponse$,
1116
1116
  ];
1117
- var ListServices = [
1117
+ var ListServices$ = [
1118
1118
  9,
1119
1119
  n0,
1120
1120
  _LS,
1121
1121
  { [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] },
1122
- () => ListServicesRequest,
1123
- () => ListServicesResponse,
1122
+ () => ListServicesRequest$,
1123
+ () => ListServicesResponse$,
1124
1124
  ];
1125
- var ListTagsForResource = [
1125
+ var ListTagsForResource$ = [
1126
1126
  9,
1127
1127
  n0,
1128
1128
  _LTFR,
1129
1129
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1130
- () => ListTagsForResourceRequest,
1131
- () => ListTagsForResourceResponse,
1130
+ () => ListTagsForResourceRequest$,
1131
+ () => ListTagsForResourceResponse$,
1132
1132
  ];
1133
- var PutResourcePolicy = [
1133
+ var PutResourcePolicy$ = [
1134
1134
  9,
1135
1135
  n0,
1136
1136
  _PRP,
1137
1137
  { [_h]: ["PUT", "/resourcepolicy", 200] },
1138
- () => PutResourcePolicyRequest,
1139
- () => PutResourcePolicyResponse,
1138
+ () => PutResourcePolicyRequest$,
1139
+ () => PutResourcePolicyResponse$,
1140
1140
  ];
1141
- var TagResource = [
1141
+ var TagResource$ = [
1142
1142
  9,
1143
1143
  n0,
1144
1144
  _TR,
1145
1145
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
1146
- () => TagResourceRequest,
1147
- () => TagResourceResponse,
1146
+ () => TagResourceRequest$,
1147
+ () => TagResourceResponse$,
1148
1148
  ];
1149
- var UntagResource = [
1149
+ var UntagResource$ = [
1150
1150
  9,
1151
1151
  n0,
1152
1152
  _UR,
1153
1153
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
1154
- () => UntagResourceRequest,
1155
- () => UntagResourceResponse,
1154
+ () => UntagResourceRequest$,
1155
+ () => UntagResourceResponse$,
1156
1156
  ];
1157
- var UpdateRoute = [
1157
+ var UpdateRoute$ = [
1158
1158
  9,
1159
1159
  n0,
1160
1160
  _URp,
@@ -1165,8 +1165,8 @@ var UpdateRoute = [
1165
1165
  200,
1166
1166
  ],
1167
1167
  },
1168
- () => UpdateRouteRequest,
1169
- () => UpdateRouteResponse,
1168
+ () => UpdateRouteRequest$,
1169
+ () => UpdateRouteResponse$,
1170
1170
  ];
1171
1171
 
1172
1172
  class CreateApplicationCommand extends smithyClient.Command
@@ -1177,7 +1177,7 @@ class CreateApplicationCommand extends smithyClient.Command
1177
1177
  })
1178
1178
  .s("RefactorSpaces", "CreateApplication", {})
1179
1179
  .n("MigrationHubRefactorSpacesClient", "CreateApplicationCommand")
1180
- .sc(CreateApplication)
1180
+ .sc(CreateApplication$)
1181
1181
  .build() {
1182
1182
  }
1183
1183
 
@@ -1189,7 +1189,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
1189
1189
  })
1190
1190
  .s("RefactorSpaces", "CreateEnvironment", {})
1191
1191
  .n("MigrationHubRefactorSpacesClient", "CreateEnvironmentCommand")
1192
- .sc(CreateEnvironment)
1192
+ .sc(CreateEnvironment$)
1193
1193
  .build() {
1194
1194
  }
1195
1195
 
@@ -1201,7 +1201,7 @@ class CreateRouteCommand extends smithyClient.Command
1201
1201
  })
1202
1202
  .s("RefactorSpaces", "CreateRoute", {})
1203
1203
  .n("MigrationHubRefactorSpacesClient", "CreateRouteCommand")
1204
- .sc(CreateRoute)
1204
+ .sc(CreateRoute$)
1205
1205
  .build() {
1206
1206
  }
1207
1207
 
@@ -1213,7 +1213,7 @@ class CreateServiceCommand extends smithyClient.Command
1213
1213
  })
1214
1214
  .s("RefactorSpaces", "CreateService", {})
1215
1215
  .n("MigrationHubRefactorSpacesClient", "CreateServiceCommand")
1216
- .sc(CreateService)
1216
+ .sc(CreateService$)
1217
1217
  .build() {
1218
1218
  }
1219
1219
 
@@ -1225,7 +1225,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1225
1225
  })
1226
1226
  .s("RefactorSpaces", "DeleteApplication", {})
1227
1227
  .n("MigrationHubRefactorSpacesClient", "DeleteApplicationCommand")
1228
- .sc(DeleteApplication)
1228
+ .sc(DeleteApplication$)
1229
1229
  .build() {
1230
1230
  }
1231
1231
 
@@ -1237,7 +1237,7 @@ class DeleteEnvironmentCommand extends smithyClient.Command
1237
1237
  })
1238
1238
  .s("RefactorSpaces", "DeleteEnvironment", {})
1239
1239
  .n("MigrationHubRefactorSpacesClient", "DeleteEnvironmentCommand")
1240
- .sc(DeleteEnvironment)
1240
+ .sc(DeleteEnvironment$)
1241
1241
  .build() {
1242
1242
  }
1243
1243
 
@@ -1249,7 +1249,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
1249
1249
  })
1250
1250
  .s("RefactorSpaces", "DeleteResourcePolicy", {})
1251
1251
  .n("MigrationHubRefactorSpacesClient", "DeleteResourcePolicyCommand")
1252
- .sc(DeleteResourcePolicy)
1252
+ .sc(DeleteResourcePolicy$)
1253
1253
  .build() {
1254
1254
  }
1255
1255
 
@@ -1261,7 +1261,7 @@ class DeleteRouteCommand extends smithyClient.Command
1261
1261
  })
1262
1262
  .s("RefactorSpaces", "DeleteRoute", {})
1263
1263
  .n("MigrationHubRefactorSpacesClient", "DeleteRouteCommand")
1264
- .sc(DeleteRoute)
1264
+ .sc(DeleteRoute$)
1265
1265
  .build() {
1266
1266
  }
1267
1267
 
@@ -1273,7 +1273,7 @@ class DeleteServiceCommand extends smithyClient.Command
1273
1273
  })
1274
1274
  .s("RefactorSpaces", "DeleteService", {})
1275
1275
  .n("MigrationHubRefactorSpacesClient", "DeleteServiceCommand")
1276
- .sc(DeleteService)
1276
+ .sc(DeleteService$)
1277
1277
  .build() {
1278
1278
  }
1279
1279
 
@@ -1285,7 +1285,7 @@ class GetApplicationCommand extends smithyClient.Command
1285
1285
  })
1286
1286
  .s("RefactorSpaces", "GetApplication", {})
1287
1287
  .n("MigrationHubRefactorSpacesClient", "GetApplicationCommand")
1288
- .sc(GetApplication)
1288
+ .sc(GetApplication$)
1289
1289
  .build() {
1290
1290
  }
1291
1291
 
@@ -1297,7 +1297,7 @@ class GetEnvironmentCommand extends smithyClient.Command
1297
1297
  })
1298
1298
  .s("RefactorSpaces", "GetEnvironment", {})
1299
1299
  .n("MigrationHubRefactorSpacesClient", "GetEnvironmentCommand")
1300
- .sc(GetEnvironment)
1300
+ .sc(GetEnvironment$)
1301
1301
  .build() {
1302
1302
  }
1303
1303
 
@@ -1309,7 +1309,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
1309
1309
  })
1310
1310
  .s("RefactorSpaces", "GetResourcePolicy", {})
1311
1311
  .n("MigrationHubRefactorSpacesClient", "GetResourcePolicyCommand")
1312
- .sc(GetResourcePolicy)
1312
+ .sc(GetResourcePolicy$)
1313
1313
  .build() {
1314
1314
  }
1315
1315
 
@@ -1321,7 +1321,7 @@ class GetRouteCommand extends smithyClient.Command
1321
1321
  })
1322
1322
  .s("RefactorSpaces", "GetRoute", {})
1323
1323
  .n("MigrationHubRefactorSpacesClient", "GetRouteCommand")
1324
- .sc(GetRoute)
1324
+ .sc(GetRoute$)
1325
1325
  .build() {
1326
1326
  }
1327
1327
 
@@ -1333,7 +1333,7 @@ class GetServiceCommand extends smithyClient.Command
1333
1333
  })
1334
1334
  .s("RefactorSpaces", "GetService", {})
1335
1335
  .n("MigrationHubRefactorSpacesClient", "GetServiceCommand")
1336
- .sc(GetService)
1336
+ .sc(GetService$)
1337
1337
  .build() {
1338
1338
  }
1339
1339
 
@@ -1345,7 +1345,7 @@ class ListApplicationsCommand extends smithyClient.Command
1345
1345
  })
1346
1346
  .s("RefactorSpaces", "ListApplications", {})
1347
1347
  .n("MigrationHubRefactorSpacesClient", "ListApplicationsCommand")
1348
- .sc(ListApplications)
1348
+ .sc(ListApplications$)
1349
1349
  .build() {
1350
1350
  }
1351
1351
 
@@ -1357,7 +1357,7 @@ class ListEnvironmentsCommand extends smithyClient.Command
1357
1357
  })
1358
1358
  .s("RefactorSpaces", "ListEnvironments", {})
1359
1359
  .n("MigrationHubRefactorSpacesClient", "ListEnvironmentsCommand")
1360
- .sc(ListEnvironments)
1360
+ .sc(ListEnvironments$)
1361
1361
  .build() {
1362
1362
  }
1363
1363
 
@@ -1369,7 +1369,7 @@ class ListEnvironmentVpcsCommand extends smithyClient.Command
1369
1369
  })
1370
1370
  .s("RefactorSpaces", "ListEnvironmentVpcs", {})
1371
1371
  .n("MigrationHubRefactorSpacesClient", "ListEnvironmentVpcsCommand")
1372
- .sc(ListEnvironmentVpcs)
1372
+ .sc(ListEnvironmentVpcs$)
1373
1373
  .build() {
1374
1374
  }
1375
1375
 
@@ -1381,7 +1381,7 @@ class ListRoutesCommand extends smithyClient.Command
1381
1381
  })
1382
1382
  .s("RefactorSpaces", "ListRoutes", {})
1383
1383
  .n("MigrationHubRefactorSpacesClient", "ListRoutesCommand")
1384
- .sc(ListRoutes)
1384
+ .sc(ListRoutes$)
1385
1385
  .build() {
1386
1386
  }
1387
1387
 
@@ -1393,7 +1393,7 @@ class ListServicesCommand extends smithyClient.Command
1393
1393
  })
1394
1394
  .s("RefactorSpaces", "ListServices", {})
1395
1395
  .n("MigrationHubRefactorSpacesClient", "ListServicesCommand")
1396
- .sc(ListServices)
1396
+ .sc(ListServices$)
1397
1397
  .build() {
1398
1398
  }
1399
1399
 
@@ -1405,7 +1405,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1405
1405
  })
1406
1406
  .s("RefactorSpaces", "ListTagsForResource", {})
1407
1407
  .n("MigrationHubRefactorSpacesClient", "ListTagsForResourceCommand")
1408
- .sc(ListTagsForResource)
1408
+ .sc(ListTagsForResource$)
1409
1409
  .build() {
1410
1410
  }
1411
1411
 
@@ -1417,7 +1417,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
1417
1417
  })
1418
1418
  .s("RefactorSpaces", "PutResourcePolicy", {})
1419
1419
  .n("MigrationHubRefactorSpacesClient", "PutResourcePolicyCommand")
1420
- .sc(PutResourcePolicy)
1420
+ .sc(PutResourcePolicy$)
1421
1421
  .build() {
1422
1422
  }
1423
1423
 
@@ -1429,7 +1429,7 @@ class TagResourceCommand extends smithyClient.Command
1429
1429
  })
1430
1430
  .s("RefactorSpaces", "TagResource", {})
1431
1431
  .n("MigrationHubRefactorSpacesClient", "TagResourceCommand")
1432
- .sc(TagResource)
1432
+ .sc(TagResource$)
1433
1433
  .build() {
1434
1434
  }
1435
1435
 
@@ -1441,7 +1441,7 @@ class UntagResourceCommand extends smithyClient.Command
1441
1441
  })
1442
1442
  .s("RefactorSpaces", "UntagResource", {})
1443
1443
  .n("MigrationHubRefactorSpacesClient", "UntagResourceCommand")
1444
- .sc(UntagResource)
1444
+ .sc(UntagResource$)
1445
1445
  .build() {
1446
1446
  }
1447
1447
 
@@ -1453,7 +1453,7 @@ class UpdateRouteCommand extends smithyClient.Command
1453
1453
  })
1454
1454
  .s("RefactorSpaces", "UpdateRoute", {})
1455
1455
  .n("MigrationHubRefactorSpacesClient", "UpdateRouteCommand")
1456
- .sc(UpdateRoute)
1456
+ .sc(UpdateRoute$)
1457
1457
  .build() {
1458
1458
  }
1459
1459
 
@@ -1600,54 +1600,152 @@ Object.defineProperty(exports, "__Client", {
1600
1600
  enumerable: true,
1601
1601
  get: function () { return smithyClient.Client; }
1602
1602
  });
1603
- exports.AccessDeniedException = AccessDeniedException$1;
1603
+ exports.AccessDeniedException = AccessDeniedException;
1604
+ exports.AccessDeniedException$ = AccessDeniedException$;
1604
1605
  exports.ApiGatewayEndpointType = ApiGatewayEndpointType;
1606
+ exports.ApiGatewayProxyConfig$ = ApiGatewayProxyConfig$;
1607
+ exports.ApiGatewayProxyInput$ = ApiGatewayProxyInput$;
1608
+ exports.ApiGatewayProxySummary$ = ApiGatewayProxySummary$;
1605
1609
  exports.ApplicationState = ApplicationState;
1606
- exports.ConflictException = ConflictException$1;
1610
+ exports.ApplicationSummary$ = ApplicationSummary$;
1611
+ exports.ConflictException = ConflictException;
1612
+ exports.ConflictException$ = ConflictException$;
1613
+ exports.CreateApplication$ = CreateApplication$;
1607
1614
  exports.CreateApplicationCommand = CreateApplicationCommand;
1615
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1616
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1617
+ exports.CreateEnvironment$ = CreateEnvironment$;
1608
1618
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
1619
+ exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
1620
+ exports.CreateEnvironmentResponse$ = CreateEnvironmentResponse$;
1621
+ exports.CreateRoute$ = CreateRoute$;
1609
1622
  exports.CreateRouteCommand = CreateRouteCommand;
1623
+ exports.CreateRouteRequest$ = CreateRouteRequest$;
1624
+ exports.CreateRouteResponse$ = CreateRouteResponse$;
1625
+ exports.CreateService$ = CreateService$;
1610
1626
  exports.CreateServiceCommand = CreateServiceCommand;
1627
+ exports.CreateServiceRequest$ = CreateServiceRequest$;
1628
+ exports.CreateServiceResponse$ = CreateServiceResponse$;
1629
+ exports.DefaultRouteInput$ = DefaultRouteInput$;
1630
+ exports.DeleteApplication$ = DeleteApplication$;
1611
1631
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1632
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1633
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
1634
+ exports.DeleteEnvironment$ = DeleteEnvironment$;
1612
1635
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
1636
+ exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
1637
+ exports.DeleteEnvironmentResponse$ = DeleteEnvironmentResponse$;
1638
+ exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
1613
1639
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1640
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
1641
+ exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
1642
+ exports.DeleteRoute$ = DeleteRoute$;
1614
1643
  exports.DeleteRouteCommand = DeleteRouteCommand;
1644
+ exports.DeleteRouteRequest$ = DeleteRouteRequest$;
1645
+ exports.DeleteRouteResponse$ = DeleteRouteResponse$;
1646
+ exports.DeleteService$ = DeleteService$;
1615
1647
  exports.DeleteServiceCommand = DeleteServiceCommand;
1648
+ exports.DeleteServiceRequest$ = DeleteServiceRequest$;
1649
+ exports.DeleteServiceResponse$ = DeleteServiceResponse$;
1616
1650
  exports.EnvironmentState = EnvironmentState;
1651
+ exports.EnvironmentSummary$ = EnvironmentSummary$;
1652
+ exports.EnvironmentVpc$ = EnvironmentVpc$;
1617
1653
  exports.ErrorCode = ErrorCode;
1618
1654
  exports.ErrorResourceType = ErrorResourceType;
1655
+ exports.ErrorResponse$ = ErrorResponse$;
1656
+ exports.GetApplication$ = GetApplication$;
1619
1657
  exports.GetApplicationCommand = GetApplicationCommand;
1658
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
1659
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
1660
+ exports.GetEnvironment$ = GetEnvironment$;
1620
1661
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
1662
+ exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
1663
+ exports.GetEnvironmentResponse$ = GetEnvironmentResponse$;
1664
+ exports.GetResourcePolicy$ = GetResourcePolicy$;
1621
1665
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1666
+ exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
1667
+ exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
1668
+ exports.GetRoute$ = GetRoute$;
1622
1669
  exports.GetRouteCommand = GetRouteCommand;
1670
+ exports.GetRouteRequest$ = GetRouteRequest$;
1671
+ exports.GetRouteResponse$ = GetRouteResponse$;
1672
+ exports.GetService$ = GetService$;
1623
1673
  exports.GetServiceCommand = GetServiceCommand;
1674
+ exports.GetServiceRequest$ = GetServiceRequest$;
1675
+ exports.GetServiceResponse$ = GetServiceResponse$;
1624
1676
  exports.HttpMethod = HttpMethod;
1625
- exports.InternalServerException = InternalServerException$1;
1626
- exports.InvalidResourcePolicyException = InvalidResourcePolicyException$1;
1677
+ exports.InternalServerException = InternalServerException;
1678
+ exports.InternalServerException$ = InternalServerException$;
1679
+ exports.InvalidResourcePolicyException = InvalidResourcePolicyException;
1680
+ exports.InvalidResourcePolicyException$ = InvalidResourcePolicyException$;
1681
+ exports.LambdaEndpointConfig$ = LambdaEndpointConfig$;
1682
+ exports.LambdaEndpointInput$ = LambdaEndpointInput$;
1683
+ exports.LambdaEndpointSummary$ = LambdaEndpointSummary$;
1684
+ exports.ListApplications$ = ListApplications$;
1627
1685
  exports.ListApplicationsCommand = ListApplicationsCommand;
1686
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1687
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1688
+ exports.ListEnvironmentVpcs$ = ListEnvironmentVpcs$;
1628
1689
  exports.ListEnvironmentVpcsCommand = ListEnvironmentVpcsCommand;
1690
+ exports.ListEnvironmentVpcsRequest$ = ListEnvironmentVpcsRequest$;
1691
+ exports.ListEnvironmentVpcsResponse$ = ListEnvironmentVpcsResponse$;
1692
+ exports.ListEnvironments$ = ListEnvironments$;
1629
1693
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
1694
+ exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
1695
+ exports.ListEnvironmentsResponse$ = ListEnvironmentsResponse$;
1696
+ exports.ListRoutes$ = ListRoutes$;
1630
1697
  exports.ListRoutesCommand = ListRoutesCommand;
1698
+ exports.ListRoutesRequest$ = ListRoutesRequest$;
1699
+ exports.ListRoutesResponse$ = ListRoutesResponse$;
1700
+ exports.ListServices$ = ListServices$;
1631
1701
  exports.ListServicesCommand = ListServicesCommand;
1702
+ exports.ListServicesRequest$ = ListServicesRequest$;
1703
+ exports.ListServicesResponse$ = ListServicesResponse$;
1704
+ exports.ListTagsForResource$ = ListTagsForResource$;
1632
1705
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1706
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1707
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1633
1708
  exports.MigrationHubRefactorSpaces = MigrationHubRefactorSpaces;
1634
1709
  exports.MigrationHubRefactorSpacesClient = MigrationHubRefactorSpacesClient;
1635
- exports.MigrationHubRefactorSpacesServiceException = MigrationHubRefactorSpacesServiceException$1;
1710
+ exports.MigrationHubRefactorSpacesServiceException = MigrationHubRefactorSpacesServiceException;
1711
+ exports.MigrationHubRefactorSpacesServiceException$ = MigrationHubRefactorSpacesServiceException$;
1636
1712
  exports.NetworkFabricType = NetworkFabricType;
1637
1713
  exports.ProxyType = ProxyType;
1714
+ exports.PutResourcePolicy$ = PutResourcePolicy$;
1638
1715
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1639
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1716
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
1717
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
1718
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1719
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1640
1720
  exports.RouteActivationState = RouteActivationState;
1641
1721
  exports.RouteState = RouteState;
1722
+ exports.RouteSummary$ = RouteSummary$;
1642
1723
  exports.RouteType = RouteType;
1643
1724
  exports.ServiceEndpointType = ServiceEndpointType;
1644
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1725
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1726
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1645
1727
  exports.ServiceState = ServiceState;
1728
+ exports.ServiceSummary$ = ServiceSummary$;
1729
+ exports.TagResource$ = TagResource$;
1646
1730
  exports.TagResourceCommand = TagResourceCommand;
1647
- exports.ThrottlingException = ThrottlingException$1;
1731
+ exports.TagResourceRequest$ = TagResourceRequest$;
1732
+ exports.TagResourceResponse$ = TagResourceResponse$;
1733
+ exports.ThrottlingException = ThrottlingException;
1734
+ exports.ThrottlingException$ = ThrottlingException$;
1735
+ exports.UntagResource$ = UntagResource$;
1648
1736
  exports.UntagResourceCommand = UntagResourceCommand;
1737
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1738
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1739
+ exports.UpdateRoute$ = UpdateRoute$;
1649
1740
  exports.UpdateRouteCommand = UpdateRouteCommand;
1650
- exports.ValidationException = ValidationException$1;
1741
+ exports.UpdateRouteRequest$ = UpdateRouteRequest$;
1742
+ exports.UpdateRouteResponse$ = UpdateRouteResponse$;
1743
+ exports.UriPathRouteInput$ = UriPathRouteInput$;
1744
+ exports.UrlEndpointConfig$ = UrlEndpointConfig$;
1745
+ exports.UrlEndpointInput$ = UrlEndpointInput$;
1746
+ exports.UrlEndpointSummary$ = UrlEndpointSummary$;
1747
+ exports.ValidationException = ValidationException;
1748
+ exports.ValidationException$ = ValidationException$;
1651
1749
  exports.paginateListApplications = paginateListApplications;
1652
1750
  exports.paginateListEnvironmentVpcs = paginateListEnvironmentVpcs;
1653
1751
  exports.paginateListEnvironments = paginateListEnvironments;