@aws-sdk/client-migrationhubstrategy 3.948.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 (42) hide show
  1. package/dist-cjs/index.js +423 -287
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/GetApplicationComponentDetailsCommand.js +2 -2
  4. package/dist-es/commands/GetApplicationComponentStrategiesCommand.js +2 -2
  5. package/dist-es/commands/GetAssessmentCommand.js +2 -2
  6. package/dist-es/commands/GetImportFileTaskCommand.js +2 -2
  7. package/dist-es/commands/GetLatestAssessmentIdCommand.js +2 -2
  8. package/dist-es/commands/GetPortfolioPreferencesCommand.js +2 -2
  9. package/dist-es/commands/GetPortfolioSummaryCommand.js +2 -2
  10. package/dist-es/commands/GetRecommendationReportDetailsCommand.js +2 -2
  11. package/dist-es/commands/GetServerDetailsCommand.js +2 -2
  12. package/dist-es/commands/GetServerStrategiesCommand.js +2 -2
  13. package/dist-es/commands/ListAnalyzableServersCommand.js +2 -2
  14. package/dist-es/commands/ListApplicationComponentsCommand.js +2 -2
  15. package/dist-es/commands/ListCollectorsCommand.js +2 -2
  16. package/dist-es/commands/ListImportFileTaskCommand.js +2 -2
  17. package/dist-es/commands/ListServersCommand.js +2 -2
  18. package/dist-es/commands/PutPortfolioPreferencesCommand.js +2 -2
  19. package/dist-es/commands/StartAssessmentCommand.js +2 -2
  20. package/dist-es/commands/StartImportFileTaskCommand.js +2 -2
  21. package/dist-es/commands/StartRecommendationReportGenerationCommand.js +2 -2
  22. package/dist-es/commands/StopAssessmentCommand.js +2 -2
  23. package/dist-es/commands/UpdateApplicationComponentConfigCommand.js +2 -2
  24. package/dist-es/commands/UpdateServerConfigCommand.js +2 -2
  25. package/dist-es/index.js +1 -0
  26. package/dist-es/runtimeConfig.shared.js +6 -1
  27. package/dist-es/schemas/schemas_0.js +255 -248
  28. package/dist-types/MigrationHubStrategyClient.d.ts +1 -10
  29. package/dist-types/index.d.ts +1 -0
  30. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  31. package/dist-types/runtimeConfig.d.ts +6 -2
  32. package/dist-types/runtimeConfig.native.d.ts +6 -2
  33. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  34. package/dist-types/schemas/schemas_0.d.ts +130 -165
  35. package/dist-types/ts3.4/MigrationHubStrategyClient.d.ts +0 -4
  36. package/dist-types/ts3.4/index.d.ts +1 -0
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +129 -166
  42. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MigrationHubStrategyClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MigrationHubStrategyServiceException$1 = class MigrationHubStrategyServiceException extends smithyClient.ServiceException {
113
+ class MigrationHubStrategyServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MigrationHubStrategyServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubStrategyServiceException$1 {
120
+ class AccessDeniedException extends MigrationHubStrategyServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubSt
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends MigrationHubStrategyServiceException$1 {
131
+ }
132
+ class InternalServerException extends MigrationHubStrategyServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends MigrationH
140
140
  });
141
141
  Object.setPrototypeOf(this, InternalServerException.prototype);
142
142
  }
143
- };
144
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends MigrationHubStrategyServiceException$1 {
143
+ }
144
+ class ResourceNotFoundException extends MigrationHubStrategyServiceException {
145
145
  name = "ResourceNotFoundException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Migrat
152
152
  });
153
153
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
154
  }
155
- };
156
- let ThrottlingException$1 = class ThrottlingException extends MigrationHubStrategyServiceException$1 {
155
+ }
156
+ class ThrottlingException extends MigrationHubStrategyServiceException {
157
157
  name = "ThrottlingException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ThrottlingException$1 = class ThrottlingException extends MigrationHubStrate
164
164
  });
165
165
  Object.setPrototypeOf(this, ThrottlingException.prototype);
166
166
  }
167
- };
168
- let ValidationException$1 = class ValidationException extends MigrationHubStrategyServiceException$1 {
167
+ }
168
+ class ValidationException extends MigrationHubStrategyServiceException {
169
169
  name = "ValidationException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends MigrationHubStrate
176
176
  });
177
177
  Object.setPrototypeOf(this, ValidationException.prototype);
178
178
  }
179
- };
180
- let DependencyException$1 = class DependencyException extends MigrationHubStrategyServiceException$1 {
179
+ }
180
+ class DependencyException extends MigrationHubStrategyServiceException {
181
181
  name = "DependencyException";
182
182
  $fault = "server";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let DependencyException$1 = class DependencyException extends MigrationHubStrate
188
188
  });
189
189
  Object.setPrototypeOf(this, DependencyException.prototype);
190
190
  }
191
- };
192
- let ServiceLinkedRoleLockClientException$1 = class ServiceLinkedRoleLockClientException extends MigrationHubStrategyServiceException$1 {
191
+ }
192
+ class ServiceLinkedRoleLockClientException extends MigrationHubStrategyServiceException {
193
193
  name = "ServiceLinkedRoleLockClientException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let ServiceLinkedRoleLockClientException$1 = class ServiceLinkedRoleLockClientEx
200
200
  });
201
201
  Object.setPrototypeOf(this, ServiceLinkedRoleLockClientException.prototype);
202
202
  }
203
- };
204
- let ConflictException$1 = class ConflictException extends MigrationHubStrategyServiceException$1 {
203
+ }
204
+ class ConflictException extends MigrationHubStrategyServiceException {
205
205
  name = "ConflictException";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let ConflictException$1 = class ConflictException extends MigrationHubStrategySe
212
212
  });
213
213
  Object.setPrototypeOf(this, ConflictException.prototype);
214
214
  }
215
- };
216
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends MigrationHubStrategyServiceException$1 {
215
+ }
216
+ class ServiceQuotaExceededException extends MigrationHubStrategyServiceException {
217
217
  name = "ServiceQuotaExceededException";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,7 +224,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
224
224
  });
225
225
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
226
226
  }
227
- };
227
+ }
228
228
 
229
229
  const _AA = "AssociatedApplication";
230
230
  const _AAs = "AssociatedApplications";
@@ -563,19 +563,19 @@ const _va = "value";
563
563
  const _ve = "version";
564
564
  const n0 = "com.amazonaws.migrationhubstrategy";
565
565
  var SecretsManagerKey = [0, n0, _SMK, 8, 0];
