@aws-sdk/client-migrationhubstrategy 3.936.0 → 3.940.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.
@@ -1,305 +1 @@
1
- export const RuntimeAnalysisStatus = {
2
- ANALYSIS_FAILED: "ANALYSIS_FAILED",
3
- ANALYSIS_STARTED: "ANALYSIS_STARTED",
4
- ANALYSIS_SUCCESS: "ANALYSIS_SUCCESS",
5
- ANALYSIS_TO_BE_SCHEDULED: "ANALYSIS_TO_BE_SCHEDULED",
6
- };
7
- export const SrcCodeOrDbAnalysisStatus = {
8
- ANALYSIS_FAILED: "ANALYSIS_FAILED",
9
- ANALYSIS_PARTIAL_SUCCESS: "ANALYSIS_PARTIAL_SUCCESS",
10
- ANALYSIS_STARTED: "ANALYSIS_STARTED",
11
- ANALYSIS_SUCCESS: "ANALYSIS_SUCCESS",
12
- ANALYSIS_TO_BE_SCHEDULED: "ANALYSIS_TO_BE_SCHEDULED",
13
- CONFIGURED: "CONFIGURED",
14
- UNCONFIGURED: "UNCONFIGURED",
15
- };
16
- export const AnalysisType = {
17
- BINARY_ANALYSIS: "BINARY_ANALYSIS",
18
- DATABASE_ANALYSIS: "DATABASE_ANALYSIS",
19
- RUNTIME_ANALYSIS: "RUNTIME_ANALYSIS",
20
- SOURCE_CODE_ANALYSIS: "SOURCE_CODE_ANALYSIS",
21
- };
22
- export const BinaryAnalyzerName = {
23
- BYTECODE_ANALYZER: "BYTECODE_ANALYZER",
24
- DLL_ANALYZER: "DLL_ANALYZER",
25
- };
26
- export const RunTimeAnalyzerName = {
27
- A2C_ANALYZER: "A2C_ANALYZER",
28
- DATABASE_ANALYZER: "DATABASE_ANALYZER",
29
- EMP_PA_ANALYZER: "EMP_PA_ANALYZER",
30
- REHOST_ANALYZER: "REHOST_ANALYZER",
31
- SCT_ANALYZER: "SCT_ANALYZER",
32
- };
33
- export const SourceCodeAnalyzerName = {
34
- BYTECODE_ANALYZER: "BYTECODE_ANALYZER",
35
- CSHARP_ANALYZER: "CSHARP_ANALYZER",
36
- JAVA_ANALYZER: "JAVA_ANALYZER",
37
- PORTING_ASSISTANT: "PORTING_ASSISTANT",
38
- };
39
- export const AntipatternReportStatus = {
40
- FAILED: "FAILED",
41
- IN_PROGRESS: "IN_PROGRESS",
42
- SUCCESS: "SUCCESS",
43
- };
44
- export const Severity = {
45
- HIGH: "HIGH",
46
- LOW: "LOW",
47
- MEDIUM: "MEDIUM",
48
- };
49
- export const ApplicationComponentCriteria = {
50
- ANALYSIS_STATUS: "ANALYSIS_STATUS",
51
- APP_NAME: "APP_NAME",
52
- APP_TYPE: "APP_TYPE",
53
- DESTINATION: "DESTINATION",
54
- ERROR_CATEGORY: "ERROR_CATEGORY",
55
- NOT_DEFINED: "NOT_DEFINED",
56
- SERVER_ID: "SERVER_ID",
57
- STRATEGY: "STRATEGY",
58
- };
59
- export const AppType = {
60
- IIS: "IIS",
61
- cassandra: "Cassandra",
62
- db2: "DB2",
63
- dotNetFramework: "DotNetFramework",
64
- dotnet: "Dotnet",
65
- dotnetcore: "DotnetCore",
66
- java: "Java",
67
- jboss: "JBoss",
68
- mariadb: "Maria DB",
69
- mongodb: "Mongo DB",
70
- mysql: "MySQL",
71
- oracle: "Oracle",
72
- other: "Other",
73
- postgresqlserver: "PostgreSQLServer",
74
- spring: "Spring",
75
- sqlServer: "SQLServer",
76
- sybase: "Sybase",
77
- tomcat: "Tomcat",
78
- unknown: "Unknown",
79
- visualbasic: "Visual Basic",
80
- weblogic: "Oracle WebLogic",
81
- websphere: "IBM WebSphere",
82
- };
83
- export const AppUnitErrorCategory = {
84
- CONNECTIVITY_ERROR: "CONNECTIVITY_ERROR",
85
- CREDENTIAL_ERROR: "CREDENTIAL_ERROR",
86
- OTHER_ERROR: "OTHER_ERROR",
87
- PERMISSION_ERROR: "PERMISSION_ERROR",
88
- UNSUPPORTED_ERROR: "UNSUPPORTED_ERROR",
89
- };
90
- export const InclusionStatus = {
91
- EXCLUDE_FROM_RECOMMENDATION: "excludeFromAssessment",
92
- INCLUDE_IN_RECOMMENDATION: "includeInAssessment",
93
- };
94
- export const Strategy = {
95
- REFACTOR: "Refactor",
96
- REHOST: "Rehost",
97
- RELOCATE: "Relocate",
98
- REPLATFORM: "Replatform",
99
- REPURCHASE: "Repurchase",
100
- RETAIN: "Retain",
101
- RETIREMENT: "Retirement",
102
- };
103
- export const TargetDestination = {
104
- AMAZON_DOCUMENTDB: "Amazon DocumentDB",
105
- AMAZON_DYNAMODB: "Amazon DynamoDB",
106
- AMAZON_ELASTIC_CLOUD_COMPUTE: "Amazon Elastic Cloud Compute (EC2)",
107
- AMAZON_ELASTIC_CONTAINER_SERVICE: "Amazon Elastic Container Service (ECS)",
108
- AMAZON_ELASTIC_KUBERNETES_SERVICE: "Amazon Elastic Kubernetes Service (EKS)",
109
- AMAZON_RDS: "Amazon Relational Database Service",
110
- AMAZON_RDS_MYSQL: "Amazon Relational Database Service on MySQL",
111
- AMAZON_RDS_POSTGRESQL: "Amazon Relational Database Service on PostgreSQL",
112
- AURORA_MYSQL: "Aurora MySQL",
113
- AURORA_POSTGRESQL: "Aurora PostgreSQL",
114
- AWS_ELASTIC_BEANSTALK: "AWS Elastic BeanStalk",
115
- AWS_FARGATE: "AWS Fargate",
116
- BABELFISH_AURORA_POSTGRESQL: "Babelfish for Aurora PostgreSQL",
117
- NONE_SPECIFIED: "None specified",
118
- };
119
- export const TransformationToolName = {
120
- APP2CONTAINER: "App2Container",
121
- DMS: "Database Migration Service",
122
- EMP: "End of Support Migration",
123
- IN_PLACE_OS_UPGRADE: "In Place Operating System Upgrade",
124
- MGN: "Application Migration Service",
125
- NATIVE_SQL: "Native SQL Server Backup/Restore",
126
- PORTING_ASSISTANT: "Porting Assistant For .NET",
127
- SCT: "Schema Conversion Tool",
128
- STRATEGY_RECOMMENDATION_SUPPORT: "Strategy Recommendation Support",
129
- WWAMA: "Windows Web Application Migration Assistant",
130
- };
131
- export const ResourceSubType = {
132
- DATABASE: "Database",
133
- DATABASE_PROCESS: "DatabaseProcess",
134
- PROCESS: "Process",
135
- };
136
- export const StrategyRecommendation = {
137
- NOT_RECOMMENDED: "notRecommended",
138
- POTENTIAL: "potential",
139
- RECOMMENDED: "recommended",
140
- VIABLE_OPTION: "viableOption",
141
- };
142
- export const ApplicationMode = {
143
- ALL: "ALL",
144
- KNOWN: "KNOWN",
145
- UNKNOWN: "UNKNOWN",
146
- };
147
- export const AwsManagedTargetDestination = {
148
- AWS_ELASTIC_BEANSTALK: "AWS Elastic BeanStalk",
149
- AWS_FARGATE: "AWS Fargate",
150
- NONE_SPECIFIED: "None specified",
151
- };
152
- export const NoPreferenceTargetDestination = {
153
- AMAZON_ELASTIC_CLOUD_COMPUTE: "Amazon Elastic Cloud Compute (EC2)",
154
- AMAZON_ELASTIC_CONTAINER_SERVICE: "Amazon Elastic Container Service (ECS)",
155
- AMAZON_ELASTIC_KUBERNETES_SERVICE: "Amazon Elastic Kubernetes Service (EKS)",
156
- AWS_ELASTIC_BEANSTALK: "AWS Elastic BeanStalk",
157
- AWS_FARGATE: "AWS Fargate",
158
- NONE_SPECIFIED: "None specified",
159
- };
160
- export const SelfManageTargetDestination = {
161
- AMAZON_ELASTIC_CLOUD_COMPUTE: "Amazon Elastic Cloud Compute (EC2)",
162
- AMAZON_ELASTIC_CONTAINER_SERVICE: "Amazon Elastic Container Service (ECS)",
163
- AMAZON_ELASTIC_KUBERNETES_SERVICE: "Amazon Elastic Kubernetes Service (EKS)",
164
- NONE_SPECIFIED: "None specified",
165
- };
166
- export const AssessmentDataSourceType = {
167
- ADS: "ApplicationDiscoveryService",
168
- MANUAL_IMPORT: "ManualImport",
169
- SR_COLLECTOR: "StrategyRecommendationsApplicationDataCollector",
170
- };
171
- export const AssessmentStatus = {
172
- COMPLETE: "COMPLETE",
173
- FAILED: "FAILED",
174
- IN_PROGRESS: "IN_PROGRESS",
175
- STOPPED: "STOPPED",
176
- };
177
- export const RunTimeAssessmentStatus = {
178
- DC_FAILED: "dataCollectionTaskFailed",
179
- DC_PARTIAL_SUCCESS: "dataCollectionTaskPartialSuccess",
180
- DC_REQ_SENT: "dataCollectionTaskScheduled",
181
- DC_STARTED: "dataCollectionTaskStarted",
182
- DC_STOPPED: "dataCollectionTaskStopped",
183
- DC_SUCCESS: "dataCollectionTaskSuccess",
184
- DC_TO_BE_SCHEDULED: "dataCollectionTaskToBeScheduled",
185
- };
186
- export const ServerOsType = {
187
- amazonLinux: "AmazonLinux",
188
- endOfSupportWindowsServer: "EndOfSupportWindowsServer",
189
- other: "Other",
190
- redhat: "Redhat",
191
- windowsServer: "WindowsServer",
192
- };
193
- export const Condition = {
194
- CONTAINS: "CONTAINS",
195
- EQUALS: "EQUALS",
196
- NOT_CONTAINS: "NOT_CONTAINS",
197
- NOT_EQUALS: "NOT_EQUALS",
198
- };
199
- export const AuthType = {
200
- CERT: "CERT",
201
- NTLM: "NTLM",
202
- SSH: "SSH",
203
- };
204
- export const ImportFileTaskStatus = {
205
- DELETE_FAILED: "DeleteFailed",
206
- DELETE_IN_PROGRESS: "DeleteInProgress",
207
- DELETE_PARTIAL_SUCCESS: "DeletePartialSuccess",
208
- DELETE_SUCCESS: "DeleteSuccess",
209
- IMPORT_FAILED: "ImportFailed",
210
- IMPORT_IN_PROGRESS: "ImportInProgress",
211
- IMPORT_PARTIAL_SUCCESS: "ImportPartialSuccess",
212
- IMPORT_SUCCESS: "ImportSuccess",
213
- };
214
- export const DatabaseManagementPreference = {
215
- AWS_MANAGED: "AWS-managed",
216
- NO_PREFERENCE: "No preference",
217
- SELF_MANAGE: "Self-manage",
218
- };
219
- export const HeterogeneousTargetDatabaseEngine = {
220
- AMAZON_AURORA: "Amazon Aurora",
221
- AWS_POSTGRESQL: "AWS PostgreSQL",
222
- DB2_LUW: "Db2 LUW",
223
- MARIA_DB: "MariaDB",
224
- MICROSOFT_SQL_SERVER: "Microsoft SQL Server",
225
- MONGO_DB: "MongoDB",
226
- MYSQL: "MySQL",
227
- NONE_SPECIFIED: "None specified",
228
- ORACLE_DATABASE: "Oracle Database",
229
- SAP: "SAP",
230
- };
231
- export const HomogeneousTargetDatabaseEngine = {
232
- NONE_SPECIFIED: "None specified",
233
- };
234
- export const TargetDatabaseEngine = {
235
- AMAZON_AURORA: "Amazon Aurora",
236
- AWS_POSTGRESQL: "AWS PostgreSQL",
237
- DB2_LUW: "Db2 LUW",
238
- MARIA_DB: "MariaDB",
239
- MICROSOFT_SQL_SERVER: "Microsoft SQL Server",
240
- MONGO_DB: "MongoDB",
241
- MYSQL: "MySQL",
242
- NONE_SPECIFIED: "None specified",
243
- ORACLE_DATABASE: "Oracle Database",
244
- SAP: "SAP",
245
- };
246
- export const RecommendationReportStatus = {
247
- FAILED: "FAILED",
248
- IN_PROGRESS: "IN_PROGRESS",
249
- SUCCESS: "SUCCESS",
250
- };
251
- export const ServerErrorCategory = {
252
- ARCHITECTURE_ERROR: "ARCHITECTURE_ERROR",
253
- CONNECTIVITY_ERROR: "CONNECTIVITY_ERROR",
254
- CREDENTIAL_ERROR: "CREDENTIAL_ERROR",
255
- OTHER_ERROR: "OTHER_ERROR",
256
- PERMISSION_ERROR: "PERMISSION_ERROR",
257
- };
258
- export const OSType = {
259
- LINUX: "LINUX",
260
- WINDOWS: "WINDOWS",
261
- };
262
- export const SortOrder = {
263
- ASC: "ASC",
264
- DESC: "DESC",
265
- };
266
- export const GroupName = {
267
- EXTERNAL_ID: "ExternalId",
268
- EXTERNAL_SOURCE_TYPE: "ExternalSourceType",
269
- };
270
- export const CollectorHealth = {
271
- COLLECTOR_HEALTHY: "COLLECTOR_HEALTHY",
272
- COLLECTOR_UNHEALTHY: "COLLECTOR_UNHEALTHY",
273
- };
274
- export const PipelineType = {
275
- AZURE_DEVOPS: "AZURE_DEVOPS",
276
- };
277
- export const VersionControlType = {
278
- AZURE_DEVOPS_GIT: "AZURE_DEVOPS_GIT",
279
- GITHUB: "GITHUB",
280
- GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
281
- };
282
- export const ServerCriteria = {
283
- ANALYSIS_STATUS: "ANALYSIS_STATUS",
284
- DESTINATION: "DESTINATION",
285
- ERROR_CATEGORY: "ERROR_CATEGORY",
286
- NOT_DEFINED: "NOT_DEFINED",
287
- OS_NAME: "OS_NAME",
288
- SERVER_ID: "SERVER_ID",
289
- STRATEGY: "STRATEGY",
290
- };
291
- export const DataSourceType = {
292
- ADS: "ApplicationDiscoveryService",
293
- IMPORT: "Import",
294
- MHSR_COLLECTOR: "StrategyRecommendationsApplicationDataCollector",
295
- MPA: "MPA",
296
- };
297
- export const OutputFormat = {
298
- Excel: "Excel",
299
- Json: "Json",
300
- };
301
- export const VersionControl = {
302
- AZURE_DEVOPS_GIT: "AZURE_DEVOPS_GIT",
303
- GITHUB: "GITHUB",
304
- GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
305
- };
1
+ export {};
@@ -15,6 +15,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { MigrationHubStrategyExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
+ export * from "./models/enums";
18
19
  export * from "./models/errors";
19
20
  export type * from "./models/models_0";
20
21
  export { MigrationHubStrategyServiceException } from "./models/MigrationHubStrategyServiceException";