@aws-sdk/client-migrationhubstrategy 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.
- package/dist-cjs/index.js +423 -287
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetApplicationComponentDetailsCommand.js +2 -2
- package/dist-es/commands/GetApplicationComponentStrategiesCommand.js +2 -2
- package/dist-es/commands/GetAssessmentCommand.js +2 -2
- package/dist-es/commands/GetImportFileTaskCommand.js +2 -2
- package/dist-es/commands/GetLatestAssessmentIdCommand.js +2 -2
- package/dist-es/commands/GetPortfolioPreferencesCommand.js +2 -2
- package/dist-es/commands/GetPortfolioSummaryCommand.js +2 -2
- package/dist-es/commands/GetRecommendationReportDetailsCommand.js +2 -2
- package/dist-es/commands/GetServerDetailsCommand.js +2 -2
- package/dist-es/commands/GetServerStrategiesCommand.js +2 -2
- package/dist-es/commands/ListAnalyzableServersCommand.js +2 -2
- package/dist-es/commands/ListApplicationComponentsCommand.js +2 -2
- package/dist-es/commands/ListCollectorsCommand.js +2 -2
- package/dist-es/commands/ListImportFileTaskCommand.js +2 -2
- package/dist-es/commands/ListServersCommand.js +2 -2
- package/dist-es/commands/PutPortfolioPreferencesCommand.js +2 -2
- package/dist-es/commands/StartAssessmentCommand.js +2 -2
- package/dist-es/commands/StartImportFileTaskCommand.js +2 -2
- package/dist-es/commands/StartRecommendationReportGenerationCommand.js +2 -2
- package/dist-es/commands/StopAssessmentCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationComponentConfigCommand.js +2 -2
- package/dist-es/commands/UpdateServerConfigCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +255 -248
- package/dist-types/MigrationHubStrategyClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +130 -165
- package/dist-types/ts3.4/MigrationHubStrategyClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +129 -166
- package/package.json +34 -34
|
@@ -335,22 +335,22 @@ const _va = "value";
|
|
|
335
335
|
const _ve = "version";
|
|
336
336
|
const n0 = "com.amazonaws.migrationhubstrategy";
|
|
337
337
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
338
|
-
import { AccessDeniedException
|
|
339
|
-
import { MigrationHubStrategyServiceException
|
|
340
|
-
|
|
341
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
342
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
343
|
-
export var AnalyzableServerSummary = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
|
|
344
|
-
export var AntipatternReportResult = [
|
|
338
|
+
import { AccessDeniedException, ConflictException, DependencyException, InternalServerException, ResourceNotFoundException, ServiceLinkedRoleLockClientException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
339
|
+
import { MigrationHubStrategyServiceException } from "../models/MigrationHubStrategyServiceException";
|
|
340
|
+
var SecretsManagerKey = [0, n0, _SMK, 8, 0];
|
|
341
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
342
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
343
|
+
export var AnalyzableServerSummary$ = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
|
|
344
|
+
export var AntipatternReportResult$ = [
|
|
345
345
|
3,
|
|
346
346
|
n0,
|
|
347
347
|
_ARR,
|
|
348
348
|
0,
|
|
349
349
|
[_aN, _aPRSO, _aRS, _aRSM],
|
|
350
|
-
[() => AnalyzerNameUnion
|
|
350
|
+
[() => AnalyzerNameUnion$, () => S3Object$, 0, 0],
|
|
351
351
|
];
|
|
352
|
-
export var AntipatternSeveritySummary = [3, n0, _ASSn, 0, [_se, _co], [0, 1]];
|
|
353
|
-
export var ApplicationComponentDetail = [
|
|
352
|
+
export var AntipatternSeveritySummary$ = [3, n0, _ASSn, 0, [_se, _co], [0, 1]];
|
|
353
|
+
export var ApplicationComponentDetail$ = [
|
|
354
354
|
3,
|
|
355
355
|
n0,
|
|
356
356
|
_ACD,
|
|
@@ -383,16 +383,16 @@ export var ApplicationComponentDetail = [
|
|
|
383
383
|
[
|
|
384
384
|
0,
|
|
385
385
|
0,
|
|
386
|
-
() => RecommendationSet
|
|
386
|
+
() => RecommendationSet$,
|
|
387
387
|
0,
|
|
388
388
|
0,
|
|
389
389
|
() => ListAntipatternSeveritySummary,
|
|
390
|
-
() => DatabaseConfigDetail
|
|
390
|
+
() => DatabaseConfigDetail$,
|
|
391
391
|
() => SourceCodeRepositories,
|
|
392
392
|
0,
|
|
393
393
|
0,
|
|
394
394
|
0,
|
|
395
|
-
() => S3Object
|
|
395
|
+
() => S3Object$,
|
|
396
396
|
0,
|
|
397
397
|
0,
|
|
398
398
|
0,
|
|
@@ -402,23 +402,23 @@ export var ApplicationComponentDetail = [
|
|
|
402
402
|
2,
|
|
403
403
|
0,
|
|
404
404
|
0,
|
|
405
|
-
() => AppUnitError
|
|
405
|
+
() => AppUnitError$,
|
|
406
406
|
() => ResultList,
|
|
407
407
|
],
|
|
408
408
|
];
|
|
409
|
-
export var ApplicationComponentStatusSummary = [3, n0, _ACSS, 0, [_sCODAS, _co], [0, 1]];
|
|
410
|
-
export var ApplicationComponentStrategy = [
|
|
409
|
+
export var ApplicationComponentStatusSummary$ = [3, n0, _ACSS, 0, [_sCODAS, _co], [0, 1]];
|
|
410
|
+
export var ApplicationComponentStrategy$ = [
|
|
411
411
|
3,
|
|
412
412
|
n0,
|
|
413
413
|
_ACS,
|
|
414
414
|
0,
|
|
415
415
|
[_r, _st, _iP],
|
|
416
|
-
[() => RecommendationSet
|
|
416
|
+
[() => RecommendationSet$, 0, 2],
|
|
417
417
|
];
|
|
418
|
-
export var ApplicationComponentSummary = [3, n0, _ACSp, 0, [_aT, _co], [0, 1]];
|
|
419
|
-
export var ApplicationPreferences = [3, n0, _AP, 0, [_mP], [() => ManagementPreference]];
|
|
420
|
-
export var AppUnitError = [3, n0, _AUE, 0, [_aUEC], [0]];
|
|
421
|
-
export var AssessmentSummary = [
|
|
418
|
+
export var ApplicationComponentSummary$ = [3, n0, _ACSp, 0, [_aT, _co], [0, 1]];
|
|
419
|
+
export var ApplicationPreferences$ = [3, n0, _AP, 0, [_mP], [() => ManagementPreference$]];
|
|
420
|
+
export var AppUnitError$ = [3, n0, _AUE, 0, [_aUEC], [0]];
|
|
421
|
+
export var AssessmentSummary$ = [
|
|
422
422
|
3,
|
|
423
423
|
n0,
|
|
424
424
|
_AS,
|
|
@@ -430,7 +430,7 @@ export var AssessmentSummary = [
|
|
|
430
430
|
() => ListAntipatternSeveritySummary,
|
|
431
431
|
() => ListApplicationComponentSummary,
|
|
432
432
|
() => ListServerSummary,
|
|
433
|
-
() => S3Object
|
|
433
|
+
() => S3Object$,
|
|
434
434
|
0,
|
|
435
435
|
0,
|
|
436
436
|
4,
|
|
@@ -438,19 +438,19 @@ export var AssessmentSummary = [
|
|
|
438
438
|
() => ListServerStatusSummary,
|
|
439
439
|
],
|
|
440
440
|
];
|
|
441
|
-
export var AssessmentTarget = [3, n0, _AT, 0, [_con, _n, _v], [0, 0, 64 | 0]];
|
|
442
|
-
export var AssociatedApplication = [3, n0, _AA, 0, [_n, _i], [0, 0]];
|
|
443
|
-
export var AwsManagedResources = [3, n0, _AMR, 0, [_tD], [64 | 0]];
|
|
444
|
-
export var BusinessGoals = [3, n0, _BG, 0, [_sOM, _rOOWMS, _mIWCNT, _lCR], [1, 1, 1, 1]];
|
|
445
|
-
export var Collector = [
|
|
441
|
+
export var AssessmentTarget$ = [3, n0, _AT, 0, [_con, _n, _v], [0, 0, 64 | 0]];
|
|
442
|
+
export var AssociatedApplication$ = [3, n0, _AA, 0, [_n, _i], [0, 0]];
|
|
443
|
+
export var AwsManagedResources$ = [3, n0, _AMR, 0, [_tD], [64 | 0]];
|
|
444
|
+
export var BusinessGoals$ = [3, n0, _BG, 0, [_sOM, _rOOWMS, _mIWCNT, _lCR], [1, 1, 1, 1]];
|
|
445
|
+
export var Collector$ = [
|
|
446
446
|
3,
|
|
447
447
|
n0,
|
|
448
448
|
_C,
|
|
449
449
|
0,
|
|
450
450
|
[_cI, _iA, _hN, _cH, _cV, _rTS, _lATS, _cS],
|
|
451
|
-
[0, 0, 0, 0, 0, 0, 0, () => ConfigurationSummary],
|
|
451
|
+
[0, 0, 0, 0, 0, 0, 0, () => ConfigurationSummary$],
|
|
452
452
|
];
|
|
453
|
-
export var ConfigurationSummary = [
|
|
453
|
+
export var ConfigurationSummary$ = [
|
|
454
454
|
3,
|
|
455
455
|
n0,
|
|
456
456
|
_CS,
|
|
@@ -461,21 +461,21 @@ export var ConfigurationSummary = [
|
|
|
461
461
|
() => IPAddressBasedRemoteInfoList,
|
|
462
462
|
() => VersionControlInfoList,
|
|
463
463
|
() => PipelineInfoList,
|
|
464
|
-
() => RemoteSourceCodeAnalysisServerInfo
|
|
464
|
+
() => RemoteSourceCodeAnalysisServerInfo$,
|
|
465
465
|
],
|
|
466
466
|
];
|
|
467
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
468
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
469
|
-
export var DatabaseConfigDetail = [3, n0, _DCD, 0, [_sN], [0]];
|
|
470
|
-
export var DatabasePreferences = [
|
|
467
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
468
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
469
|
+
export var DatabaseConfigDetail$ = [3, n0, _DCD, 0, [_sN], [0]];
|
|
470
|
+
export var DatabasePreferences$ = [
|
|
471
471
|
3,
|
|
472
472
|
n0,
|
|
473
473
|
_DP,
|
|
474
474
|
0,
|
|
475
475
|
[_dMP, _dMPa],
|
|
476
|
-
[0, () => DatabaseMigrationPreference],
|
|
476
|
+
[0, () => DatabaseMigrationPreference$],
|
|
477
477
|
];
|
|
478
|
-
export var DataCollectionDetails = [
|
|
478
|
+
export var DataCollectionDetails$ = [
|
|
479
479
|
3,
|
|
480
480
|
n0,
|
|
481
481
|
_DCDa,
|
|
@@ -483,19 +483,19 @@ export var DataCollectionDetails = [
|
|
|
483
483
|
[_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
|
|
484
484
|
[0, 1, 1, 1, 1, 4, 4, 0],
|
|
485
485
|
];
|
|
486
|
-
export var DependencyException = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
487
|
-
TypeRegistry.for(n0).registerError(DependencyException
|
|
488
|
-
export var GetApplicationComponentDetailsRequest = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
|
|
489
|
-
export var GetApplicationComponentDetailsResponse = [
|
|
486
|
+
export var DependencyException$ = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
487
|
+
TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
488
|
+
export var GetApplicationComponentDetailsRequest$ = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
|
|
489
|
+
export var GetApplicationComponentDetailsResponse$ = [
|
|
490
490
|
3,
|
|
491
491
|
n0,
|
|
492
492
|
_GACDRe,
|
|
493
493
|
0,
|
|
494
494
|
[_aCD, _aA, _mAR, _aSIs],
|
|
495
|
-
[() => ApplicationComponentDetail
|
|
495
|
+
[() => ApplicationComponentDetail$, () => AssociatedApplications, 2, 64 | 0],
|
|
496
496
|
];
|
|
497
|
-
export var GetApplicationComponentStrategiesRequest = [3, n0, _GACSR, 0, [_aCI], [[0, 1]]];
|
|
498
|
-
export var GetApplicationComponentStrategiesResponse = [
|
|
497
|
+
export var GetApplicationComponentStrategiesRequest$ = [3, n0, _GACSR, 0, [_aCI], [[0, 1]]];
|
|
498
|
+
export var GetApplicationComponentStrategiesResponse$ = [
|
|
499
499
|
3,
|
|
500
500
|
n0,
|
|
501
501
|
_GACSRe,
|
|
@@ -503,17 +503,17 @@ export var GetApplicationComponentStrategiesResponse = [
|
|
|
503
503
|
[_aCS],
|
|
504
504
|
[() => ApplicationComponentStrategies],
|
|
505
505
|
];
|
|
506
|
-
export var GetAssessmentRequest = [3, n0, _GAR, 0, [_i], [[0, 1]]];
|
|
507
|
-
export var GetAssessmentResponse = [
|
|
506
|
+
export var GetAssessmentRequest$ = [3, n0, _GAR, 0, [_i], [[0, 1]]];
|
|
507
|
+
export var GetAssessmentResponse$ = [
|
|
508
508
|
3,
|
|
509
509
|
n0,
|
|
510
510
|
_GARe,
|
|
511
511
|
0,
|
|
512
512
|
[_i, _dCDa, _aTs],
|
|
513
|
-
[0, () => DataCollectionDetails
|
|
513
|
+
[0, () => DataCollectionDetails$, () => AssessmentTargets],
|
|
514
514
|
];
|
|
515
|
-
export var GetImportFileTaskRequest = [3, n0, _GIFTR, 0, [_i], [[0, 1]]];
|
|
516
|
-
export var GetImportFileTaskResponse = [
|
|
515
|
+
export var GetImportFileTaskRequest$ = [3, n0, _GIFTR, 0, [_i], [[0, 1]]];
|
|
516
|
+
export var GetImportFileTaskResponse$ = [
|
|
517
517
|
3,
|
|
518
518
|
n0,
|
|
519
519
|
_GIFTRe,
|
|
@@ -521,29 +521,29 @@ export var GetImportFileTaskResponse = [
|
|
|
521
521
|
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
522
522
|
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
|
|
523
523
|
];
|
|
524
|
-
export var GetLatestAssessmentIdRequest = [3, n0, _GLAIR, 0, [], []];
|
|
525
|
-
export var GetLatestAssessmentIdResponse = [3, n0, _GLAIRe, 0, [_i], [0]];
|
|
526
|
-
export var GetPortfolioPreferencesRequest = [3, n0, _GPPR, 0, [], []];
|
|
527
|
-
export var GetPortfolioPreferencesResponse = [
|
|
524
|
+
export var GetLatestAssessmentIdRequest$ = [3, n0, _GLAIR, 0, [], []];
|
|
525
|
+
export var GetLatestAssessmentIdResponse$ = [3, n0, _GLAIRe, 0, [_i], [0]];
|
|
526
|
+
export var GetPortfolioPreferencesRequest$ = [3, n0, _GPPR, 0, [], []];
|
|
527
|
+
export var GetPortfolioPreferencesResponse$ = [
|
|
528
528
|
3,
|
|
529
529
|
n0,
|
|
530
530
|
_GPPRe,
|
|
531
531
|
0,
|
|
532
532
|
[_pBG, _aP, _dP, _aM],
|
|
533
|
-
[() => PrioritizeBusinessGoals
|
|
533
|
+
[() => PrioritizeBusinessGoals$, () => ApplicationPreferences$, () => DatabasePreferences$, 0],
|
|
534
534
|
];
|
|
535
|
-
export var GetPortfolioSummaryRequest = [3, n0, _GPSR, 0, [], []];
|
|
536
|
-
export var GetPortfolioSummaryResponse = [3, n0, _GPSRe, 0, [_aSs], [() => AssessmentSummary]];
|
|
537
|
-
export var GetRecommendationReportDetailsRequest = [3, n0, _GRRDR, 0, [_i], [[0, 1]]];
|
|
538
|
-
export var GetRecommendationReportDetailsResponse = [
|
|
535
|
+
export var GetPortfolioSummaryRequest$ = [3, n0, _GPSR, 0, [], []];
|
|
536
|
+
export var GetPortfolioSummaryResponse$ = [3, n0, _GPSRe, 0, [_aSs], [() => AssessmentSummary$]];
|
|
537
|
+
export var GetRecommendationReportDetailsRequest$ = [3, n0, _GRRDR, 0, [_i], [[0, 1]]];
|
|
538
|
+
export var GetRecommendationReportDetailsResponse$ = [
|
|
539
539
|
3,
|
|
540
540
|
n0,
|
|
541
541
|
_GRRDRe,
|
|
542
542
|
0,
|
|
543
543
|
[_i, _rRD],
|
|
544
|
-
[0, () => RecommendationReportDetails],
|
|
544
|
+
[0, () => RecommendationReportDetails$],
|
|
545
545
|
];
|
|
546
|
-
export var GetServerDetailsRequest = [
|
|
546
|
+
export var GetServerDetailsRequest$ = [
|
|
547
547
|
3,
|
|
548
548
|
n0,
|
|
549
549
|
_GSDR,
|
|
@@ -555,20 +555,20 @@ export var GetServerDetailsRequest = [
|
|
|
555
555
|
[1, { [_hQ]: _mR }],
|
|
556
556
|
],
|
|
557
557
|
];
|
|
558
|
-
export var GetServerDetailsResponse = [
|
|
558
|
+
export var GetServerDetailsResponse$ = [
|
|
559
559
|
3,
|
|
560
560
|
n0,
|
|
561
561
|
_GSDRe,
|
|
562
562
|
0,
|
|
563
563
|
[_nT, _sD, _aA],
|
|
564
|
-
[0, () => ServerDetail
|
|
564
|
+
[0, () => ServerDetail$, () => AssociatedApplications],
|
|
565
565
|
];
|
|
566
|
-
export var GetServerStrategiesRequest = [3, n0, _GSSR, 0, [_sI], [[0, 1]]];
|
|
567
|
-
export var GetServerStrategiesResponse = [3, n0, _GSSRe, 0, [_sS], [() => ServerStrategies]];
|
|
568
|
-
export var Group = [3, n0, _G, 0, [_n, _va], [0, 0]];
|
|
569
|
-
export var Heterogeneous = [3, n0, _H, 0, [_tDE], [64 | 0]];
|
|
570
|
-
export var Homogeneous = [3, n0, _Ho, 0, [_tDE], [64 | 0]];
|
|
571
|
-
export var ImportFileTaskInformation = [
|
|
566
|
+
export var GetServerStrategiesRequest$ = [3, n0, _GSSR, 0, [_sI], [[0, 1]]];
|
|
567
|
+
export var GetServerStrategiesResponse$ = [3, n0, _GSSRe, 0, [_sS], [() => ServerStrategies]];
|
|
568
|
+
export var Group$ = [3, n0, _G, 0, [_n, _va], [0, 0]];
|
|
569
|
+
export var Heterogeneous$ = [3, n0, _H, 0, [_tDE], [64 | 0]];
|
|
570
|
+
export var Homogeneous$ = [3, n0, _Ho, 0, [_tDE], [64 | 0]];
|
|
571
|
+
export var ImportFileTaskInformation$ = [
|
|
572
572
|
3,
|
|
573
573
|
n0,
|
|
574
574
|
_IFTI,
|
|
@@ -576,11 +576,11 @@ export var ImportFileTaskInformation = [
|
|
|
576
576
|
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
577
577
|
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
|
|
578
578
|
];
|
|
579
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
580
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
581
|
-
export var IPAddressBasedRemoteInfo = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
|
|
582
|
-
export var ListAnalyzableServersRequest = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
|
|
583
|
-
export var ListAnalyzableServersResponse = [
|
|
579
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
580
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
581
|
+
export var IPAddressBasedRemoteInfo$ = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
|
|
582
|
+
export var ListAnalyzableServersRequest$ = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
|
|
583
|
+
export var ListAnalyzableServersResponse$ = [
|
|
584
584
|
3,
|
|
585
585
|
n0,
|
|
586
586
|
_LASRi,
|
|
@@ -588,7 +588,7 @@ export var ListAnalyzableServersResponse = [
|
|
|
588
588
|
[_aSn, _nT],
|
|
589
589
|
[() => AnalyzableServerSummaryList, 0],
|
|
590
590
|
];
|
|
591
|
-
export var ListApplicationComponentsRequest = [
|
|
591
|
+
export var ListApplicationComponentsRequest$ = [
|
|
592
592
|
3,
|
|
593
593
|
n0,
|
|
594
594
|
_LACR,
|
|
@@ -596,7 +596,7 @@ export var ListApplicationComponentsRequest = [
|
|
|
596
596
|
[_aCC, _fV, _so, _gIF, _nT, _mR],
|
|
597
597
|
[0, 0, 0, () => GroupIds, 0, 1],
|
|
598
598
|
];
|
|
599
|
-
export var ListApplicationComponentsResponse = [
|
|
599
|
+
export var ListApplicationComponentsResponse$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_LACRi,
|
|
@@ -604,7 +604,7 @@ export var ListApplicationComponentsResponse = [
|
|
|
604
604
|
[_aCIp, _nT],
|
|
605
605
|
[() => ApplicationComponentDetails, 0],
|
|
606
606
|
];
|
|
607
|
-
export var ListCollectorsRequest = [
|
|
607
|
+
export var ListCollectorsRequest$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_LCR,
|
|
@@ -615,8 +615,8 @@ export var ListCollectorsRequest = [
|
|
|
615
615
|
[1, { [_hQ]: _mR }],
|
|
616
616
|
],
|
|
617
617
|
];
|
|
618
|
-
export var ListCollectorsResponse = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
|
|
619
|
-
export var ListImportFileTaskRequest = [
|
|
618
|
+
export var ListCollectorsResponse$ = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
|
|
619
|
+
export var ListImportFileTaskRequest$ = [
|
|
620
620
|
3,
|
|
621
621
|
n0,
|
|
622
622
|
_LIFTR,
|
|
@@ -627,7 +627,7 @@ export var ListImportFileTaskRequest = [
|
|
|
627
627
|
[1, { [_hQ]: _mR }],
|
|
628
628
|
],
|
|
629
629
|
];
|
|
630
|
-
export var ListImportFileTaskResponse = [
|
|
630
|
+
export var ListImportFileTaskResponse$ = [
|
|
631
631
|
3,
|
|
632
632
|
n0,
|
|
633
633
|
_LIFTRi,
|
|
@@ -635,7 +635,7 @@ export var ListImportFileTaskResponse = [
|
|
|
635
635
|
[_tI, _nT],
|
|
636
636
|
[() => ListImportFileTaskInformation, 0],
|
|
637
637
|
];
|
|
638
|
-
export var ListServersRequest = [
|
|
638
|
+
export var ListServersRequest$ = [
|
|
639
639
|
3,
|
|
640
640
|
n0,
|
|
641
641
|
_LSR,
|
|
@@ -643,23 +643,23 @@ export var ListServersRequest = [
|
|
|
643
643
|
[_sC, _fV, _so, _gIF, _nT, _mR],
|
|
644
644
|
[0, 0, 0, () => GroupIds, 0, 1],
|
|
645
645
|
];
|
|
646
|
-
export var ListServersResponse = [3, n0, _LSRi, 0, [_sIe, _nT], [() => ServerDetails, 0]];
|
|
647
|
-
export var NetworkInfo = [3, n0, _NI, 0, [_iNn, _iA, _mA, _nM], [0, 0, 0, 0]];
|
|
648
|
-
export var NoDatabaseMigrationPreference = [3, n0, _NDMP, 0, [_tDE], [64 | 0]];
|
|
649
|
-
export var NoManagementPreference = [3, n0, _NMP, 0, [_tD], [64 | 0]];
|
|
650
|
-
export var OSInfo = [3, n0, _OSI, 0, [_t, _ve], [0, 0]];
|
|
651
|
-
export var PipelineInfo = [3, n0, _PI, 0, [_pT, _pCTS], [0, 0]];
|
|
652
|
-
export var PrioritizeBusinessGoals = [3, n0, _PBG, 0, [_bG], [() => BusinessGoals]];
|
|
653
|
-
export var PutPortfolioPreferencesRequest = [
|
|
646
|
+
export var ListServersResponse$ = [3, n0, _LSRi, 0, [_sIe, _nT], [() => ServerDetails, 0]];
|
|
647
|
+
export var NetworkInfo$ = [3, n0, _NI, 0, [_iNn, _iA, _mA, _nM], [0, 0, 0, 0]];
|
|
648
|
+
export var NoDatabaseMigrationPreference$ = [3, n0, _NDMP, 0, [_tDE], [64 | 0]];
|
|
649
|
+
export var NoManagementPreference$ = [3, n0, _NMP, 0, [_tD], [64 | 0]];
|
|
650
|
+
export var OSInfo$ = [3, n0, _OSI, 0, [_t, _ve], [0, 0]];
|
|
651
|
+
export var PipelineInfo$ = [3, n0, _PI, 0, [_pT, _pCTS], [0, 0]];
|
|
652
|
+
export var PrioritizeBusinessGoals$ = [3, n0, _PBG, 0, [_bG], [() => BusinessGoals$]];
|
|
653
|
+
export var PutPortfolioPreferencesRequest$ = [
|
|
654
654
|
3,
|
|
655
655
|
n0,
|
|
656
656
|
_PPPR,
|
|
657
657
|
0,
|
|
658
658
|
[_pBG, _aP, _dP, _aM],
|
|
659
|
-
[() => PrioritizeBusinessGoals
|
|
659
|
+
[() => PrioritizeBusinessGoals$, () => ApplicationPreferences$, () => DatabasePreferences$, 0],
|
|
660
660
|
];
|
|
661
|
-
export var PutPortfolioPreferencesResponse = [3, n0, _PPPRu, 0, [], []];
|
|
662
|
-
export var RecommendationReportDetails = [
|
|
661
|
+
export var PutPortfolioPreferencesResponse$ = [3, n0, _PPPRu, 0, [], []];
|
|
662
|
+
export var RecommendationReportDetails$ = [
|
|
663
663
|
3,
|
|
664
664
|
n0,
|
|
665
665
|
_RRD,
|
|
@@ -667,28 +667,28 @@ export var RecommendationReportDetails = [
|
|
|
667
667
|
[_st, _sM, _sT, _cT, _sB, _sK],
|
|
668
668
|
[0, 0, 4, 4, 0, 64 | 0],
|
|
669
669
|
];
|
|
670
|
-
export var RecommendationSet = [
|
|
670
|
+
export var RecommendationSet$ = [
|
|
671
671
|
3,
|
|
672
672
|
n0,
|
|
673
673
|
_RS,
|
|
674
674
|
0,
|
|
675
675
|
[_tT, _tD, _str],
|
|
676
|
-
[() => TransformationTool
|
|
676
|
+
[() => TransformationTool$, 0, 0],
|
|
677
677
|
];
|
|
678
|
-
export var RemoteSourceCodeAnalysisServerInfo = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
|
|
679
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
680
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
681
|
-
export var Result = [
|
|
678
|
+
export var RemoteSourceCodeAnalysisServerInfo$ = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
|
|
679
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
680
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
681
|
+
export var Result$ = [
|
|
682
682
|
3,
|
|
683
683
|
n0,
|
|
684
684
|
_R,
|
|
685
685
|
0,
|
|
686
686
|
[_aTn, _aS, _sM, _aRRL],
|
|
687
|
-
[0, () => AnalysisStatusUnion
|
|
687
|
+
[0, () => AnalysisStatusUnion$, 0, () => AntipatternReportResultList],
|
|
688
688
|
];
|
|
689
|
-
export var S3Object = [3, n0, _SO, 0, [_sB, _sk], [0, 0]];
|
|
690
|
-
export var SelfManageResources = [3, n0, _SMR, 0, [_tD], [64 | 0]];
|
|
691
|
-
export var ServerDetail = [
|
|
689
|
+
export var S3Object$ = [3, n0, _SO, 0, [_sB, _sk], [0, 0]];
|
|
690
|
+
export var SelfManageResources$ = [3, n0, _SMR, 0, [_tD], [64 | 0]];
|
|
691
|
+
export var ServerDetail$ = [
|
|
692
692
|
3,
|
|
693
693
|
n0,
|
|
694
694
|
_SD,
|
|
@@ -697,32 +697,32 @@ export var ServerDetail = [
|
|
|
697
697
|
[
|
|
698
698
|
0,
|
|
699
699
|
0,
|
|
700
|
-
() => RecommendationSet
|
|
700
|
+
() => RecommendationSet$,
|
|
701
701
|
0,
|
|
702
702
|
0,
|
|
703
703
|
() => ListAntipatternSeveritySummary,
|
|
704
|
-
() => SystemInfo
|
|
704
|
+
() => SystemInfo$,
|
|
705
705
|
() => ListStrategySummary,
|
|
706
|
-
() => S3Object
|
|
706
|
+
() => S3Object$,
|
|
707
707
|
0,
|
|
708
708
|
0,
|
|
709
709
|
0,
|
|
710
710
|
4,
|
|
711
|
-
() => ServerError
|
|
711
|
+
() => ServerError$,
|
|
712
712
|
],
|
|
713
713
|
];
|
|
714
|
-
export var ServerError = [3, n0, _SE, 0, [_sEC], [0]];
|
|
715
|
-
export var ServerStatusSummary = [3, n0, _SSS, 0, [_rTAS, _co], [0, 1]];
|
|
716
|
-
export var ServerStrategy = [
|
|
714
|
+
export var ServerError$ = [3, n0, _SE, 0, [_sEC], [0]];
|
|
715
|
+
export var ServerStatusSummary$ = [3, n0, _SSS, 0, [_rTAS, _co], [0, 1]];
|
|
716
|
+
export var ServerStrategy$ = [
|
|
717
717
|
3,
|
|
718
718
|
n0,
|
|
719
719
|
_SS,
|
|
720
720
|
0,
|
|
721
721
|
[_r, _st, _nOAC, _iP],
|
|
722
|
-
[() => RecommendationSet
|
|
722
|
+
[() => RecommendationSet$, 0, 1, 2],
|
|
723
723
|
];
|
|
724
|
-
export var ServerSummary = [3, n0, _SSe, 0, [_SOT, _co], [0, 1]];
|
|
725
|
-
export var ServiceLinkedRoleLockClientException = [
|
|
724
|
+
export var ServerSummary$ = [3, n0, _SSe, 0, [_SOT, _co], [0, 1]];
|
|
725
|
+
export var ServiceLinkedRoleLockClientException$ = [
|
|
726
726
|
-3,
|
|
727
727
|
n0,
|
|
728
728
|
_SLRLCE,
|
|
@@ -730,12 +730,12 @@ export var ServiceLinkedRoleLockClientException = [
|
|
|
730
730
|
[_m],
|
|
731
731
|
[0],
|
|
732
732
|
];
|
|
733
|
-
TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException
|
|
734
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
735
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
736
|
-
export var SourceCode = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
|
|
737
|
-
export var SourceCodeRepository = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
|
|
738
|
-
export var StartAssessmentRequest = [
|
|
733
|
+
TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException$, ServiceLinkedRoleLockClientException);
|
|
734
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
735
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
736
|
+
export var SourceCode$ = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
|
|
737
|
+
export var SourceCodeRepository$ = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
|
|
738
|
+
export var StartAssessmentRequest$ = [
|
|
739
739
|
3,
|
|
740
740
|
n0,
|
|
741
741
|
_SAR,
|
|
@@ -743,8 +743,8 @@ export var StartAssessmentRequest = [
|
|
|
743
743
|
[_sFAD, _sFRD, _aTs, _aDST],
|
|
744
744
|
[0, 0, () => AssessmentTargets, 0],
|
|
745
745
|
];
|
|
746
|
-
export var StartAssessmentResponse = [3, n0, _SARt, 0, [_aI], [0]];
|
|
747
|
-
export var StartImportFileTaskRequest = [
|
|
746
|
+
export var StartAssessmentResponse$ = [3, n0, _SARt, 0, [_aI], [0]];
|
|
747
|
+
export var StartImportFileTaskRequest$ = [
|
|
748
748
|
3,
|
|
749
749
|
n0,
|
|
750
750
|
_SIFTR,
|
|
@@ -752,8 +752,8 @@ export var StartImportFileTaskRequest = [
|
|
|
752
752
|
[_n, _SB, _sk, _dST, _gI, _sFRD],
|
|
753
753
|
[0, 0, 0, 0, () => GroupIds, 0],
|
|
754
754
|
];
|
|
755
|
-
export var StartImportFileTaskResponse = [3, n0, _SIFTRt, 0, [_i], [0]];
|
|
756
|
-
export var StartRecommendationReportGenerationRequest = [
|
|
755
|
+
export var StartImportFileTaskResponse$ = [3, n0, _SIFTRt, 0, [_i], [0]];
|
|
756
|
+
export var StartRecommendationReportGenerationRequest$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_SRRGR,
|
|
@@ -761,38 +761,45 @@ export var StartRecommendationReportGenerationRequest = [
|
|
|
761
761
|
[_oF, _gIF],
|
|
762
762
|
[0, () => GroupIds],
|
|
763
763
|
];
|
|
764
|
-
export var StartRecommendationReportGenerationResponse = [3, n0, _SRRGRt, 0, [_i], [0]];
|
|
765
|
-
export var StopAssessmentRequest = [3, n0, _SARto, 0, [_aI], [0]];
|
|
766
|
-
export var StopAssessmentResponse = [3, n0, _SARtop, 0, [], []];
|
|
767
|
-
export var StrategyOption = [3, n0, _SOt, 0, [_str, _tN, _tD, _iP], [0, 0, 0, 2]];
|
|
768
|
-
export var StrategySummary = [3, n0, _SSt, 0, [_str, _co], [0, 1]];
|
|
769
|
-
export var SystemInfo = [
|
|
764
|
+
export var StartRecommendationReportGenerationResponse$ = [3, n0, _SRRGRt, 0, [_i], [0]];
|
|
765
|
+
export var StopAssessmentRequest$ = [3, n0, _SARto, 0, [_aI], [0]];
|
|
766
|
+
export var StopAssessmentResponse$ = [3, n0, _SARtop, 0, [], []];
|
|
767
|
+
export var StrategyOption$ = [3, n0, _SOt, 0, [_str, _tN, _tD, _iP], [0, 0, 0, 2]];
|
|
768
|
+
export var StrategySummary$ = [3, n0, _SSt, 0, [_str, _co], [0, 1]];
|
|
769
|
+
export var SystemInfo$ = [
|
|
770
770
|
3,
|
|
771
771
|
n0,
|
|
772
772
|
_SI,
|
|
773
773
|
0,
|
|
774
774
|
[_oI, _fST, _nIL, _cA],
|
|
775
|
-
[() => OSInfo
|
|
775
|
+
[() => OSInfo$, 0, () => NetworkInfoList, 0],
|
|
776
776
|
];
|
|
777
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
778
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
779
|
-
export var TransformationTool = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
|
|
780
|
-
export var UpdateApplicationComponentConfigRequest = [
|
|
777
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
778
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
779
|
+
export var TransformationTool$ = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
|
|
780
|
+
export var UpdateApplicationComponentConfigRequest$ = [
|
|
781
781
|
3,
|
|
782
782
|
n0,
|
|
783
783
|
_UACCR,
|
|
784
784
|
0,
|
|
785
785
|
[_aCI, _iS, _sO, _sCL, _sMK, _cO, _aT],
|
|
786
|
-
[0, 0, () => StrategyOption
|
|
786
|
+
[0, 0, () => StrategyOption$, () => SourceCodeList, [() => SecretsManagerKey, 0], 2, 0],
|
|
787
787
|
];
|
|
788
|
-
export var UpdateApplicationComponentConfigResponse = [3, n0, _UACCRp, 0, [], []];
|
|
789
|
-
export var UpdateServerConfigRequest = [
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
788
|
+
export var UpdateApplicationComponentConfigResponse$ = [3, n0, _UACCRp, 0, [], []];
|
|
789
|
+
export var UpdateServerConfigRequest$ = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_USCR,
|
|
793
|
+
0,
|
|
794
|
+
[_sI, _sO],
|
|
795
|
+
[0, () => StrategyOption$],
|
|
796
|
+
];
|
|
797
|
+
export var UpdateServerConfigResponse$ = [3, n0, _USCRp, 0, [], []];
|
|
798
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
799
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
800
|
+
export var VcenterBasedRemoteInfo$ = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
|
|
801
|
+
export var VersionControlInfo$ = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
|
|
802
|
+
export var MigrationHubStrategyServiceException$ = [
|
|
796
803
|
-3,
|
|
797
804
|
_sm,
|
|
798
805
|
"MigrationHubStrategyServiceException",
|
|
@@ -800,238 +807,238 @@ export var MigrationHubStrategyServiceException = [
|
|
|
800
807
|
[],
|
|
801
808
|
[],
|
|
802
809
|
];
|
|
803
|
-
TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
810
|
+
TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException$, MigrationHubStrategyServiceException);
|
|
811
|
+
var AnalyzableServerSummaryList = [1, n0, _ASSL, 0, () => AnalyzableServerSummary$];
|
|
812
|
+
var AntipatternReportResultList = [1, n0, _ARRL, 0, () => AntipatternReportResult$];
|
|
813
|
+
var ApplicationComponentDetails = [1, n0, _ACDp, 0, () => ApplicationComponentDetail$];
|
|
814
|
+
var ApplicationComponentStrategies = [1, n0, _ACSpp, 0, () => ApplicationComponentStrategy$];
|
|
815
|
+
var AssessmentTargets = [1, n0, _ATs, 0, () => AssessmentTarget$];
|
|
816
|
+
var AssessmentTargetValues = 64 | 0;
|
|
817
|
+
var AssociatedApplications = [1, n0, _AAs, 0, () => AssociatedApplication$];
|
|
818
|
+
var AssociatedServerIDs = 64 | 0;
|
|
819
|
+
var AwsManagedTargetDestinations = 64 | 0;
|
|
820
|
+
var Collectors = [1, n0, _Co, 0, () => Collector$];
|
|
821
|
+
var GroupIds = [1, n0, _GI, 0, () => Group$];
|
|
822
|
+
var HeterogeneousTargetDatabaseEngines = 64 | 0;
|
|
823
|
+
var HomogeneousTargetDatabaseEngines = 64 | 0;
|
|
824
|
+
var IPAddressBasedRemoteInfoList = [1, n0, _IPABRIL, 0, () => IPAddressBasedRemoteInfo$];
|
|
825
|
+
var ListAntipatternSeveritySummary = [1, n0, _LASS, 0, () => AntipatternSeveritySummary$];
|
|
826
|
+
var ListApplicationComponentStatusSummary = [
|
|
820
827
|
1,
|
|
821
828
|
n0,
|
|
822
829
|
_LACSS,
|
|
823
830
|
0,
|
|
824
|
-
() => ApplicationComponentStatusSummary
|
|
831
|
+
() => ApplicationComponentStatusSummary$,
|
|
825
832
|
];
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
export var AnalysisStatusUnion = [3, n0, _ASU, 0, [_rAS, _sCODAS], [0, 0]];
|
|
845
|
-
export var AnalyzerNameUnion = [3, n0, _ANU, 0, [_bAN, _rTAN, _sCAN], [0, 0, 0]];
|
|
846
|
-
export var DatabaseMigrationPreference = [
|
|
833
|
+
var ListApplicationComponentSummary = [1, n0, _LACS, 0, () => ApplicationComponentSummary$];
|
|
834
|
+
var ListImportFileTaskInformation = [1, n0, _LIFTI, 0, () => ImportFileTaskInformation$];
|
|
835
|
+
var ListServerStatusSummary = [1, n0, _LSSS, 0, () => ServerStatusSummary$];
|
|
836
|
+
var ListServerSummary = [1, n0, _LSS, 0, () => ServerSummary$];
|
|
837
|
+
var ListStrategySummary = [1, n0, _LSSi, 0, () => StrategySummary$];
|
|
838
|
+
var NetworkInfoList = [1, n0, _NIL, 0, () => NetworkInfo$];
|
|
839
|
+
var NoPreferenceTargetDestinations = 64 | 0;
|
|
840
|
+
var PipelineInfoList = [1, n0, _PIL, 0, () => PipelineInfo$];
|
|
841
|
+
var ResultList = [1, n0, _RL, 0, () => Result$];
|
|
842
|
+
var S3Keys = 64 | 0;
|
|
843
|
+
var SelfManageTargetDestinations = 64 | 0;
|
|
844
|
+
var ServerDetails = [1, n0, _SDe, 0, () => ServerDetail$];
|
|
845
|
+
var ServerStrategies = [1, n0, _SSer, 0, () => ServerStrategy$];
|
|
846
|
+
var SourceCodeList = [1, n0, _SCL, 0, () => SourceCode$];
|
|
847
|
+
var SourceCodeRepositories = [1, n0, _SCRo, 0, () => SourceCodeRepository$];
|
|
848
|
+
var TargetDatabaseEngines = 64 | 0;
|
|
849
|
+
var VcenterBasedRemoteInfoList = [1, n0, _VBRIL, 0, () => VcenterBasedRemoteInfo$];
|
|
850
|
+
var VersionControlInfoList = [1, n0, _VCIL, 0, () => VersionControlInfo$];
|
|
851
|
+
export var AnalysisStatusUnion$ = [3, n0, _ASU, 0, [_rAS, _sCODAS], [0, 0]];
|
|
852
|
+
export var AnalyzerNameUnion$ = [3, n0, _ANU, 0, [_bAN, _rTAN, _sCAN], [0, 0, 0]];
|
|
853
|
+
export var DatabaseMigrationPreference$ = [
|
|
847
854
|
3,
|
|
848
855
|
n0,
|
|
849
856
|
_DMP,
|
|
850
857
|
0,
|
|
851
858
|
[_he, _ho, _nP],
|
|
852
|
-
[() => Heterogeneous
|
|
859
|
+
[() => Heterogeneous$, () => Homogeneous$, () => NoDatabaseMigrationPreference$],
|
|
853
860
|
];
|
|
854
|
-
export var ManagementPreference = [
|
|
861
|
+
export var ManagementPreference$ = [
|
|
855
862
|
3,
|
|
856
863
|
n0,
|
|
857
864
|
_MP,
|
|
858
865
|
0,
|
|
859
866
|
[_aMR, _sMR, _nP],
|
|
860
|
-
[() => AwsManagedResources
|
|
867
|
+
[() => AwsManagedResources$, () => SelfManageResources$, () => NoManagementPreference$],
|
|
861
868
|
];
|
|
862
|
-
export var GetApplicationComponentDetails = [
|
|
869
|
+
export var GetApplicationComponentDetails$ = [
|
|
863
870
|
9,
|
|
864
871
|
n0,
|
|
865
872
|
_GACD,
|
|
866
873
|
{ [_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200] },
|
|
867
|
-
() => GetApplicationComponentDetailsRequest
|
|
868
|
-
() => GetApplicationComponentDetailsResponse
|
|
874
|
+
() => GetApplicationComponentDetailsRequest$,
|
|
875
|
+
() => GetApplicationComponentDetailsResponse$,
|
|
869
876
|
];
|
|
870
|
-
export var GetApplicationComponentStrategies = [
|
|
877
|
+
export var GetApplicationComponentStrategies$ = [
|
|
871
878
|
9,
|
|
872
879
|
n0,
|
|
873
880
|
_GACS,
|
|
874
881
|
{ [_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200] },
|
|
875
|
-
() => GetApplicationComponentStrategiesRequest
|
|
876
|
-
() => GetApplicationComponentStrategiesResponse
|
|
882
|
+
() => GetApplicationComponentStrategiesRequest$,
|
|
883
|
+
() => GetApplicationComponentStrategiesResponse$,
|
|
877
884
|
];
|
|
878
|
-
export var GetAssessment = [
|
|
885
|
+
export var GetAssessment$ = [
|
|
879
886
|
9,
|
|
880
887
|
n0,
|
|
881
888
|
_GA,
|
|
882
889
|
{ [_ht]: ["GET", "/get-assessment/{id}", 200] },
|
|
883
|
-
() => GetAssessmentRequest
|
|
884
|
-
() => GetAssessmentResponse
|
|
890
|
+
() => GetAssessmentRequest$,
|
|
891
|
+
() => GetAssessmentResponse$,
|
|
885
892
|
];
|
|
886
|
-
export var GetImportFileTask = [
|
|
893
|
+
export var GetImportFileTask$ = [
|
|
887
894
|
9,
|
|
888
895
|
n0,
|
|
889
896
|
_GIFT,
|
|
890
897
|
{ [_ht]: ["GET", "/get-import-file-task/{id}", 200] },
|
|
891
|
-
() => GetImportFileTaskRequest
|
|
892
|
-
() => GetImportFileTaskResponse
|
|
898
|
+
() => GetImportFileTaskRequest$,
|
|
899
|
+
() => GetImportFileTaskResponse$,
|
|
893
900
|
];
|
|
894
|
-
export var GetLatestAssessmentId = [
|
|
901
|
+
export var GetLatestAssessmentId$ = [
|
|
895
902
|
9,
|
|
896
903
|
n0,
|
|
897
904
|
_GLAI,
|
|
898
905
|
{ [_ht]: ["GET", "/get-latest-assessment-id", 200] },
|
|
899
|
-
() => GetLatestAssessmentIdRequest
|
|
900
|
-
() => GetLatestAssessmentIdResponse
|
|
906
|
+
() => GetLatestAssessmentIdRequest$,
|
|
907
|
+
() => GetLatestAssessmentIdResponse$,
|
|
901
908
|
];
|
|
902
|
-
export var GetPortfolioPreferences = [
|
|
909
|
+
export var GetPortfolioPreferences$ = [
|
|
903
910
|
9,
|
|
904
911
|
n0,
|
|
905
912
|
_GPP,
|
|
906
913
|
{ [_ht]: ["GET", "/get-portfolio-preferences", 200] },
|
|
907
|
-
() => GetPortfolioPreferencesRequest
|
|
908
|
-
() => GetPortfolioPreferencesResponse
|
|
914
|
+
() => GetPortfolioPreferencesRequest$,
|
|
915
|
+
() => GetPortfolioPreferencesResponse$,
|
|
909
916
|
];
|
|
910
|
-
export var GetPortfolioSummary = [
|
|
917
|
+
export var GetPortfolioSummary$ = [
|
|
911
918
|
9,
|
|
912
919
|
n0,
|
|
913
920
|
_GPS,
|
|
914
921
|
{ [_ht]: ["GET", "/get-portfolio-summary", 200] },
|
|
915
|
-
() => GetPortfolioSummaryRequest
|
|
916
|
-
() => GetPortfolioSummaryResponse
|
|
922
|
+
() => GetPortfolioSummaryRequest$,
|
|
923
|
+
() => GetPortfolioSummaryResponse$,
|
|
917
924
|
];
|
|
918
|
-
export var GetRecommendationReportDetails = [
|
|
925
|
+
export var GetRecommendationReportDetails$ = [
|
|
919
926
|
9,
|
|
920
927
|
n0,
|
|
921
928
|
_GRRD,
|
|
922
929
|
{ [_ht]: ["GET", "/get-recommendation-report-details/{id}", 200] },
|
|
923
|
-
() => GetRecommendationReportDetailsRequest
|
|
924
|
-
() => GetRecommendationReportDetailsResponse
|
|
930
|
+
() => GetRecommendationReportDetailsRequest$,
|
|
931
|
+
() => GetRecommendationReportDetailsResponse$,
|
|
925
932
|
];
|
|
926
|
-
export var GetServerDetails = [
|
|
933
|
+
export var GetServerDetails$ = [
|
|
927
934
|
9,
|
|
928
935
|
n0,
|
|
929
936
|
_GSD,
|
|
930
937
|
{ [_ht]: ["GET", "/get-server-details/{serverId}", 200] },
|
|
931
|
-
() => GetServerDetailsRequest
|
|
932
|
-
() => GetServerDetailsResponse
|
|
938
|
+
() => GetServerDetailsRequest$,
|
|
939
|
+
() => GetServerDetailsResponse$,
|
|
933
940
|
];
|
|
934
|
-
export var GetServerStrategies = [
|
|
941
|
+
export var GetServerStrategies$ = [
|
|
935
942
|
9,
|
|
936
943
|
n0,
|
|
937
944
|
_GSS,
|
|
938
945
|
{ [_ht]: ["GET", "/get-server-strategies/{serverId}", 200] },
|
|
939
|
-
() => GetServerStrategiesRequest
|
|
940
|
-
() => GetServerStrategiesResponse
|
|
946
|
+
() => GetServerStrategiesRequest$,
|
|
947
|
+
() => GetServerStrategiesResponse$,
|
|
941
948
|
];
|
|
942
|
-
export var ListAnalyzableServers = [
|
|
949
|
+
export var ListAnalyzableServers$ = [
|
|
943
950
|
9,
|
|
944
951
|
n0,
|
|
945
952
|
_LAS,
|
|
946
953
|
{ [_ht]: ["POST", "/list-analyzable-servers", 200] },
|
|
947
|
-
() => ListAnalyzableServersRequest
|
|
948
|
-
() => ListAnalyzableServersResponse
|
|
954
|
+
() => ListAnalyzableServersRequest$,
|
|
955
|
+
() => ListAnalyzableServersResponse$,
|
|
949
956
|
];
|
|
950
|
-
export var ListApplicationComponents = [
|
|
957
|
+
export var ListApplicationComponents$ = [
|
|
951
958
|
9,
|
|
952
959
|
n0,
|
|
953
960
|
_LAC,
|
|
954
961
|
{ [_ht]: ["POST", "/list-applicationcomponents", 200] },
|
|
955
|
-
() => ListApplicationComponentsRequest
|
|
956
|
-
() => ListApplicationComponentsResponse
|
|
962
|
+
() => ListApplicationComponentsRequest$,
|
|
963
|
+
() => ListApplicationComponentsResponse$,
|
|
957
964
|
];
|
|
958
|
-
export var ListCollectors = [
|
|
965
|
+
export var ListCollectors$ = [
|
|
959
966
|
9,
|
|
960
967
|
n0,
|
|
961
968
|
_LC,
|
|
962
969
|
{ [_ht]: ["GET", "/list-collectors", 200] },
|
|
963
|
-
() => ListCollectorsRequest
|
|
964
|
-
() => ListCollectorsResponse
|
|
970
|
+
() => ListCollectorsRequest$,
|
|
971
|
+
() => ListCollectorsResponse$,
|
|
965
972
|
];
|
|
966
|
-
export var ListImportFileTask = [
|
|
973
|
+
export var ListImportFileTask$ = [
|
|
967
974
|
9,
|
|
968
975
|
n0,
|
|
969
976
|
_LIFT,
|
|
970
977
|
{ [_ht]: ["GET", "/list-import-file-task", 200] },
|
|
971
|
-
() => ListImportFileTaskRequest
|
|
972
|
-
() => ListImportFileTaskResponse
|
|
978
|
+
() => ListImportFileTaskRequest$,
|
|
979
|
+
() => ListImportFileTaskResponse$,
|
|
973
980
|
];
|
|
974
|
-
export var ListServers = [
|
|
981
|
+
export var ListServers$ = [
|
|
975
982
|
9,
|
|
976
983
|
n0,
|
|
977
984
|
_LS,
|
|
978
985
|
{ [_ht]: ["POST", "/list-servers", 200] },
|
|
979
|
-
() => ListServersRequest
|
|
980
|
-
() => ListServersResponse
|
|
986
|
+
() => ListServersRequest$,
|
|
987
|
+
() => ListServersResponse$,
|
|
981
988
|
];
|
|
982
|
-
export var PutPortfolioPreferences = [
|
|
989
|
+
export var PutPortfolioPreferences$ = [
|
|
983
990
|
9,
|
|
984
991
|
n0,
|
|
985
992
|
_PPP,
|
|
986
993
|
{ [_ht]: ["POST", "/put-portfolio-preferences", 200] },
|
|
987
|
-
() => PutPortfolioPreferencesRequest
|
|
988
|
-
() => PutPortfolioPreferencesResponse
|
|
994
|
+
() => PutPortfolioPreferencesRequest$,
|
|
995
|
+
() => PutPortfolioPreferencesResponse$,
|
|
989
996
|
];
|
|
990
|
-
export var StartAssessment = [
|
|
997
|
+
export var StartAssessment$ = [
|
|
991
998
|
9,
|
|
992
999
|
n0,
|
|
993
1000
|
_SA,
|
|
994
1001
|
{ [_ht]: ["POST", "/start-assessment", 200] },
|
|
995
|
-
() => StartAssessmentRequest
|
|
996
|
-
() => StartAssessmentResponse
|
|
1002
|
+
() => StartAssessmentRequest$,
|
|
1003
|
+
() => StartAssessmentResponse$,
|
|
997
1004
|
];
|
|
998
|
-
export var StartImportFileTask = [
|
|
1005
|
+
export var StartImportFileTask$ = [
|
|
999
1006
|
9,
|
|
1000
1007
|
n0,
|
|
1001
1008
|
_SIFT,
|
|
1002
1009
|
{ [_ht]: ["POST", "/start-import-file-task", 200] },
|
|
1003
|
-
() => StartImportFileTaskRequest
|
|
1004
|
-
() => StartImportFileTaskResponse
|
|
1010
|
+
() => StartImportFileTaskRequest$,
|
|
1011
|
+
() => StartImportFileTaskResponse$,
|
|
1005
1012
|
];
|
|
1006
|
-
export var StartRecommendationReportGeneration = [
|
|
1013
|
+
export var StartRecommendationReportGeneration$ = [
|
|
1007
1014
|
9,
|
|
1008
1015
|
n0,
|
|
1009
1016
|
_SRRG,
|
|
1010
1017
|
{ [_ht]: ["POST", "/start-recommendation-report-generation", 200] },
|
|
1011
|
-
() => StartRecommendationReportGenerationRequest
|
|
1012
|
-
() => StartRecommendationReportGenerationResponse
|
|
1018
|
+
() => StartRecommendationReportGenerationRequest$,
|
|
1019
|
+
() => StartRecommendationReportGenerationResponse$,
|
|
1013
1020
|
];
|
|
1014
|
-
export var StopAssessment = [
|
|
1021
|
+
export var StopAssessment$ = [
|
|
1015
1022
|
9,
|
|
1016
1023
|
n0,
|
|
1017
1024
|
_SAt,
|
|
1018
1025
|
{ [_ht]: ["POST", "/stop-assessment", 200] },
|
|
1019
|
-
() => StopAssessmentRequest
|
|
1020
|
-
() => StopAssessmentResponse
|
|
1026
|
+
() => StopAssessmentRequest$,
|
|
1027
|
+
() => StopAssessmentResponse$,
|
|
1021
1028
|
];
|
|
1022
|
-
export var UpdateApplicationComponentConfig = [
|
|
1029
|
+
export var UpdateApplicationComponentConfig$ = [
|
|
1023
1030
|
9,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_UACC,
|
|
1026
1033
|
{ [_ht]: ["POST", "/update-applicationcomponent-config/", 200] },
|
|
1027
|
-
() => UpdateApplicationComponentConfigRequest
|
|
1028
|
-
() => UpdateApplicationComponentConfigResponse
|
|
1034
|
+
() => UpdateApplicationComponentConfigRequest$,
|
|
1035
|
+
() => UpdateApplicationComponentConfigResponse$,
|
|
1029
1036
|
];
|
|
1030
|
-
export var UpdateServerConfig = [
|
|
1037
|
+
export var UpdateServerConfig$ = [
|
|
1031
1038
|
9,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_USC,
|
|
1034
1041
|
{ [_ht]: ["POST", "/update-server-config/", 200] },
|
|
1035
|
-
() => UpdateServerConfigRequest
|
|
1036
|
-
() => UpdateServerConfigResponse
|
|
1042
|
+
() => UpdateServerConfigRequest$,
|
|
1043
|
+
() => UpdateServerConfigResponse$,
|
|
1037
1044
|
];
|