@aws-sdk/client-migrationhubstrategy 3.987.0 → 3.988.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 +41 -1297
- package/dist-cjs/models/MigrationHubStrategyServiceException.js +12 -0
- package/dist-cjs/models/errors.js +121 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1042 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +68 -62
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultMigrationHubStrategyHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-02-19",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.migrationhubstrategy",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-02-19",
|
|
30
32
|
serviceTarget: "AWSMigrationHubStrategyRecommendation",
|
|
31
33
|
},
|
|
@@ -279,7 +279,7 @@ const _rTAN = "runTimeAnalyzerName";
|
|
|
279
279
|
const _rTAS = "runTimeAssessmentStatus";
|
|
280
280
|
const _rTS = "registeredTimeStamp";
|
|
281
281
|
const _re = "repository";
|
|
282
|
-
const _s = "
|
|
282
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhubstrategy";
|
|
283
283
|
const _sB = "s3Bucket";
|
|
284
284
|
const _sC = "serverCriteria";
|
|
285
285
|
const _sCAN = "sourceCodeAnalyzerName";
|
|
@@ -307,12 +307,12 @@ const _sS = "serverStrategies";
|
|
|
307
307
|
const _sT = "startTime";
|
|
308
308
|
const _sTe = "serverType";
|
|
309
309
|
const _sV = "sourceVersion";
|
|
310
|
-
const _se = "
|
|
310
|
+
const _se = "server";
|
|
311
311
|
const _ser = "servers";
|
|
312
|
-
const
|
|
312
|
+
const _sev = "severity";
|
|
313
313
|
const _sk = "s3key";
|
|
314
|
-
const
|
|
315
|
-
const
|
|
314
|
+
const _so = "source";
|
|
315
|
+
const _sor = "sort";
|
|
316
316
|
const _st = "status";
|
|
317
317
|
const _str = "strategy";
|
|
318
318
|
const _su = "success";
|
|
@@ -337,16 +337,72 @@ const n0 = "com.amazonaws.migrationhubstrategy";
|
|
|
337
337
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
338
338
|
import { AccessDeniedException, ConflictException, DependencyException, InternalServerException, ResourceNotFoundException, ServiceLinkedRoleLockClientException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
339
339
|
import { MigrationHubStrategyServiceException } from "../models/MigrationHubStrategyServiceException";
|
|
340
|
-
|
|
340
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
341
|
+
export var MigrationHubStrategyServiceException$ = [-3, _s, "MigrationHubStrategyServiceException", 0, [], []];
|
|
342
|
+
_s_registry.registerError(MigrationHubStrategyServiceException$, MigrationHubStrategyServiceException);
|
|
343
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
341
344
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
342
345
|
{ [_e]: _c, [_hE]: 403 },
|
|
343
346
|
[_m],
|
|
344
347
|
[0], 1
|
|
345
348
|
];
|
|
346
|
-
|
|
349
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
350
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
351
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
352
|
+
[_m],
|
|
353
|
+
[0], 1
|
|
354
|
+
];
|
|
355
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
356
|
+
export var DependencyException$ = [-3, n0, _DE,
|
|
357
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
358
|
+
[_m],
|
|
359
|
+
[0]
|
|
360
|
+
];
|
|
361
|
+
n0_registry.registerError(DependencyException$, DependencyException);
|
|
362
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
363
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
364
|
+
[_m],
|
|
365
|
+
[0]
|
|
366
|
+
];
|
|
367
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
368
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
369
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
370
|
+
[_m],
|
|
371
|
+
[0]
|
|
372
|
+
];
|
|
373
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
374
|
+
export var ServiceLinkedRoleLockClientException$ = [-3, n0, _SLRLCE,
|
|
375
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
376
|
+
[_m],
|
|
377
|
+
[0]
|
|
378
|
+
];
|
|
379
|
+
n0_registry.registerError(ServiceLinkedRoleLockClientException$, ServiceLinkedRoleLockClientException);
|
|
380
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
381
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
382
|
+
[_m],
|
|
383
|
+
[0], 1
|
|
384
|
+
];
|
|
385
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
386
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
387
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
388
|
+
[_m],
|
|
389
|
+
[0]
|
|
390
|
+
];
|
|
391
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
392
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
393
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
394
|
+
[_m],
|
|
395
|
+
[0]
|
|
396
|
+
];
|
|
397
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
398
|
+
export const errorTypeRegistries = [
|
|
399
|
+
_s_registry,
|
|
400
|
+
n0_registry,
|
|
401
|
+
];
|
|
402
|
+
var SecretsManagerKey = [0, n0, _SMK, 8, 0];
|
|
347
403
|
export var AnalyzableServerSummary$ = [3, n0, _ASS,
|
|
348
404
|
0,
|
|
349
|
-
[_h, _iA,
|
|
405
|
+
[_h, _iA, _so, _vI],
|
|
350
406
|
[0, 0, 0, 0]
|
|
351
407
|
];
|
|
352
408
|
export var AntipatternReportResult$ = [3, n0, _ARR,
|
|
@@ -356,7 +412,7 @@ export var AntipatternReportResult$ = [3, n0, _ARR,
|
|
|
356
412
|
];
|
|
357
413
|
export var AntipatternSeveritySummary$ = [3, n0, _ASSn,
|
|
358
414
|
0,
|
|
359
|
-
[
|
|
415
|
+
[_sev, _co],
|
|
360
416
|
[0, 1]
|
|
361
417
|
];
|
|
362
418
|
export var ApplicationComponentDetail$ = [3, n0, _ACD,
|
|
@@ -424,12 +480,6 @@ export var ConfigurationSummary$ = [3, n0, _CS,
|
|
|
424
480
|
[_vBRIL, _iABRIL, _vCIL, _pIL, _rSCASI],
|
|
425
481
|
[() => VcenterBasedRemoteInfoList, () => IPAddressBasedRemoteInfoList, () => VersionControlInfoList, () => PipelineInfoList, () => RemoteSourceCodeAnalysisServerInfo$]
|
|
426
482
|
];
|
|
427
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
428
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
429
|
-
[_m],
|
|
430
|
-
[0], 1
|
|
431
|
-
];
|
|
432
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
433
483
|
export var DatabaseConfigDetail$ = [3, n0, _DCD,
|
|
434
484
|
0,
|
|
435
485
|
[_sN],
|
|
@@ -445,12 +495,6 @@ export var DataCollectionDetails$ = [3, n0, _DCDa,
|
|
|
445
495
|
[_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
|
|
446
496
|
[0, 1, 1, 1, 1, 4, 4, 0]
|
|
447
497
|
];
|
|
448
|
-
export var DependencyException$ = [-3, n0, _DE,
|
|
449
|
-
{ [_e]: _serv, [_hE]: 500 },
|
|
450
|
-
[_m],
|
|
451
|
-
[0]
|
|
452
|
-
];
|
|
453
|
-
TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
454
498
|
export var GetApplicationComponentDetailsRequest$ = [3, n0, _GACDR,
|
|
455
499
|
0,
|
|
456
500
|
[_aCI],
|
|
@@ -571,12 +615,6 @@ export var ImportFileTaskInformation$ = [3, n0, _IFTI,
|
|
|
571
615
|
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
572
616
|
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0]
|
|
573
617
|
];
|
|
574
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
575
|
-
{ [_e]: _serv, [_hE]: 500 },
|
|
576
|
-
[_m],
|
|
577
|
-
[0]
|
|
578
|
-
];
|
|
579
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
580
618
|
export var IPAddressBasedRemoteInfo$ = [3, n0, _IPABRI,
|
|
581
619
|
0,
|
|
582
620
|
[_iACTS, _aTu, _oT],
|
|
@@ -584,7 +622,7 @@ export var IPAddressBasedRemoteInfo$ = [3, n0, _IPABRI,
|
|
|
584
622
|
];
|
|
585
623
|
export var ListAnalyzableServersRequest$ = [3, n0, _LASR,
|
|
586
624
|
0,
|
|
587
|
-
[
|
|
625
|
+
[_sor, _nT, _mR],
|
|
588
626
|
[0, 0, 1]
|
|
589
627
|
];
|
|
590
628
|
export var ListAnalyzableServersResponse$ = [3, n0, _LASRi,
|
|
@@ -594,7 +632,7 @@ export var ListAnalyzableServersResponse$ = [3, n0, _LASRi,
|
|
|
594
632
|
];
|
|
595
633
|
export var ListApplicationComponentsRequest$ = [3, n0, _LACR,
|
|
596
634
|
0,
|
|
597
|
-
[_aCC, _fV,
|
|
635
|
+
[_aCC, _fV, _sor, _gIF, _nT, _mR],
|
|
598
636
|
[0, 0, 0, () => GroupIds, 0, 1]
|
|
599
637
|
];
|
|
600
638
|
export var ListApplicationComponentsResponse$ = [3, n0, _LACRi,
|
|
@@ -624,7 +662,7 @@ export var ListImportFileTaskResponse$ = [3, n0, _LIFTRi,
|
|
|
624
662
|
];
|
|
625
663
|
export var ListServersRequest$ = [3, n0, _LSR,
|
|
626
664
|
0,
|
|
627
|
-
[_sC, _fV,
|
|
665
|
+
[_sC, _fV, _sor, _gIF, _nT, _mR],
|
|
628
666
|
[0, 0, 0, () => GroupIds, 0, 1]
|
|
629
667
|
];
|
|
630
668
|
export var ListServersResponse$ = [3, n0, _LSRi,
|
|
@@ -687,12 +725,6 @@ export var RemoteSourceCodeAnalysisServerInfo$ = [3, n0, _RSCASI,
|
|
|
687
725
|
[_rSCASCT],
|
|
688
726
|
[0]
|
|
689
727
|
];
|
|
690
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
691
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
692
|
-
[_m],
|
|
693
|
-
[0]
|
|
694
|
-
];
|
|
695
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
696
728
|
export var Result$ = [3, n0, _R,
|
|
697
729
|
0,
|
|
698
730
|
[_aTn, _aS, _sM, _aRRL],
|
|
@@ -733,18 +765,6 @@ export var ServerSummary$ = [3, n0, _SSe,
|
|
|
733
765
|
[_SOT, _co],
|
|
734
766
|
[0, 1]
|
|
735
767
|
];
|
|
736
|
-
export var ServiceLinkedRoleLockClientException$ = [-3, n0, _SLRLCE,
|
|
737
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
738
|
-
[_m],
|
|
739
|
-
[0]
|
|
740
|
-
];
|
|
741
|
-
TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException$, ServiceLinkedRoleLockClientException);
|
|
742
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
743
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
744
|
-
[_m],
|
|
745
|
-
[0], 1
|
|
746
|
-
];
|
|
747
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
748
768
|
export var SourceCode$ = [3, n0, _SC,
|
|
749
769
|
0,
|
|
750
770
|
[_vC, _sV, _l, _pN],
|
|
@@ -810,12 +830,6 @@ export var SystemInfo$ = [3, n0, _SI,
|
|
|
810
830
|
[_oI, _fST, _nIL, _cA],
|
|
811
831
|
[() => OSInfo$, 0, () => NetworkInfoList, 0]
|
|
812
832
|
];
|
|
813
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
814
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
815
|
-
[_m],
|
|
816
|
-
[0]
|
|
817
|
-
];
|
|
818
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
819
833
|
export var TransformationTool$ = [3, n0, _TT,
|
|
820
834
|
0,
|
|
821
835
|
[_n, _d, _tTIL],
|
|
@@ -841,12 +855,6 @@ export var UpdateServerConfigResponse$ = [3, n0, _USCRp,
|
|
|
841
855
|
[],
|
|
842
856
|
[]
|
|
843
857
|
];
|
|
844
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
845
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
846
|
-
[_m],
|
|
847
|
-
[0]
|
|
848
|
-
];
|
|
849
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
850
858
|
export var VcenterBasedRemoteInfo$ = [3, n0, _VBRI,
|
|
851
859
|
0,
|
|
852
860
|
[_vCTS, _oT],
|
|
@@ -857,8 +865,6 @@ export var VersionControlInfo$ = [3, n0, _VCI,
|
|
|
857
865
|
[_vCT, _vCCTS],
|
|
858
866
|
[0, 0]
|
|
859
867
|
];
|
|
860
|
-
export var MigrationHubStrategyServiceException$ = [-3, _sm, "MigrationHubStrategyServiceException", 0, [], []];
|
|
861
|
-
TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException$, MigrationHubStrategyServiceException);
|
|
862
868
|
var AnalyzableServerSummaryList = [1, n0, _ASSL,
|
|
863
869
|
0, () => AnalyzableServerSummary$
|
|
864
870
|
];
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var MigrationHubStrategyServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceLinkedRoleLockClientException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
19
|
export declare var AnalyzableServerSummary$: StaticStructureSchema;
|
|
4
20
|
export declare var AntipatternReportResult$: StaticStructureSchema;
|
|
5
21
|
export declare var AntipatternSeveritySummary$: StaticStructureSchema;
|
|
@@ -16,11 +32,9 @@ export declare var AwsManagedResources$: StaticStructureSchema;
|
|
|
16
32
|
export declare var BusinessGoals$: StaticStructureSchema;
|
|
17
33
|
export declare var Collector$: StaticStructureSchema;
|
|
18
34
|
export declare var ConfigurationSummary$: StaticStructureSchema;
|
|
19
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
20
35
|
export declare var DatabaseConfigDetail$: StaticStructureSchema;
|
|
21
36
|
export declare var DatabasePreferences$: StaticStructureSchema;
|
|
22
37
|
export declare var DataCollectionDetails$: StaticStructureSchema;
|
|
23
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
24
38
|
export declare var GetApplicationComponentDetailsRequest$: StaticStructureSchema;
|
|
25
39
|
export declare var GetApplicationComponentDetailsResponse$: StaticStructureSchema;
|
|
26
40
|
export declare var GetApplicationComponentStrategiesRequest$: StaticStructureSchema;
|
|
@@ -45,7 +59,6 @@ export declare var Group$: StaticStructureSchema;
|
|
|
45
59
|
export declare var Heterogeneous$: StaticStructureSchema;
|
|
46
60
|
export declare var Homogeneous$: StaticStructureSchema;
|
|
47
61
|
export declare var ImportFileTaskInformation$: StaticStructureSchema;
|
|
48
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
49
62
|
export declare var IPAddressBasedRemoteInfo$: StaticStructureSchema;
|
|
50
63
|
export declare var ListAnalyzableServersRequest$: StaticStructureSchema;
|
|
51
64
|
export declare var ListAnalyzableServersResponse$: StaticStructureSchema;
|
|
@@ -68,7 +81,6 @@ export declare var PutPortfolioPreferencesResponse$: StaticStructureSchema;
|
|
|
68
81
|
export declare var RecommendationReportDetails$: StaticStructureSchema;
|
|
69
82
|
export declare var RecommendationSet$: StaticStructureSchema;
|
|
70
83
|
export declare var RemoteSourceCodeAnalysisServerInfo$: StaticStructureSchema;
|
|
71
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
72
84
|
export declare var Result$: StaticStructureSchema;
|
|
73
85
|
export declare var S3Object$: StaticStructureSchema;
|
|
74
86
|
export declare var SelfManageResources$: StaticStructureSchema;
|
|
@@ -77,8 +89,6 @@ export declare var ServerError$: StaticStructureSchema;
|
|
|
77
89
|
export declare var ServerStatusSummary$: StaticStructureSchema;
|
|
78
90
|
export declare var ServerStrategy$: StaticStructureSchema;
|
|
79
91
|
export declare var ServerSummary$: StaticStructureSchema;
|
|
80
|
-
export declare var ServiceLinkedRoleLockClientException$: StaticErrorSchema;
|
|
81
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
82
92
|
export declare var SourceCode$: StaticStructureSchema;
|
|
83
93
|
export declare var SourceCodeRepository$: StaticStructureSchema;
|
|
84
94
|
export declare var StartAssessmentRequest$: StaticStructureSchema;
|
|
@@ -92,16 +102,13 @@ export declare var StopAssessmentResponse$: StaticStructureSchema;
|
|
|
92
102
|
export declare var StrategyOption$: StaticStructureSchema;
|
|
93
103
|
export declare var StrategySummary$: StaticStructureSchema;
|
|
94
104
|
export declare var SystemInfo$: StaticStructureSchema;
|
|
95
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
96
105
|
export declare var TransformationTool$: StaticStructureSchema;
|
|
97
106
|
export declare var UpdateApplicationComponentConfigRequest$: StaticStructureSchema;
|
|
98
107
|
export declare var UpdateApplicationComponentConfigResponse$: StaticStructureSchema;
|
|
99
108
|
export declare var UpdateServerConfigRequest$: StaticStructureSchema;
|
|
100
109
|
export declare var UpdateServerConfigResponse$: StaticStructureSchema;
|
|
101
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
102
110
|
export declare var VcenterBasedRemoteInfo$: StaticStructureSchema;
|
|
103
111
|
export declare var VersionControlInfo$: StaticStructureSchema;
|
|
104
|
-
export declare var MigrationHubStrategyServiceException$: StaticErrorSchema;
|
|
105
112
|
export declare var AnalysisStatusUnion$: StaticUnionSchema;
|
|
106
113
|
export declare var AnalyzerNameUnion$: StaticUnionSchema;
|
|
107
114
|
export declare var DatabaseMigrationPreference$: StaticUnionSchema;
|
|
@@ -1,10 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var MigrationHubStrategyServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceLinkedRoleLockClientException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
19
|
export declare var AnalyzableServerSummary$: StaticStructureSchema;
|
|
9
20
|
export declare var AntipatternReportResult$: StaticStructureSchema;
|
|
10
21
|
export declare var AntipatternSeveritySummary$: StaticStructureSchema;
|
|
@@ -21,11 +32,9 @@ export declare var AwsManagedResources$: StaticStructureSchema;
|
|
|
21
32
|
export declare var BusinessGoals$: StaticStructureSchema;
|
|
22
33
|
export declare var Collector$: StaticStructureSchema;
|
|
23
34
|
export declare var ConfigurationSummary$: StaticStructureSchema;
|
|
24
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
25
35
|
export declare var DatabaseConfigDetail$: StaticStructureSchema;
|
|
26
36
|
export declare var DatabasePreferences$: StaticStructureSchema;
|
|
27
37
|
export declare var DataCollectionDetails$: StaticStructureSchema;
|
|
28
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
29
38
|
export declare var GetApplicationComponentDetailsRequest$: StaticStructureSchema;
|
|
30
39
|
export declare var GetApplicationComponentDetailsResponse$: StaticStructureSchema;
|
|
31
40
|
export declare var GetApplicationComponentStrategiesRequest$: StaticStructureSchema;
|
|
@@ -50,7 +59,6 @@ export declare var Group$: StaticStructureSchema;
|
|
|
50
59
|
export declare var Heterogeneous$: StaticStructureSchema;
|
|
51
60
|
export declare var Homogeneous$: StaticStructureSchema;
|
|
52
61
|
export declare var ImportFileTaskInformation$: StaticStructureSchema;
|
|
53
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
54
62
|
export declare var IPAddressBasedRemoteInfo$: StaticStructureSchema;
|
|
55
63
|
export declare var ListAnalyzableServersRequest$: StaticStructureSchema;
|
|
56
64
|
export declare var ListAnalyzableServersResponse$: StaticStructureSchema;
|
|
@@ -73,7 +81,6 @@ export declare var PutPortfolioPreferencesResponse$: StaticStructureSchema;
|
|
|
73
81
|
export declare var RecommendationReportDetails$: StaticStructureSchema;
|
|
74
82
|
export declare var RecommendationSet$: StaticStructureSchema;
|
|
75
83
|
export declare var RemoteSourceCodeAnalysisServerInfo$: StaticStructureSchema;
|
|
76
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
77
84
|
export declare var Result$: StaticStructureSchema;
|
|
78
85
|
export declare var S3Object$: StaticStructureSchema;
|
|
79
86
|
export declare var SelfManageResources$: StaticStructureSchema;
|
|
@@ -82,8 +89,6 @@ export declare var ServerError$: StaticStructureSchema;
|
|
|
82
89
|
export declare var ServerStatusSummary$: StaticStructureSchema;
|
|
83
90
|
export declare var ServerStrategy$: StaticStructureSchema;
|
|
84
91
|
export declare var ServerSummary$: StaticStructureSchema;
|
|
85
|
-
export declare var ServiceLinkedRoleLockClientException$: StaticErrorSchema;
|
|
86
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
87
92
|
export declare var SourceCode$: StaticStructureSchema;
|
|
88
93
|
export declare var SourceCodeRepository$: StaticStructureSchema;
|
|
89
94
|
export declare var StartAssessmentRequest$: StaticStructureSchema;
|
|
@@ -97,16 +102,13 @@ export declare var StopAssessmentResponse$: StaticStructureSchema;
|
|
|
97
102
|
export declare var StrategyOption$: StaticStructureSchema;
|
|
98
103
|
export declare var StrategySummary$: StaticStructureSchema;
|
|
99
104
|
export declare var SystemInfo$: StaticStructureSchema;
|
|
100
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
101
105
|
export declare var TransformationTool$: StaticStructureSchema;
|
|
102
106
|
export declare var UpdateApplicationComponentConfigRequest$: StaticStructureSchema;
|
|
103
107
|
export declare var UpdateApplicationComponentConfigResponse$: StaticStructureSchema;
|
|
104
108
|
export declare var UpdateServerConfigRequest$: StaticStructureSchema;
|
|
105
109
|
export declare var UpdateServerConfigResponse$: StaticStructureSchema;
|
|
106
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
107
110
|
export declare var VcenterBasedRemoteInfo$: StaticStructureSchema;
|
|
108
111
|
export declare var VersionControlInfo$: StaticStructureSchema;
|
|
109
|
-
export declare var MigrationHubStrategyServiceException$: StaticErrorSchema;
|
|
110
112
|
export declare var AnalysisStatusUnion$: StaticUnionSchema;
|
|
111
113
|
export declare var AnalyzerNameUnion$: StaticUnionSchema;
|
|
112
114
|
export declare var DatabaseMigrationPreference$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhubstrategy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhubstrategy Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-migrationhubstrategy",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|