@aws-sdk/client-migrationhubstrategy 3.928.0 → 3.929.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 +1256 -1073
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MigrationHubStrategyClient.js +2 -0
- package/dist-es/commands/GetApplicationComponentDetailsCommand.js +3 -9
- package/dist-es/commands/GetApplicationComponentStrategiesCommand.js +3 -9
- package/dist-es/commands/GetAssessmentCommand.js +3 -9
- package/dist-es/commands/GetImportFileTaskCommand.js +3 -9
- package/dist-es/commands/GetLatestAssessmentIdCommand.js +3 -9
- package/dist-es/commands/GetPortfolioPreferencesCommand.js +3 -9
- package/dist-es/commands/GetPortfolioSummaryCommand.js +3 -9
- package/dist-es/commands/GetRecommendationReportDetailsCommand.js +3 -9
- package/dist-es/commands/GetServerDetailsCommand.js +3 -9
- package/dist-es/commands/GetServerStrategiesCommand.js +3 -9
- package/dist-es/commands/ListAnalyzableServersCommand.js +3 -9
- package/dist-es/commands/ListApplicationComponentsCommand.js +3 -9
- package/dist-es/commands/ListCollectorsCommand.js +3 -9
- package/dist-es/commands/ListImportFileTaskCommand.js +3 -9
- package/dist-es/commands/ListServersCommand.js +3 -9
- package/dist-es/commands/PutPortfolioPreferencesCommand.js +3 -9
- package/dist-es/commands/StartAssessmentCommand.js +3 -9
- package/dist-es/commands/StartImportFileTaskCommand.js +3 -9
- package/dist-es/commands/StartRecommendationReportGenerationCommand.js +3 -9
- package/dist-es/commands/StopAssessmentCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationComponentConfigCommand.js +3 -10
- package/dist-es/commands/UpdateServerConfigCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -5
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1194 -0
- package/dist-types/MigrationHubStrategyClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -4
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +165 -0
- package/dist-types/ts3.4/MigrationHubStrategyClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +171 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -890
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
|
@@ -0,0 +1,1194 @@
|
|
|
1
|
+
const _AA = "AssociatedApplication";
|
|
2
|
+
const _AAs = "AssociatedApplications";
|
|
3
|
+
const _ACD = "ApplicationComponentDetail";
|
|
4
|
+
const _ACDp = "ApplicationComponentDetails";
|
|
5
|
+
const _ACS = "ApplicationComponentStrategy";
|
|
6
|
+
const _ACSS = "ApplicationComponentStatusSummary";
|
|
7
|
+
const _ACSp = "ApplicationComponentSummary";
|
|
8
|
+
const _ACSpp = "ApplicationComponentStrategies";
|
|
9
|
+
const _ADE = "AccessDeniedException";
|
|
10
|
+
const _AMR = "AwsManagedResources";
|
|
11
|
+
const _ANU = "AnalyzerNameUnion";
|
|
12
|
+
const _AP = "ApplicationPreferences";
|
|
13
|
+
const _ARR = "AntipatternReportResult";
|
|
14
|
+
const _ARRL = "AntipatternReportResultList";
|
|
15
|
+
const _AS = "AssessmentSummary";
|
|
16
|
+
const _ASS = "AnalyzableServerSummary";
|
|
17
|
+
const _ASSL = "AnalyzableServerSummaryList";
|
|
18
|
+
const _ASSn = "AntipatternSeveritySummary";
|
|
19
|
+
const _ASU = "AnalysisStatusUnion";
|
|
20
|
+
const _AT = "AssessmentTarget";
|
|
21
|
+
const _ATs = "AssessmentTargets";
|
|
22
|
+
const _AUE = "AppUnitError";
|
|
23
|
+
const _BG = "BusinessGoals";
|
|
24
|
+
const _C = "Collector";
|
|
25
|
+
const _CE = "ConflictException";
|
|
26
|
+
const _CS = "ConfigurationSummary";
|
|
27
|
+
const _Co = "Collectors";
|
|
28
|
+
const _DCD = "DatabaseConfigDetail";
|
|
29
|
+
const _DCDa = "DataCollectionDetails";
|
|
30
|
+
const _DE = "DependencyException";
|
|
31
|
+
const _DMP = "DatabaseMigrationPreference";
|
|
32
|
+
const _DP = "DatabasePreferences";
|
|
33
|
+
const _G = "Group";
|
|
34
|
+
const _GA = "GetAssessment";
|
|
35
|
+
const _GACD = "GetApplicationComponentDetails";
|
|
36
|
+
const _GACDR = "GetApplicationComponentDetailsRequest";
|
|
37
|
+
const _GACDRe = "GetApplicationComponentDetailsResponse";
|
|
38
|
+
const _GACS = "GetApplicationComponentStrategies";
|
|
39
|
+
const _GACSR = "GetApplicationComponentStrategiesRequest";
|
|
40
|
+
const _GACSRe = "GetApplicationComponentStrategiesResponse";
|
|
41
|
+
const _GAR = "GetAssessmentRequest";
|
|
42
|
+
const _GARe = "GetAssessmentResponse";
|
|
43
|
+
const _GI = "GroupIds";
|
|
44
|
+
const _GIFT = "GetImportFileTask";
|
|
45
|
+
const _GIFTR = "GetImportFileTaskRequest";
|
|
46
|
+
const _GIFTRe = "GetImportFileTaskResponse";
|
|
47
|
+
const _GLAI = "GetLatestAssessmentId";
|
|
48
|
+
const _GLAIR = "GetLatestAssessmentIdRequest";
|
|
49
|
+
const _GLAIRe = "GetLatestAssessmentIdResponse";
|
|
50
|
+
const _GPP = "GetPortfolioPreferences";
|
|
51
|
+
const _GPPR = "GetPortfolioPreferencesRequest";
|
|
52
|
+
const _GPPRe = "GetPortfolioPreferencesResponse";
|
|
53
|
+
const _GPS = "GetPortfolioSummary";
|
|
54
|
+
const _GPSR = "GetPortfolioSummaryRequest";
|
|
55
|
+
const _GPSRe = "GetPortfolioSummaryResponse";
|
|
56
|
+
const _GRRD = "GetRecommendationReportDetails";
|
|
57
|
+
const _GRRDR = "GetRecommendationReportDetailsRequest";
|
|
58
|
+
const _GRRDRe = "GetRecommendationReportDetailsResponse";
|
|
59
|
+
const _GSD = "GetServerDetails";
|
|
60
|
+
const _GSDR = "GetServerDetailsRequest";
|
|
61
|
+
const _GSDRe = "GetServerDetailsResponse";
|
|
62
|
+
const _GSS = "GetServerStrategies";
|
|
63
|
+
const _GSSR = "GetServerStrategiesRequest";
|
|
64
|
+
const _GSSRe = "GetServerStrategiesResponse";
|
|
65
|
+
const _H = "Heterogeneous";
|
|
66
|
+
const _Ho = "Homogeneous";
|
|
67
|
+
const _IFTI = "ImportFileTaskInformation";
|
|
68
|
+
const _IPABRI = "IPAddressBasedRemoteInfo";
|
|
69
|
+
const _IPABRIL = "IPAddressBasedRemoteInfoList";
|
|
70
|
+
const _ISE = "InternalServerException";
|
|
71
|
+
const _LAC = "ListApplicationComponents";
|
|
72
|
+
const _LACR = "ListApplicationComponentsRequest";
|
|
73
|
+
const _LACRi = "ListApplicationComponentsResponse";
|
|
74
|
+
const _LACS = "ListApplicationComponentSummary";
|
|
75
|
+
const _LACSS = "ListApplicationComponentStatusSummary";
|
|
76
|
+
const _LAS = "ListAnalyzableServers";
|
|
77
|
+
const _LASR = "ListAnalyzableServersRequest";
|
|
78
|
+
const _LASRi = "ListAnalyzableServersResponse";
|
|
79
|
+
const _LASS = "ListAntipatternSeveritySummary";
|
|
80
|
+
const _LC = "ListCollectors";
|
|
81
|
+
const _LCR = "ListCollectorsRequest";
|
|
82
|
+
const _LCRi = "ListCollectorsResponse";
|
|
83
|
+
const _LIFT = "ListImportFileTask";
|
|
84
|
+
const _LIFTI = "ListImportFileTaskInformation";
|
|
85
|
+
const _LIFTR = "ListImportFileTaskRequest";
|
|
86
|
+
const _LIFTRi = "ListImportFileTaskResponse";
|
|
87
|
+
const _LS = "ListServers";
|
|
88
|
+
const _LSR = "ListServersRequest";
|
|
89
|
+
const _LSRi = "ListServersResponse";
|
|
90
|
+
const _LSS = "ListServerSummary";
|
|
91
|
+
const _LSSS = "ListServerStatusSummary";
|
|
92
|
+
const _LSSi = "ListStrategySummary";
|
|
93
|
+
const _MP = "ManagementPreference";
|
|
94
|
+
const _NDMP = "NoDatabaseMigrationPreference";
|
|
95
|
+
const _NI = "NetworkInfo";
|
|
96
|
+
const _NIL = "NetworkInfoList";
|
|
97
|
+
const _NMP = "NoManagementPreference";
|
|
98
|
+
const _OSI = "OSInfo";
|
|
99
|
+
const _PBG = "PrioritizeBusinessGoals";
|
|
100
|
+
const _PI = "PipelineInfo";
|
|
101
|
+
const _PIL = "PipelineInfoList";
|
|
102
|
+
const _PPP = "PutPortfolioPreferences";
|
|
103
|
+
const _PPPR = "PutPortfolioPreferencesRequest";
|
|
104
|
+
const _PPPRu = "PutPortfolioPreferencesResponse";
|
|
105
|
+
const _R = "Result";
|
|
106
|
+
const _RL = "ResultList";
|
|
107
|
+
const _RNFE = "ResourceNotFoundException";
|
|
108
|
+
const _RRD = "RecommendationReportDetails";
|
|
109
|
+
const _RS = "RecommendationSet";
|
|
110
|
+
const _RSCASI = "RemoteSourceCodeAnalysisServerInfo";
|
|
111
|
+
const _SA = "StartAssessment";
|
|
112
|
+
const _SAR = "StartAssessmentRequest";
|
|
113
|
+
const _SARt = "StartAssessmentResponse";
|
|
114
|
+
const _SARto = "StopAssessmentRequest";
|
|
115
|
+
const _SARtop = "StopAssessmentResponse";
|
|
116
|
+
const _SAt = "StopAssessment";
|
|
117
|
+
const _SB = "S3Bucket";
|
|
118
|
+
const _SC = "SourceCode";
|
|
119
|
+
const _SCL = "SourceCodeList";
|
|
120
|
+
const _SCR = "SourceCodeRepository";
|
|
121
|
+
const _SCRo = "SourceCodeRepositories";
|
|
122
|
+
const _SD = "ServerDetail";
|
|
123
|
+
const _SDe = "ServerDetails";
|
|
124
|
+
const _SE = "ServerError";
|
|
125
|
+
const _SI = "SystemInfo";
|
|
126
|
+
const _SIFT = "StartImportFileTask";
|
|
127
|
+
const _SIFTR = "StartImportFileTaskRequest";
|
|
128
|
+
const _SIFTRt = "StartImportFileTaskResponse";
|
|
129
|
+
const _SLRLCE = "ServiceLinkedRoleLockClientException";
|
|
130
|
+
const _SMK = "SecretsManagerKey";
|
|
131
|
+
const _SMR = "SelfManageResources";
|
|
132
|
+
const _SO = "S3Object";
|
|
133
|
+
const _SOT = "ServerOsType";
|
|
134
|
+
const _SOt = "StrategyOption";
|
|
135
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
136
|
+
const _SRRG = "StartRecommendationReportGeneration";
|
|
137
|
+
const _SRRGR = "StartRecommendationReportGenerationRequest";
|
|
138
|
+
const _SRRGRt = "StartRecommendationReportGenerationResponse";
|
|
139
|
+
const _SS = "ServerStrategy";
|
|
140
|
+
const _SSS = "ServerStatusSummary";
|
|
141
|
+
const _SSe = "ServerSummary";
|
|
142
|
+
const _SSer = "ServerStrategies";
|
|
143
|
+
const _SSt = "StrategySummary";
|
|
144
|
+
const _TE = "ThrottlingException";
|
|
145
|
+
const _TT = "TransformationTool";
|
|
146
|
+
const _UACC = "UpdateApplicationComponentConfig";
|
|
147
|
+
const _UACCR = "UpdateApplicationComponentConfigRequest";
|
|
148
|
+
const _UACCRp = "UpdateApplicationComponentConfigResponse";
|
|
149
|
+
const _USC = "UpdateServerConfig";
|
|
150
|
+
const _USCR = "UpdateServerConfigRequest";
|
|
151
|
+
const _USCRp = "UpdateServerConfigResponse";
|
|
152
|
+
const _VBRI = "VcenterBasedRemoteInfo";
|
|
153
|
+
const _VBRIL = "VcenterBasedRemoteInfoList";
|
|
154
|
+
const _VCI = "VersionControlInfo";
|
|
155
|
+
const _VCIL = "VersionControlInfoList";
|
|
156
|
+
const _VE = "ValidationException";
|
|
157
|
+
const _aA = "associatedApplications";
|
|
158
|
+
const _aCC = "applicationComponentCriteria";
|
|
159
|
+
const _aCD = "applicationComponentDetail";
|
|
160
|
+
const _aCI = "applicationComponentId";
|
|
161
|
+
const _aCIp = "applicationComponentInfos";
|
|
162
|
+
const _aCS = "applicationComponentStrategies";
|
|
163
|
+
const _aCSS = "applicationComponentStrategySummary";
|
|
164
|
+
const _aDST = "assessmentDataSourceType";
|
|
165
|
+
const _aI = "assessmentId";
|
|
166
|
+
const _aM = "applicationMode";
|
|
167
|
+
const _aMR = "awsManagedResources";
|
|
168
|
+
const _aN = "analyzerName";
|
|
169
|
+
const _aP = "applicationPreferences";
|
|
170
|
+
const _aPRSO = "antiPatternReportS3Object";
|
|
171
|
+
const _aRRL = "antipatternReportResultList";
|
|
172
|
+
const _aRS = "antipatternReportStatus";
|
|
173
|
+
const _aRSM = "antipatternReportStatusMessage";
|
|
174
|
+
const _aRSO = "antipatternReportS3Object";
|
|
175
|
+
const _aS = "analysisStatus";
|
|
176
|
+
const _aSI = "associatedServerId";
|
|
177
|
+
const _aSIs = "associatedServerIds";
|
|
178
|
+
const _aSn = "analyzableServers";
|
|
179
|
+
const _aSs = "assessmentSummary";
|
|
180
|
+
const _aT = "appType";
|
|
181
|
+
const _aTn = "analysisType";
|
|
182
|
+
const _aTs = "assessmentTargets";
|
|
183
|
+
const _aTu = "authType";
|
|
184
|
+
const _aUE = "appUnitError";
|
|
185
|
+
const _aUEC = "appUnitErrorCategory";
|
|
186
|
+
const _b = "branch";
|
|
187
|
+
const _bAN = "binaryAnalyzerName";
|
|
188
|
+
const _bG = "businessGoals";
|
|
189
|
+
const _c = "client";
|
|
190
|
+
const _cA = "cpuArchitecture";
|
|
191
|
+
const _cH = "collectorHealth";
|
|
192
|
+
const _cI = "collectorId";
|
|
193
|
+
const _cO = "configureOnly";
|
|
194
|
+
const _cS = "configurationSummary";
|
|
195
|
+
const _cT = "completionTime";
|
|
196
|
+
const _cV = "collectorVersion";
|
|
197
|
+
const _co = "count";
|
|
198
|
+
const _con = "condition";
|
|
199
|
+
const _d = "description";
|
|
200
|
+
const _dCD = "databaseConfigDetail";
|
|
201
|
+
const _dCDa = "dataCollectionDetails";
|
|
202
|
+
const _dCS = "dataCollectionStatus";
|
|
203
|
+
const _dMP = "databaseManagementPreference";
|
|
204
|
+
const _dMPa = "databaseMigrationPreference";
|
|
205
|
+
const _dP = "databasePreferences";
|
|
206
|
+
const _dST = "dataSourceType";
|
|
207
|
+
const _e = "error";
|
|
208
|
+
const _f = "failed";
|
|
209
|
+
const _fST = "fileSystemType";
|
|
210
|
+
const _fV = "filterValue";
|
|
211
|
+
const _gI = "groupId";
|
|
212
|
+
const _gIF = "groupIdFilter";
|
|
213
|
+
const _h = "hostname";
|
|
214
|
+
const _hE = "httpError";
|
|
215
|
+
const _hN = "hostName";
|
|
216
|
+
const _hQ = "httpQuery";
|
|
217
|
+
const _he = "heterogeneous";
|
|
218
|
+
const _ho = "homogeneous";
|
|
219
|
+
const _ht = "http";
|
|
220
|
+
const _i = "id";
|
|
221
|
+
const _iA = "ipAddress";
|
|
222
|
+
const _iABRIL = "ipAddressBasedRemoteInfoList";
|
|
223
|
+
const _iACTS = "ipAddressConfigurationTimeStamp";
|
|
224
|
+
const _iN = "importName";
|
|
225
|
+
const _iNn = "interfaceName";
|
|
226
|
+
const _iP = "isPreferred";
|
|
227
|
+
const _iPn = "inProgress";
|
|
228
|
+
const _iS = "inclusionStatus";
|
|
229
|
+
const _iSB = "inputS3Bucket";
|
|
230
|
+
const _iSK = "inputS3Key";
|
|
231
|
+
const _l = "location";
|
|
232
|
+
const _lACS = "listApplicationComponentSummary";
|
|
233
|
+
const _lACSS = "listApplicationComponentStrategySummary";
|
|
234
|
+
const _lACSSi = "listApplicationComponentStatusSummary";
|
|
235
|
+
const _lASS = "listAntipatternSeveritySummary";
|
|
236
|
+
const _lAT = "lastAnalyzedTimestamp";
|
|
237
|
+
const _lATS = "lastActivityTimeStamp";
|
|
238
|
+
const _lCR = "licenseCostReduction";
|
|
239
|
+
const _lSS = "listServerSummary";
|
|
240
|
+
const _lSSS = "listServerStrategySummary";
|
|
241
|
+
const _lSSSi = "listServerStatusSummary";
|
|
242
|
+
const _m = "message";
|
|
243
|
+
const _mA = "macAddress";
|
|
244
|
+
const _mAR = "moreApplicationResource";
|
|
245
|
+
const _mIWCNT = "modernizeInfrastructureWithCloudNativeTechnologies";
|
|
246
|
+
const _mP = "managementPreference";
|
|
247
|
+
const _mR = "maxResults";
|
|
248
|
+
const _mSAE = "moreServerAssociationExists";
|
|
249
|
+
const _n = "name";
|
|
250
|
+
const _nIL = "networkInfoList";
|
|
251
|
+
const _nM = "netMask";
|
|
252
|
+
const _nOAC = "numberOfApplicationComponents";
|
|
253
|
+
const _nORF = "numberOfRecordsFailed";
|
|
254
|
+
const _nORS = "numberOfRecordsSuccess";
|
|
255
|
+
const _nP = "noPreference";
|
|
256
|
+
const _nT = "nextToken";
|
|
257
|
+
const _oD = "osDriver";
|
|
258
|
+
const _oF = "outputFormat";
|
|
259
|
+
const _oI = "osInfo";
|
|
260
|
+
const _oT = "osType";
|
|
261
|
+
const _oV = "osVersion";
|
|
262
|
+
const _pBG = "prioritizeBusinessGoals";
|
|
263
|
+
const _pCTS = "pipelineConfigurationTimeStamp";
|
|
264
|
+
const _pIL = "pipelineInfoList";
|
|
265
|
+
const _pN = "projectName";
|
|
266
|
+
const _pT = "pipelineType";
|
|
267
|
+
const _r = "recommendation";
|
|
268
|
+
const _rAS = "runtimeAnalysisStatus";
|
|
269
|
+
const _rL = "resultList";
|
|
270
|
+
const _rOOWMS = "reduceOperationalOverheadWithManagedServices";
|
|
271
|
+
const _rRD = "recommendationReportDetails";
|
|
272
|
+
const _rS = "recommendationSet";
|
|
273
|
+
const _rSCASCT = "remoteSourceCodeAnalysisServerConfigurationTimestamp";
|
|
274
|
+
const _rSCASI = "remoteSourceCodeAnalysisServerInfo";
|
|
275
|
+
const _rSM = "runtimeStatusMessage";
|
|
276
|
+
const _rST = "resourceSubType";
|
|
277
|
+
const _rSu = "runtimeStatus";
|
|
278
|
+
const _rTAN = "runTimeAnalyzerName";
|
|
279
|
+
const _rTAS = "runTimeAssessmentStatus";
|
|
280
|
+
const _rTS = "registeredTimeStamp";
|
|
281
|
+
const _re = "repository";
|
|
282
|
+
const _s = "source";
|
|
283
|
+
const _sB = "s3Bucket";
|
|
284
|
+
const _sC = "serverCriteria";
|
|
285
|
+
const _sCAN = "sourceCodeAnalyzerName";
|
|
286
|
+
const _sCL = "sourceCodeList";
|
|
287
|
+
const _sCODAS = "srcCodeOrDbAnalysisStatus";
|
|
288
|
+
const _sCR = "sourceCodeRepositories";
|
|
289
|
+
const _sD = "serverDetail";
|
|
290
|
+
const _sE = "serverError";
|
|
291
|
+
const _sEC = "serverErrorCategory";
|
|
292
|
+
const _sFAD = "s3bucketForAnalysisData";
|
|
293
|
+
const _sFRD = "s3bucketForReportData";
|
|
294
|
+
const _sI = "serverId";
|
|
295
|
+
const _sIe = "serverInfos";
|
|
296
|
+
const _sIy = "systemInfo";
|
|
297
|
+
const _sK = "s3Keys";
|
|
298
|
+
const _sM = "statusMessage";
|
|
299
|
+
const _sMK = "secretsManagerKey";
|
|
300
|
+
const _sMR = "selfManageResources";
|
|
301
|
+
const _sN = "secretName";
|
|
302
|
+
const _sO = "strategyOption";
|
|
303
|
+
const _sOM = "speedOfMigration";
|
|
304
|
+
const _sRSB = "statusReportS3Bucket";
|
|
305
|
+
const _sRSK = "statusReportS3Key";
|
|
306
|
+
const _sS = "serverStrategies";
|
|
307
|
+
const _sT = "startTime";
|
|
308
|
+
const _sTe = "serverType";
|
|
309
|
+
const _sV = "sourceVersion";
|
|
310
|
+
const _se = "severity";
|
|
311
|
+
const _ser = "servers";
|
|
312
|
+
const _serv = "server";
|
|
313
|
+
const _sk = "s3key";
|
|
314
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhubstrategy";
|
|
315
|
+
const _so = "sort";
|
|
316
|
+
const _st = "status";
|
|
317
|
+
const _str = "strategy";
|
|
318
|
+
const _su = "success";
|
|
319
|
+
const _t = "type";
|
|
320
|
+
const _tD = "targetDestination";
|
|
321
|
+
const _tDE = "targetDatabaseEngine";
|
|
322
|
+
const _tI = "taskInfos";
|
|
323
|
+
const _tN = "toolName";
|
|
324
|
+
const _tT = "transformationTool";
|
|
325
|
+
const _tTIL = "tranformationToolInstallationLink";
|
|
326
|
+
const _v = "values";
|
|
327
|
+
const _vBRIL = "vcenterBasedRemoteInfoList";
|
|
328
|
+
const _vC = "versionControl";
|
|
329
|
+
const _vCCTS = "versionControlConfigurationTimeStamp";
|
|
330
|
+
const _vCIL = "versionControlInfoList";
|
|
331
|
+
const _vCT = "versionControlType";
|
|
332
|
+
const _vCTS = "vcenterConfigurationTimeStamp";
|
|
333
|
+
const _vI = "vmId";
|
|
334
|
+
const _va = "value";
|
|
335
|
+
const _ve = "version";
|
|
336
|
+
const n0 = "com.amazonaws.migrationhubstrategy";
|
|
337
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
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/index";
|
|
339
|
+
import { MigrationHubStrategyServiceException as __MigrationHubStrategyServiceException } from "../models/MigrationHubStrategyServiceException";
|
|
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
|
+
];
|
|
352
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
353
|
+
export var AnalyzableServerSummary = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
|
|
354
|
+
export var AntipatternReportResult = [
|
|
355
|
+
3,
|
|
356
|
+
n0,
|
|
357
|
+
_ARR,
|
|
358
|
+
0,
|
|
359
|
+
[_aN, _aPRSO, _aRS, _aRSM],
|
|
360
|
+
[() => AnalyzerNameUnion, () => S3Object, 0, 0],
|
|
361
|
+
];
|
|
362
|
+
export var AntipatternSeveritySummary = [3, n0, _ASSn, 0, [_se, _co], [0, 1]];
|
|
363
|
+
export var ApplicationComponentDetail = [
|
|
364
|
+
3,
|
|
365
|
+
n0,
|
|
366
|
+
_ACD,
|
|
367
|
+
0,
|
|
368
|
+
[
|
|
369
|
+
_i,
|
|
370
|
+
_n,
|
|
371
|
+
_rS,
|
|
372
|
+
_aS,
|
|
373
|
+
_sM,
|
|
374
|
+
_lASS,
|
|
375
|
+
_dCD,
|
|
376
|
+
_sCR,
|
|
377
|
+
_aT,
|
|
378
|
+
_rST,
|
|
379
|
+
_iS,
|
|
380
|
+
_aRSO,
|
|
381
|
+
_aRS,
|
|
382
|
+
_aRSM,
|
|
383
|
+
_oV,
|
|
384
|
+
_oD,
|
|
385
|
+
_lAT,
|
|
386
|
+
_aSI,
|
|
387
|
+
_mSAE,
|
|
388
|
+
_rSu,
|
|
389
|
+
_rSM,
|
|
390
|
+
_aUE,
|
|
391
|
+
_rL,
|
|
392
|
+
],
|
|
393
|
+
[
|
|
394
|
+
0,
|
|
395
|
+
0,
|
|
396
|
+
() => RecommendationSet,
|
|
397
|
+
0,
|
|
398
|
+
0,
|
|
399
|
+
() => ListAntipatternSeveritySummary,
|
|
400
|
+
() => DatabaseConfigDetail,
|
|
401
|
+
() => SourceCodeRepositories,
|
|
402
|
+
0,
|
|
403
|
+
0,
|
|
404
|
+
0,
|
|
405
|
+
() => S3Object,
|
|
406
|
+
0,
|
|
407
|
+
0,
|
|
408
|
+
0,
|
|
409
|
+
0,
|
|
410
|
+
4,
|
|
411
|
+
0,
|
|
412
|
+
2,
|
|
413
|
+
0,
|
|
414
|
+
0,
|
|
415
|
+
() => AppUnitError,
|
|
416
|
+
() => ResultList,
|
|
417
|
+
],
|
|
418
|
+
];
|
|
419
|
+
export var ApplicationComponentStatusSummary = [3, n0, _ACSS, 0, [_sCODAS, _co], [0, 1]];
|
|
420
|
+
export var ApplicationComponentStrategy = [
|
|
421
|
+
3,
|
|
422
|
+
n0,
|
|
423
|
+
_ACS,
|
|
424
|
+
0,
|
|
425
|
+
[_r, _st, _iP],
|
|
426
|
+
[() => RecommendationSet, 0, 2],
|
|
427
|
+
];
|
|
428
|
+
export var ApplicationComponentSummary = [3, n0, _ACSp, 0, [_aT, _co], [0, 1]];
|
|
429
|
+
export var ApplicationPreferences = [3, n0, _AP, 0, [_mP], [() => ManagementPreference]];
|
|
430
|
+
export var AppUnitError = [3, n0, _AUE, 0, [_aUEC], [0]];
|
|
431
|
+
export var AssessmentSummary = [
|
|
432
|
+
3,
|
|
433
|
+
n0,
|
|
434
|
+
_AS,
|
|
435
|
+
0,
|
|
436
|
+
[_lSSS, _lACSS, _lASS, _lACS, _lSS, _aRSO, _aRS, _aRSM, _lAT, _lACSSi, _lSSSi],
|
|
437
|
+
[
|
|
438
|
+
() => ListStrategySummary,
|
|
439
|
+
() => ListStrategySummary,
|
|
440
|
+
() => ListAntipatternSeveritySummary,
|
|
441
|
+
() => ListApplicationComponentSummary,
|
|
442
|
+
() => ListServerSummary,
|
|
443
|
+
() => S3Object,
|
|
444
|
+
0,
|
|
445
|
+
0,
|
|
446
|
+
4,
|
|
447
|
+
() => ListApplicationComponentStatusSummary,
|
|
448
|
+
() => ListServerStatusSummary,
|
|
449
|
+
],
|
|
450
|
+
];
|
|
451
|
+
export var AssessmentTarget = [3, n0, _AT, 0, [_con, _n, _v], [0, 0, 64 | 0]];
|
|
452
|
+
export var AssociatedApplication = [3, n0, _AA, 0, [_n, _i], [0, 0]];
|
|
453
|
+
export var AwsManagedResources = [3, n0, _AMR, 0, [_tD], [64 | 0]];
|
|
454
|
+
export var BusinessGoals = [3, n0, _BG, 0, [_sOM, _rOOWMS, _mIWCNT, _lCR], [1, 1, 1, 1]];
|
|
455
|
+
export var Collector = [
|
|
456
|
+
3,
|
|
457
|
+
n0,
|
|
458
|
+
_C,
|
|
459
|
+
0,
|
|
460
|
+
[_cI, _iA, _hN, _cH, _cV, _rTS, _lATS, _cS],
|
|
461
|
+
[0, 0, 0, 0, 0, 0, 0, () => ConfigurationSummary],
|
|
462
|
+
];
|
|
463
|
+
export var ConfigurationSummary = [
|
|
464
|
+
3,
|
|
465
|
+
n0,
|
|
466
|
+
_CS,
|
|
467
|
+
0,
|
|
468
|
+
[_vBRIL, _iABRIL, _vCIL, _pIL, _rSCASI],
|
|
469
|
+
[
|
|
470
|
+
() => VcenterBasedRemoteInfoList,
|
|
471
|
+
() => IPAddressBasedRemoteInfoList,
|
|
472
|
+
() => VersionControlInfoList,
|
|
473
|
+
() => PipelineInfoList,
|
|
474
|
+
() => RemoteSourceCodeAnalysisServerInfo,
|
|
475
|
+
],
|
|
476
|
+
];
|
|
477
|
+
export var ConflictException = [
|
|
478
|
+
-3,
|
|
479
|
+
n0,
|
|
480
|
+
_CE,
|
|
481
|
+
{
|
|
482
|
+
[_e]: _c,
|
|
483
|
+
[_hE]: 409,
|
|
484
|
+
},
|
|
485
|
+
[_m],
|
|
486
|
+
[0],
|
|
487
|
+
];
|
|
488
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
489
|
+
export var DatabaseConfigDetail = [3, n0, _DCD, 0, [_sN], [0]];
|
|
490
|
+
export var DatabasePreferences = [
|
|
491
|
+
3,
|
|
492
|
+
n0,
|
|
493
|
+
_DP,
|
|
494
|
+
0,
|
|
495
|
+
[_dMP, _dMPa],
|
|
496
|
+
[0, () => DatabaseMigrationPreference],
|
|
497
|
+
];
|
|
498
|
+
export var DataCollectionDetails = [
|
|
499
|
+
3,
|
|
500
|
+
n0,
|
|
501
|
+
_DCDa,
|
|
502
|
+
0,
|
|
503
|
+
[_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
|
|
504
|
+
[0, 1, 1, 1, 1, 4, 4, 0],
|
|
505
|
+
];
|
|
506
|
+
export var DependencyException = [
|
|
507
|
+
-3,
|
|
508
|
+
n0,
|
|
509
|
+
_DE,
|
|
510
|
+
{
|
|
511
|
+
[_e]: _serv,
|
|
512
|
+
[_hE]: 500,
|
|
513
|
+
},
|
|
514
|
+
[_m],
|
|
515
|
+
[0],
|
|
516
|
+
];
|
|
517
|
+
TypeRegistry.for(n0).registerError(DependencyException, __DependencyException);
|
|
518
|
+
export var GetApplicationComponentDetailsRequest = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
|
|
519
|
+
export var GetApplicationComponentDetailsResponse = [
|
|
520
|
+
3,
|
|
521
|
+
n0,
|
|
522
|
+
_GACDRe,
|
|
523
|
+
0,
|
|
524
|
+
[_aCD, _aA, _mAR, _aSIs],
|
|
525
|
+
[() => ApplicationComponentDetail, () => AssociatedApplications, 2, 64 | 0],
|
|
526
|
+
];
|
|
527
|
+
export var GetApplicationComponentStrategiesRequest = [3, n0, _GACSR, 0, [_aCI], [[0, 1]]];
|
|
528
|
+
export var GetApplicationComponentStrategiesResponse = [
|
|
529
|
+
3,
|
|
530
|
+
n0,
|
|
531
|
+
_GACSRe,
|
|
532
|
+
0,
|
|
533
|
+
[_aCS],
|
|
534
|
+
[() => ApplicationComponentStrategies],
|
|
535
|
+
];
|
|
536
|
+
export var GetAssessmentRequest = [3, n0, _GAR, 0, [_i], [[0, 1]]];
|
|
537
|
+
export var GetAssessmentResponse = [
|
|
538
|
+
3,
|
|
539
|
+
n0,
|
|
540
|
+
_GARe,
|
|
541
|
+
0,
|
|
542
|
+
[_i, _dCDa, _aTs],
|
|
543
|
+
[0, () => DataCollectionDetails, () => AssessmentTargets],
|
|
544
|
+
];
|
|
545
|
+
export var GetImportFileTaskRequest = [3, n0, _GIFTR, 0, [_i], [[0, 1]]];
|
|
546
|
+
export var GetImportFileTaskResponse = [
|
|
547
|
+
3,
|
|
548
|
+
n0,
|
|
549
|
+
_GIFTRe,
|
|
550
|
+
0,
|
|
551
|
+
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
552
|
+
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
|
|
553
|
+
];
|
|
554
|
+
export var GetLatestAssessmentIdRequest = [3, n0, _GLAIR, 0, [], []];
|
|
555
|
+
export var GetLatestAssessmentIdResponse = [3, n0, _GLAIRe, 0, [_i], [0]];
|
|
556
|
+
export var GetPortfolioPreferencesRequest = [3, n0, _GPPR, 0, [], []];
|
|
557
|
+
export var GetPortfolioPreferencesResponse = [
|
|
558
|
+
3,
|
|
559
|
+
n0,
|
|
560
|
+
_GPPRe,
|
|
561
|
+
0,
|
|
562
|
+
[_pBG, _aP, _dP, _aM],
|
|
563
|
+
[() => PrioritizeBusinessGoals, () => ApplicationPreferences, () => DatabasePreferences, 0],
|
|
564
|
+
];
|
|
565
|
+
export var GetPortfolioSummaryRequest = [3, n0, _GPSR, 0, [], []];
|
|
566
|
+
export var GetPortfolioSummaryResponse = [3, n0, _GPSRe, 0, [_aSs], [() => AssessmentSummary]];
|
|
567
|
+
export var GetRecommendationReportDetailsRequest = [3, n0, _GRRDR, 0, [_i], [[0, 1]]];
|
|
568
|
+
export var GetRecommendationReportDetailsResponse = [
|
|
569
|
+
3,
|
|
570
|
+
n0,
|
|
571
|
+
_GRRDRe,
|
|
572
|
+
0,
|
|
573
|
+
[_i, _rRD],
|
|
574
|
+
[0, () => RecommendationReportDetails],
|
|
575
|
+
];
|
|
576
|
+
export var GetServerDetailsRequest = [
|
|
577
|
+
3,
|
|
578
|
+
n0,
|
|
579
|
+
_GSDR,
|
|
580
|
+
0,
|
|
581
|
+
[_sI, _nT, _mR],
|
|
582
|
+
[
|
|
583
|
+
[0, 1],
|
|
584
|
+
[
|
|
585
|
+
0,
|
|
586
|
+
{
|
|
587
|
+
[_hQ]: _nT,
|
|
588
|
+
},
|
|
589
|
+
],
|
|
590
|
+
[
|
|
591
|
+
1,
|
|
592
|
+
{
|
|
593
|
+
[_hQ]: _mR,
|
|
594
|
+
},
|
|
595
|
+
],
|
|
596
|
+
],
|
|
597
|
+
];
|
|
598
|
+
export var GetServerDetailsResponse = [
|
|
599
|
+
3,
|
|
600
|
+
n0,
|
|
601
|
+
_GSDRe,
|
|
602
|
+
0,
|
|
603
|
+
[_nT, _sD, _aA],
|
|
604
|
+
[0, () => ServerDetail, () => AssociatedApplications],
|
|
605
|
+
];
|
|
606
|
+
export var GetServerStrategiesRequest = [3, n0, _GSSR, 0, [_sI], [[0, 1]]];
|
|
607
|
+
export var GetServerStrategiesResponse = [3, n0, _GSSRe, 0, [_sS], [() => ServerStrategies]];
|
|
608
|
+
export var Group = [3, n0, _G, 0, [_n, _va], [0, 0]];
|
|
609
|
+
export var Heterogeneous = [3, n0, _H, 0, [_tDE], [64 | 0]];
|
|
610
|
+
export var Homogeneous = [3, n0, _Ho, 0, [_tDE], [64 | 0]];
|
|
611
|
+
export var ImportFileTaskInformation = [
|
|
612
|
+
3,
|
|
613
|
+
n0,
|
|
614
|
+
_IFTI,
|
|
615
|
+
0,
|
|
616
|
+
[_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
|
|
617
|
+
[0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
|
|
618
|
+
];
|
|
619
|
+
export var InternalServerException = [
|
|
620
|
+
-3,
|
|
621
|
+
n0,
|
|
622
|
+
_ISE,
|
|
623
|
+
{
|
|
624
|
+
[_e]: _serv,
|
|
625
|
+
[_hE]: 500,
|
|
626
|
+
},
|
|
627
|
+
[_m],
|
|
628
|
+
[0],
|
|
629
|
+
];
|
|
630
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
631
|
+
export var IPAddressBasedRemoteInfo = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
|
|
632
|
+
export var ListAnalyzableServersRequest = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
|
|
633
|
+
export var ListAnalyzableServersResponse = [
|
|
634
|
+
3,
|
|
635
|
+
n0,
|
|
636
|
+
_LASRi,
|
|
637
|
+
0,
|
|
638
|
+
[_aSn, _nT],
|
|
639
|
+
[() => AnalyzableServerSummaryList, 0],
|
|
640
|
+
];
|
|
641
|
+
export var ListApplicationComponentsRequest = [
|
|
642
|
+
3,
|
|
643
|
+
n0,
|
|
644
|
+
_LACR,
|
|
645
|
+
0,
|
|
646
|
+
[_aCC, _fV, _so, _gIF, _nT, _mR],
|
|
647
|
+
[0, 0, 0, () => GroupIds, 0, 1],
|
|
648
|
+
];
|
|
649
|
+
export var ListApplicationComponentsResponse = [
|
|
650
|
+
3,
|
|
651
|
+
n0,
|
|
652
|
+
_LACRi,
|
|
653
|
+
0,
|
|
654
|
+
[_aCIp, _nT],
|
|
655
|
+
[() => ApplicationComponentDetails, 0],
|
|
656
|
+
];
|
|
657
|
+
export var ListCollectorsRequest = [
|
|
658
|
+
3,
|
|
659
|
+
n0,
|
|
660
|
+
_LCR,
|
|
661
|
+
0,
|
|
662
|
+
[_nT, _mR],
|
|
663
|
+
[
|
|
664
|
+
[
|
|
665
|
+
0,
|
|
666
|
+
{
|
|
667
|
+
[_hQ]: _nT,
|
|
668
|
+
},
|
|
669
|
+
],
|
|
670
|
+
[
|
|
671
|
+
1,
|
|
672
|
+
{
|
|
673
|
+
[_hQ]: _mR,
|
|
674
|
+
},
|
|
675
|
+
],
|
|
676
|
+
],
|
|
677
|
+
];
|
|
678
|
+
export var ListCollectorsResponse = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
|
|
679
|
+
export var ListImportFileTaskRequest = [
|
|
680
|
+
3,
|
|
681
|
+
n0,
|
|
682
|
+
_LIFTR,
|
|
683
|
+
0,
|
|
684
|
+
[_nT, _mR],
|
|
685
|
+
[
|
|
686
|
+
[
|
|
687
|
+
0,
|
|
688
|
+
{
|
|
689
|
+
[_hQ]: _nT,
|
|
690
|
+
},
|
|
691
|
+
],
|
|
692
|
+
[
|
|
693
|
+
1,
|
|
694
|
+
{
|
|
695
|
+
[_hQ]: _mR,
|
|
696
|
+
},
|
|
697
|
+
],
|
|
698
|
+
],
|
|
699
|
+
];
|
|
700
|
+
export var ListImportFileTaskResponse = [
|
|
701
|
+
3,
|
|
702
|
+
n0,
|
|
703
|
+
_LIFTRi,
|
|
704
|
+
0,
|
|
705
|
+
[_tI, _nT],
|
|
706
|
+
[() => ListImportFileTaskInformation, 0],
|
|
707
|
+
];
|
|
708
|
+
export var ListServersRequest = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_LSR,
|
|
712
|
+
0,
|
|
713
|
+
[_sC, _fV, _so, _gIF, _nT, _mR],
|
|
714
|
+
[0, 0, 0, () => GroupIds, 0, 1],
|
|
715
|
+
];
|
|
716
|
+
export var ListServersResponse = [3, n0, _LSRi, 0, [_sIe, _nT], [() => ServerDetails, 0]];
|
|
717
|
+
export var NetworkInfo = [3, n0, _NI, 0, [_iNn, _iA, _mA, _nM], [0, 0, 0, 0]];
|
|
718
|
+
export var NoDatabaseMigrationPreference = [3, n0, _NDMP, 0, [_tDE], [64 | 0]];
|
|
719
|
+
export var NoManagementPreference = [3, n0, _NMP, 0, [_tD], [64 | 0]];
|
|
720
|
+
export var OSInfo = [3, n0, _OSI, 0, [_t, _ve], [0, 0]];
|
|
721
|
+
export var PipelineInfo = [3, n0, _PI, 0, [_pT, _pCTS], [0, 0]];
|
|
722
|
+
export var PrioritizeBusinessGoals = [3, n0, _PBG, 0, [_bG], [() => BusinessGoals]];
|
|
723
|
+
export var PutPortfolioPreferencesRequest = [
|
|
724
|
+
3,
|
|
725
|
+
n0,
|
|
726
|
+
_PPPR,
|
|
727
|
+
0,
|
|
728
|
+
[_pBG, _aP, _dP, _aM],
|
|
729
|
+
[() => PrioritizeBusinessGoals, () => ApplicationPreferences, () => DatabasePreferences, 0],
|
|
730
|
+
];
|
|
731
|
+
export var PutPortfolioPreferencesResponse = [3, n0, _PPPRu, 0, [], []];
|
|
732
|
+
export var RecommendationReportDetails = [
|
|
733
|
+
3,
|
|
734
|
+
n0,
|
|
735
|
+
_RRD,
|
|
736
|
+
0,
|
|
737
|
+
[_st, _sM, _sT, _cT, _sB, _sK],
|
|
738
|
+
[0, 0, 4, 4, 0, 64 | 0],
|
|
739
|
+
];
|
|
740
|
+
export var RecommendationSet = [
|
|
741
|
+
3,
|
|
742
|
+
n0,
|
|
743
|
+
_RS,
|
|
744
|
+
0,
|
|
745
|
+
[_tT, _tD, _str],
|
|
746
|
+
[() => TransformationTool, 0, 0],
|
|
747
|
+
];
|
|
748
|
+
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
|
+
];
|
|
760
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
761
|
+
export var Result = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_R,
|
|
765
|
+
0,
|
|
766
|
+
[_aTn, _aS, _sM, _aRRL],
|
|
767
|
+
[0, () => AnalysisStatusUnion, 0, () => AntipatternReportResultList],
|
|
768
|
+
];
|
|
769
|
+
export var S3Object = [3, n0, _SO, 0, [_sB, _sk], [0, 0]];
|
|
770
|
+
export var SelfManageResources = [3, n0, _SMR, 0, [_tD], [64 | 0]];
|
|
771
|
+
export var ServerDetail = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_SD,
|
|
775
|
+
0,
|
|
776
|
+
[_i, _n, _rS, _dCS, _sM, _lASS, _sIy, _aCSS, _aRSO, _aRS, _aRSM, _sTe, _lAT, _sE],
|
|
777
|
+
[
|
|
778
|
+
0,
|
|
779
|
+
0,
|
|
780
|
+
() => RecommendationSet,
|
|
781
|
+
0,
|
|
782
|
+
0,
|
|
783
|
+
() => ListAntipatternSeveritySummary,
|
|
784
|
+
() => SystemInfo,
|
|
785
|
+
() => ListStrategySummary,
|
|
786
|
+
() => S3Object,
|
|
787
|
+
0,
|
|
788
|
+
0,
|
|
789
|
+
0,
|
|
790
|
+
4,
|
|
791
|
+
() => ServerError,
|
|
792
|
+
],
|
|
793
|
+
];
|
|
794
|
+
export var ServerError = [3, n0, _SE, 0, [_sEC], [0]];
|
|
795
|
+
export var ServerStatusSummary = [3, n0, _SSS, 0, [_rTAS, _co], [0, 1]];
|
|
796
|
+
export var ServerStrategy = [
|
|
797
|
+
3,
|
|
798
|
+
n0,
|
|
799
|
+
_SS,
|
|
800
|
+
0,
|
|
801
|
+
[_r, _st, _nOAC, _iP],
|
|
802
|
+
[() => RecommendationSet, 0, 1, 2],
|
|
803
|
+
];
|
|
804
|
+
export var ServerSummary = [3, n0, _SSe, 0, [_SOT, _co], [0, 1]];
|
|
805
|
+
export var ServiceLinkedRoleLockClientException = [
|
|
806
|
+
-3,
|
|
807
|
+
n0,
|
|
808
|
+
_SLRLCE,
|
|
809
|
+
{
|
|
810
|
+
[_e]: _c,
|
|
811
|
+
[_hE]: 400,
|
|
812
|
+
},
|
|
813
|
+
[_m],
|
|
814
|
+
[0],
|
|
815
|
+
];
|
|
816
|
+
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
|
+
];
|
|
828
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
829
|
+
export var SourceCode = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
|
|
830
|
+
export var SourceCodeRepository = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
|
|
831
|
+
export var StartAssessmentRequest = [
|
|
832
|
+
3,
|
|
833
|
+
n0,
|
|
834
|
+
_SAR,
|
|
835
|
+
0,
|
|
836
|
+
[_sFAD, _sFRD, _aTs, _aDST],
|
|
837
|
+
[0, 0, () => AssessmentTargets, 0],
|
|
838
|
+
];
|
|
839
|
+
export var StartAssessmentResponse = [3, n0, _SARt, 0, [_aI], [0]];
|
|
840
|
+
export var StartImportFileTaskRequest = [
|
|
841
|
+
3,
|
|
842
|
+
n0,
|
|
843
|
+
_SIFTR,
|
|
844
|
+
0,
|
|
845
|
+
[_n, _SB, _sk, _dST, _gI, _sFRD],
|
|
846
|
+
[0, 0, 0, 0, () => GroupIds, 0],
|
|
847
|
+
];
|
|
848
|
+
export var StartImportFileTaskResponse = [3, n0, _SIFTRt, 0, [_i], [0]];
|
|
849
|
+
export var StartRecommendationReportGenerationRequest = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_SRRGR,
|
|
853
|
+
0,
|
|
854
|
+
[_oF, _gIF],
|
|
855
|
+
[0, () => GroupIds],
|
|
856
|
+
];
|
|
857
|
+
export var StartRecommendationReportGenerationResponse = [3, n0, _SRRGRt, 0, [_i], [0]];
|
|
858
|
+
export var StopAssessmentRequest = [3, n0, _SARto, 0, [_aI], [0]];
|
|
859
|
+
export var StopAssessmentResponse = [3, n0, _SARtop, 0, [], []];
|
|
860
|
+
export var StrategyOption = [3, n0, _SOt, 0, [_str, _tN, _tD, _iP], [0, 0, 0, 2]];
|
|
861
|
+
export var StrategySummary = [3, n0, _SSt, 0, [_str, _co], [0, 1]];
|
|
862
|
+
export var SystemInfo = [
|
|
863
|
+
3,
|
|
864
|
+
n0,
|
|
865
|
+
_SI,
|
|
866
|
+
0,
|
|
867
|
+
[_oI, _fST, _nIL, _cA],
|
|
868
|
+
[() => OSInfo, 0, () => NetworkInfoList, 0],
|
|
869
|
+
];
|
|
870
|
+
export var ThrottlingException = [
|
|
871
|
+
-3,
|
|
872
|
+
n0,
|
|
873
|
+
_TE,
|
|
874
|
+
{
|
|
875
|
+
[_e]: _c,
|
|
876
|
+
[_hE]: 429,
|
|
877
|
+
},
|
|
878
|
+
[_m],
|
|
879
|
+
[0],
|
|
880
|
+
];
|
|
881
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
882
|
+
export var TransformationTool = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
|
|
883
|
+
export var UpdateApplicationComponentConfigRequest = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_UACCR,
|
|
887
|
+
0,
|
|
888
|
+
[_aCI, _iS, _sO, _sCL, _sMK, _cO, _aT],
|
|
889
|
+
[0, 0, () => StrategyOption, () => SourceCodeList, [() => SecretsManagerKey, 0], 2, 0],
|
|
890
|
+
];
|
|
891
|
+
export var UpdateApplicationComponentConfigResponse = [3, n0, _UACCRp, 0, [], []];
|
|
892
|
+
export var UpdateServerConfigRequest = [3, n0, _USCR, 0, [_sI, _sO], [0, () => StrategyOption]];
|
|
893
|
+
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
|
+
];
|
|
905
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
906
|
+
export var VcenterBasedRemoteInfo = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
|
|
907
|
+
export var VersionControlInfo = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
|
|
908
|
+
export var MigrationHubStrategyServiceException = [
|
|
909
|
+
-3,
|
|
910
|
+
_sm,
|
|
911
|
+
"MigrationHubStrategyServiceException",
|
|
912
|
+
0,
|
|
913
|
+
[],
|
|
914
|
+
[],
|
|
915
|
+
];
|
|
916
|
+
TypeRegistry.for(_sm).registerError(MigrationHubStrategyServiceException, __MigrationHubStrategyServiceException);
|
|
917
|
+
export var AnalyzableServerSummaryList = [1, n0, _ASSL, 0, () => AnalyzableServerSummary];
|
|
918
|
+
export var AntipatternReportResultList = [1, n0, _ARRL, 0, () => AntipatternReportResult];
|
|
919
|
+
export var ApplicationComponentDetails = [1, n0, _ACDp, 0, () => ApplicationComponentDetail];
|
|
920
|
+
export var ApplicationComponentStrategies = [1, n0, _ACSpp, 0, () => ApplicationComponentStrategy];
|
|
921
|
+
export var AssessmentTargets = [1, n0, _ATs, 0, () => AssessmentTarget];
|
|
922
|
+
export var AssessmentTargetValues = 64 | 0;
|
|
923
|
+
export var AssociatedApplications = [1, n0, _AAs, 0, () => AssociatedApplication];
|
|
924
|
+
export var AssociatedServerIDs = 64 | 0;
|
|
925
|
+
export var AwsManagedTargetDestinations = 64 | 0;
|
|
926
|
+
export var Collectors = [1, n0, _Co, 0, () => Collector];
|
|
927
|
+
export var GroupIds = [1, n0, _GI, 0, () => Group];
|
|
928
|
+
export var HeterogeneousTargetDatabaseEngines = 64 | 0;
|
|
929
|
+
export var HomogeneousTargetDatabaseEngines = 64 | 0;
|
|
930
|
+
export var IPAddressBasedRemoteInfoList = [1, n0, _IPABRIL, 0, () => IPAddressBasedRemoteInfo];
|
|
931
|
+
export var ListAntipatternSeveritySummary = [1, n0, _LASS, 0, () => AntipatternSeveritySummary];
|
|
932
|
+
export var ListApplicationComponentStatusSummary = [
|
|
933
|
+
1,
|
|
934
|
+
n0,
|
|
935
|
+
_LACSS,
|
|
936
|
+
0,
|
|
937
|
+
() => ApplicationComponentStatusSummary,
|
|
938
|
+
];
|
|
939
|
+
export var ListApplicationComponentSummary = [1, n0, _LACS, 0, () => ApplicationComponentSummary];
|
|
940
|
+
export var ListImportFileTaskInformation = [1, n0, _LIFTI, 0, () => ImportFileTaskInformation];
|
|
941
|
+
export var ListServerStatusSummary = [1, n0, _LSSS, 0, () => ServerStatusSummary];
|
|
942
|
+
export var ListServerSummary = [1, n0, _LSS, 0, () => ServerSummary];
|
|
943
|
+
export var ListStrategySummary = [1, n0, _LSSi, 0, () => StrategySummary];
|
|
944
|
+
export var NetworkInfoList = [1, n0, _NIL, 0, () => NetworkInfo];
|
|
945
|
+
export var NoPreferenceTargetDestinations = 64 | 0;
|
|
946
|
+
export var PipelineInfoList = [1, n0, _PIL, 0, () => PipelineInfo];
|
|
947
|
+
export var ResultList = [1, n0, _RL, 0, () => Result];
|
|
948
|
+
export var S3Keys = 64 | 0;
|
|
949
|
+
export var SelfManageTargetDestinations = 64 | 0;
|
|
950
|
+
export var ServerDetails = [1, n0, _SDe, 0, () => ServerDetail];
|
|
951
|
+
export var ServerStrategies = [1, n0, _SSer, 0, () => ServerStrategy];
|
|
952
|
+
export var SourceCodeList = [1, n0, _SCL, 0, () => SourceCode];
|
|
953
|
+
export var SourceCodeRepositories = [1, n0, _SCRo, 0, () => SourceCodeRepository];
|
|
954
|
+
export var TargetDatabaseEngines = 64 | 0;
|
|
955
|
+
export var VcenterBasedRemoteInfoList = [1, n0, _VBRIL, 0, () => VcenterBasedRemoteInfo];
|
|
956
|
+
export var VersionControlInfoList = [1, n0, _VCIL, 0, () => VersionControlInfo];
|
|
957
|
+
export var AnalysisStatusUnion = [3, n0, _ASU, 0, [_rAS, _sCODAS], [0, 0]];
|
|
958
|
+
export var AnalyzerNameUnion = [3, n0, _ANU, 0, [_bAN, _rTAN, _sCAN], [0, 0, 0]];
|
|
959
|
+
export var DatabaseMigrationPreference = [
|
|
960
|
+
3,
|
|
961
|
+
n0,
|
|
962
|
+
_DMP,
|
|
963
|
+
0,
|
|
964
|
+
[_he, _ho, _nP],
|
|
965
|
+
[() => Heterogeneous, () => Homogeneous, () => NoDatabaseMigrationPreference],
|
|
966
|
+
];
|
|
967
|
+
export var ManagementPreference = [
|
|
968
|
+
3,
|
|
969
|
+
n0,
|
|
970
|
+
_MP,
|
|
971
|
+
0,
|
|
972
|
+
[_aMR, _sMR, _nP],
|
|
973
|
+
[() => AwsManagedResources, () => SelfManageResources, () => NoManagementPreference],
|
|
974
|
+
];
|
|
975
|
+
export var GetApplicationComponentDetails = [
|
|
976
|
+
9,
|
|
977
|
+
n0,
|
|
978
|
+
_GACD,
|
|
979
|
+
{
|
|
980
|
+
[_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200],
|
|
981
|
+
},
|
|
982
|
+
() => GetApplicationComponentDetailsRequest,
|
|
983
|
+
() => GetApplicationComponentDetailsResponse,
|
|
984
|
+
];
|
|
985
|
+
export var GetApplicationComponentStrategies = [
|
|
986
|
+
9,
|
|
987
|
+
n0,
|
|
988
|
+
_GACS,
|
|
989
|
+
{
|
|
990
|
+
[_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200],
|
|
991
|
+
},
|
|
992
|
+
() => GetApplicationComponentStrategiesRequest,
|
|
993
|
+
() => GetApplicationComponentStrategiesResponse,
|
|
994
|
+
];
|
|
995
|
+
export var GetAssessment = [
|
|
996
|
+
9,
|
|
997
|
+
n0,
|
|
998
|
+
_GA,
|
|
999
|
+
{
|
|
1000
|
+
[_ht]: ["GET", "/get-assessment/{id}", 200],
|
|
1001
|
+
},
|
|
1002
|
+
() => GetAssessmentRequest,
|
|
1003
|
+
() => GetAssessmentResponse,
|
|
1004
|
+
];
|
|
1005
|
+
export var GetImportFileTask = [
|
|
1006
|
+
9,
|
|
1007
|
+
n0,
|
|
1008
|
+
_GIFT,
|
|
1009
|
+
{
|
|
1010
|
+
[_ht]: ["GET", "/get-import-file-task/{id}", 200],
|
|
1011
|
+
},
|
|
1012
|
+
() => GetImportFileTaskRequest,
|
|
1013
|
+
() => GetImportFileTaskResponse,
|
|
1014
|
+
];
|
|
1015
|
+
export var GetLatestAssessmentId = [
|
|
1016
|
+
9,
|
|
1017
|
+
n0,
|
|
1018
|
+
_GLAI,
|
|
1019
|
+
{
|
|
1020
|
+
[_ht]: ["GET", "/get-latest-assessment-id", 200],
|
|
1021
|
+
},
|
|
1022
|
+
() => GetLatestAssessmentIdRequest,
|
|
1023
|
+
() => GetLatestAssessmentIdResponse,
|
|
1024
|
+
];
|
|
1025
|
+
export var GetPortfolioPreferences = [
|
|
1026
|
+
9,
|
|
1027
|
+
n0,
|
|
1028
|
+
_GPP,
|
|
1029
|
+
{
|
|
1030
|
+
[_ht]: ["GET", "/get-portfolio-preferences", 200],
|
|
1031
|
+
},
|
|
1032
|
+
() => GetPortfolioPreferencesRequest,
|
|
1033
|
+
() => GetPortfolioPreferencesResponse,
|
|
1034
|
+
];
|
|
1035
|
+
export var GetPortfolioSummary = [
|
|
1036
|
+
9,
|
|
1037
|
+
n0,
|
|
1038
|
+
_GPS,
|
|
1039
|
+
{
|
|
1040
|
+
[_ht]: ["GET", "/get-portfolio-summary", 200],
|
|
1041
|
+
},
|
|
1042
|
+
() => GetPortfolioSummaryRequest,
|
|
1043
|
+
() => GetPortfolioSummaryResponse,
|
|
1044
|
+
];
|
|
1045
|
+
export var GetRecommendationReportDetails = [
|
|
1046
|
+
9,
|
|
1047
|
+
n0,
|
|
1048
|
+
_GRRD,
|
|
1049
|
+
{
|
|
1050
|
+
[_ht]: ["GET", "/get-recommendation-report-details/{id}", 200],
|
|
1051
|
+
},
|
|
1052
|
+
() => GetRecommendationReportDetailsRequest,
|
|
1053
|
+
() => GetRecommendationReportDetailsResponse,
|
|
1054
|
+
];
|
|
1055
|
+
export var GetServerDetails = [
|
|
1056
|
+
9,
|
|
1057
|
+
n0,
|
|
1058
|
+
_GSD,
|
|
1059
|
+
{
|
|
1060
|
+
[_ht]: ["GET", "/get-server-details/{serverId}", 200],
|
|
1061
|
+
},
|
|
1062
|
+
() => GetServerDetailsRequest,
|
|
1063
|
+
() => GetServerDetailsResponse,
|
|
1064
|
+
];
|
|
1065
|
+
export var GetServerStrategies = [
|
|
1066
|
+
9,
|
|
1067
|
+
n0,
|
|
1068
|
+
_GSS,
|
|
1069
|
+
{
|
|
1070
|
+
[_ht]: ["GET", "/get-server-strategies/{serverId}", 200],
|
|
1071
|
+
},
|
|
1072
|
+
() => GetServerStrategiesRequest,
|
|
1073
|
+
() => GetServerStrategiesResponse,
|
|
1074
|
+
];
|
|
1075
|
+
export var ListAnalyzableServers = [
|
|
1076
|
+
9,
|
|
1077
|
+
n0,
|
|
1078
|
+
_LAS,
|
|
1079
|
+
{
|
|
1080
|
+
[_ht]: ["POST", "/list-analyzable-servers", 200],
|
|
1081
|
+
},
|
|
1082
|
+
() => ListAnalyzableServersRequest,
|
|
1083
|
+
() => ListAnalyzableServersResponse,
|
|
1084
|
+
];
|
|
1085
|
+
export var ListApplicationComponents = [
|
|
1086
|
+
9,
|
|
1087
|
+
n0,
|
|
1088
|
+
_LAC,
|
|
1089
|
+
{
|
|
1090
|
+
[_ht]: ["POST", "/list-applicationcomponents", 200],
|
|
1091
|
+
},
|
|
1092
|
+
() => ListApplicationComponentsRequest,
|
|
1093
|
+
() => ListApplicationComponentsResponse,
|
|
1094
|
+
];
|
|
1095
|
+
export var ListCollectors = [
|
|
1096
|
+
9,
|
|
1097
|
+
n0,
|
|
1098
|
+
_LC,
|
|
1099
|
+
{
|
|
1100
|
+
[_ht]: ["GET", "/list-collectors", 200],
|
|
1101
|
+
},
|
|
1102
|
+
() => ListCollectorsRequest,
|
|
1103
|
+
() => ListCollectorsResponse,
|
|
1104
|
+
];
|
|
1105
|
+
export var ListImportFileTask = [
|
|
1106
|
+
9,
|
|
1107
|
+
n0,
|
|
1108
|
+
_LIFT,
|
|
1109
|
+
{
|
|
1110
|
+
[_ht]: ["GET", "/list-import-file-task", 200],
|
|
1111
|
+
},
|
|
1112
|
+
() => ListImportFileTaskRequest,
|
|
1113
|
+
() => ListImportFileTaskResponse,
|
|
1114
|
+
];
|
|
1115
|
+
export var ListServers = [
|
|
1116
|
+
9,
|
|
1117
|
+
n0,
|
|
1118
|
+
_LS,
|
|
1119
|
+
{
|
|
1120
|
+
[_ht]: ["POST", "/list-servers", 200],
|
|
1121
|
+
},
|
|
1122
|
+
() => ListServersRequest,
|
|
1123
|
+
() => ListServersResponse,
|
|
1124
|
+
];
|
|
1125
|
+
export var PutPortfolioPreferences = [
|
|
1126
|
+
9,
|
|
1127
|
+
n0,
|
|
1128
|
+
_PPP,
|
|
1129
|
+
{
|
|
1130
|
+
[_ht]: ["POST", "/put-portfolio-preferences", 200],
|
|
1131
|
+
},
|
|
1132
|
+
() => PutPortfolioPreferencesRequest,
|
|
1133
|
+
() => PutPortfolioPreferencesResponse,
|
|
1134
|
+
];
|
|
1135
|
+
export var StartAssessment = [
|
|
1136
|
+
9,
|
|
1137
|
+
n0,
|
|
1138
|
+
_SA,
|
|
1139
|
+
{
|
|
1140
|
+
[_ht]: ["POST", "/start-assessment", 200],
|
|
1141
|
+
},
|
|
1142
|
+
() => StartAssessmentRequest,
|
|
1143
|
+
() => StartAssessmentResponse,
|
|
1144
|
+
];
|
|
1145
|
+
export var StartImportFileTask = [
|
|
1146
|
+
9,
|
|
1147
|
+
n0,
|
|
1148
|
+
_SIFT,
|
|
1149
|
+
{
|
|
1150
|
+
[_ht]: ["POST", "/start-import-file-task", 200],
|
|
1151
|
+
},
|
|
1152
|
+
() => StartImportFileTaskRequest,
|
|
1153
|
+
() => StartImportFileTaskResponse,
|
|
1154
|
+
];
|
|
1155
|
+
export var StartRecommendationReportGeneration = [
|
|
1156
|
+
9,
|
|
1157
|
+
n0,
|
|
1158
|
+
_SRRG,
|
|
1159
|
+
{
|
|
1160
|
+
[_ht]: ["POST", "/start-recommendation-report-generation", 200],
|
|
1161
|
+
},
|
|
1162
|
+
() => StartRecommendationReportGenerationRequest,
|
|
1163
|
+
() => StartRecommendationReportGenerationResponse,
|
|
1164
|
+
];
|
|
1165
|
+
export var StopAssessment = [
|
|
1166
|
+
9,
|
|
1167
|
+
n0,
|
|
1168
|
+
_SAt,
|
|
1169
|
+
{
|
|
1170
|
+
[_ht]: ["POST", "/stop-assessment", 200],
|
|
1171
|
+
},
|
|
1172
|
+
() => StopAssessmentRequest,
|
|
1173
|
+
() => StopAssessmentResponse,
|
|
1174
|
+
];
|
|
1175
|
+
export var UpdateApplicationComponentConfig = [
|
|
1176
|
+
9,
|
|
1177
|
+
n0,
|
|
1178
|
+
_UACC,
|
|
1179
|
+
{
|
|
1180
|
+
[_ht]: ["POST", "/update-applicationcomponent-config/", 200],
|
|
1181
|
+
},
|
|
1182
|
+
() => UpdateApplicationComponentConfigRequest,
|
|
1183
|
+
() => UpdateApplicationComponentConfigResponse,
|
|
1184
|
+
];
|
|
1185
|
+
export var UpdateServerConfig = [
|
|
1186
|
+
9,
|
|
1187
|
+
n0,
|
|
1188
|
+
_USC,
|
|
1189
|
+
{
|
|
1190
|
+
[_ht]: ["POST", "/update-server-config/", 200],
|
|
1191
|
+
},
|
|
1192
|
+
() => UpdateServerConfigRequest,
|
|
1193
|
+
() => UpdateServerConfigResponse,
|
|
1194
|
+
];
|