@aws-sdk/client-migrationhubstrategy 3.940.0 → 3.946.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 +37 -194
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/MigrationHubStrategyClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +37 -194
- package/dist-types/MigrationHubStrategy.d.ts +1 -1
- package/dist-types/MigrationHubStrategyClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/GetApplicationComponentDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +3 -3
- package/dist-types/commands/GetAssessmentCommand.d.ts +3 -3
- package/dist-types/commands/GetImportFileTaskCommand.d.ts +3 -3
- package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +3 -3
- package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +3 -3
- package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +3 -3
- package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetServerDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetServerStrategiesCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalyzableServersCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListCollectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListImportFileTaskCommand.d.ts +3 -3
- package/dist-types/commands/ListServersCommand.d.ts +3 -3
- package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +3 -3
- package/dist-types/commands/StartAssessmentCommand.d.ts +3 -3
- package/dist-types/commands/StartImportFileTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +3 -3
- package/dist-types/commands/StopAssessmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServerConfigCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/MigrationHubStrategyServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetServerDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAnalyzableServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportFileTaskPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/MigrationHubStrategyClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MigrationHubStrategyServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -338,17 +338,7 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
338
338
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DependencyException as __DependencyException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceLinkedRoleLockClientException as __ServiceLinkedRoleLockClientException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
339
339
|
import { MigrationHubStrategyServiceException as __MigrationHubStrategyServiceException } from "../models/MigrationHubStrategyServiceException";
|
|
340
340
|
export var SecretsManagerKey = [0, n0, _SMK, 8, 0];
|
|
341
|
-
export var AccessDeniedException = [
|
|
342
|
-
-3,
|
|
343
|
-
n0,
|
|
344
|
-
_ADE,
|
|
345
|
-
{
|
|
346
|
-
[_e]: _c,
|
|
347
|
-
[_hE]: 403,
|
|
348
|
-
},
|
|
349
|
-
[_m],
|
|
350
|
-
[0],
|
|
351
|
-
];
|
|
341
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
352
342
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
353
343
|
export var AnalyzableServerSummary = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
|
|
354
344
|
export var AntipatternReportResult = [
|
|
@@ -474,17 +464,7 @@ export var ConfigurationSummary = [
|
|
|
474
464
|
() => RemoteSourceCodeAnalysisServerInfo,
|
|
475
465
|
],
|
|
476
466
|
];
|
|
477
|
-
export var ConflictException = [
|
|
478
|
-
-3,
|
|
479
|
-
n0,
|
|
480
|
-
_CE,
|
|
481
|
-
{
|
|
482
|
-
[_e]: _c,
|
|
483
|
-
[_hE]: 409,
|
|
484
|
-
},
|
|
485
|
-
[_m],
|
|
486
|
-
[0],
|
|
487
|
-
];
|
|
467
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
488
468
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
489
469
|
export var DatabaseConfigDetail = [3, n0, _DCD, 0, [_sN], [0]];
|
|
490
470
|
export var DatabasePreferences = [
|
|
@@ -503,17 +483,7 @@ export var DataCollectionDetails = [
|
|
|
503
483
|
[_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
|
|
504
484
|
[0, 1, 1, 1, 1, 4, 4, 0],
|
|
505
485
|
];
|
|
506
|
-
export var DependencyException = [
|
|
507
|
-
-3,
|
|
508
|
-
n0,
|
|
509
|
-
_DE,
|
|
510
|
-
{
|
|
511
|
-
[_e]: _serv,
|
|
512
|
-
[_hE]: 500,
|
|
513
|
-
},
|
|
514
|
-
[_m],
|
|
515
|
-
[0],
|
|
516
|
-
];
|
|
486
|
+
export var DependencyException = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
517
487
|
TypeRegistry.for(n0).registerError(DependencyException, __DependencyException);
|
|
518
488
|
export var GetApplicationComponentDetailsRequest = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
|
|
519
489
|
export var GetApplicationComponentDetailsResponse = [
|
|
@@ -581,18 +551,8 @@ export var GetServerDetailsRequest = [
|
|
|
581
551
|
[_sI, _nT, _mR],
|
|
582
552
|
[
|
|
583
553
|
[0, 1],
|
|
584
|
-
[
|
|
585
|
-
|
|
586
|
-
{
|
|
587
|
-
[_hQ]: _nT,
|
|
588
|
-
},
|
|
589
|
-
],
|
|
590
|
-
[
|
|
591
|
-
1,
|
|
592
|
-
{
|
|
593
|
-
[_hQ]: _mR,
|
|
594
|
-
},
|
|
595
|
-
],
|
|
554
|
+
[0, { [_hQ]: _nT }],
|
|
555
|
+
[1, { [_hQ]: _mR }],
|
|
596
556
|
],
|
|
597
557
|
];
|
|
598
558
|
export var GetServerDetailsResponse = [
|
|
@@ -616,17 +576,7 @@ export var ImportFileTaskInformation = [
|
|
|
616
576
|
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
617
577
|
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
|
|
618
578
|
];
|
|
619
|
-
export var InternalServerException = [
|
|
620
|
-
-3,
|
|
621
|
-
n0,
|
|
622
|
-
_ISE,
|
|
623
|
-
{
|
|
624
|
-
[_e]: _serv,
|
|
625
|
-
[_hE]: 500,
|
|
626
|
-
},
|
|
627
|
-
[_m],
|
|
628
|
-
[0],
|
|
629
|
-
];
|
|
579
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
|
|
630
580
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
631
581
|
export var IPAddressBasedRemoteInfo = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
|
|
632
582
|
export var ListAnalyzableServersRequest = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
|
|
@@ -661,18 +611,8 @@ export var ListCollectorsRequest = [
|
|
|
661
611
|
0,
|
|
662
612
|
[_nT, _mR],
|
|
663
613
|
[
|
|
664
|
-
[
|
|
665
|
-
|
|
666
|
-
{
|
|
667
|
-
[_hQ]: _nT,
|
|
668
|
-
},
|
|
669
|
-
],
|
|
670
|
-
[
|
|
671
|
-
1,
|
|
672
|
-
{
|
|
673
|
-
[_hQ]: _mR,
|
|
674
|
-
},
|
|
675
|
-
],
|
|
614
|
+
[0, { [_hQ]: _nT }],
|
|
615
|
+
[1, { [_hQ]: _mR }],
|
|
676
616
|
],
|
|
677
617
|
];
|
|
678
618
|
export var ListCollectorsResponse = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
|
|
@@ -683,18 +623,8 @@ export var ListImportFileTaskRequest = [
|
|
|
683
623
|
0,
|
|
684
624
|
[_nT, _mR],
|
|
685
625
|
[
|
|
686
|
-
[
|
|
687
|
-
|
|
688
|
-
{
|
|
689
|
-
[_hQ]: _nT,
|
|
690
|
-
},
|
|
691
|
-
],
|
|
692
|
-
[
|
|
693
|
-
1,
|
|
694
|
-
{
|
|
695
|
-
[_hQ]: _mR,
|
|
696
|
-
},
|
|
697
|
-
],
|
|
626
|
+
[0, { [_hQ]: _nT }],
|
|
627
|
+
[1, { [_hQ]: _mR }],
|
|
698
628
|
],
|
|
699
629
|
];
|
|
700
630
|
export var ListImportFileTaskResponse = [
|
|
@@ -746,17 +676,7 @@ export var RecommendationSet = [
|
|
|
746
676
|
[() => TransformationTool, 0, 0],
|
|
747
677
|
];
|
|
748
678
|
export var RemoteSourceCodeAnalysisServerInfo = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
|
|
749
|
-
export var ResourceNotFoundException = [
|
|
750
|
-
-3,
|
|
751
|
-
n0,
|
|
752
|
-
_RNFE,
|
|
753
|
-
{
|
|
754
|
-
[_e]: _c,
|
|
755
|
-
[_hE]: 404,
|
|
756
|
-
},
|
|
757
|
-
[_m],
|
|
758
|
-
[0],
|
|
759
|
-
];
|
|
679
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
760
680
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
761
681
|
export var Result = [
|
|
762
682
|
3,
|
|
@@ -806,25 +726,12 @@ export var ServiceLinkedRoleLockClientException = [
|
|
|
806
726
|
-3,
|
|
807
727
|
n0,
|
|
808
728
|
_SLRLCE,
|
|
809
|
-
{
|
|
810
|
-
[_e]: _c,
|
|
811
|
-
[_hE]: 400,
|
|
812
|
-
},
|
|
729
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
813
730
|
[_m],
|
|
814
731
|
[0],
|
|
815
732
|
];
|
|
816
733
|
TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException, __ServiceLinkedRoleLockClientException);
|
|
817
|
-
export var ServiceQuotaExceededException = [
|
|
818
|
-
-3,
|
|
819
|
-
n0,
|
|
820
|
-
_SQEE,
|
|
821
|
-
{
|
|
822
|
-
[_e]: _c,
|
|
823
|
-
[_hE]: 402,
|
|
824
|
-
},
|
|
825
|
-
[_m],
|
|
826
|
-
[0],
|
|
827
|
-
];
|
|
734
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
828
735
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
829
736
|
export var SourceCode = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
|
|
830
737
|
export var SourceCodeRepository = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
|
|
@@ -867,17 +774,7 @@ export var SystemInfo = [
|
|
|
867
774
|
[_oI, _fST, _nIL, _cA],
|
|
868
775
|
[() => OSInfo, 0, () => NetworkInfoList, 0],
|
|
869
776
|
];
|
|
870
|
-
export var ThrottlingException = [
|
|
871
|
-
-3,
|
|
872
|
-
n0,
|
|
873
|
-
_TE,
|
|
874
|
-
{
|
|
875
|
-
[_e]: _c,
|
|
876
|
-
[_hE]: 429,
|
|
877
|
-
},
|
|
878
|
-
[_m],
|
|
879
|
-
[0],
|
|
880
|
-
];
|
|
777
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
881
778
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
882
779
|
export var TransformationTool = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
|
|
883
780
|
export var UpdateApplicationComponentConfigRequest = [
|
|
@@ -891,17 +788,7 @@ export var UpdateApplicationComponentConfigRequest = [
|
|
|
891
788
|
export var UpdateApplicationComponentConfigResponse = [3, n0, _UACCRp, 0, [], []];
|
|
892
789
|
export var UpdateServerConfigRequest = [3, n0, _USCR, 0, [_sI, _sO], [0, () => StrategyOption]];
|
|
893
790
|
export var UpdateServerConfigResponse = [3, n0, _USCRp, 0, [], []];
|
|
894
|
-
export var ValidationException = [
|
|
895
|
-
-3,
|
|
896
|
-
n0,
|
|
897
|
-
_VE,
|
|
898
|
-
{
|
|
899
|
-
[_e]: _c,
|
|
900
|
-
[_hE]: 400,
|
|
901
|
-
},
|
|
902
|
-
[_m],
|
|
903
|
-
[0],
|
|
904
|
-
];
|
|
791
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
905
792
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
906
793
|
export var VcenterBasedRemoteInfo = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
|
|
907
794
|
export var VersionControlInfo = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
|
|
@@ -976,9 +863,7 @@ export var GetApplicationComponentDetails = [
|
|
|
976
863
|
9,
|
|
977
864
|
n0,
|
|
978
865
|
_GACD,
|
|
979
|
-
{
|
|
980
|
-
[_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200],
|
|
981
|
-
},
|
|
866
|
+
{ [_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200] },
|
|
982
867
|
() => GetApplicationComponentDetailsRequest,
|
|
983
868
|
() => GetApplicationComponentDetailsResponse,
|
|
984
869
|
];
|
|
@@ -986,9 +871,7 @@ export var GetApplicationComponentStrategies = [
|
|
|
986
871
|
9,
|
|
987
872
|
n0,
|
|
988
873
|
_GACS,
|
|
989
|
-
{
|
|
990
|
-
[_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200],
|
|
991
|
-
},
|
|
874
|
+
{ [_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200] },
|
|
992
875
|
() => GetApplicationComponentStrategiesRequest,
|
|
993
876
|
() => GetApplicationComponentStrategiesResponse,
|
|
994
877
|
];
|
|
@@ -996,9 +879,7 @@ export var GetAssessment = [
|
|
|
996
879
|
9,
|
|
997
880
|
n0,
|
|
998
881
|
_GA,
|
|
999
|
-
{
|
|
1000
|
-
[_ht]: ["GET", "/get-assessment/{id}", 200],
|
|
1001
|
-
},
|
|
882
|
+
{ [_ht]: ["GET", "/get-assessment/{id}", 200] },
|
|
1002
883
|
() => GetAssessmentRequest,
|
|
1003
884
|
() => GetAssessmentResponse,
|
|
1004
885
|
];
|
|
@@ -1006,9 +887,7 @@ export var GetImportFileTask = [
|
|
|
1006
887
|
9,
|
|
1007
888
|
n0,
|
|
1008
889
|
_GIFT,
|
|
1009
|
-
{
|
|
1010
|
-
[_ht]: ["GET", "/get-import-file-task/{id}", 200],
|
|
1011
|
-
},
|
|
890
|
+
{ [_ht]: ["GET", "/get-import-file-task/{id}", 200] },
|
|
1012
891
|
() => GetImportFileTaskRequest,
|
|
1013
892
|
() => GetImportFileTaskResponse,
|
|
1014
893
|
];
|
|
@@ -1016,9 +895,7 @@ export var GetLatestAssessmentId = [
|
|
|
1016
895
|
9,
|
|
1017
896
|
n0,
|
|
1018
897
|
_GLAI,
|
|
1019
|
-
{
|
|
1020
|
-
[_ht]: ["GET", "/get-latest-assessment-id", 200],
|
|
1021
|
-
},
|
|
898
|
+
{ [_ht]: ["GET", "/get-latest-assessment-id", 200] },
|
|
1022
899
|
() => GetLatestAssessmentIdRequest,
|
|
1023
900
|
() => GetLatestAssessmentIdResponse,
|
|
1024
901
|
];
|
|
@@ -1026,9 +903,7 @@ export var GetPortfolioPreferences = [
|
|
|
1026
903
|
9,
|
|
1027
904
|
n0,
|
|
1028
905
|
_GPP,
|
|
1029
|
-
{
|
|
1030
|
-
[_ht]: ["GET", "/get-portfolio-preferences", 200],
|
|
1031
|
-
},
|
|
906
|
+
{ [_ht]: ["GET", "/get-portfolio-preferences", 200] },
|
|
1032
907
|
() => GetPortfolioPreferencesRequest,
|
|
1033
908
|
() => GetPortfolioPreferencesResponse,
|
|
1034
909
|
];
|
|
@@ -1036,9 +911,7 @@ export var GetPortfolioSummary = [
|
|
|
1036
911
|
9,
|
|
1037
912
|
n0,
|
|
1038
913
|
_GPS,
|
|
1039
|
-
{
|
|
1040
|
-
[_ht]: ["GET", "/get-portfolio-summary", 200],
|
|
1041
|
-
},
|
|
914
|
+
{ [_ht]: ["GET", "/get-portfolio-summary", 200] },
|
|
1042
915
|
() => GetPortfolioSummaryRequest,
|
|
1043
916
|
() => GetPortfolioSummaryResponse,
|
|
1044
917
|
];
|
|
@@ -1046,9 +919,7 @@ export var GetRecommendationReportDetails = [
|
|
|
1046
919
|
9,
|
|
1047
920
|
n0,
|
|
1048
921
|
_GRRD,
|
|
1049
|
-
{
|
|
1050
|
-
[_ht]: ["GET", "/get-recommendation-report-details/{id}", 200],
|
|
1051
|
-
},
|
|
922
|
+
{ [_ht]: ["GET", "/get-recommendation-report-details/{id}", 200] },
|
|
1052
923
|
() => GetRecommendationReportDetailsRequest,
|
|
1053
924
|
() => GetRecommendationReportDetailsResponse,
|
|
1054
925
|
];
|
|
@@ -1056,9 +927,7 @@ export var GetServerDetails = [
|
|
|
1056
927
|
9,
|
|
1057
928
|
n0,
|
|
1058
929
|
_GSD,
|
|
1059
|
-
{
|
|
1060
|
-
[_ht]: ["GET", "/get-server-details/{serverId}", 200],
|
|
1061
|
-
},
|
|
930
|
+
{ [_ht]: ["GET", "/get-server-details/{serverId}", 200] },
|
|
1062
931
|
() => GetServerDetailsRequest,
|
|
1063
932
|
() => GetServerDetailsResponse,
|
|
1064
933
|
];
|
|
@@ -1066,9 +935,7 @@ export var GetServerStrategies = [
|
|
|
1066
935
|
9,
|
|
1067
936
|
n0,
|
|
1068
937
|
_GSS,
|
|
1069
|
-
{
|
|
1070
|
-
[_ht]: ["GET", "/get-server-strategies/{serverId}", 200],
|
|
1071
|
-
},
|
|
938
|
+
{ [_ht]: ["GET", "/get-server-strategies/{serverId}", 200] },
|
|
1072
939
|
() => GetServerStrategiesRequest,
|
|
1073
940
|
() => GetServerStrategiesResponse,
|
|
1074
941
|
];
|
|
@@ -1076,9 +943,7 @@ export var ListAnalyzableServers = [
|
|
|
1076
943
|
9,
|
|
1077
944
|
n0,
|
|
1078
945
|
_LAS,
|
|
1079
|
-
{
|
|
1080
|
-
[_ht]: ["POST", "/list-analyzable-servers", 200],
|
|
1081
|
-
},
|
|
946
|
+
{ [_ht]: ["POST", "/list-analyzable-servers", 200] },
|
|
1082
947
|
() => ListAnalyzableServersRequest,
|
|
1083
948
|
() => ListAnalyzableServersResponse,
|
|
1084
949
|
];
|
|
@@ -1086,9 +951,7 @@ export var ListApplicationComponents = [
|
|
|
1086
951
|
9,
|
|
1087
952
|
n0,
|
|
1088
953
|
_LAC,
|
|
1089
|
-
{
|
|
1090
|
-
[_ht]: ["POST", "/list-applicationcomponents", 200],
|
|
1091
|
-
},
|
|
954
|
+
{ [_ht]: ["POST", "/list-applicationcomponents", 200] },
|
|
1092
955
|
() => ListApplicationComponentsRequest,
|
|
1093
956
|
() => ListApplicationComponentsResponse,
|
|
1094
957
|
];
|
|
@@ -1096,9 +959,7 @@ export var ListCollectors = [
|
|
|
1096
959
|
9,
|
|
1097
960
|
n0,
|
|
1098
961
|
_LC,
|
|
1099
|
-
{
|
|
1100
|
-
[_ht]: ["GET", "/list-collectors", 200],
|
|
1101
|
-
},
|
|
962
|
+
{ [_ht]: ["GET", "/list-collectors", 200] },
|
|
1102
963
|
() => ListCollectorsRequest,
|
|
1103
964
|
() => ListCollectorsResponse,
|
|
1104
965
|
];
|
|
@@ -1106,9 +967,7 @@ export var ListImportFileTask = [
|
|
|
1106
967
|
9,
|
|
1107
968
|
n0,
|
|
1108
969
|
_LIFT,
|
|
1109
|
-
{
|
|
1110
|
-
[_ht]: ["GET", "/list-import-file-task", 200],
|
|
1111
|
-
},
|
|
970
|
+
{ [_ht]: ["GET", "/list-import-file-task", 200] },
|
|
1112
971
|
() => ListImportFileTaskRequest,
|
|
1113
972
|
() => ListImportFileTaskResponse,
|
|
1114
973
|
];
|
|
@@ -1116,9 +975,7 @@ export var ListServers = [
|
|
|
1116
975
|
9,
|
|
1117
976
|
n0,
|
|
1118
977
|
_LS,
|
|
1119
|
-
{
|
|
1120
|
-
[_ht]: ["POST", "/list-servers", 200],
|
|
1121
|
-
},
|
|
978
|
+
{ [_ht]: ["POST", "/list-servers", 200] },
|
|
1122
979
|
() => ListServersRequest,
|
|
1123
980
|
() => ListServersResponse,
|
|
1124
981
|
];
|
|
@@ -1126,9 +983,7 @@ export var PutPortfolioPreferences = [
|
|
|
1126
983
|
9,
|
|
1127
984
|
n0,
|
|
1128
985
|
_PPP,
|
|
1129
|
-
{
|
|
1130
|
-
[_ht]: ["POST", "/put-portfolio-preferences", 200],
|
|
1131
|
-
},
|
|
986
|
+
{ [_ht]: ["POST", "/put-portfolio-preferences", 200] },
|
|
1132
987
|
() => PutPortfolioPreferencesRequest,
|
|
1133
988
|
() => PutPortfolioPreferencesResponse,
|
|
1134
989
|
];
|
|
@@ -1136,9 +991,7 @@ export var StartAssessment = [
|
|
|
1136
991
|
9,
|
|
1137
992
|
n0,
|
|
1138
993
|
_SA,
|
|
1139
|
-
{
|
|
1140
|
-
[_ht]: ["POST", "/start-assessment", 200],
|
|
1141
|
-
},
|
|
994
|
+
{ [_ht]: ["POST", "/start-assessment", 200] },
|
|
1142
995
|
() => StartAssessmentRequest,
|
|
1143
996
|
() => StartAssessmentResponse,
|
|
1144
997
|
];
|
|
@@ -1146,9 +999,7 @@ export var StartImportFileTask = [
|
|
|
1146
999
|
9,
|
|
1147
1000
|
n0,
|
|
1148
1001
|
_SIFT,
|
|
1149
|
-
{
|
|
1150
|
-
[_ht]: ["POST", "/start-import-file-task", 200],
|
|
1151
|
-
},
|
|
1002
|
+
{ [_ht]: ["POST", "/start-import-file-task", 200] },
|
|
1152
1003
|
() => StartImportFileTaskRequest,
|
|
1153
1004
|
() => StartImportFileTaskResponse,
|
|
1154
1005
|
];
|
|
@@ -1156,9 +1007,7 @@ export var StartRecommendationReportGeneration = [
|
|
|
1156
1007
|
9,
|
|
1157
1008
|
n0,
|
|
1158
1009
|
_SRRG,
|
|
1159
|
-
{
|
|
1160
|
-
[_ht]: ["POST", "/start-recommendation-report-generation", 200],
|
|
1161
|
-
},
|
|
1010
|
+
{ [_ht]: ["POST", "/start-recommendation-report-generation", 200] },
|
|
1162
1011
|
() => StartRecommendationReportGenerationRequest,
|
|
1163
1012
|
() => StartRecommendationReportGenerationResponse,
|
|
1164
1013
|
];
|
|
@@ -1166,9 +1015,7 @@ export var StopAssessment = [
|
|
|
1166
1015
|
9,
|
|
1167
1016
|
n0,
|
|
1168
1017
|
_SAt,
|
|
1169
|
-
{
|
|
1170
|
-
[_ht]: ["POST", "/stop-assessment", 200],
|
|
1171
|
-
},
|
|
1018
|
+
{ [_ht]: ["POST", "/stop-assessment", 200] },
|
|
1172
1019
|
() => StopAssessmentRequest,
|
|
1173
1020
|
() => StopAssessmentResponse,
|
|
1174
1021
|
];
|
|
@@ -1176,9 +1023,7 @@ export var UpdateApplicationComponentConfig = [
|
|
|
1176
1023
|
9,
|
|
1177
1024
|
n0,
|
|
1178
1025
|
_UACC,
|
|
1179
|
-
{
|
|
1180
|
-
[_ht]: ["POST", "/update-applicationcomponent-config/", 200],
|
|
1181
|
-
},
|
|
1026
|
+
{ [_ht]: ["POST", "/update-applicationcomponent-config/", 200] },
|
|
1182
1027
|
() => UpdateApplicationComponentConfigRequest,
|
|
1183
1028
|
() => UpdateApplicationComponentConfigResponse,
|
|
1184
1029
|
];
|
|
@@ -1186,9 +1031,7 @@ export var UpdateServerConfig = [
|
|
|
1186
1031
|
9,
|
|
1187
1032
|
n0,
|
|
1188
1033
|
_USC,
|
|
1189
|
-
{
|
|
1190
|
-
[_ht]: ["POST", "/update-server-config/", 200],
|
|
1191
|
-
},
|
|
1034
|
+
{ [_ht]: ["POST", "/update-server-config/", 200] },
|
|
1192
1035
|
() => UpdateServerConfigRequest,
|
|
1193
1036
|
() => UpdateServerConfigResponse,
|
|
1194
1037
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { GetApplicationComponentDetailsCommandInput, GetApplicationComponentDetailsCommandOutput } from "./commands/GetApplicationComponentDetailsCommand";
|
|
3
3
|
import { GetApplicationComponentStrategiesCommandInput, GetApplicationComponentStrategiesCommandOutput } from "./commands/GetApplicationComponentStrategiesCommand";
|
|
4
4
|
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetApplicationComponentDetailsCommandInput, GetApplicationComponentDetailsCommandOutput } from "./commands/GetApplicationComponentDetailsCommand";
|
|
11
11
|
import { GetApplicationComponentStrategiesCommandInput, GetApplicationComponentStrategiesCommandOutput } from "./commands/GetApplicationComponentStrategiesCommand";
|
|
12
12
|
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
@@ -30,7 +30,7 @@ import { StopAssessmentCommandInput, StopAssessmentCommandOutput } from "./comma
|
|
|
30
30
|
import { UpdateApplicationComponentConfigCommandInput, UpdateApplicationComponentConfigCommandOutput } from "./commands/UpdateApplicationComponentConfigCommand";
|
|
31
31
|
import { UpdateServerConfigCommandInput, UpdateServerConfigCommandOutput } from "./commands/UpdateServerConfigCommand";
|
|
32
32
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
33
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
33
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
34
|
export { __Client };
|
|
35
35
|
/**
|
|
36
36
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { MigrationHubStrategyHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { MigrationHubStrategyHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig } from "../MigrationHubStrategyClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type MigrationHubStrategyClientResolvedConfig } from "../MigrationHubStrategyClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetApplicationComponentDetailsRequest, GetApplicationComponentDetailsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetApplicationComponentDetailsRequest, GetApplicationComponentDetailsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetApplicationComponentStrategiesRequest, GetApplicationComponentStrategiesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetApplicationComponentStrategiesRequest, GetApplicationComponentStrategiesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetImportFileTaskRequest, GetImportFileTaskResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetImportFileTaskRequest, GetImportFileTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetLatestAssessmentIdRequest, GetLatestAssessmentIdResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetLatestAssessmentIdRequest, GetLatestAssessmentIdResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetPortfolioPreferencesRequest, GetPortfolioPreferencesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetPortfolioPreferencesRequest, GetPortfolioPreferencesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetPortfolioSummaryRequest, GetPortfolioSummaryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetPortfolioSummaryRequest, GetPortfolioSummaryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetRecommendationReportDetailsRequest, GetRecommendationReportDetailsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetRecommendationReportDetailsRequest, GetRecommendationReportDetailsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetServerDetailsRequest, GetServerDetailsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetServerDetailsRequest, GetServerDetailsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { GetServerStrategiesRequest, GetServerStrategiesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { GetServerStrategiesRequest, GetServerStrategiesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { ListAnalyzableServersRequest, ListAnalyzableServersResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { ListAnalyzableServersRequest, ListAnalyzableServersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
-
import { ListApplicationComponentsRequest, ListApplicationComponentsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubStrategyClient";
|
|
4
|
+
import type { ListApplicationComponentsRequest, ListApplicationComponentsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|