aws-sdk-migrationhubstrategyrecommendations 1.19.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,765 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::MigrationHubStrategyRecommendations
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AnalysisStatusUnion
17
+ attr_accessor runtime_analysis_status: ("ANALYSIS_TO_BE_SCHEDULED" | "ANALYSIS_STARTED" | "ANALYSIS_SUCCESS" | "ANALYSIS_FAILED")
18
+ attr_accessor src_code_or_db_analysis_status: ("ANALYSIS_TO_BE_SCHEDULED" | "ANALYSIS_STARTED" | "ANALYSIS_SUCCESS" | "ANALYSIS_FAILED" | "ANALYSIS_PARTIAL_SUCCESS" | "UNCONFIGURED" | "CONFIGURED")
19
+ attr_accessor unknown: untyped
20
+ SENSITIVE: []
21
+
22
+ class RuntimeAnalysisStatus < AnalysisStatusUnion
23
+ end
24
+ class SrcCodeOrDbAnalysisStatus < AnalysisStatusUnion
25
+ end
26
+ class Unknown < AnalysisStatusUnion
27
+ end
28
+ end
29
+
30
+ class AnalyzableServerSummary
31
+ attr_accessor hostname: ::String
32
+ attr_accessor ip_address: ::String
33
+ attr_accessor source: ::String
34
+ attr_accessor vm_id: ::String
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AnalyzerNameUnion
39
+ attr_accessor binary_analyzer_name: ("DLL_ANALYZER" | "BYTECODE_ANALYZER")
40
+ attr_accessor run_time_analyzer_name: ("A2C_ANALYZER" | "REHOST_ANALYZER" | "EMP_PA_ANALYZER" | "DATABASE_ANALYZER" | "SCT_ANALYZER")
41
+ attr_accessor source_code_analyzer_name: ("CSHARP_ANALYZER" | "JAVA_ANALYZER" | "BYTECODE_ANALYZER" | "PORTING_ASSISTANT")
42
+ attr_accessor unknown: untyped
43
+ SENSITIVE: []
44
+
45
+ class BinaryAnalyzerName < AnalyzerNameUnion
46
+ end
47
+ class RunTimeAnalyzerName < AnalyzerNameUnion
48
+ end
49
+ class SourceCodeAnalyzerName < AnalyzerNameUnion
50
+ end
51
+ class Unknown < AnalyzerNameUnion
52
+ end
53
+ end
54
+
55
+ class AntipatternReportResult
56
+ attr_accessor analyzer_name: Types::AnalyzerNameUnion
57
+ attr_accessor anti_pattern_report_s3_object: Types::S3Object
58
+ attr_accessor antipattern_report_status: ("FAILED" | "IN_PROGRESS" | "SUCCESS")
59
+ attr_accessor antipattern_report_status_message: ::String
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class AntipatternSeveritySummary
64
+ attr_accessor count: ::Integer
65
+ attr_accessor severity: ("HIGH" | "MEDIUM" | "LOW")
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class AppUnitError
70
+ attr_accessor app_unit_error_category: ("CREDENTIAL_ERROR" | "CONNECTIVITY_ERROR" | "PERMISSION_ERROR" | "UNSUPPORTED_ERROR" | "OTHER_ERROR")
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class ApplicationComponentDetail
75
+ attr_accessor analysis_status: ("ANALYSIS_TO_BE_SCHEDULED" | "ANALYSIS_STARTED" | "ANALYSIS_SUCCESS" | "ANALYSIS_FAILED" | "ANALYSIS_PARTIAL_SUCCESS" | "UNCONFIGURED" | "CONFIGURED")
76
+ attr_accessor antipattern_report_s3_object: Types::S3Object
77
+ attr_accessor antipattern_report_status: ("FAILED" | "IN_PROGRESS" | "SUCCESS")
78
+ attr_accessor antipattern_report_status_message: ::String
79
+ attr_accessor app_type: ("DotNetFramework" | "Java" | "SQLServer" | "IIS" | "Oracle" | "Other" | "Tomcat" | "JBoss" | "Spring" | "Mongo DB" | "DB2" | "Maria DB" | "MySQL" | "Sybase" | "PostgreSQLServer" | "Cassandra" | "IBM WebSphere" | "Oracle WebLogic" | "Visual Basic" | "Unknown" | "DotnetCore" | "Dotnet")
80
+ attr_accessor app_unit_error: Types::AppUnitError
81
+ attr_accessor associated_server_id: ::String
82
+ attr_accessor database_config_detail: Types::DatabaseConfigDetail
83
+ attr_accessor id: ::String
84
+ attr_accessor inclusion_status: ("excludeFromAssessment" | "includeInAssessment")
85
+ attr_accessor last_analyzed_timestamp: ::Time
86
+ attr_accessor list_antipattern_severity_summary: ::Array[Types::AntipatternSeveritySummary]
87
+ attr_accessor more_server_association_exists: bool
88
+ attr_accessor name: ::String
89
+ attr_accessor os_driver: ::String
90
+ attr_accessor os_version: ::String
91
+ attr_accessor recommendation_set: Types::RecommendationSet
92
+ attr_accessor resource_sub_type: ("Database" | "Process" | "DatabaseProcess")
93
+ attr_accessor result_list: ::Array[Types::Result]
94
+ attr_accessor runtime_status: ("ANALYSIS_TO_BE_SCHEDULED" | "ANALYSIS_STARTED" | "ANALYSIS_SUCCESS" | "ANALYSIS_FAILED")
95
+ attr_accessor runtime_status_message: ::String
96
+ attr_accessor source_code_repositories: ::Array[Types::SourceCodeRepository]
97
+ attr_accessor status_message: ::String
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class ApplicationComponentStatusSummary
102
+ attr_accessor count: ::Integer
103
+ attr_accessor src_code_or_db_analysis_status: ("ANALYSIS_TO_BE_SCHEDULED" | "ANALYSIS_STARTED" | "ANALYSIS_SUCCESS" | "ANALYSIS_FAILED" | "ANALYSIS_PARTIAL_SUCCESS" | "UNCONFIGURED" | "CONFIGURED")
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class ApplicationComponentStrategy
108
+ attr_accessor is_preferred: bool
109
+ attr_accessor recommendation: Types::RecommendationSet
110
+ attr_accessor status: ("recommended" | "viableOption" | "notRecommended" | "potential")
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class ApplicationComponentSummary
115
+ attr_accessor app_type: ("DotNetFramework" | "Java" | "SQLServer" | "IIS" | "Oracle" | "Other" | "Tomcat" | "JBoss" | "Spring" | "Mongo DB" | "DB2" | "Maria DB" | "MySQL" | "Sybase" | "PostgreSQLServer" | "Cassandra" | "IBM WebSphere" | "Oracle WebLogic" | "Visual Basic" | "Unknown" | "DotnetCore" | "Dotnet")
116
+ attr_accessor count: ::Integer
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class ApplicationPreferences
121
+ attr_accessor management_preference: Types::ManagementPreference
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class AssessmentSummary
126
+ attr_accessor antipattern_report_s3_object: Types::S3Object
127
+ attr_accessor antipattern_report_status: ("FAILED" | "IN_PROGRESS" | "SUCCESS")
128
+ attr_accessor antipattern_report_status_message: ::String
129
+ attr_accessor last_analyzed_timestamp: ::Time
130
+ attr_accessor list_antipattern_severity_summary: ::Array[Types::AntipatternSeveritySummary]
131
+ attr_accessor list_application_component_status_summary: ::Array[Types::ApplicationComponentStatusSummary]
132
+ attr_accessor list_application_component_strategy_summary: ::Array[Types::StrategySummary]
133
+ attr_accessor list_application_component_summary: ::Array[Types::ApplicationComponentSummary]
134
+ attr_accessor list_server_status_summary: ::Array[Types::ServerStatusSummary]
135
+ attr_accessor list_server_strategy_summary: ::Array[Types::StrategySummary]
136
+ attr_accessor list_server_summary: ::Array[Types::ServerSummary]
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class AssessmentTarget
141
+ attr_accessor condition: ("EQUALS" | "NOT_EQUALS" | "CONTAINS" | "NOT_CONTAINS")
142
+ attr_accessor name: ::String
143
+ attr_accessor values: ::Array[::String]
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class AssociatedApplication
148
+ attr_accessor id: ::String
149
+ attr_accessor name: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class AwsManagedResources
154
+ attr_accessor target_destination: ::Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate")]
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class BusinessGoals
159
+ attr_accessor license_cost_reduction: ::Integer
160
+ attr_accessor modernize_infrastructure_with_cloud_native_technologies: ::Integer
161
+ attr_accessor reduce_operational_overhead_with_managed_services: ::Integer
162
+ attr_accessor speed_of_migration: ::Integer
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class Collector
167
+ attr_accessor collector_health: ("COLLECTOR_HEALTHY" | "COLLECTOR_UNHEALTHY")
168
+ attr_accessor collector_id: ::String
169
+ attr_accessor collector_version: ::String
170
+ attr_accessor configuration_summary: Types::ConfigurationSummary
171
+ attr_accessor host_name: ::String
172
+ attr_accessor ip_address: ::String
173
+ attr_accessor last_activity_time_stamp: ::String
174
+ attr_accessor registered_time_stamp: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class ConfigurationSummary
179
+ attr_accessor ip_address_based_remote_info_list: ::Array[Types::IPAddressBasedRemoteInfo]
180
+ attr_accessor pipeline_info_list: ::Array[Types::PipelineInfo]
181
+ attr_accessor remote_source_code_analysis_server_info: Types::RemoteSourceCodeAnalysisServerInfo
182
+ attr_accessor vcenter_based_remote_info_list: ::Array[Types::VcenterBasedRemoteInfo]
183
+ attr_accessor version_control_info_list: ::Array[Types::VersionControlInfo]
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class ConflictException
188
+ attr_accessor message: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class DataCollectionDetails
193
+ attr_accessor completion_time: ::Time
194
+ attr_accessor failed: ::Integer
195
+ attr_accessor in_progress: ::Integer
196
+ attr_accessor servers: ::Integer
197
+ attr_accessor start_time: ::Time
198
+ attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "FAILED" | "STOPPED")
199
+ attr_accessor status_message: ::String
200
+ attr_accessor success: ::Integer
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class DatabaseConfigDetail
205
+ attr_accessor secret_name: ::String
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class DatabaseMigrationPreference
210
+ attr_accessor heterogeneous: Types::Heterogeneous
211
+ attr_accessor homogeneous: Types::Homogeneous
212
+ attr_accessor no_preference: Types::NoDatabaseMigrationPreference
213
+ attr_accessor unknown: untyped
214
+ SENSITIVE: []
215
+
216
+ class Heterogeneous < DatabaseMigrationPreference
217
+ end
218
+ class Homogeneous < DatabaseMigrationPreference
219
+ end
220
+ class NoPreference < DatabaseMigrationPreference
221
+ end
222
+ class Unknown < DatabaseMigrationPreference
223
+ end
224
+ end
225
+
226
+ class DatabasePreferences
227
+ attr_accessor database_management_preference: ("AWS-managed" | "Self-manage" | "No preference")
228
+ attr_accessor database_migration_preference: Types::DatabaseMigrationPreference
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class DependencyException
233
+ attr_accessor message: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class GetApplicationComponentDetailsRequest
238
+ attr_accessor application_component_id: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class GetApplicationComponentDetailsResponse
243
+ attr_accessor application_component_detail: Types::ApplicationComponentDetail
244
+ attr_accessor associated_applications: ::Array[Types::AssociatedApplication]
245
+ attr_accessor associated_server_ids: ::Array[::String]
246
+ attr_accessor more_application_resource: bool
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class GetApplicationComponentStrategiesRequest
251
+ attr_accessor application_component_id: ::String
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class GetApplicationComponentStrategiesResponse
256
+ attr_accessor application_component_strategies: ::Array[Types::ApplicationComponentStrategy]
257
+ SENSITIVE: []
258
+ end
259
+
260
+ class GetAssessmentRequest
261
+ attr_accessor id: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class GetAssessmentResponse
266
+ attr_accessor assessment_targets: ::Array[Types::AssessmentTarget]
267
+ attr_accessor data_collection_details: Types::DataCollectionDetails
268
+ attr_accessor id: ::String
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class GetImportFileTaskRequest
273
+ attr_accessor id: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class GetImportFileTaskResponse
278
+ attr_accessor completion_time: ::Time
279
+ attr_accessor id: ::String
280
+ attr_accessor import_name: ::String
281
+ attr_accessor input_s3_bucket: ::String
282
+ attr_accessor input_s3_key: ::String
283
+ attr_accessor number_of_records_failed: ::Integer
284
+ attr_accessor number_of_records_success: ::Integer
285
+ attr_accessor start_time: ::Time
286
+ attr_accessor status: ("ImportInProgress" | "ImportFailed" | "ImportPartialSuccess" | "ImportSuccess" | "DeleteInProgress" | "DeleteFailed" | "DeletePartialSuccess" | "DeleteSuccess")
287
+ attr_accessor status_report_s3_bucket: ::String
288
+ attr_accessor status_report_s3_key: ::String
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class GetLatestAssessmentIdRequest < Aws::EmptyStructure
293
+ end
294
+
295
+ class GetLatestAssessmentIdResponse
296
+ attr_accessor id: ::String
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class GetPortfolioPreferencesRequest < Aws::EmptyStructure
301
+ end
302
+
303
+ class GetPortfolioPreferencesResponse
304
+ attr_accessor application_mode: ("ALL" | "KNOWN" | "UNKNOWN")
305
+ attr_accessor application_preferences: Types::ApplicationPreferences
306
+ attr_accessor database_preferences: Types::DatabasePreferences
307
+ attr_accessor prioritize_business_goals: Types::PrioritizeBusinessGoals
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class GetPortfolioSummaryRequest < Aws::EmptyStructure
312
+ end
313
+
314
+ class GetPortfolioSummaryResponse
315
+ attr_accessor assessment_summary: Types::AssessmentSummary
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class GetRecommendationReportDetailsRequest
320
+ attr_accessor id: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class GetRecommendationReportDetailsResponse
325
+ attr_accessor id: ::String
326
+ attr_accessor recommendation_report_details: Types::RecommendationReportDetails
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class GetServerDetailsRequest
331
+ attr_accessor max_results: ::Integer
332
+ attr_accessor next_token: ::String
333
+ attr_accessor server_id: ::String
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class GetServerDetailsResponse
338
+ attr_accessor associated_applications: ::Array[Types::AssociatedApplication]
339
+ attr_accessor next_token: ::String
340
+ attr_accessor server_detail: Types::ServerDetail
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class GetServerStrategiesRequest
345
+ attr_accessor server_id: ::String
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class GetServerStrategiesResponse
350
+ attr_accessor server_strategies: ::Array[Types::ServerStrategy]
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class Group
355
+ attr_accessor name: ("ExternalId" | "ExternalSourceType")
356
+ attr_accessor value: ::String
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class Heterogeneous
361
+ attr_accessor target_database_engine: ::Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class Homogeneous
366
+ attr_accessor target_database_engine: ::Array[("None specified")]
367
+ SENSITIVE: []
368
+ end
369
+
370
+ class IPAddressBasedRemoteInfo
371
+ attr_accessor auth_type: ("NTLM" | "SSH" | "CERT")
372
+ attr_accessor ip_address_configuration_time_stamp: ::String
373
+ attr_accessor os_type: ("LINUX" | "WINDOWS")
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class ImportFileTaskInformation
378
+ attr_accessor completion_time: ::Time
379
+ attr_accessor id: ::String
380
+ attr_accessor import_name: ::String
381
+ attr_accessor input_s3_bucket: ::String
382
+ attr_accessor input_s3_key: ::String
383
+ attr_accessor number_of_records_failed: ::Integer
384
+ attr_accessor number_of_records_success: ::Integer
385
+ attr_accessor start_time: ::Time
386
+ attr_accessor status: ("ImportInProgress" | "ImportFailed" | "ImportPartialSuccess" | "ImportSuccess" | "DeleteInProgress" | "DeleteFailed" | "DeletePartialSuccess" | "DeleteSuccess")
387
+ attr_accessor status_report_s3_bucket: ::String
388
+ attr_accessor status_report_s3_key: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class InternalServerException
393
+ attr_accessor message: ::String
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class ListAnalyzableServersRequest
398
+ attr_accessor max_results: ::Integer
399
+ attr_accessor next_token: ::String
400
+ attr_accessor sort: ("ASC" | "DESC")
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class ListAnalyzableServersResponse
405
+ attr_accessor analyzable_servers: ::Array[Types::AnalyzableServerSummary]
406
+ attr_accessor next_token: ::String
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class ListApplicationComponentsRequest
411
+ attr_accessor application_component_criteria: ("NOT_DEFINED" | "APP_NAME" | "SERVER_ID" | "APP_TYPE" | "STRATEGY" | "DESTINATION" | "ANALYSIS_STATUS" | "ERROR_CATEGORY")
412
+ attr_accessor filter_value: ::String
413
+ attr_accessor group_id_filter: ::Array[Types::Group]
414
+ attr_accessor max_results: ::Integer
415
+ attr_accessor next_token: ::String
416
+ attr_accessor sort: ("ASC" | "DESC")
417
+ SENSITIVE: []
418
+ end
419
+
420
+ class ListApplicationComponentsResponse
421
+ attr_accessor application_component_infos: ::Array[Types::ApplicationComponentDetail]
422
+ attr_accessor next_token: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class ListCollectorsRequest
427
+ attr_accessor max_results: ::Integer
428
+ attr_accessor next_token: ::String
429
+ SENSITIVE: []
430
+ end
431
+
432
+ class ListCollectorsResponse
433
+ attr_accessor collectors: ::Array[Types::Collector]
434
+ attr_accessor next_token: ::String
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class ListImportFileTaskRequest
439
+ attr_accessor max_results: ::Integer
440
+ attr_accessor next_token: ::String
441
+ SENSITIVE: []
442
+ end
443
+
444
+ class ListImportFileTaskResponse
445
+ attr_accessor next_token: ::String
446
+ attr_accessor task_infos: ::Array[Types::ImportFileTaskInformation]
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class ListServersRequest
451
+ attr_accessor filter_value: ::String
452
+ attr_accessor group_id_filter: ::Array[Types::Group]
453
+ attr_accessor max_results: ::Integer
454
+ attr_accessor next_token: ::String
455
+ attr_accessor server_criteria: ("NOT_DEFINED" | "OS_NAME" | "STRATEGY" | "DESTINATION" | "SERVER_ID" | "ANALYSIS_STATUS" | "ERROR_CATEGORY")
456
+ attr_accessor sort: ("ASC" | "DESC")
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class ListServersResponse
461
+ attr_accessor next_token: ::String
462
+ attr_accessor server_infos: ::Array[Types::ServerDetail]
463
+ SENSITIVE: []
464
+ end
465
+
466
+ class ManagementPreference
467
+ attr_accessor aws_managed_resources: Types::AwsManagedResources
468
+ attr_accessor no_preference: Types::NoManagementPreference
469
+ attr_accessor self_manage_resources: Types::SelfManageResources
470
+ attr_accessor unknown: untyped
471
+ SENSITIVE: []
472
+
473
+ class AwsManagedResources < ManagementPreference
474
+ end
475
+ class NoPreference < ManagementPreference
476
+ end
477
+ class SelfManageResources < ManagementPreference
478
+ end
479
+ class Unknown < ManagementPreference
480
+ end
481
+ end
482
+
483
+ class NetworkInfo
484
+ attr_accessor interface_name: ::String
485
+ attr_accessor ip_address: ::String
486
+ attr_accessor mac_address: ::String
487
+ attr_accessor net_mask: ::String
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class NoDatabaseMigrationPreference
492
+ attr_accessor target_database_engine: ::Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class NoManagementPreference
497
+ attr_accessor target_destination: ::Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
498
+ SENSITIVE: []
499
+ end
500
+
501
+ class OSInfo
502
+ attr_accessor type: ("LINUX" | "WINDOWS")
503
+ attr_accessor version: ::String
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class PipelineInfo
508
+ attr_accessor pipeline_configuration_time_stamp: ::String
509
+ attr_accessor pipeline_type: ("AZURE_DEVOPS")
510
+ SENSITIVE: []
511
+ end
512
+
513
+ class PrioritizeBusinessGoals
514
+ attr_accessor business_goals: Types::BusinessGoals
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class PutPortfolioPreferencesRequest
519
+ attr_accessor application_mode: ("ALL" | "KNOWN" | "UNKNOWN")
520
+ attr_accessor application_preferences: Types::ApplicationPreferences
521
+ attr_accessor database_preferences: Types::DatabasePreferences
522
+ attr_accessor prioritize_business_goals: Types::PrioritizeBusinessGoals
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class PutPortfolioPreferencesResponse < Aws::EmptyStructure
527
+ end
528
+
529
+ class RecommendationReportDetails
530
+ attr_accessor completion_time: ::Time
531
+ attr_accessor s3_bucket: ::String
532
+ attr_accessor s3_keys: ::Array[::String]
533
+ attr_accessor start_time: ::Time
534
+ attr_accessor status: ("FAILED" | "IN_PROGRESS" | "SUCCESS")
535
+ attr_accessor status_message: ::String
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class RecommendationSet
540
+ attr_accessor strategy: ("Rehost" | "Retirement" | "Refactor" | "Replatform" | "Retain" | "Relocate" | "Repurchase")
541
+ attr_accessor target_destination: ("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)" | "Aurora MySQL" | "Aurora PostgreSQL" | "Amazon Relational Database Service on MySQL" | "Amazon Relational Database Service on PostgreSQL" | "Amazon DocumentDB" | "Amazon DynamoDB" | "Amazon Relational Database Service" | "Babelfish for Aurora PostgreSQL")
542
+ attr_accessor transformation_tool: Types::TransformationTool
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class RemoteSourceCodeAnalysisServerInfo
547
+ attr_accessor remote_source_code_analysis_server_configuration_timestamp: ::String
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class ResourceNotFoundException
552
+ attr_accessor message: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class Result
557
+ attr_accessor analysis_status: Types::AnalysisStatusUnion
558
+ attr_accessor analysis_type: ("SOURCE_CODE_ANALYSIS" | "DATABASE_ANALYSIS" | "RUNTIME_ANALYSIS" | "BINARY_ANALYSIS")
559
+ attr_accessor antipattern_report_result_list: ::Array[Types::AntipatternReportResult]
560
+ attr_accessor status_message: ::String
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class S3Object
565
+ attr_accessor s3_bucket: ::String
566
+ attr_accessor s3key: ::String
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class SelfManageResources
571
+ attr_accessor target_destination: ::Array[("None specified" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class ServerDetail
576
+ attr_accessor antipattern_report_s3_object: Types::S3Object
577
+ attr_accessor antipattern_report_status: ("FAILED" | "IN_PROGRESS" | "SUCCESS")
578
+ attr_accessor antipattern_report_status_message: ::String
579
+ attr_accessor application_component_strategy_summary: ::Array[Types::StrategySummary]
580
+ attr_accessor data_collection_status: ("dataCollectionTaskToBeScheduled" | "dataCollectionTaskScheduled" | "dataCollectionTaskStarted" | "dataCollectionTaskStopped" | "dataCollectionTaskSuccess" | "dataCollectionTaskFailed" | "dataCollectionTaskPartialSuccess")
581
+ attr_accessor id: ::String
582
+ attr_accessor last_analyzed_timestamp: ::Time
583
+ attr_accessor list_antipattern_severity_summary: ::Array[Types::AntipatternSeveritySummary]
584
+ attr_accessor name: ::String
585
+ attr_accessor recommendation_set: Types::RecommendationSet
586
+ attr_accessor server_error: Types::ServerError
587
+ attr_accessor server_type: ::String
588
+ attr_accessor status_message: ::String
589
+ attr_accessor system_info: Types::SystemInfo
590
+ SENSITIVE: []
591
+ end
592
+
593
+ class ServerError
594
+ attr_accessor server_error_category: ("CONNECTIVITY_ERROR" | "CREDENTIAL_ERROR" | "PERMISSION_ERROR" | "ARCHITECTURE_ERROR" | "OTHER_ERROR")
595
+ SENSITIVE: []
596
+ end
597
+
598
+ class ServerStatusSummary
599
+ attr_accessor count: ::Integer
600
+ attr_accessor run_time_assessment_status: ("dataCollectionTaskToBeScheduled" | "dataCollectionTaskScheduled" | "dataCollectionTaskStarted" | "dataCollectionTaskStopped" | "dataCollectionTaskSuccess" | "dataCollectionTaskFailed" | "dataCollectionTaskPartialSuccess")
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class ServerStrategy
605
+ attr_accessor is_preferred: bool
606
+ attr_accessor number_of_application_components: ::Integer
607
+ attr_accessor recommendation: Types::RecommendationSet
608
+ attr_accessor status: ("recommended" | "viableOption" | "notRecommended" | "potential")
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class ServerSummary
613
+ attr_accessor server_os_type: ("WindowsServer" | "AmazonLinux" | "EndOfSupportWindowsServer" | "Redhat" | "Other")
614
+ attr_accessor count: ::Integer
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class ServiceLinkedRoleLockClientException
619
+ attr_accessor message: ::String
620
+ SENSITIVE: []
621
+ end
622
+
623
+ class ServiceQuotaExceededException
624
+ attr_accessor message: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class SourceCode
629
+ attr_accessor location: ::String
630
+ attr_accessor project_name: ::String
631
+ attr_accessor source_version: ::String
632
+ attr_accessor version_control: ("GITHUB" | "GITHUB_ENTERPRISE" | "AZURE_DEVOPS_GIT")
633
+ SENSITIVE: []
634
+ end
635
+
636
+ class SourceCodeRepository
637
+ attr_accessor branch: ::String
638
+ attr_accessor project_name: ::String
639
+ attr_accessor repository: ::String
640
+ attr_accessor version_control_type: ::String
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class StartAssessmentRequest
645
+ attr_accessor assessment_data_source_type: ("StrategyRecommendationsApplicationDataCollector" | "ManualImport" | "ApplicationDiscoveryService")
646
+ attr_accessor assessment_targets: ::Array[Types::AssessmentTarget]
647
+ attr_accessor s3bucket_for_analysis_data: ::String
648
+ attr_accessor s3bucket_for_report_data: ::String
649
+ SENSITIVE: []
650
+ end
651
+
652
+ class StartAssessmentResponse
653
+ attr_accessor assessment_id: ::String
654
+ SENSITIVE: []
655
+ end
656
+
657
+ class StartImportFileTaskRequest
658
+ attr_accessor s3_bucket: ::String
659
+ attr_accessor data_source_type: ("ApplicationDiscoveryService" | "MPA" | "Import" | "StrategyRecommendationsApplicationDataCollector")
660
+ attr_accessor group_id: ::Array[Types::Group]
661
+ attr_accessor name: ::String
662
+ attr_accessor s3bucket_for_report_data: ::String
663
+ attr_accessor s3key: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class StartImportFileTaskResponse
668
+ attr_accessor id: ::String
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class StartRecommendationReportGenerationRequest
673
+ attr_accessor group_id_filter: ::Array[Types::Group]
674
+ attr_accessor output_format: ("Excel" | "Json")
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class StartRecommendationReportGenerationResponse
679
+ attr_accessor id: ::String
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class StopAssessmentRequest
684
+ attr_accessor assessment_id: ::String
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class StopAssessmentResponse < Aws::EmptyStructure
689
+ end
690
+
691
+ class StrategyOption
692
+ attr_accessor is_preferred: bool
693
+ attr_accessor strategy: ("Rehost" | "Retirement" | "Refactor" | "Replatform" | "Retain" | "Relocate" | "Repurchase")
694
+ attr_accessor target_destination: ("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)" | "Aurora MySQL" | "Aurora PostgreSQL" | "Amazon Relational Database Service on MySQL" | "Amazon Relational Database Service on PostgreSQL" | "Amazon DocumentDB" | "Amazon DynamoDB" | "Amazon Relational Database Service" | "Babelfish for Aurora PostgreSQL")
695
+ attr_accessor tool_name: ("App2Container" | "Porting Assistant For .NET" | "End of Support Migration" | "Windows Web Application Migration Assistant" | "Application Migration Service" | "Strategy Recommendation Support" | "In Place Operating System Upgrade" | "Schema Conversion Tool" | "Database Migration Service" | "Native SQL Server Backup/Restore")
696
+ SENSITIVE: []
697
+ end
698
+
699
+ class StrategySummary
700
+ attr_accessor count: ::Integer
701
+ attr_accessor strategy: ("Rehost" | "Retirement" | "Refactor" | "Replatform" | "Retain" | "Relocate" | "Repurchase")
702
+ SENSITIVE: []
703
+ end
704
+
705
+ class SystemInfo
706
+ attr_accessor cpu_architecture: ::String
707
+ attr_accessor file_system_type: ::String
708
+ attr_accessor network_info_list: ::Array[Types::NetworkInfo]
709
+ attr_accessor os_info: Types::OSInfo
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class ThrottlingException
714
+ attr_accessor message: ::String
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class TransformationTool
719
+ attr_accessor description: ::String
720
+ attr_accessor name: ("App2Container" | "Porting Assistant For .NET" | "End of Support Migration" | "Windows Web Application Migration Assistant" | "Application Migration Service" | "Strategy Recommendation Support" | "In Place Operating System Upgrade" | "Schema Conversion Tool" | "Database Migration Service" | "Native SQL Server Backup/Restore")
721
+ attr_accessor tranformation_tool_installation_link: ::String
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class UpdateApplicationComponentConfigRequest
726
+ attr_accessor app_type: ("DotNetFramework" | "Java" | "SQLServer" | "IIS" | "Oracle" | "Other" | "Tomcat" | "JBoss" | "Spring" | "Mongo DB" | "DB2" | "Maria DB" | "MySQL" | "Sybase" | "PostgreSQLServer" | "Cassandra" | "IBM WebSphere" | "Oracle WebLogic" | "Visual Basic" | "Unknown" | "DotnetCore" | "Dotnet")
727
+ attr_accessor application_component_id: ::String
728
+ attr_accessor configure_only: bool
729
+ attr_accessor inclusion_status: ("excludeFromAssessment" | "includeInAssessment")
730
+ attr_accessor secrets_manager_key: ::String
731
+ attr_accessor source_code_list: ::Array[Types::SourceCode]
732
+ attr_accessor strategy_option: Types::StrategyOption
733
+ SENSITIVE: [:secrets_manager_key]
734
+ end
735
+
736
+ class UpdateApplicationComponentConfigResponse < Aws::EmptyStructure
737
+ end
738
+
739
+ class UpdateServerConfigRequest
740
+ attr_accessor server_id: ::String
741
+ attr_accessor strategy_option: Types::StrategyOption
742
+ SENSITIVE: []
743
+ end
744
+
745
+ class UpdateServerConfigResponse < Aws::EmptyStructure
746
+ end
747
+
748
+ class ValidationException
749
+ attr_accessor message: ::String
750
+ SENSITIVE: []
751
+ end
752
+
753
+ class VcenterBasedRemoteInfo
754
+ attr_accessor os_type: ("LINUX" | "WINDOWS")
755
+ attr_accessor vcenter_configuration_time_stamp: ::String
756
+ SENSITIVE: []
757
+ end
758
+
759
+ class VersionControlInfo
760
+ attr_accessor version_control_configuration_time_stamp: ::String
761
+ attr_accessor version_control_type: ("GITHUB" | "GITHUB_ENTERPRISE" | "AZURE_DEVOPS_GIT")
762
+ SENSITIVE: []
763
+ end
764
+ end
765
+ end