566
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
567
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
568
- var AnalyzableServerSummary = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
569
- var AntipatternReportResult = [
566
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
567
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
568
+ var AnalyzableServerSummary$ = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
569
+ var AntipatternReportResult$ = [
570
570
  3,
571
571
  n0,
572
572
  _ARR,
573
573
  0,
574
574
  [_aN, _aPRSO, _aRS, _aRSM],
575
- [() => AnalyzerNameUnion, () => S3Object, 0, 0],
575
+ [() => AnalyzerNameUnion$, () => S3Object$, 0, 0],
576
576
  ];
577
- var AntipatternSeveritySummary = [3, n0, _ASSn, 0, [_se, _co], [0, 1]];
578
- var ApplicationComponentDetail = [
577
+ var AntipatternSeveritySummary$ = [3, n0, _ASSn, 0, [_se, _co], [0, 1]];
578
+ var ApplicationComponentDetail$ = [
579
579
  3,
580
580
  n0,
581
581
  _ACD,
@@ -608,16 +608,16 @@ var ApplicationComponentDetail = [
608
608
  [
609
609
  0,
610
610
  0,
611
- () => RecommendationSet,
611
+ () => RecommendationSet$,
612
612
  0,
613
613
  0,
614
614
  () => ListAntipatternSeveritySummary,
615
- () => DatabaseConfigDetail,
615
+ () => DatabaseConfigDetail$,
616
616
  () => SourceCodeRepositories,
617
617
  0,
618
618
  0,
619
619
  0,
620
- () => S3Object,
620
+ () => S3Object$,
621
621
  0,
622
622
  0,
623
623
  0,
@@ -627,23 +627,23 @@ var ApplicationComponentDetail = [
627
627
  2,
628
628
  0,
629
629
  0,
630
- () => AppUnitError,
630
+ () => AppUnitError$,
631
631
  () => ResultList,
632
632
  ],
633
633
  ];
634
- var ApplicationComponentStatusSummary = [3, n0, _ACSS, 0, [_sCODAS, _co], [0, 1]];
635
- var ApplicationComponentStrategy = [
634
+ var ApplicationComponentStatusSummary$ = [3, n0, _ACSS, 0, [_sCODAS, _co], [0, 1]];
635
+ var ApplicationComponentStrategy$ = [
636
636
  3,
637
637
  n0,
638
638
  _ACS,
639
639
  0,
640
640
  [_r, _st, _iP],
641
- [() => RecommendationSet, 0, 2],
641
+ [() => RecommendationSet$, 0, 2],
642
642
  ];
643
- var ApplicationComponentSummary = [3, n0, _ACSp, 0, [_aT, _co], [0, 1]];
644
- var ApplicationPreferences = [3, n0, _AP, 0, [_mP], [() => ManagementPreference]];
645
- var AppUnitError = [3, n0, _AUE, 0, [_aUEC], [0]];
646
- var AssessmentSummary = [
643
+ var ApplicationComponentSummary$ = [3, n0, _ACSp, 0, [_aT, _co], [0, 1]];
644
+ var ApplicationPreferences$ = [3, n0, _AP, 0, [_mP], [() => ManagementPreference$]];
645
+ var AppUnitError$ = [3, n0, _AUE, 0, [_aUEC], [0]];
646
+ var AssessmentSummary$ = [
647
647
  3,
648
648
  n0,
649
649
  _AS,
@@ -655,7 +655,7 @@ var AssessmentSummary = [
655
655
  () => ListAntipatternSeveritySummary,
656
656
  () => ListApplicationComponentSummary,
657
657
  () => ListServerSummary,
658
- () => S3Object,
658
+ () => S3Object$,
659
659
  0,
660
660
  0,
661
661
  4,
@@ -663,19 +663,19 @@ var AssessmentSummary = [
663
663
  () => ListServerStatusSummary,
664
664
  ],
665
665
  ];
666
- var AssessmentTarget = [3, n0, _AT, 0, [_con, _n, _v], [0, 0, 64 | 0]];
667
- var AssociatedApplication = [3, n0, _AA, 0, [_n, _i], [0, 0]];
668
- var AwsManagedResources = [3, n0, _AMR, 0, [_tD], [64 | 0]];
669
- var BusinessGoals = [3, n0, _BG, 0, [_sOM, _rOOWMS, _mIWCNT, _lCR], [1, 1, 1, 1]];
670
- var Collector = [
666
+ var AssessmentTarget$ = [3, n0, _AT, 0, [_con, _n, _v], [0, 0, 64 | 0]];
667
+ var AssociatedApplication$ = [3, n0, _AA, 0, [_n, _i], [0, 0]];
668
+ var AwsManagedResources$ = [3, n0, _AMR, 0, [_tD], [64 | 0]];
669
+ var BusinessGoals$ = [3, n0, _BG, 0, [_sOM, _rOOWMS, _mIWCNT, _lCR], [1, 1, 1, 1]];
670
+ var Collector$ = [
671
671
  3,
672
672
  n0,
673
673
  _C,
674
674
  0,
675
675
  [_cI, _iA, _hN, _cH, _cV, _rTS, _lATS, _cS],
676
- [0, 0, 0, 0, 0, 0, 0, () => ConfigurationSummary],
676
+ [0, 0, 0, 0, 0, 0, 0, () => ConfigurationSummary$],
677
677
  ];
678
- var ConfigurationSummary = [
678
+ var ConfigurationSummary$ = [
679
679
  3,
680
680
  n0,
681
681
  _CS,
@@ -686,21 +686,21 @@ var ConfigurationSummary = [
686
686
  () => IPAddressBasedRemoteInfoList,
687
687
  () => VersionControlInfoList,
688
688
  () => PipelineInfoList,
689
- () => RemoteSourceCodeAnalysisServerInfo,
689
+ () => RemoteSourceCodeAnalysisServerInfo$,
690
690
  ],
691
691
  ];
692
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
693
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
694
- var DatabaseConfigDetail = [3, n0, _DCD, 0, [_sN], [0]];
695
- var DatabasePreferences = [
692
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
693
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
694
+ var DatabaseConfigDetail$ = [3, n0, _DCD, 0, [_sN], [0]];
695
+ var DatabasePreferences$ = [
696
696
  3,
697
697
  n0,
698
698
  _DP,
699
699
  0,
700
700
  [_dMP, _dMPa],
701
- [0, () => DatabaseMigrationPreference],
701
+ [0, () => DatabaseMigrationPreference$],
702
702
  ];
703
- var DataCollectionDetails = [
703
+ var DataCollectionDetails$ = [
704
704
  3,
705
705
  n0,
706
706
  _DCDa,
@@ -708,19 +708,19 @@ var DataCollectionDetails = [
708
708
  [_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
709
709
  [0, 1, 1, 1, 1, 4, 4, 0],
710
710
  ];
711
- var DependencyException = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
712
- schema.TypeRegistry.for(n0).registerError(DependencyException, DependencyException$1);
713
- var GetApplicationComponentDetailsRequest = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
714
- var GetApplicationComponentDetailsResponse = [
711
+ var DependencyException$ = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
712
+ schema.TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
713
+ var GetApplicationComponentDetailsRequest$ = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
714
+ var GetApplicationComponentDetailsResponse$ = [
715
715
  3,
716
716
  n0,
717
717
  _GACDRe,
718
718
  0,
719
719
  [_aCD, _aA, _mAR, _aSIs],
720
- [() => ApplicationComponentDetail, () => AssociatedApplications, 2, 64 | 0],
720
+ [() => ApplicationComponentDetail$, () => AssociatedApplications, 2, 64 | 0],
721
721
  ];
722
- var GetApplicationComponentStrategiesRequest = [3, n0, _GACSR, 0, [_aCI], [[0, 1]]];
723
- var GetApplicationComponentStrategiesResponse = [
722
+ var GetApplicationComponentStrategiesRequest$ = [3, n0, _GACSR, 0, [_aCI], [[0, 1]]];
723
+ var GetApplicationComponentStrategiesResponse$ = [
724
724
  3,
725
725
  n0,
726
726
  _GACSRe,
@@ -728,17 +728,17 @@ var GetApplicationComponentStrategiesResponse = [
728
728
  [_aCS],
729
729
  [() => ApplicationComponentStrategies],
730
730
  ];
731
- var GetAssessmentRequest = [3, n0, _GAR, 0, [_i], [[0, 1]]];
732
- var GetAssessmentResponse = [
731
+ var GetAssessmentRequest$ = [3, n0, _GAR, 0, [_i], [[0, 1]]];
732
+ var GetAssessmentResponse$ = [
733
733
  3,
734
734
  n0,
735
735
  _GARe,
736
736
  0,
737
737
  [_i, _dCDa, _aTs],
738
- [0, () => DataCollectionDetails, () => AssessmentTargets],
738
+ [0, () => DataCollectionDetails$, () => AssessmentTargets],
739
739
  ];
740
- var GetImportFileTaskRequest = [3, n0, _GIFTR, 0, [_i], [[0, 1]]];
741
- var GetImportFileTaskResponse = [
740
+ var GetImportFileTaskRequest$ = [3, n0, _GIFTR, 0, [_i], [[0, 1]]];
741
+ var GetImportFileTaskResponse$ = [
742
742
  3,
743
743
  n0,
744
744
  _GIFTRe,
@@ -746,29 +746,29 @@ var GetImportFileTaskResponse = [
746
746
  [_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
747
747
  [0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
748
748
  ];
749
- var GetLatestAssessmentIdRequest = [3, n0, _GLAIR, 0, [], []];
750
- var GetLatestAssessmentIdResponse = [3, n0, _GLAIRe, 0, [_i], [0]];
751
- var GetPortfolioPreferencesRequest = [3, n0, _GPPR, 0, [], []];
752
- var GetPortfolioPreferencesResponse = [
749
+ var GetLatestAssessmentIdRequest$ = [3, n0, _GLAIR, 0, [], []];
750
+ var GetLatestAssessmentIdResponse$ = [3, n0, _GLAIRe, 0, [_i], [0]];
751
+ var GetPortfolioPreferencesRequest$ = [3, n0, _GPPR, 0, [], []];
752
+ var GetPortfolioPreferencesResponse$ = [
753
753
  3,
754
754
  n0,
755
755
  _GPPRe,
756
756
  0,
757
757
  [_pBG, _aP, _dP, _aM],
758
- [() => PrioritizeBusinessGoals, () => ApplicationPreferences, () => DatabasePreferences, 0],
758
+ [() => PrioritizeBusinessGoals$, () => ApplicationPreferences$, () => DatabasePreferences$, 0],
759
759
  ];
760
- var GetPortfolioSummaryRequest = [3, n0, _GPSR, 0, [], []];
761
- var GetPortfolioSummaryResponse = [3, n0, _GPSRe, 0, [_aSs], [() => AssessmentSummary]];
762
- var GetRecommendationReportDetailsRequest = [3, n0, _GRRDR, 0, [_i], [[0, 1]]];
763
- var GetRecommendationReportDetailsResponse = [
760
+ var GetPortfolioSummaryRequest$ = [3, n0, _GPSR, 0, [], []];
761
+ var GetPortfolioSummaryResponse$ = [3, n0, _GPSRe, 0, [_aSs], [() => AssessmentSummary$]];
762
+ var GetRecommendationReportDetailsRequest$ = [3, n0, _GRRDR, 0, [_i], [[0, 1]]];
763
+ var GetRecommendationReportDetailsResponse$ = [
764
764
  3,
765
765
  n0,
766
766
  _GRRDRe,
767
767
  0,
768
768
  [_i, _rRD],
769
- [0, () => RecommendationReportDetails],
769
+ [0, () => RecommendationReportDetails$],
770
770
  ];
771
- var GetServerDetailsRequest = [
771
+ var GetServerDetailsRequest$ = [
772
772
  3,
773
773
  n0,
774
774
  _GSDR,
@@ -780,20 +780,20 @@ var GetServerDetailsRequest = [
780
780
  [1, { [_hQ]: _mR }],
781
781
  ],
782
782
  ];
783
- var GetServerDetailsResponse = [
783
+ var GetServerDetailsResponse$ = [
784
784
  3,
785
785
  n0,
786
786
  _GSDRe,
787
787
  0,
788
788
  [_nT, _sD, _aA],
789
- [0, () => ServerDetail, () => AssociatedApplications],
789
+ [0, () => ServerDetail$, () => AssociatedApplications],
790
790
  ];
791
- var GetServerStrategiesRequest = [3, n0, _GSSR, 0, [_sI], [[0, 1]]];
792
- var GetServerStrategiesResponse = [3, n0, _GSSRe, 0, [_sS], [() => ServerStrategies]];
793
- var Group = [3, n0, _G, 0, [_n, _va], [0, 0]];
794
- var Heterogeneous = [3, n0, _H, 0, [_tDE], [64 | 0]];
795
- var Homogeneous = [3, n0, _Ho, 0, [_tDE], [64 | 0]];
796
- var ImportFileTaskInformation = [
791
+ var GetServerStrategiesRequest$ = [3, n0, _GSSR, 0, [_sI], [[0, 1]]];
792
+ var GetServerStrategiesResponse$ = [3, n0, _GSSRe, 0, [_sS], [() => ServerStrategies]];
793
+ var Group$ = [3, n0, _G, 0, [_n, _va], [0, 0]];
794
+ var Heterogeneous$ = [3, n0, _H, 0, [_tDE], [64 | 0]];
795
+ var Homogeneous$ = [3, n0, _Ho, 0, [_tDE], [64 | 0]];
796
+ var ImportFileTaskInformation$ = [
797
797
  3,
798
798
  n0,
799
799
  _IFTI,
@@ -801,11 +801,11 @@ var ImportFileTaskInformation = [
801
801
  [_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
802
802
  [0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
803
803
  ];
804
- var InternalServerException = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
805
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
806
- var IPAddressBasedRemoteInfo = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
807
- var ListAnalyzableServersRequest = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
808
- var ListAnalyzableServersResponse = [
804
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
805
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
806
+ var IPAddressBasedRemoteInfo$ = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
807
+ var ListAnalyzableServersRequest$ = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
808
+ var ListAnalyzableServersResponse$ = [
809
809
  3,
810
810
  n0,
811
811
  _LASRi,
@@ -813,7 +813,7 @@ var ListAnalyzableServersResponse = [
813
813
  [_aSn, _nT],
814
814
  [() => AnalyzableServerSummaryList, 0],
815
815
  ];
816
- var ListApplicationComponentsRequest = [
816
+ var ListApplicationComponentsRequest$ = [
817
817
  3,
818
818
  n0,
819
819
  _LACR,
@@ -821,7 +821,7 @@ var ListApplicationComponentsRequest = [
821
821
  [_aCC, _fV, _so, _gIF, _nT, _mR],
822
822
  [0, 0, 0, () => GroupIds, 0, 1],
823
823
  ];
824
- var ListApplicationComponentsResponse = [
824
+ var ListApplicationComponentsResponse$ = [
825
825
  3,
826
826
  n0,
827
827
  _LACRi,
@@ -829,7 +829,7 @@ var ListApplicationComponentsResponse = [
829
829
  [_aCIp, _nT],
830
830
  [() => ApplicationComponentDetails, 0],
831
831
  ];
832
- var ListCollectorsRequest = [
832
+ var ListCollectorsRequest$ = [
833
833
  3,
834
834
  n0,
835
835
  _LCR,
@@ -840,8 +840,8 @@ var ListCollectorsRequest = [
840
840
  [1, { [_hQ]: _mR }],
841
841
  ],
842
842
  ];
843
- var ListCollectorsResponse = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
844
- var ListImportFileTaskRequest = [
843
+ var ListCollectorsResponse$ = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
844
+ var ListImportFileTaskRequest$ = [
845
845
  3,
846
846
  n0,
847
847
  _LIFTR,
@@ -852,7 +852,7 @@ var ListImportFileTaskRequest = [
852
852
  [1, { [_hQ]: _mR }],
853
853
  ],
854
854
  ];
855
- var ListImportFileTaskResponse = [
855
+ var ListImportFileTaskResponse$ = [
856
856
  3,
857
857
  n0,
858
858
  _LIFTRi,
@@ -860,7 +860,7 @@ var ListImportFileTaskResponse = [
860
860
  [_tI, _nT],
861
861
  [() => ListImportFileTaskInformation, 0],
862
862
  ];
863
- var ListServersRequest = [
863
+ var ListServersRequest$ = [
864
864
  3,
865
865
  n0,
866
866
  _LSR,
@@ -868,23 +868,23 @@ var ListServersRequest = [
868
868
  [_sC, _fV, _so, _gIF, _nT, _mR],
869
869
  [0, 0, 0, () => GroupIds, 0, 1],
870
870
  ];
871
- var ListServersResponse = [3, n0, _LSRi, 0, [_sIe, _nT], [() => ServerDetails, 0]];
872
- var NetworkInfo = [3, n0, _NI, 0, [_iNn, _iA, _mA, _nM], [0, 0, 0, 0]];
873
- var NoDatabaseMigrationPreference = [3, n0, _NDMP, 0, [_tDE], [64 | 0]];
874
- var NoManagementPreference = [3, n0, _NMP, 0, [_tD], [64 | 0]];
875
- var OSInfo = [3, n0, _OSI, 0, [_t, _ve], [0, 0]];
876
- var PipelineInfo = [3, n0, _PI, 0, [_pT, _pCTS], [0, 0]];
877
- var PrioritizeBusinessGoals = [3, n0, _PBG, 0, [_bG], [() => BusinessGoals]];
878
- var PutPortfolioPreferencesRequest = [
871
+ var ListServersResponse$ = [3, n0, _LSRi, 0, [_sIe, _nT], [() => ServerDetails, 0]];
872
+ var NetworkInfo$ = [3, n0, _NI, 0, [_iNn, _iA, _mA, _nM], [0, 0, 0, 0]];
873
+ var NoDatabaseMigrationPreference$ = [3, n0, _NDMP, 0, [_tDE], [64 | 0]];
874
+ var NoManagementPreference$ = [3, n0, _NMP, 0, [_tD], [64 | 0]];
875
+ var OSInfo$ = [3, n0, _OSI, 0, [_t, _ve], [0, 0]];
876
+ var PipelineInfo$ = [3, n0, _PI, 0, [_pT, _pCTS], [0, 0]];
877
+ var PrioritizeBusinessGoals$ = [3, n0, _PBG, 0, [_bG], [() => BusinessGoals$]];
878
+ var PutPortfolioPreferencesRequest$ = [
879
879
  3,
880
880
  n0,
881
881
  _PPPR,
882
882
  0,
883
883
  [_pBG, _aP, _dP, _aM],
884
- [() => PrioritizeBusinessGoals, () => ApplicationPreferences, () => DatabasePreferences, 0],
884
+ [() => PrioritizeBusinessGoals$, () => ApplicationPreferences$, () => DatabasePreferences$, 0],
885
885
  ];
886
- var PutPortfolioPreferencesResponse = [3, n0, _PPPRu, 0, [], []];
887
- var RecommendationReportDetails = [
886
+ var PutPortfolioPreferencesResponse$ = [3, n0, _PPPRu, 0, [], []];
887
+ var RecommendationReportDetails$ = [
888
888
  3,
889
889
  n0,
890
890
  _RRD,
@@ -892,28 +892,28 @@ var RecommendationReportDetails = [
892
892
  [_st, _sM, _sT, _cT, _sB, _sK],
893
893
  [0, 0, 4, 4, 0, 64 | 0],
894
894
  ];
895
- var RecommendationSet = [
895
+ var RecommendationSet$ = [
896
896
  3,
897
897
  n0,
898
898
  _RS,
899
899
  0,
900
900
  [_tT, _tD, _str],
901
- [() => TransformationTool, 0, 0],
901
+ [() => TransformationTool$, 0, 0],
902
902
  ];
903
- var RemoteSourceCodeAnalysisServerInfo = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
904
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
905
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
906
- var Result = [
903
+ var RemoteSourceCodeAnalysisServerInfo$ = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
904
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
905
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
906
+ var Result$ = [
907
907
  3,
908
908
  n0,
909
909
  _R,
910
910
  0,
911
911
  [_aTn, _aS, _sM, _aRRL],
912
- [0, () => AnalysisStatusUnion, 0, () => AntipatternReportResultList],
912
+ [0, () => AnalysisStatusUnion$, 0, () => AntipatternReportResultList],
913
913
  ];
914
- var S3Object = [3, n0, _SO, 0, [_sB, _sk], [0, 0]];
915
- var SelfManageResources = [3, n0, _SMR, 0, [_tD], [64 | 0]];
916
- var ServerDetail = [
914
+ var S3Object$ = [3, n0, _SO, 0, [_sB, _sk], [0, 0]];
915
+ var SelfManageResources$ = [3, n0, _SMR, 0, [_tD], [64 | 0]];
916
+ var ServerDetail$ = [
917
917
  3,
918
918
  n0,
919
919
  _SD,
@@ -922,32 +922,32 @@ var ServerDetail = [
922
922
  [
923
923
  0,
924
924
  0,
925
- () => RecommendationSet,
925
+ () => RecommendationSet$,
926
926
  0,
927
927
  0,
928
928
  () => ListAntipatternSeveritySummary,
929
- () => SystemInfo,
929
+ () => SystemInfo$,
930
930
  () => ListStrategySummary,
931
- () => S3Object,
931
+ () => S3Object$,
932
932
  0,
933
933
  0,
934
934
  0,
935
935
  4,
936
- () => ServerError,
936
+ () => ServerError$,
937
937
  ],
938
938
  ];
939
- var ServerError = [3, n0, _SE, 0, [_sEC], [0]];
940
- var ServerStatusSummary = [3, n0, _SSS, 0, [_rTAS, _co], [0, 1]];
941
- var ServerStrategy = [
939
+ var ServerError$ = [3, n0, _SE, 0, [_sEC], [0]];
940
+ var ServerStatusSummary$ = [3, n0, _SSS, 0, [_rTAS, _co], [0, 1]];
941
+ var ServerStrategy$ = [
942
942
  3,
943
943
  n0,
944
944
  _SS,
945
945
  0,
946
946
  [_r, _st, _nOAC, _iP],
947
- [() => RecommendationSet, 0, 1, 2],
947
+ [() => RecommendationSet$, 0, 1, 2],
948
948
  ];
949
- var ServerSummary = [3, n0, _SSe, 0, [_SOT, _co], [0, 1]];
950
- var ServiceLinkedRoleLockClientException = [
949
+ var ServerSummary$ = [3, n0, _SSe, 0, [_SOT, _co], [0, 1]];
950
+ var ServiceLinkedRoleLockClientException$ = [
951
951
  -3,
952
952
  n0,
953
953
  _SLRLCE,
@@ -955,12 +955,12 @@ var ServiceLinkedRoleLockClientException = [
955
955
  [_m],
956
956
  [0],
957
957
  ];
958
- schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException, ServiceLinkedRoleLockClientException$1);
959
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
960
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
961
- var SourceCode = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
962
- var SourceCodeRepository = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
963
- var StartAssessmentRequest = [
958
+ schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException$, ServiceLinkedRoleLockClientException);
959
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
960
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
961
+ var SourceCode$ = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
962
+ var SourceCodeRepository$ = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
963
+ var StartAssessmentRequest$ = [
964
964
  3,
965
965
  n0,
966
966
  _SAR,
@@ -968,8 +968,8 @@ var StartAssessmentRequest = [
968
968
  [_sFAD, _sFRD, _aTs, _aDST],
969
969
  [0, 0, () => AssessmentTargets, 0],
970
970
  ];
971
- var StartAssessmentResponse = [3, n0, _SARt, 0, [_aI], [0]];
972
- var StartImportFileTaskRequest = [
971
+ var StartAssessmentResponse$ = [3, n0, _SARt, 0, [_aI], [0]];
972
+ var StartImportFileTaskRequest$ = [
973
973
  3,
974
974
  n0,
975
975
  _SIFTR,
@@ -977,8 +977,8 @@ var StartImportFileTaskRequest = [
977
977
  [_n, _SB, _sk, _dST, _gI, _sFRD],
978
978
  [0, 0, 0, 0, () => GroupIds, 0],
979
979
  ];
980
- var StartImportFileTaskResponse = [3, n0, _SIFTRt, 0, [_i], [0]];
981
- var StartRecommendationReportGenerationRequest = [
980
+ var StartImportFileTaskResponse$ = [3, n0, _SIFTRt, 0, [_i], [0]];
981
+ var StartRecommendationReportGenerationRequest$ = [
982
982
  3,
983
983
  n0,
984
984
  _SRRGR,
@@ -986,38 +986,45 @@ var StartRecommendationReportGenerationRequest = [
986
986
  [_oF, _gIF],
987
987
  [0, () => GroupIds],
988
988
  ];
989
- var StartRecommendationReportGenerationResponse = [3, n0, _SRRGRt, 0, [_i], [0]];
990
- var StopAssessmentRequest = [3, n0, _SARto, 0, [_aI], [0]];
991
- var StopAssessmentResponse = [3, n0, _SARtop, 0, [], []];
992
- var StrategyOption = [3, n0, _SOt, 0, [_str, _tN, _tD, _iP], [0, 0, 0, 2]];
993
- var StrategySummary = [3, n0, _SSt, 0, [_str, _co], [0, 1]];
994
- var SystemInfo = [
989
+ var StartRecommendationReportGenerationResponse$ = [3, n0, _SRRGRt, 0, [_i], [0]];
990
+ var StopAssessmentRequest$ = [3, n0, _SARto, 0, [_aI], [0]];
991
+ var StopAssessmentResponse$ = [3, n0, _SARtop, 0, [], []];
992
+ var StrategyOption$ = [3, n0, _SOt, 0, [_str, _tN, _tD, _iP], [0, 0, 0, 2]];
993
+ var StrategySummary$ = [3, n0, _SSt, 0, [_str, _co], [0, 1]];
994
+ var SystemInfo$ = [
995
995
  3,
996
996
  n0,
997
997
  _SI,
998
998
  0,
999
999
  [_oI, _fST, _nIL, _cA],
1000
- [() => OSInfo, 0, () => NetworkInfoList, 0],
1000
+ [() => OSInfo$, 0, () => NetworkInfoList, 0],
1001
1001
  ];
1002
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1003
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1004
- var TransformationTool = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
1005
- var UpdateApplicationComponentConfigRequest = [
1002
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1003
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1004
+ var TransformationTool$ = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
1005
+ var UpdateApplicationComponentConfigRequest$ = [
1006
1006
  3,
1007
1007
  n0,
1008
1008
  _UACCR,
1009
1009
  0,
1010
1010
  [_aCI, _iS, _sO, _sCL, _sMK, _cO, _aT],
1011
- [0, 0, () => StrategyOption, () => SourceCodeList, [() => SecretsManagerKey, 0], 2, 0],
1011
+ [0, 0, () => StrategyOption$, () => SourceCodeList, [() => SecretsManagerKey, 0], 2, 0],
1012
+ ];
1013
+ var UpdateApplicationComponentConfigResponse$ = [3, n0, _UACCRp, 0, [], []];
1014
+ var UpdateServerConfigRequest$ = [
1015
+ 3,
1016
+ n0,
1017
+ _USCR,
1018
+ 0,
1019
+ [_sI, _sO],
1020
+ [0, () => StrategyOption$],
1012
1021
  ];
1013
- var UpdateApplicationComponentConfigResponse = [3, n0, _UACCRp, 0, [], []];
1014
- var UpdateServerConfigRequest = [3, n0, _USCR, 0, [_sI, _sO], [0, () => StrategyOption]];
1015
- var UpdateServerConfigResponse = [3, n0, _USCRp, 0, [], []];
1016
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1017
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1018
- var VcenterBasedRemoteInfo = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
1019
- var VersionControlInfo = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
1020
- var MigrationHubStrategyServiceException = [
1022
+ var UpdateServerConfigResponse$ = [3, n0, _USCRp, 0, [], []];
1023
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1024
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1025
+ var VcenterBasedRemoteInfo$ = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
1026
+ var VersionControlInfo$ = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
1027
+ var MigrationHubStrategyServiceException$ = [
1021
1028
  -3,
1022
1029
  _sm,
1023
1030
  "MigrationHubStrategyServiceException",
@@ -1025,231 +1032,231 @@ var MigrationHubStrategyServiceException = [
1025
1032
  [],
1026
1033
  [],
1027
1034
  ];
1028
- schema.TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException, MigrationHubStrategyServiceException$1);
1029
- var AnalyzableServerSummaryList = [1, n0, _ASSL, 0, () => AnalyzableServerSummary];
1030
- var AntipatternReportResultList = [1, n0, _ARRL, 0, () => AntipatternReportResult];
1031
- var ApplicationComponentDetails = [1, n0, _ACDp, 0, () => ApplicationComponentDetail];
1032
- var ApplicationComponentStrategies = [1, n0, _ACSpp, 0, () => ApplicationComponentStrategy];
1033
- var AssessmentTargets = [1, n0, _ATs, 0, () => AssessmentTarget];
1034
- var AssociatedApplications = [1, n0, _AAs, 0, () => AssociatedApplication];
1035
- var Collectors = [1, n0, _Co, 0, () => Collector];
1036
- var GroupIds = [1, n0, _GI, 0, () => Group];
1037
- var IPAddressBasedRemoteInfoList = [1, n0, _IPABRIL, 0, () => IPAddressBasedRemoteInfo];
1038
- var ListAntipatternSeveritySummary = [1, n0, _LASS, 0, () => AntipatternSeveritySummary];
1035
+ schema.TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException$, MigrationHubStrategyServiceException);
1036
+ var AnalyzableServerSummaryList = [1, n0, _ASSL, 0, () => AnalyzableServerSummary$];
1037
+ var AntipatternReportResultList = [1, n0, _ARRL, 0, () => AntipatternReportResult$];
1038
+ var ApplicationComponentDetails = [1, n0, _ACDp, 0, () => ApplicationComponentDetail$];
1039
+ var ApplicationComponentStrategies = [1, n0, _ACSpp, 0, () => ApplicationComponentStrategy$];
1040
+ var AssessmentTargets = [1, n0, _ATs, 0, () => AssessmentTarget$];
1041
+ var AssociatedApplications = [1, n0, _AAs, 0, () => AssociatedApplication$];
1042
+ var Collectors = [1, n0, _Co, 0, () => Collector$];
1043
+ var GroupIds = [1, n0, _GI, 0, () => Group$];
1044
+ var IPAddressBasedRemoteInfoList = [1, n0, _IPABRIL, 0, () => IPAddressBasedRemoteInfo$];
1045
+ var ListAntipatternSeveritySummary = [1, n0, _LASS, 0, () => AntipatternSeveritySummary$];
1039
1046
  var ListApplicationComponentStatusSummary = [
1040
1047
  1,
1041
1048
  n0,
1042
1049
  _LACSS,
1043
1050
  0,
1044
- () => ApplicationComponentStatusSummary,
1051
+ () => ApplicationComponentStatusSummary$,
1045
1052
  ];
1046
- var ListApplicationComponentSummary = [1, n0, _LACS, 0, () => ApplicationComponentSummary];
1047
- var ListImportFileTaskInformation = [1, n0, _LIFTI, 0, () => ImportFileTaskInformation];
1048
- var ListServerStatusSummary = [1, n0, _LSSS, 0, () => ServerStatusSummary];
1049
- var ListServerSummary = [1, n0, _LSS, 0, () => ServerSummary];
1050
- var ListStrategySummary = [1, n0, _LSSi, 0, () => StrategySummary];
1051
- var NetworkInfoList = [1, n0, _NIL, 0, () => NetworkInfo];
1052
- var PipelineInfoList = [1, n0, _PIL, 0, () => PipelineInfo];
1053
- var ResultList = [1, n0, _RL, 0, () => Result];
1054
- var ServerDetails = [1, n0, _SDe, 0, () => ServerDetail];
1055
- var ServerStrategies = [1, n0, _SSer, 0, () => ServerStrategy];
1056
- var SourceCodeList = [1, n0, _SCL, 0, () => SourceCode];
1057
- var SourceCodeRepositories = [1, n0, _SCRo, 0, () => SourceCodeRepository];
1058
- var VcenterBasedRemoteInfoList = [1, n0, _VBRIL, 0, () => VcenterBasedRemoteInfo];
1059
- var VersionControlInfoList = [1, n0, _VCIL, 0, () => VersionControlInfo];
1060
- var AnalysisStatusUnion = [3, n0, _ASU, 0, [_rAS, _sCODAS], [0, 0]];
1061
- var AnalyzerNameUnion = [3, n0, _ANU, 0, [_bAN, _rTAN, _sCAN], [0, 0, 0]];
1062
- var DatabaseMigrationPreference = [
1053
+ var ListApplicationComponentSummary = [1, n0, _LACS, 0, () => ApplicationComponentSummary$];
1054
+ var ListImportFileTaskInformation = [1, n0, _LIFTI, 0, () => ImportFileTaskInformation$];
1055
+ var ListServerStatusSummary = [1, n0, _LSSS, 0, () => ServerStatusSummary$];
1056
+ var ListServerSummary = [1, n0, _LSS, 0, () => ServerSummary$];
1057
+ var ListStrategySummary = [1, n0, _LSSi, 0, () => StrategySummary$];
1058
+ var NetworkInfoList = [1, n0, _NIL, 0, () => NetworkInfo$];
1059
+ var PipelineInfoList = [1, n0, _PIL, 0, () => PipelineInfo$];
1060
+ var ResultList = [1, n0, _RL, 0, () => Result$];
1061
+ var ServerDetails = [1, n0, _SDe, 0, () => ServerDetail$];
1062
+ var ServerStrategies = [1, n0, _SSer, 0, () => ServerStrategy$];
1063
+ var SourceCodeList = [1, n0, _SCL, 0, () => SourceCode$];
1064
+ var SourceCodeRepositories = [1, n0, _SCRo, 0, () => SourceCodeRepository$];
1065
+ var VcenterBasedRemoteInfoList = [1, n0, _VBRIL, 0, () => VcenterBasedRemoteInfo$];
1066
+ var VersionControlInfoList = [1, n0, _VCIL, 0, () => VersionControlInfo$];
1067
+ var AnalysisStatusUnion$ = [3, n0, _ASU, 0, [_rAS, _sCODAS], [0, 0]];
1068
+ var AnalyzerNameUnion$ = [3, n0, _ANU, 0, [_bAN, _rTAN, _sCAN], [0, 0, 0]];
1069
+ var DatabaseMigrationPreference$ = [
1063
1070
  3,
1064
1071
  n0,
1065
1072
  _DMP,
1066
1073
  0,
1067
1074
  [_he, _ho, _nP],
1068
- [() => Heterogeneous, () => Homogeneous, () => NoDatabaseMigrationPreference],
1075
+ [() => Heterogeneous$, () => Homogeneous$, () => NoDatabaseMigrationPreference$],
1069
1076
  ];
1070
- var ManagementPreference = [
1077
+ var ManagementPreference$ = [
1071
1078
  3,
1072
1079
  n0,
1073
1080
  _MP,
1074
1081
  0,
1075
1082
  [_aMR, _sMR, _nP],
1076
- [() => AwsManagedResources, () => SelfManageResources, () => NoManagementPreference],
1083
+ [() => AwsManagedResources$, () => SelfManageResources$, () => NoManagementPreference$],
1077
1084
  ];
1078
- var GetApplicationComponentDetails = [
1085
+ var GetApplicationComponentDetails$ = [
1079
1086
  9,
1080
1087
  n0,
1081
1088
  _GACD,
1082
1089
  { [_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200] },
1083
- () => GetApplicationComponentDetailsRequest,
1084
- () => GetApplicationComponentDetailsResponse,
1090
+ () => GetApplicationComponentDetailsRequest$,
1091
+ () => GetApplicationComponentDetailsResponse$,
1085
1092
  ];
1086
- var GetApplicationComponentStrategies = [
1093
+ var GetApplicationComponentStrategies$ = [
1087
1094
  9,
1088
1095
  n0,
1089
1096
  _GACS,
1090
1097
  { [_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200] },
1091
- () => GetApplicationComponentStrategiesRequest,
1092
- () => GetApplicationComponentStrategiesResponse,
1098
+ () => GetApplicationComponentStrategiesRequest$,
1099
+ () => GetApplicationComponentStrategiesResponse$,
1093
1100
  ];
1094
- var GetAssessment = [
1101
+ var GetAssessment$ = [
1095
1102
  9,
1096
1103
  n0,
1097
1104
  _GA,
1098
1105
  { [_ht]: ["GET", "/get-assessment/{id}", 200] },
1099
- () => GetAssessmentRequest,
1100
- () => GetAssessmentResponse,
1106
+ () => GetAssessmentRequest$,
1107
+ () => GetAssessmentResponse$,
1101
1108
  ];
1102
- var GetImportFileTask = [
1109
+ var GetImportFileTask$ = [
1103
1110
  9,
1104
1111
  n0,
1105
1112
  _GIFT,
1106
1113
  { [_ht]: ["GET", "/get-import-file-task/{id}", 200] },
1107
- () => GetImportFileTaskRequest,
1108
- () => GetImportFileTaskResponse,
1114
+ () => GetImportFileTaskRequest$,
1115
+ () => GetImportFileTaskResponse$,
1109
1116
  ];
1110
- var GetLatestAssessmentId = [
1117
+ var GetLatestAssessmentId$ = [
1111
1118
  9,
1112
1119
  n0,
1113
1120
  _GLAI,
1114
1121
  { [_ht]: ["GET", "/get-latest-assessment-id", 200] },
1115
- () => GetLatestAssessmentIdRequest,
1116
- () => GetLatestAssessmentIdResponse,
1122
+ () => GetLatestAssessmentIdRequest$,
1123
+ () => GetLatestAssessmentIdResponse$,
1117
1124
  ];
1118
- var GetPortfolioPreferences = [
1125
+ var GetPortfolioPreferences$ = [
1119
1126
  9,
1120
1127
  n0,
1121
1128
  _GPP,
1122
1129
  { [_ht]: ["GET", "/get-portfolio-preferences", 200] },
1123
- () => GetPortfolioPreferencesRequest,
1124
- () => GetPortfolioPreferencesResponse,
1130
+ () => GetPortfolioPreferencesRequest$,
1131
+ () => GetPortfolioPreferencesResponse$,
1125
1132
  ];
1126
- var GetPortfolioSummary = [
1133
+ var GetPortfolioSummary$ = [
1127
1134
  9,
1128
1135
  n0,
1129
1136
  _GPS,
1130
1137
  { [_ht]: ["GET", "/get-portfolio-summary", 200] },
1131
- () => GetPortfolioSummaryRequest,
1132
- () => GetPortfolioSummaryResponse,
1138
+ () => GetPortfolioSummaryRequest$,
1139
+ () => GetPortfolioSummaryResponse$,
1133
1140
  ];
1134
- var GetRecommendationReportDetails = [
1141
+ var GetRecommendationReportDetails$ = [
1135
1142
  9,
1136
1143
  n0,
1137
1144
  _GRRD,
1138
1145
  { [_ht]: ["GET", "/get-recommendation-report-details/{id}", 200] },
1139
- () => GetRecommendationReportDetailsRequest,
1140
- () => GetRecommendationReportDetailsResponse,
1146
+ () => GetRecommendationReportDetailsRequest$,
1147
+ () => GetRecommendationReportDetailsResponse$,
1141
1148
  ];
1142
- var GetServerDetails = [
1149
+ var GetServerDetails$ = [
1143
1150
  9,
1144
1151
  n0,
1145
1152
  _GSD,
1146
1153
  { [_ht]: ["GET", "/get-server-details/{serverId}", 200] },
1147
- () => GetServerDetailsRequest,
1148
- () => GetServerDetailsResponse,
1154
+ () => GetServerDetailsRequest$,
1155
+ () => GetServerDetailsResponse$,
1149
1156
  ];
1150
- var GetServerStrategies = [
1157
+ var GetServerStrategies$ = [
1151
1158
  9,
1152
1159
  n0,
1153
1160
  _GSS,
1154
1161
  { [_ht]: ["GET", "/get-server-strategies/{serverId}", 200] },
1155
- () => GetServerStrategiesRequest,
1156
- () => GetServerStrategiesResponse,
1162
+ () => GetServerStrategiesRequest$,
1163
+ () => GetServerStrategiesResponse$,
1157
1164
  ];
1158
- var ListAnalyzableServers = [
1165
+ var ListAnalyzableServers$ = [
1159
1166
  9,
1160
1167
  n0,
1161
1168
  _LAS,
1162
1169
  { [_ht]: ["POST", "/list-analyzable-servers", 200] },
1163
- () => ListAnalyzableServersRequest,
1164
- () => ListAnalyzableServersResponse,
1170
+ () => ListAnalyzableServersRequest$,
1171
+ () => ListAnalyzableServersResponse$,
1165
1172
  ];
1166
- var ListApplicationComponents = [
1173
+ var ListApplicationComponents$ = [
1167
1174
  9,
1168
1175
  n0,
1169
1176
  _LAC,
1170
1177
  { [_ht]: ["POST", "/list-applicationcomponents", 200] },
1171
- () => ListApplicationComponentsRequest,
1172
- () => ListApplicationComponentsResponse,
1178
+ () => ListApplicationComponentsRequest$,
1179
+ () => ListApplicationComponentsResponse$,
1173
1180
  ];
1174
- var ListCollectors = [
1181
+ var ListCollectors$ = [
1175
1182
  9,
1176
1183
  n0,
1177
1184
  _LC,
1178
1185
  { [_ht]: ["GET", "/list-collectors", 200] },
1179
- () => ListCollectorsRequest,
1180
- () => ListCollectorsResponse,
1186
+ () => ListCollectorsRequest$,
1187
+ () => ListCollectorsResponse$,
1181
1188
  ];
1182
- var ListImportFileTask = [
1189
+ var ListImportFileTask$ = [
1183
1190
  9,
1184
1191
  n0,
1185
1192
  _LIFT,
1186
1193
  { [_ht]: ["GET", "/list-import-file-task", 200] },
1187
- () => ListImportFileTaskRequest,
1188
- () => ListImportFileTaskResponse,
1194
+ () => ListImportFileTaskRequest$,
1195
+ () => ListImportFileTaskResponse$,
1189
1196
  ];
1190
- var ListServers = [
1197
+ var ListServers$ = [
1191
1198
  9,
1192
1199
  n0,
1193
1200
  _LS,
1194
1201
  { [_ht]: ["POST", "/list-servers", 200] },
1195
- () => ListServersRequest,
1196
- () => ListServersResponse,
1202
+ () => ListServersRequest$,
1203
+ () => ListServersResponse$,
1197
1204
  ];
1198
- var PutPortfolioPreferences = [
1205
+ var PutPortfolioPreferences$ = [
1199
1206
  9,
1200
1207
  n0,
1201
1208
  _PPP,
1202
1209
  { [_ht]: ["POST", "/put-portfolio-preferences", 200] },
1203
- () => PutPortfolioPreferencesRequest,
1204
- () => PutPortfolioPreferencesResponse,
1210
+ () => PutPortfolioPreferencesRequest$,
1211
+ () => PutPortfolioPreferencesResponse$,
1205
1212
  ];
1206
- var StartAssessment = [
1213
+ var StartAssessment$ = [
1207
1214
  9,
1208
1215
  n0,
1209
1216
  _SA,
1210
1217
  { [_ht]: ["POST", "/start-assessment", 200] },
1211
- () => StartAssessmentRequest,
1212
- () => StartAssessmentResponse,
1218
+ () => StartAssessmentRequest$,
1219
+ () => StartAssessmentResponse$,
1213
1220
  ];
1214
- var StartImportFileTask = [
1221
+ var StartImportFileTask$ = [
1215
1222
  9,
1216
1223
  n0,
1217
1224
  _SIFT,
1218
1225
  { [_ht]: ["POST", "/start-import-file-task", 200] },
1219
- () => StartImportFileTaskRequest,
1220
- () => StartImportFileTaskResponse,
1226
+ () => StartImportFileTaskRequest$,
1227
+ () => StartImportFileTaskResponse$,
1221
1228
  ];
1222
- var StartRecommendationReportGeneration = [
1229
+ var StartRecommendationReportGeneration$ = [
1223
1230
  9,
1224
1231
  n0,
1225
1232
  _SRRG,
1226
1233
  { [_ht]: ["POST", "/start-recommendation-report-generation", 200] },
1227
- () => StartRecommendationReportGenerationRequest,
1228
- () => StartRecommendationReportGenerationResponse,
1234
+ () => StartRecommendationReportGenerationRequest$,
1235
+ () => StartRecommendationReportGenerationResponse$,
1229
1236
  ];
1230
- var StopAssessment = [
1237
+ var StopAssessment$ = [
1231
1238
  9,
1232
1239
  n0,
1233
1240
  _SAt,
1234
1241
  { [_ht]: ["POST", "/stop-assessment", 200] },
1235
- () => StopAssessmentRequest,
1236
- () => StopAssessmentResponse,
1242
+ () => StopAssessmentRequest$,
1243
+ () => StopAssessmentResponse$,
1237
1244
  ];
1238
- var UpdateApplicationComponentConfig = [
1245
+ var UpdateApplicationComponentConfig$ = [
1239
1246
  9,
1240
1247
  n0,
1241
1248
  _UACC,
1242
1249
  { [_ht]: ["POST", "/update-applicationcomponent-config/", 200] },
1243
- () => UpdateApplicationComponentConfigRequest,
1244
- () => UpdateApplicationComponentConfigResponse,
1250
+ () => UpdateApplicationComponentConfigRequest$,
1251
+ () => UpdateApplicationComponentConfigResponse$,
1245
1252
  ];
1246
- var UpdateServerConfig = [
1253
+ var UpdateServerConfig$ = [
1247
1254
  9,
1248
1255
  n0,
1249
1256
  _USC,
1250
1257
  { [_ht]: ["POST", "/update-server-config/", 200] },
1251
- () => UpdateServerConfigRequest,
1252
- () => UpdateServerConfigResponse,
1258
+ () => UpdateServerConfigRequest$,
1259
+ () => UpdateServerConfigResponse$,
1253
1260
  ];
1254
1261
 
1255
1262
  class GetApplicationComponentDetailsCommand extends smithyClient.Command
@@ -1260,7 +1267,7 @@ class GetApplicationComponentDetailsCommand extends smithyClient.Command
1260
1267
  })
1261
1268
  .s("AWSMigrationHubStrategyRecommendation", "GetApplicationComponentDetails", {})
1262
1269
  .n("MigrationHubStrategyClient", "GetApplicationComponentDetailsCommand")
1263
- .sc(GetApplicationComponentDetails)
1270
+ .sc(GetApplicationComponentDetails$)
1264
1271
  .build() {
1265
1272
  }
1266
1273
 
@@ -1272,7 +1279,7 @@ class GetApplicationComponentStrategiesCommand extends smithyClient.Command
1272
1279
  })
1273
1280
  .s("AWSMigrationHubStrategyRecommendation", "GetApplicationComponentStrategies", {})
1274
1281
  .n("MigrationHubStrategyClient", "GetApplicationComponentStrategiesCommand")
1275
- .sc(GetApplicationComponentStrategies)
1282
+ .sc(GetApplicationComponentStrategies$)
1276
1283
  .build() {
1277
1284
  }
1278
1285
 
@@ -1284,7 +1291,7 @@ class GetAssessmentCommand extends smithyClient.Command
1284
1291
  })
1285
1292
  .s("AWSMigrationHubStrategyRecommendation", "GetAssessment", {})
1286
1293
  .n("MigrationHubStrategyClient", "GetAssessmentCommand")
1287
- .sc(GetAssessment)
1294
+ .sc(GetAssessment$)
1288
1295
  .build() {
1289
1296
  }
1290
1297
 
@@ -1296,7 +1303,7 @@ class GetImportFileTaskCommand extends smithyClient.Command
1296
1303
  })
1297
1304
  .s("AWSMigrationHubStrategyRecommendation", "GetImportFileTask", {})
1298
1305
  .n("MigrationHubStrategyClient", "GetImportFileTaskCommand")
1299
- .sc(GetImportFileTask)
1306
+ .sc(GetImportFileTask$)
1300
1307
  .build() {
1301
1308
  }
1302
1309
 
@@ -1308,7 +1315,7 @@ class GetLatestAssessmentIdCommand extends smithyClient.Command
1308
1315
  })
1309
1316
  .s("AWSMigrationHubStrategyRecommendation", "GetLatestAssessmentId", {})
1310
1317
  .n("MigrationHubStrategyClient", "GetLatestAssessmentIdCommand")
1311
- .sc(GetLatestAssessmentId)
1318
+ .sc(GetLatestAssessmentId$)
1312
1319
  .build() {
1313
1320
  }
1314
1321
 
@@ -1320,7 +1327,7 @@ class GetPortfolioPreferencesCommand extends smithyClient.Command
1320
1327
  })
1321
1328
  .s("AWSMigrationHubStrategyRecommendation", "GetPortfolioPreferences", {})
1322
1329
  .n("MigrationHubStrategyClient", "GetPortfolioPreferencesCommand")
1323
- .sc(GetPortfolioPreferences)
1330
+ .sc(GetPortfolioPreferences$)
1324
1331
  .build() {
1325
1332
  }
1326
1333
 
@@ -1332,7 +1339,7 @@ class GetPortfolioSummaryCommand extends smithyClient.Command
1332
1339
  })
1333
1340
  .s("AWSMigrationHubStrategyRecommendation", "GetPortfolioSummary", {})
1334
1341
  .n("MigrationHubStrategyClient", "GetPortfolioSummaryCommand")
1335
- .sc(GetPortfolioSummary)
1342
+ .sc(GetPortfolioSummary$)
1336
1343
  .build() {
1337
1344
  }
1338
1345
 
@@ -1344,7 +1351,7 @@ class GetRecommendationReportDetailsCommand extends smithyClient.Command
1344
1351
  })
1345
1352
  .s("AWSMigrationHubStrategyRecommendation", "GetRecommendationReportDetails", {})
1346
1353
  .n("MigrationHubStrategyClient", "GetRecommendationReportDetailsCommand")
1347
- .sc(GetRecommendationReportDetails)
1354
+ .sc(GetRecommendationReportDetails$)
1348
1355
  .build() {
1349
1356
  }
1350
1357
 
@@ -1356,7 +1363,7 @@ class GetServerDetailsCommand extends smithyClient.Command
1356
1363
  })
1357
1364
  .s("AWSMigrationHubStrategyRecommendation", "GetServerDetails", {})
1358
1365
  .n("MigrationHubStrategyClient", "GetServerDetailsCommand")
1359
- .sc(GetServerDetails)
1366
+ .sc(GetServerDetails$)
1360
1367
  .build() {
1361
1368
  }
1362
1369
 
@@ -1368,7 +1375,7 @@ class GetServerStrategiesCommand extends smithyClient.Command
1368
1375
  })
1369
1376
  .s("AWSMigrationHubStrategyRecommendation", "GetServerStrategies", {})
1370
1377
  .n("MigrationHubStrategyClient", "GetServerStrategiesCommand")
1371
- .sc(GetServerStrategies)
1378
+ .sc(GetServerStrategies$)
1372
1379
  .build() {
1373
1380
  }
1374
1381
 
@@ -1380,7 +1387,7 @@ class ListAnalyzableServersCommand extends smithyClient.Command
1380
1387
  })
1381
1388
  .s("AWSMigrationHubStrategyRecommendation", "ListAnalyzableServers", {})
1382
1389
  .n("MigrationHubStrategyClient", "ListAnalyzableServersCommand")
1383
- .sc(ListAnalyzableServers)
1390
+ .sc(ListAnalyzableServers$)
1384
1391
  .build() {
1385
1392
  }
1386
1393
 
@@ -1392,7 +1399,7 @@ class ListApplicationComponentsCommand extends smithyClient.Command
1392
1399
  })
1393
1400
  .s("AWSMigrationHubStrategyRecommendation", "ListApplicationComponents", {})
1394
1401
  .n("MigrationHubStrategyClient", "ListApplicationComponentsCommand")
1395
- .sc(ListApplicationComponents)
1402
+ .sc(ListApplicationComponents$)
1396
1403
  .build() {
1397
1404
  }
1398
1405
 
@@ -1404,7 +1411,7 @@ class ListCollectorsCommand extends smithyClient.Command
1404
1411
  })
1405
1412
  .s("AWSMigrationHubStrategyRecommendation", "ListCollectors", {})
1406
1413
  .n("MigrationHubStrategyClient", "ListCollectorsCommand")
1407
- .sc(ListCollectors)
1414
+ .sc(ListCollectors$)
1408
1415
  .build() {
1409
1416
  }
1410
1417
 
@@ -1416,7 +1423,7 @@ class ListImportFileTaskCommand extends smithyClient.Command
1416
1423
  })
1417
1424
  .s("AWSMigrationHubStrategyRecommendation", "ListImportFileTask", {})
1418
1425
  .n("MigrationHubStrategyClient", "ListImportFileTaskCommand")
1419
- .sc(ListImportFileTask)
1426
+ .sc(ListImportFileTask$)
1420
1427
  .build() {
1421
1428
  }
1422
1429
 
@@ -1428,7 +1435,7 @@ class ListServersCommand extends smithyClient.Command
1428
1435
  })
1429
1436
  .s("AWSMigrationHubStrategyRecommendation", "ListServers", {})
1430
1437
  .n("MigrationHubStrategyClient", "ListServersCommand")
1431
- .sc(ListServers)
1438
+ .sc(ListServers$)
1432
1439
  .build() {
1433
1440
  }
1434
1441
 
@@ -1440,7 +1447,7 @@ class PutPortfolioPreferencesCommand extends smithyClient.Command
1440
1447
  })
1441
1448
  .s("AWSMigrationHubStrategyRecommendation", "PutPortfolioPreferences", {})
1442
1449
  .n("MigrationHubStrategyClient", "PutPortfolioPreferencesCommand")
1443
- .sc(PutPortfolioPreferences)
1450
+ .sc(PutPortfolioPreferences$)
1444
1451
  .build() {
1445
1452
  }
1446
1453
 
@@ -1452,7 +1459,7 @@ class StartAssessmentCommand extends smithyClient.Command
1452
1459
  })
1453
1460
  .s("AWSMigrationHubStrategyRecommendation", "StartAssessment", {})
1454
1461
  .n("MigrationHubStrategyClient", "StartAssessmentCommand")
1455
- .sc(StartAssessment)
1462
+ .sc(StartAssessment$)
1456
1463
  .build() {
1457
1464
  }
1458
1465
 
@@ -1464,7 +1471,7 @@ class StartImportFileTaskCommand extends smithyClient.Command
1464
1471
  })
1465
1472
  .s("AWSMigrationHubStrategyRecommendation", "StartImportFileTask", {})
1466
1473
  .n("MigrationHubStrategyClient", "StartImportFileTaskCommand")
1467
- .sc(StartImportFileTask)
1474
+ .sc(StartImportFileTask$)
1468
1475
  .build() {
1469
1476
  }
1470
1477
 
@@ -1476,7 +1483,7 @@ class StartRecommendationReportGenerationCommand extends smithyClient.Command
1476
1483
  })
1477
1484
  .s("AWSMigrationHubStrategyRecommendation", "StartRecommendationReportGeneration", {})
1478
1485
  .n("MigrationHubStrategyClient", "StartRecommendationReportGenerationCommand")
1479
- .sc(StartRecommendationReportGeneration)
1486
+ .sc(StartRecommendationReportGeneration$)
1480
1487
  .build() {
1481
1488
  }
1482
1489
 
@@ -1488,7 +1495,7 @@ class StopAssessmentCommand extends smithyClient.Command
1488
1495
  })
1489
1496
  .s("AWSMigrationHubStrategyRecommendation", "StopAssessment", {})
1490
1497
  .n("MigrationHubStrategyClient", "StopAssessmentCommand")
1491
- .sc(StopAssessment)
1498
+ .sc(StopAssessment$)
1492
1499
  .build() {
1493
1500
  }
1494
1501
 
@@ -1500,7 +1507,7 @@ class UpdateApplicationComponentConfigCommand extends smithyClient.Command
1500
1507
  })
1501
1508
  .s("AWSMigrationHubStrategyRecommendation", "UpdateApplicationComponentConfig", {})
1502
1509
  .n("MigrationHubStrategyClient", "UpdateApplicationComponentConfigCommand")
1503
- .sc(UpdateApplicationComponentConfig)
1510
+ .sc(UpdateApplicationComponentConfig$)
1504
1511
  .build() {
1505
1512
  }
1506
1513
 
@@ -1512,7 +1519,7 @@ class UpdateServerConfigCommand extends smithyClient.Command
1512
1519
  })
1513
1520
  .s("AWSMigrationHubStrategyRecommendation", "UpdateServerConfig", {})
1514
1521
  .n("MigrationHubStrategyClient", "UpdateServerConfigCommand")
1515
- .sc(UpdateServerConfig)
1522
+ .sc(UpdateServerConfig$)
1516
1523
  .build() {
1517
1524
  }
1518
1525
 
@@ -1870,83 +1877,212 @@ Object.defineProperty(exports, "__Client", {
1870
1877
  enumerable: true,
1871
1878
  get: function () { return smithyClient.Client; }
1872
1879
  });
1873
- exports.AccessDeniedException = AccessDeniedException$1;
1880
+ exports.AccessDeniedException = AccessDeniedException;
1881
+ exports.AccessDeniedException$ = AccessDeniedException$;
1882
+ exports.AnalysisStatusUnion$ = AnalysisStatusUnion$;
1874
1883
  exports.AnalysisType = AnalysisType;
1884
+ exports.AnalyzableServerSummary$ = AnalyzableServerSummary$;
1885
+ exports.AnalyzerNameUnion$ = AnalyzerNameUnion$;
1886
+ exports.AntipatternReportResult$ = AntipatternReportResult$;
1875
1887
  exports.AntipatternReportStatus = AntipatternReportStatus;
1888
+ exports.AntipatternSeveritySummary$ = AntipatternSeveritySummary$;
1876
1889
  exports.AppType = AppType;
1890
+ exports.AppUnitError$ = AppUnitError$;
1877
1891
  exports.AppUnitErrorCategory = AppUnitErrorCategory;
1878
1892
  exports.ApplicationComponentCriteria = ApplicationComponentCriteria;
1893
+ exports.ApplicationComponentDetail$ = ApplicationComponentDetail$;
1894
+ exports.ApplicationComponentStatusSummary$ = ApplicationComponentStatusSummary$;
1895
+ exports.ApplicationComponentStrategy$ = ApplicationComponentStrategy$;
1896
+ exports.ApplicationComponentSummary$ = ApplicationComponentSummary$;
1879
1897
  exports.ApplicationMode = ApplicationMode;
1898
+ exports.ApplicationPreferences$ = ApplicationPreferences$;
1880
1899
  exports.AssessmentDataSourceType = AssessmentDataSourceType;
1881
1900
  exports.AssessmentStatus = AssessmentStatus;
1901
+ exports.AssessmentSummary$ = AssessmentSummary$;
1902
+ exports.AssessmentTarget$ = AssessmentTarget$;
1903
+ exports.AssociatedApplication$ = AssociatedApplication$;
1882
1904
  exports.AuthType = AuthType;
1905
+ exports.AwsManagedResources$ = AwsManagedResources$;
1883
1906
  exports.AwsManagedTargetDestination = AwsManagedTargetDestination;
1884
1907
  exports.BinaryAnalyzerName = BinaryAnalyzerName;
1908
+ exports.BusinessGoals$ = BusinessGoals$;
1909
+ exports.Collector$ = Collector$;
1885
1910
  exports.CollectorHealth = CollectorHealth;
1886
1911
  exports.Condition = Condition;
1887
- exports.ConflictException = ConflictException$1;
1912
+ exports.ConfigurationSummary$ = ConfigurationSummary$;
1913
+ exports.ConflictException = ConflictException;
1914
+ exports.ConflictException$ = ConflictException$;
1915
+ exports.DataCollectionDetails$ = DataCollectionDetails$;
1888
1916
  exports.DataSourceType = DataSourceType;
1917
+ exports.DatabaseConfigDetail$ = DatabaseConfigDetail$;
1889
1918
  exports.DatabaseManagementPreference = DatabaseManagementPreference;
1890
- exports.DependencyException = DependencyException$1;
1919
+ exports.DatabaseMigrationPreference$ = DatabaseMigrationPreference$;
1920
+ exports.DatabasePreferences$ = DatabasePreferences$;
1921
+ exports.DependencyException = DependencyException;
1922
+ exports.DependencyException$ = DependencyException$;
1923
+ exports.GetApplicationComponentDetails$ = GetApplicationComponentDetails$;
1891
1924
  exports.GetApplicationComponentDetailsCommand = GetApplicationComponentDetailsCommand;
1925
+ exports.GetApplicationComponentDetailsRequest$ = GetApplicationComponentDetailsRequest$;
1926
+ exports.GetApplicationComponentDetailsResponse$ = GetApplicationComponentDetailsResponse$;
1927
+ exports.GetApplicationComponentStrategies$ = GetApplicationComponentStrategies$;
1892
1928
  exports.GetApplicationComponentStrategiesCommand = GetApplicationComponentStrategiesCommand;
1929
+ exports.GetApplicationComponentStrategiesRequest$ = GetApplicationComponentStrategiesRequest$;
1930
+ exports.GetApplicationComponentStrategiesResponse$ = GetApplicationComponentStrategiesResponse$;
1931
+ exports.GetAssessment$ = GetAssessment$;
1893
1932
  exports.GetAssessmentCommand = GetAssessmentCommand;
1933
+ exports.GetAssessmentRequest$ = GetAssessmentRequest$;
1934
+ exports.GetAssessmentResponse$ = GetAssessmentResponse$;
1935
+ exports.GetImportFileTask$ = GetImportFileTask$;
1894
1936
  exports.GetImportFileTaskCommand = GetImportFileTaskCommand;
1937
+ exports.GetImportFileTaskRequest$ = GetImportFileTaskRequest$;
1938
+ exports.GetImportFileTaskResponse$ = GetImportFileTaskResponse$;
1939
+ exports.GetLatestAssessmentId$ = GetLatestAssessmentId$;
1895
1940
  exports.GetLatestAssessmentIdCommand = GetLatestAssessmentIdCommand;
1941
+ exports.GetLatestAssessmentIdRequest$ = GetLatestAssessmentIdRequest$;
1942
+ exports.GetLatestAssessmentIdResponse$ = GetLatestAssessmentIdResponse$;
1943
+ exports.GetPortfolioPreferences$ = GetPortfolioPreferences$;
1896
1944
  exports.GetPortfolioPreferencesCommand = GetPortfolioPreferencesCommand;
1945
+ exports.GetPortfolioPreferencesRequest$ = GetPortfolioPreferencesRequest$;
1946
+ exports.GetPortfolioPreferencesResponse$ = GetPortfolioPreferencesResponse$;
1947
+ exports.GetPortfolioSummary$ = GetPortfolioSummary$;
1897
1948
  exports.GetPortfolioSummaryCommand = GetPortfolioSummaryCommand;
1949
+ exports.GetPortfolioSummaryRequest$ = GetPortfolioSummaryRequest$;
1950
+ exports.GetPortfolioSummaryResponse$ = GetPortfolioSummaryResponse$;
1951
+ exports.GetRecommendationReportDetails$ = GetRecommendationReportDetails$;
1898
1952
  exports.GetRecommendationReportDetailsCommand = GetRecommendationReportDetailsCommand;
1953
+ exports.GetRecommendationReportDetailsRequest$ = GetRecommendationReportDetailsRequest$;
1954
+ exports.GetRecommendationReportDetailsResponse$ = GetRecommendationReportDetailsResponse$;
1955
+ exports.GetServerDetails$ = GetServerDetails$;
1899
1956
  exports.GetServerDetailsCommand = GetServerDetailsCommand;
1957
+ exports.GetServerDetailsRequest$ = GetServerDetailsRequest$;
1958
+ exports.GetServerDetailsResponse$ = GetServerDetailsResponse$;
1959
+ exports.GetServerStrategies$ = GetServerStrategies$;
1900
1960
  exports.GetServerStrategiesCommand = GetServerStrategiesCommand;
1961
+ exports.GetServerStrategiesRequest$ = GetServerStrategiesRequest$;
1962
+ exports.GetServerStrategiesResponse$ = GetServerStrategiesResponse$;
1963
+ exports.Group$ = Group$;
1901
1964
  exports.GroupName = GroupName;
1965
+ exports.Heterogeneous$ = Heterogeneous$;
1902
1966
  exports.HeterogeneousTargetDatabaseEngine = HeterogeneousTargetDatabaseEngine;
1967
+ exports.Homogeneous$ = Homogeneous$;
1903
1968
  exports.HomogeneousTargetDatabaseEngine = HomogeneousTargetDatabaseEngine;
1969
+ exports.IPAddressBasedRemoteInfo$ = IPAddressBasedRemoteInfo$;
1970
+ exports.ImportFileTaskInformation$ = ImportFileTaskInformation$;
1904
1971
  exports.ImportFileTaskStatus = ImportFileTaskStatus;
1905
1972
  exports.InclusionStatus = InclusionStatus;
1906
- exports.InternalServerException = InternalServerException$1;
1973
+ exports.InternalServerException = InternalServerException;
1974
+ exports.InternalServerException$ = InternalServerException$;
1975
+ exports.ListAnalyzableServers$ = ListAnalyzableServers$;
1907
1976
  exports.ListAnalyzableServersCommand = ListAnalyzableServersCommand;
1977
+ exports.ListAnalyzableServersRequest$ = ListAnalyzableServersRequest$;
1978
+ exports.ListAnalyzableServersResponse$ = ListAnalyzableServersResponse$;
1979
+ exports.ListApplicationComponents$ = ListApplicationComponents$;
1908
1980
  exports.ListApplicationComponentsCommand = ListApplicationComponentsCommand;
1981
+ exports.ListApplicationComponentsRequest$ = ListApplicationComponentsRequest$;
1982
+ exports.ListApplicationComponentsResponse$ = ListApplicationComponentsResponse$;
1983
+ exports.ListCollectors$ = ListCollectors$;
1909
1984
  exports.ListCollectorsCommand = ListCollectorsCommand;
1985
+ exports.ListCollectorsRequest$ = ListCollectorsRequest$;
1986
+ exports.ListCollectorsResponse$ = ListCollectorsResponse$;
1987
+ exports.ListImportFileTask$ = ListImportFileTask$;
1910
1988
  exports.ListImportFileTaskCommand = ListImportFileTaskCommand;
1989
+ exports.ListImportFileTaskRequest$ = ListImportFileTaskRequest$;
1990
+ exports.ListImportFileTaskResponse$ = ListImportFileTaskResponse$;
1991
+ exports.ListServers$ = ListServers$;
1911
1992
  exports.ListServersCommand = ListServersCommand;
1993
+ exports.ListServersRequest$ = ListServersRequest$;
1994
+ exports.ListServersResponse$ = ListServersResponse$;
1995
+ exports.ManagementPreference$ = ManagementPreference$;
1912
1996
  exports.MigrationHubStrategy = MigrationHubStrategy;
1913
1997
  exports.MigrationHubStrategyClient = MigrationHubStrategyClient;
1914
- exports.MigrationHubStrategyServiceException = MigrationHubStrategyServiceException$1;
1998
+ exports.MigrationHubStrategyServiceException = MigrationHubStrategyServiceException;
1999
+ exports.MigrationHubStrategyServiceException$ = MigrationHubStrategyServiceException$;
2000
+ exports.NetworkInfo$ = NetworkInfo$;
2001
+ exports.NoDatabaseMigrationPreference$ = NoDatabaseMigrationPreference$;
2002
+ exports.NoManagementPreference$ = NoManagementPreference$;
1915
2003
  exports.NoPreferenceTargetDestination = NoPreferenceTargetDestination;
2004
+ exports.OSInfo$ = OSInfo$;
1916
2005
  exports.OSType = OSType;
1917
2006
  exports.OutputFormat = OutputFormat;
2007
+ exports.PipelineInfo$ = PipelineInfo$;
1918
2008
  exports.PipelineType = PipelineType;
2009
+ exports.PrioritizeBusinessGoals$ = PrioritizeBusinessGoals$;
2010
+ exports.PutPortfolioPreferences$ = PutPortfolioPreferences$;
1919
2011
  exports.PutPortfolioPreferencesCommand = PutPortfolioPreferencesCommand;
2012
+ exports.PutPortfolioPreferencesRequest$ = PutPortfolioPreferencesRequest$;
2013
+ exports.PutPortfolioPreferencesResponse$ = PutPortfolioPreferencesResponse$;
2014
+ exports.RecommendationReportDetails$ = RecommendationReportDetails$;
1920
2015
  exports.RecommendationReportStatus = RecommendationReportStatus;
1921
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2016
+ exports.RecommendationSet$ = RecommendationSet$;
2017
+ exports.RemoteSourceCodeAnalysisServerInfo$ = RemoteSourceCodeAnalysisServerInfo$;
2018
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2019
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1922
2020
  exports.ResourceSubType = ResourceSubType;
2021
+ exports.Result$ = Result$;
1923
2022
  exports.RunTimeAnalyzerName = RunTimeAnalyzerName;
1924
2023
  exports.RunTimeAssessmentStatus = RunTimeAssessmentStatus;
1925
2024
  exports.RuntimeAnalysisStatus = RuntimeAnalysisStatus;
2025
+ exports.S3Object$ = S3Object$;
2026
+ exports.SelfManageResources$ = SelfManageResources$;
1926
2027
  exports.SelfManageTargetDestination = SelfManageTargetDestination;
1927
2028
  exports.ServerCriteria = ServerCriteria;
2029
+ exports.ServerDetail$ = ServerDetail$;
2030
+ exports.ServerError$ = ServerError$;
1928
2031
  exports.ServerErrorCategory = ServerErrorCategory;
1929
2032
  exports.ServerOsType = ServerOsType;
1930
- exports.ServiceLinkedRoleLockClientException = ServiceLinkedRoleLockClientException$1;
1931
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2033
+ exports.ServerStatusSummary$ = ServerStatusSummary$;
2034
+ exports.ServerStrategy$ = ServerStrategy$;
2035
+ exports.ServerSummary$ = ServerSummary$;
2036
+ exports.ServiceLinkedRoleLockClientException = ServiceLinkedRoleLockClientException;
2037
+ exports.ServiceLinkedRoleLockClientException$ = ServiceLinkedRoleLockClientException$;
2038
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2039
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1932
2040
  exports.Severity = Severity;
1933
2041
  exports.SortOrder = SortOrder;
2042
+ exports.SourceCode$ = SourceCode$;
1934
2043
  exports.SourceCodeAnalyzerName = SourceCodeAnalyzerName;
2044
+ exports.SourceCodeRepository$ = SourceCodeRepository$;
1935
2045
  exports.SrcCodeOrDbAnalysisStatus = SrcCodeOrDbAnalysisStatus;
2046
+ exports.StartAssessment$ = StartAssessment$;
1936
2047
  exports.StartAssessmentCommand = StartAssessmentCommand;
2048
+ exports.StartAssessmentRequest$ = StartAssessmentRequest$;
2049
+ exports.StartAssessmentResponse$ = StartAssessmentResponse$;
2050
+ exports.StartImportFileTask$ = StartImportFileTask$;
1937
2051
  exports.StartImportFileTaskCommand = StartImportFileTaskCommand;
2052
+ exports.StartImportFileTaskRequest$ = StartImportFileTaskRequest$;
2053
+ exports.StartImportFileTaskResponse$ = StartImportFileTaskResponse$;
2054
+ exports.StartRecommendationReportGeneration$ = StartRecommendationReportGeneration$;
1938
2055
  exports.StartRecommendationReportGenerationCommand = StartRecommendationReportGenerationCommand;
2056
+ exports.StartRecommendationReportGenerationRequest$ = StartRecommendationReportGenerationRequest$;
2057
+ exports.StartRecommendationReportGenerationResponse$ = StartRecommendationReportGenerationResponse$;
2058
+ exports.StopAssessment$ = StopAssessment$;
1939
2059
  exports.StopAssessmentCommand = StopAssessmentCommand;
2060
+ exports.StopAssessmentRequest$ = StopAssessmentRequest$;
2061
+ exports.StopAssessmentResponse$ = StopAssessmentResponse$;
1940
2062
  exports.Strategy = Strategy;
2063
+ exports.StrategyOption$ = StrategyOption$;
1941
2064
  exports.StrategyRecommendation = StrategyRecommendation;
2065
+ exports.StrategySummary$ = StrategySummary$;
2066
+ exports.SystemInfo$ = SystemInfo$;
1942
2067
  exports.TargetDatabaseEngine = TargetDatabaseEngine;
1943
2068
  exports.TargetDestination = TargetDestination;
1944
- exports.ThrottlingException = ThrottlingException$1;
2069
+ exports.ThrottlingException = ThrottlingException;
2070
+ exports.ThrottlingException$ = ThrottlingException$;
2071
+ exports.TransformationTool$ = TransformationTool$;
1945
2072
  exports.TransformationToolName = TransformationToolName;
2073
+ exports.UpdateApplicationComponentConfig$ = UpdateApplicationComponentConfig$;
1946
2074
  exports.UpdateApplicationComponentConfigCommand = UpdateApplicationComponentConfigCommand;
2075
+ exports.UpdateApplicationComponentConfigRequest$ = UpdateApplicationComponentConfigRequest$;
2076
+ exports.UpdateApplicationComponentConfigResponse$ = UpdateApplicationComponentConfigResponse$;
2077
+ exports.UpdateServerConfig$ = UpdateServerConfig$;
1947
2078
  exports.UpdateServerConfigCommand = UpdateServerConfigCommand;
1948
- exports.ValidationException = ValidationException$1;
2079
+ exports.UpdateServerConfigRequest$ = UpdateServerConfigRequest$;
2080
+ exports.UpdateServerConfigResponse$ = UpdateServerConfigResponse$;
2081
+ exports.ValidationException = ValidationException;
2082
+ exports.ValidationException$ = ValidationException$;
2083
+ exports.VcenterBasedRemoteInfo$ = VcenterBasedRemoteInfo$;
1949
2084
  exports.VersionControl = VersionControl;
2085
+ exports.VersionControlInfo$ = VersionControlInfo$;
1950
2086
  exports.VersionControlType = VersionControlType;
1951
2087
  exports.paginateGetServerDetails = paginateGetServerDetails;
1952
2088
  exports.paginateListAnalyzableServers = paginateListAnalyzableServers;