aws-sdk-migrationhubstrategyrecommendations 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,20 @@ module Aws::MigrationHubStrategyRecommendations
44
44
  include Aws::Structure
45
45
  end
46
46
 
47
+ # Error in the analysis of the application unit.
48
+ #
49
+ # @!attribute [rw] app_unit_error_category
50
+ # The category of the error.
51
+ # @return [String]
52
+ #
53
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/AppUnitError AWS API Documentation
54
+ #
55
+ class AppUnitError < Struct.new(
56
+ :app_unit_error_category)
57
+ SENSITIVE = []
58
+ include Aws::Structure
59
+ end
60
+
47
61
  # Contains detailed information about an application component.
48
62
  #
49
63
  # @!attribute [rw] analysis_status
@@ -68,6 +82,10 @@ module Aws::MigrationHubStrategyRecommendations
68
82
  # The type of application component.
69
83
  # @return [String]
70
84
  #
85
+ # @!attribute [rw] app_unit_error
86
+ # The error in the analysis of the source code or database.
87
+ # @return [Types::AppUnitError]
88
+ #
71
89
  # @!attribute [rw] associated_server_id
72
90
  # The ID of the server that the application component is running on.
73
91
  # @return [String]
@@ -119,6 +137,14 @@ module Aws::MigrationHubStrategyRecommendations
119
137
  # The application component subtype.
120
138
  # @return [String]
121
139
  #
140
+ # @!attribute [rw] runtime_status
141
+ # The status of the application unit.
142
+ # @return [String]
143
+ #
144
+ # @!attribute [rw] runtime_status_message
145
+ # The status message for the application unit.
146
+ # @return [String]
147
+ #
122
148
  # @!attribute [rw] source_code_repositories
123
149
  # Details about the source code repository associated with the
124
150
  # application component.
@@ -137,6 +163,7 @@ module Aws::MigrationHubStrategyRecommendations
137
163
  :antipattern_report_status,
138
164
  :antipattern_report_status_message,
139
165
  :app_type,
166
+ :app_unit_error,
140
167
  :associated_server_id,
141
168
  :database_config_detail,
142
169
  :id,
@@ -149,12 +176,34 @@ module Aws::MigrationHubStrategyRecommendations
149
176
  :os_version,
150
177
  :recommendation_set,
151
178
  :resource_sub_type,
179
+ :runtime_status,
180
+ :runtime_status_message,
152
181
  :source_code_repositories,
153
182
  :status_message)
154
183
  SENSITIVE = []
155
184
  include Aws::Structure
156
185
  end
157
186
 
187
+ # Summary of the analysis status of the application component.
188
+ #
189
+ # @!attribute [rw] count
190
+ # The number of application components successfully analyzed,
191
+ # partially successful or failed analysis.
192
+ # @return [Integer]
193
+ #
194
+ # @!attribute [rw] src_code_or_db_analysis_status
195
+ # The status of database analysis.
196
+ # @return [String]
197
+ #
198
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/ApplicationComponentStatusSummary AWS API Documentation
199
+ #
200
+ class ApplicationComponentStatusSummary < Struct.new(
201
+ :count,
202
+ :src_code_or_db_analysis_status)
203
+ SENSITIVE = []
204
+ include Aws::Structure
205
+ end
206
+
158
207
  # Contains information about a strategy recommendation for an
159
208
  # application component.
160
209
  #
@@ -202,23 +251,6 @@ module Aws::MigrationHubStrategyRecommendations
202
251
 
203
252
  # Application preferences that you specify.
204
253
  #
205
- # @note When making an API call, you may pass ApplicationPreferences
206
- # data as a hash:
207
- #
208
- # {
209
- # management_preference: {
210
- # aws_managed_resources: {
211
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate
212
- # },
213
- # no_preference: {
214
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
215
- # },
216
- # self_manage_resources: {
217
- # target_destination: ["None specified"], # required, accepts None specified, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
218
- # },
219
- # },
220
- # }
221
- #
222
254
  # @!attribute [rw] management_preference
223
255
  # Application preferences that you specify to prefer managed
224
256
  # environment.
@@ -254,6 +286,10 @@ module Aws::MigrationHubStrategyRecommendations
254
286
  # List of AntipatternSeveritySummary.
255
287
  # @return [Array<Types::AntipatternSeveritySummary>]
256
288
  #
289
+ # @!attribute [rw] list_application_component_status_summary
290
+ # List of status summaries of the analyzed application components.
291
+ # @return [Array<Types::ApplicationComponentStatusSummary>]
292
+ #
257
293
  # @!attribute [rw] list_application_component_strategy_summary
258
294
  # List of ApplicationComponentStrategySummary.
259
295
  # @return [Array<Types::StrategySummary>]
@@ -262,6 +298,10 @@ module Aws::MigrationHubStrategyRecommendations
262
298
  # List of ApplicationComponentSummary.
263
299
  # @return [Array<Types::ApplicationComponentSummary>]
264
300
  #
301
+ # @!attribute [rw] list_server_status_summary
302
+ # List of status summaries of the analyzed servers.
303
+ # @return [Array<Types::ServerStatusSummary>]
304
+ #
265
305
  # @!attribute [rw] list_server_strategy_summary
266
306
  # List of ServerStrategySummary.
267
307
  # @return [Array<Types::StrategySummary>]
@@ -278,14 +318,40 @@ module Aws::MigrationHubStrategyRecommendations
278
318
  :antipattern_report_status_message,
279
319
  :last_analyzed_timestamp,
280
320
  :list_antipattern_severity_summary,
321
+ :list_application_component_status_summary,
281
322
  :list_application_component_strategy_summary,
282
323
  :list_application_component_summary,
324
+ :list_server_status_summary,
283
325
  :list_server_strategy_summary,
284
326
  :list_server_summary)
285
327
  SENSITIVE = []
286
328
  include Aws::Structure
287
329
  end
288
330
 
331
+ # Defines the criteria of assessment.
332
+ #
333
+ # @!attribute [rw] condition
334
+ # Condition of an assessment.
335
+ # @return [String]
336
+ #
337
+ # @!attribute [rw] name
338
+ # Name of an assessment.
339
+ # @return [String]
340
+ #
341
+ # @!attribute [rw] values
342
+ # Values of an assessment.
343
+ # @return [Array<String>]
344
+ #
345
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/AssessmentTarget AWS API Documentation
346
+ #
347
+ class AssessmentTarget < Struct.new(
348
+ :condition,
349
+ :name,
350
+ :values)
351
+ SENSITIVE = []
352
+ include Aws::Structure
353
+ end
354
+
289
355
  # Object containing details about applications as defined in Application
290
356
  # Discovery Service.
291
357
  #
@@ -309,13 +375,6 @@ module Aws::MigrationHubStrategyRecommendations
309
375
  # Object containing the choice of application destination that you
310
376
  # specify.
311
377
  #
312
- # @note When making an API call, you may pass AwsManagedResources
313
- # data as a hash:
314
- #
315
- # {
316
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate
317
- # }
318
- #
319
378
  # @!attribute [rw] target_destination
320
379
  # The choice of application destination that you specify.
321
380
  # @return [Array<String>]
@@ -330,16 +389,6 @@ module Aws::MigrationHubStrategyRecommendations
330
389
 
331
390
  # Business goals that you specify.
332
391
  #
333
- # @note When making an API call, you may pass BusinessGoals
334
- # data as a hash:
335
- #
336
- # {
337
- # license_cost_reduction: 1,
338
- # modernize_infrastructure_with_cloud_native_technologies: 1,
339
- # reduce_operational_overhead_with_managed_services: 1,
340
- # speed_of_migration: 1,
341
- # }
342
- #
343
392
  # @!attribute [rw] license_cost_reduction
344
393
  # Business goal to reduce license costs.
345
394
  # @return [Integer]
@@ -384,6 +433,10 @@ module Aws::MigrationHubStrategyRecommendations
384
433
  # that you specify.
385
434
  # @return [String]
386
435
  #
436
+ # @!attribute [rw] configuration_summary
437
+ # Summary of the collector configuration.
438
+ # @return [Types::ConfigurationSummary]
439
+ #
387
440
  # @!attribute [rw] host_name
388
441
  # Hostname of the server that is hosting the collector.
389
442
  # @return [String]
@@ -406,6 +459,7 @@ module Aws::MigrationHubStrategyRecommendations
406
459
  :collector_health,
407
460
  :collector_id,
408
461
  :collector_version,
462
+ :configuration_summary,
409
463
  :host_name,
410
464
  :ip_address,
411
465
  :last_activity_time_stamp,
@@ -414,6 +468,40 @@ module Aws::MigrationHubStrategyRecommendations
414
468
  include Aws::Structure
415
469
  end
416
470
 
471
+ # Summary of the collector configuration.
472
+ #
473
+ # @!attribute [rw] ip_address_based_remote_info_list
474
+ # IP address based configurations.
475
+ # @return [Array<Types::IPAddressBasedRemoteInfo>]
476
+ #
477
+ # @!attribute [rw] pipeline_info_list
478
+ # The list of pipeline info configurations.
479
+ # @return [Array<Types::PipelineInfo>]
480
+ #
481
+ # @!attribute [rw] remote_source_code_analysis_server_info
482
+ # Info about the remote server source code configuration.
483
+ # @return [Types::RemoteSourceCodeAnalysisServerInfo]
484
+ #
485
+ # @!attribute [rw] vcenter_based_remote_info_list
486
+ # The list of vCenter configurations.
487
+ # @return [Array<Types::VcenterBasedRemoteInfo>]
488
+ #
489
+ # @!attribute [rw] version_control_info_list
490
+ # The list of the version control configurations.
491
+ # @return [Array<Types::VersionControlInfo>]
492
+ #
493
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/ConfigurationSummary AWS API Documentation
494
+ #
495
+ class ConfigurationSummary < Struct.new(
496
+ :ip_address_based_remote_info_list,
497
+ :pipeline_info_list,
498
+ :remote_source_code_analysis_server_info,
499
+ :vcenter_based_remote_info_list,
500
+ :version_control_info_list)
501
+ SENSITIVE = []
502
+ include Aws::Structure
503
+ end
504
+
417
505
  # Exception to indicate that there is an ongoing task when a new task is
418
506
  # created. Return when once the existing tasks are complete.
419
507
  #
@@ -454,6 +542,10 @@ module Aws::MigrationHubStrategyRecommendations
454
542
  # The status of the assessment.
455
543
  # @return [String]
456
544
  #
545
+ # @!attribute [rw] status_message
546
+ # The status message of the assessment.
547
+ # @return [String]
548
+ #
457
549
  # @!attribute [rw] success
458
550
  # The number of successful servers in the assessment.
459
551
  # @return [Integer]
@@ -467,6 +559,7 @@ module Aws::MigrationHubStrategyRecommendations
467
559
  :servers,
468
560
  :start_time,
469
561
  :status,
562
+ :status_message,
470
563
  :success)
471
564
  SENSITIVE = []
472
565
  include Aws::Structure
@@ -528,24 +621,6 @@ module Aws::MigrationHubStrategyRecommendations
528
621
 
529
622
  # Preferences on managing your databases on AWS.
530
623
  #
531
- # @note When making an API call, you may pass DatabasePreferences
532
- # data as a hash:
533
- #
534
- # {
535
- # database_management_preference: "AWS-managed", # accepts AWS-managed, Self-manage, No preference
536
- # database_migration_preference: {
537
- # heterogeneous: {
538
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
539
- # },
540
- # homogeneous: {
541
- # target_database_engine: ["None specified"], # accepts None specified
542
- # },
543
- # no_preference: {
544
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
545
- # },
546
- # },
547
- # }
548
- #
549
624
  # @!attribute [rw] database_management_preference
550
625
  # Specifies whether you're interested in self-managed databases or
551
626
  # databases managed by AWS.
@@ -564,13 +639,19 @@ module Aws::MigrationHubStrategyRecommendations
564
639
  include Aws::Structure
565
640
  end
566
641
 
567
- # @note When making an API call, you may pass GetApplicationComponentDetailsRequest
568
- # data as a hash:
642
+ # Dependency encountered an error.
569
643
  #
570
- # {
571
- # application_component_id: "ApplicationComponentId", # required
572
- # }
644
+ # @!attribute [rw] message
645
+ # @return [String]
573
646
  #
647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/DependencyException AWS API Documentation
648
+ #
649
+ class DependencyException < Struct.new(
650
+ :message)
651
+ SENSITIVE = []
652
+ include Aws::Structure
653
+ end
654
+
574
655
  # @!attribute [rw] application_component_id
575
656
  # The ID of the application component. The ID is unique within an AWS
576
657
  # account.
@@ -614,13 +695,6 @@ module Aws::MigrationHubStrategyRecommendations
614
695
  include Aws::Structure
615
696
  end
616
697
 
617
- # @note When making an API call, you may pass GetApplicationComponentStrategiesRequest
618
- # data as a hash:
619
- #
620
- # {
621
- # application_component_id: "ApplicationComponentId", # required
622
- # }
623
- #
624
698
  # @!attribute [rw] application_component_id
625
699
  # The ID of the application component. The ID is unique within an AWS
626
700
  # account.
@@ -646,13 +720,6 @@ module Aws::MigrationHubStrategyRecommendations
646
720
  include Aws::Structure
647
721
  end
648
722
 
649
- # @note When making an API call, you may pass GetAssessmentRequest
650
- # data as a hash:
651
- #
652
- # {
653
- # id: "AsyncTaskId", # required
654
- # }
655
- #
656
723
  # @!attribute [rw] id
657
724
  # The `assessmentid` returned by StartAssessment.
658
725
  # @return [String]
@@ -665,6 +732,10 @@ module Aws::MigrationHubStrategyRecommendations
665
732
  include Aws::Structure
666
733
  end
667
734
 
735
+ # @!attribute [rw] assessment_targets
736
+ # List of criteria for assessment.
737
+ # @return [Array<Types::AssessmentTarget>]
738
+ #
668
739
  # @!attribute [rw] data_collection_details
669
740
  # Detailed information about the assessment.
670
741
  # @return [Types::DataCollectionDetails]
@@ -676,19 +747,13 @@ module Aws::MigrationHubStrategyRecommendations
676
747
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetAssessmentResponse AWS API Documentation
677
748
  #
678
749
  class GetAssessmentResponse < Struct.new(
750
+ :assessment_targets,
679
751
  :data_collection_details,
680
752
  :id)
681
753
  SENSITIVE = []
682
754
  include Aws::Structure
683
755
  end
684
756
 
685
- # @note When making an API call, you may pass GetImportFileTaskRequest
686
- # data as a hash:
687
- #
688
- # {
689
- # id: "String", # required
690
- # }
691
- #
692
757
  # @!attribute [rw] id
693
758
  # The ID of the import file task. This ID is returned in the response
694
759
  # of StartImportFileTask.
@@ -767,12 +832,34 @@ module Aws::MigrationHubStrategyRecommendations
767
832
  include Aws::Structure
768
833
  end
769
834
 
835
+ # @api private
836
+ #
837
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetLatestAssessmentIdRequest AWS API Documentation
838
+ #
839
+ class GetLatestAssessmentIdRequest < Aws::EmptyStructure; end
840
+
841
+ # @!attribute [rw] id
842
+ # The latest ID for the specific assessment task.
843
+ # @return [String]
844
+ #
845
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetLatestAssessmentIdResponse AWS API Documentation
846
+ #
847
+ class GetLatestAssessmentIdResponse < Struct.new(
848
+ :id)
849
+ SENSITIVE = []
850
+ include Aws::Structure
851
+ end
852
+
770
853
  # @api private
771
854
  #
772
855
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetPortfolioPreferencesRequest AWS API Documentation
773
856
  #
774
857
  class GetPortfolioPreferencesRequest < Aws::EmptyStructure; end
775
858
 
859
+ # @!attribute [rw] application_mode
860
+ # The classification for application component types.
861
+ # @return [String]
862
+ #
776
863
  # @!attribute [rw] application_preferences
777
864
  # The transformation preferences for non-database applications.
778
865
  # @return [Types::ApplicationPreferences]
@@ -788,6 +875,7 @@ module Aws::MigrationHubStrategyRecommendations
788
875
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetPortfolioPreferencesResponse AWS API Documentation
789
876
  #
790
877
  class GetPortfolioPreferencesResponse < Struct.new(
878
+ :application_mode,
791
879
  :application_preferences,
792
880
  :database_preferences,
793
881
  :prioritize_business_goals)
@@ -814,13 +902,6 @@ module Aws::MigrationHubStrategyRecommendations
814
902
  include Aws::Structure
815
903
  end
816
904
 
817
- # @note When making an API call, you may pass GetRecommendationReportDetailsRequest
818
- # data as a hash:
819
- #
820
- # {
821
- # id: "RecommendationTaskId", # required
822
- # }
823
- #
824
905
  # @!attribute [rw] id
825
906
  # The recommendation report generation task `id` returned by
826
907
  # StartRecommendationReportGeneration.
@@ -852,15 +933,6 @@ module Aws::MigrationHubStrategyRecommendations
852
933
  include Aws::Structure
853
934
  end
854
935
 
855
- # @note When making an API call, you may pass GetServerDetailsRequest
856
- # data as a hash:
857
- #
858
- # {
859
- # max_results: 1,
860
- # next_token: "NextToken",
861
- # server_id: "ServerId", # required
862
- # }
863
- #
864
936
  # @!attribute [rw] max_results
865
937
  # The maximum number of items to include in the response. The maximum
866
938
  # value is 100.
@@ -912,13 +984,6 @@ module Aws::MigrationHubStrategyRecommendations
912
984
  include Aws::Structure
913
985
  end
914
986
 
915
- # @note When making an API call, you may pass GetServerStrategiesRequest
916
- # data as a hash:
917
- #
918
- # {
919
- # server_id: "ServerId", # required
920
- # }
921
- #
922
987
  # @!attribute [rw] server_id
923
988
  # The ID of the server.
924
989
  # @return [String]
@@ -946,14 +1011,6 @@ module Aws::MigrationHubStrategyRecommendations
946
1011
  # The object containing information about distinct imports or groups for
947
1012
  # Strategy Recommendations.
948
1013
  #
949
- # @note When making an API call, you may pass Group
950
- # data as a hash:
951
- #
952
- # {
953
- # name: "ExternalId", # accepts ExternalId
954
- # value: "String",
955
- # }
956
- #
957
1014
  # @!attribute [rw] name
958
1015
  # The key of the specific import group.
959
1016
  # @return [String]
@@ -974,13 +1031,6 @@ module Aws::MigrationHubStrategyRecommendations
974
1031
  # The object containing details about heterogeneous database
975
1032
  # preferences.
976
1033
  #
977
- # @note When making an API call, you may pass Heterogeneous
978
- # data as a hash:
979
- #
980
- # {
981
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
982
- # }
983
- #
984
1034
  # @!attribute [rw] target_database_engine
985
1035
  # The target database engine for heterogeneous database migration
986
1036
  # preference.
@@ -996,13 +1046,6 @@ module Aws::MigrationHubStrategyRecommendations
996
1046
 
997
1047
  # The object containing details about homogeneous database preferences.
998
1048
  #
999
- # @note When making an API call, you may pass Homogeneous
1000
- # data as a hash:
1001
- #
1002
- # {
1003
- # target_database_engine: ["None specified"], # accepts None specified
1004
- # }
1005
- #
1006
1049
  # @!attribute [rw] target_database_engine
1007
1050
  # The target database engine for homogeneous database migration
1008
1051
  # preferences.
@@ -1016,6 +1059,30 @@ module Aws::MigrationHubStrategyRecommendations
1016
1059
  include Aws::Structure
1017
1060
  end
1018
1061
 
1062
+ # IP address based configurations.
1063
+ #
1064
+ # @!attribute [rw] auth_type
1065
+ # The type of authorization.
1066
+ # @return [String]
1067
+ #
1068
+ # @!attribute [rw] ip_address_configuration_time_stamp
1069
+ # The time stamp of the configuration.
1070
+ # @return [String]
1071
+ #
1072
+ # @!attribute [rw] os_type
1073
+ # The type of the operating system.
1074
+ # @return [String]
1075
+ #
1076
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/IPAddressBasedRemoteInfo AWS API Documentation
1077
+ #
1078
+ class IPAddressBasedRemoteInfo < Struct.new(
1079
+ :auth_type,
1080
+ :ip_address_configuration_time_stamp,
1081
+ :os_type)
1082
+ SENSITIVE = []
1083
+ include Aws::Structure
1084
+ end
1085
+
1019
1086
  # Information about the import file tasks you request.
1020
1087
  #
1021
1088
  # @!attribute [rw] completion_time
@@ -1095,23 +1162,6 @@ module Aws::MigrationHubStrategyRecommendations
1095
1162
  include Aws::Structure
1096
1163
  end
1097
1164
 
1098
- # @note When making an API call, you may pass ListApplicationComponentsRequest
1099
- # data as a hash:
1100
- #
1101
- # {
1102
- # application_component_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, APP_NAME, SERVER_ID, APP_TYPE, STRATEGY, DESTINATION
1103
- # filter_value: "ListApplicationComponentsRequestFilterValueString",
1104
- # group_id_filter: [
1105
- # {
1106
- # name: "ExternalId", # accepts ExternalId
1107
- # value: "String",
1108
- # },
1109
- # ],
1110
- # max_results: 1,
1111
- # next_token: "NextToken",
1112
- # sort: "ASC", # accepts ASC, DESC
1113
- # }
1114
- #
1115
1165
  # @!attribute [rw] application_component_criteria
1116
1166
  # Criteria for filtering the list of application components.
1117
1167
  # @return [String]
@@ -1178,14 +1228,6 @@ module Aws::MigrationHubStrategyRecommendations
1178
1228
  include Aws::Structure
1179
1229
  end
1180
1230
 
1181
- # @note When making an API call, you may pass ListCollectorsRequest
1182
- # data as a hash:
1183
- #
1184
- # {
1185
- # max_results: 1,
1186
- # next_token: "NextToken",
1187
- # }
1188
- #
1189
1231
  # @!attribute [rw] max_results
1190
1232
  # The maximum number of items to include in the response. The maximum
1191
1233
  # value is 100.
@@ -1226,14 +1268,6 @@ module Aws::MigrationHubStrategyRecommendations
1226
1268
  include Aws::Structure
1227
1269
  end
1228
1270
 
1229
- # @note When making an API call, you may pass ListImportFileTaskRequest
1230
- # data as a hash:
1231
- #
1232
- # {
1233
- # max_results: 1,
1234
- # next_token: "String",
1235
- # }
1236
- #
1237
1271
  # @!attribute [rw] max_results
1238
1272
  # The total number of items to return. The maximum value is 100.
1239
1273
  # @return [Integer]
@@ -1273,23 +1307,6 @@ module Aws::MigrationHubStrategyRecommendations
1273
1307
  include Aws::Structure
1274
1308
  end
1275
1309
 
1276
- # @note When making an API call, you may pass ListServersRequest
1277
- # data as a hash:
1278
- #
1279
- # {
1280
- # filter_value: "String",
1281
- # group_id_filter: [
1282
- # {
1283
- # name: "ExternalId", # accepts ExternalId
1284
- # value: "String",
1285
- # },
1286
- # ],
1287
- # max_results: 1,
1288
- # next_token: "NextToken",
1289
- # server_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, OS_NAME, STRATEGY, DESTINATION, SERVER_ID
1290
- # sort: "ASC", # accepts ASC, DESC
1291
- # }
1292
- #
1293
1310
  # @!attribute [rw] filter_value
1294
1311
  # Specifies the filter value, which is based on the type of server
1295
1312
  # criteria. For example, if `serverCriteria` is `OS_NAME`, and the
@@ -1426,13 +1443,6 @@ module Aws::MigrationHubStrategyRecommendations
1426
1443
  # The object containing details about database migration preferences,
1427
1444
  # when you have no particular preference.
1428
1445
  #
1429
- # @note When making an API call, you may pass NoDatabaseMigrationPreference
1430
- # data as a hash:
1431
- #
1432
- # {
1433
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
1434
- # }
1435
- #
1436
1446
  # @!attribute [rw] target_database_engine
1437
1447
  # The target database engine for database migration preference that
1438
1448
  # you specify.
@@ -1449,13 +1459,6 @@ module Aws::MigrationHubStrategyRecommendations
1449
1459
  # Object containing the choice of application destination that you
1450
1460
  # specify.
1451
1461
  #
1452
- # @note When making an API call, you may pass NoManagementPreference
1453
- # data as a hash:
1454
- #
1455
- # {
1456
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
1457
- # }
1458
- #
1459
1462
  # @!attribute [rw] target_destination
1460
1463
  # The choice of application destination that you specify.
1461
1464
  # @return [Array<String>]
@@ -1487,19 +1490,26 @@ module Aws::MigrationHubStrategyRecommendations
1487
1490
  include Aws::Structure
1488
1491
  end
1489
1492
 
1490
- # Rank of business goals based on priority.
1493
+ # Detailed information of the pipeline.
1494
+ #
1495
+ # @!attribute [rw] pipeline_configuration_time_stamp
1496
+ # The time when the pipeline info was configured.
1497
+ # @return [String]
1491
1498
  #
1492
- # @note When making an API call, you may pass PrioritizeBusinessGoals
1493
- # data as a hash:
1499
+ # @!attribute [rw] pipeline_type
1500
+ # The type of pipeline.
1501
+ # @return [String]
1502
+ #
1503
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/PipelineInfo AWS API Documentation
1494
1504
  #
1495
- # {
1496
- # business_goals: {
1497
- # license_cost_reduction: 1,
1498
- # modernize_infrastructure_with_cloud_native_technologies: 1,
1499
- # reduce_operational_overhead_with_managed_services: 1,
1500
- # speed_of_migration: 1,
1501
- # },
1502
- # }
1505
+ class PipelineInfo < Struct.new(
1506
+ :pipeline_configuration_time_stamp,
1507
+ :pipeline_type)
1508
+ SENSITIVE = []
1509
+ include Aws::Structure
1510
+ end
1511
+
1512
+ # Rank of business goals based on priority.
1503
1513
  #
1504
1514
  # @!attribute [rw] business_goals
1505
1515
  # Rank of business goals based on priority.
@@ -1513,46 +1523,9 @@ module Aws::MigrationHubStrategyRecommendations
1513
1523
  include Aws::Structure
1514
1524
  end
1515
1525
 
1516
- # @note When making an API call, you may pass PutPortfolioPreferencesRequest
1517
- # data as a hash:
1518
- #
1519
- # {
1520
- # application_preferences: {
1521
- # management_preference: {
1522
- # aws_managed_resources: {
1523
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate
1524
- # },
1525
- # no_preference: {
1526
- # target_destination: ["None specified"], # required, accepts None specified, AWS Elastic BeanStalk, AWS Fargate, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
1527
- # },
1528
- # self_manage_resources: {
1529
- # target_destination: ["None specified"], # required, accepts None specified, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
1530
- # },
1531
- # },
1532
- # },
1533
- # database_preferences: {
1534
- # database_management_preference: "AWS-managed", # accepts AWS-managed, Self-manage, No preference
1535
- # database_migration_preference: {
1536
- # heterogeneous: {
1537
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
1538
- # },
1539
- # homogeneous: {
1540
- # target_database_engine: ["None specified"], # accepts None specified
1541
- # },
1542
- # no_preference: {
1543
- # target_database_engine: ["None specified"], # required, accepts None specified, Amazon Aurora, AWS PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, MariaDB, SAP, Db2 LUW, MongoDB
1544
- # },
1545
- # },
1546
- # },
1547
- # prioritize_business_goals: {
1548
- # business_goals: {
1549
- # license_cost_reduction: 1,
1550
- # modernize_infrastructure_with_cloud_native_technologies: 1,
1551
- # reduce_operational_overhead_with_managed_services: 1,
1552
- # speed_of_migration: 1,
1553
- # },
1554
- # },
1555
- # }
1526
+ # @!attribute [rw] application_mode
1527
+ # The classification for application component types.
1528
+ # @return [String]
1556
1529
  #
1557
1530
  # @!attribute [rw] application_preferences
1558
1531
  # The transformation preferences for non-database applications.
@@ -1569,6 +1542,7 @@ module Aws::MigrationHubStrategyRecommendations
1569
1542
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/PutPortfolioPreferencesRequest AWS API Documentation
1570
1543
  #
1571
1544
  class PutPortfolioPreferencesRequest < Struct.new(
1545
+ :application_mode,
1572
1546
  :application_preferences,
1573
1547
  :database_preferences,
1574
1548
  :prioritize_business_goals)
@@ -1643,6 +1617,20 @@ module Aws::MigrationHubStrategyRecommendations
1643
1617
  include Aws::Structure
1644
1618
  end
1645
1619
 
1620
+ # Information about the server configured for source code analysis.
1621
+ #
1622
+ # @!attribute [rw] remote_source_code_analysis_server_configuration_timestamp
1623
+ # The time when the remote source code server was configured.
1624
+ # @return [String]
1625
+ #
1626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/RemoteSourceCodeAnalysisServerInfo AWS API Documentation
1627
+ #
1628
+ class RemoteSourceCodeAnalysisServerInfo < Struct.new(
1629
+ :remote_source_code_analysis_server_configuration_timestamp)
1630
+ SENSITIVE = []
1631
+ include Aws::Structure
1632
+ end
1633
+
1646
1634
  # The specified ID in the request is not found.
1647
1635
  #
1648
1636
  # @!attribute [rw] message
@@ -1677,13 +1665,6 @@ module Aws::MigrationHubStrategyRecommendations
1677
1665
 
1678
1666
  # Self-managed resources.
1679
1667
  #
1680
- # @note When making an API call, you may pass SelfManageResources
1681
- # data as a hash:
1682
- #
1683
- # {
1684
- # target_destination: ["None specified"], # required, accepts None specified, Amazon Elastic Cloud Compute (EC2), Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS)
1685
- # }
1686
- #
1687
1668
  # @!attribute [rw] target_destination
1688
1669
  # Self-managed resources target destination.
1689
1670
  # @return [Array<String>]
@@ -1738,6 +1719,10 @@ module Aws::MigrationHubStrategyRecommendations
1738
1719
  # A set of recommendations.
1739
1720
  # @return [Types::RecommendationSet]
1740
1721
  #
1722
+ # @!attribute [rw] server_error
1723
+ # The error in server analysis.
1724
+ # @return [Types::ServerError]
1725
+ #
1741
1726
  # @!attribute [rw] server_type
1742
1727
  # The type of server.
1743
1728
  # @return [String]
@@ -1764,6 +1749,7 @@ module Aws::MigrationHubStrategyRecommendations
1764
1749
  :list_antipattern_severity_summary,
1765
1750
  :name,
1766
1751
  :recommendation_set,
1752
+ :server_error,
1767
1753
  :server_type,
1768
1754
  :status_message,
1769
1755
  :system_info)
@@ -1771,6 +1757,40 @@ module Aws::MigrationHubStrategyRecommendations
1771
1757
  include Aws::Structure
1772
1758
  end
1773
1759
 
1760
+ # The error in server analysis.
1761
+ #
1762
+ # @!attribute [rw] server_error_category
1763
+ # The error category of server analysis.
1764
+ # @return [String]
1765
+ #
1766
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/ServerError AWS API Documentation
1767
+ #
1768
+ class ServerError < Struct.new(
1769
+ :server_error_category)
1770
+ SENSITIVE = []
1771
+ include Aws::Structure
1772
+ end
1773
+
1774
+ # The status summary of the server analysis.
1775
+ #
1776
+ # @!attribute [rw] count
1777
+ # The number of servers successfully analyzed, partially successful or
1778
+ # failed analysis.
1779
+ # @return [Integer]
1780
+ #
1781
+ # @!attribute [rw] run_time_assessment_status
1782
+ # The status of the run time.
1783
+ # @return [String]
1784
+ #
1785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/ServerStatusSummary AWS API Documentation
1786
+ #
1787
+ class ServerStatusSummary < Struct.new(
1788
+ :count,
1789
+ :run_time_assessment_status)
1790
+ SENSITIVE = []
1791
+ include Aws::Structure
1792
+ end
1793
+
1774
1794
  # Contains information about a strategy recommendation for a server.
1775
1795
  #
1776
1796
  # @!attribute [rw] is_preferred
@@ -1851,19 +1871,14 @@ module Aws::MigrationHubStrategyRecommendations
1851
1871
  # Object containing source code information that is linked to an
1852
1872
  # application component.
1853
1873
  #
1854
- # @note When making an API call, you may pass SourceCode
1855
- # data as a hash:
1856
- #
1857
- # {
1858
- # location: "Location",
1859
- # source_version: "SourceVersion",
1860
- # version_control: "GITHUB", # accepts GITHUB, GITHUB_ENTERPRISE
1861
- # }
1862
- #
1863
1874
  # @!attribute [rw] location
1864
1875
  # The repository name for the source code.
1865
1876
  # @return [String]
1866
1877
  #
1878
+ # @!attribute [rw] project_name
1879
+ # The name of the project.
1880
+ # @return [String]
1881
+ #
1867
1882
  # @!attribute [rw] source_version
1868
1883
  # The branch of the source code.
1869
1884
  # @return [String]
@@ -1876,6 +1891,7 @@ module Aws::MigrationHubStrategyRecommendations
1876
1891
  #
1877
1892
  class SourceCode < Struct.new(
1878
1893
  :location,
1894
+ :project_name,
1879
1895
  :source_version,
1880
1896
  :version_control)
1881
1897
  SENSITIVE = []
@@ -1889,6 +1905,10 @@ module Aws::MigrationHubStrategyRecommendations
1889
1905
  # The branch of the source code.
1890
1906
  # @return [String]
1891
1907
  #
1908
+ # @!attribute [rw] project_name
1909
+ # The name of the project.
1910
+ # @return [String]
1911
+ #
1892
1912
  # @!attribute [rw] repository
1893
1913
  # The repository name for the source code.
1894
1914
  # @return [String]
@@ -1901,19 +1921,16 @@ module Aws::MigrationHubStrategyRecommendations
1901
1921
  #
1902
1922
  class SourceCodeRepository < Struct.new(
1903
1923
  :branch,
1924
+ :project_name,
1904
1925
  :repository,
1905
1926
  :version_control_type)
1906
1927
  SENSITIVE = []
1907
1928
  include Aws::Structure
1908
1929
  end
1909
1930
 
1910
- # @note When making an API call, you may pass StartAssessmentRequest
1911
- # data as a hash:
1912
- #
1913
- # {
1914
- # s3bucket_for_analysis_data: "StartAssessmentRequestS3bucketForAnalysisDataString",
1915
- # s3bucket_for_report_data: "StartAssessmentRequestS3bucketForReportDataString",
1916
- # }
1931
+ # @!attribute [rw] assessment_targets
1932
+ # List of criteria for assessment.
1933
+ # @return [Array<Types::AssessmentTarget>]
1917
1934
  #
1918
1935
  # @!attribute [rw] s3bucket_for_analysis_data
1919
1936
  # The S3 bucket used by the collectors to send analysis data to the
@@ -1928,6 +1945,7 @@ module Aws::MigrationHubStrategyRecommendations
1928
1945
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/StartAssessmentRequest AWS API Documentation
1929
1946
  #
1930
1947
  class StartAssessmentRequest < Struct.new(
1948
+ :assessment_targets,
1931
1949
  :s3bucket_for_analysis_data,
1932
1950
  :s3bucket_for_report_data)
1933
1951
  SENSITIVE = []
@@ -1946,23 +1964,6 @@ module Aws::MigrationHubStrategyRecommendations
1946
1964
  include Aws::Structure
1947
1965
  end
1948
1966
 
1949
- # @note When making an API call, you may pass StartImportFileTaskRequest
1950
- # data as a hash:
1951
- #
1952
- # {
1953
- # s3_bucket: "importS3Bucket", # required
1954
- # data_source_type: "ApplicationDiscoveryService", # accepts ApplicationDiscoveryService, MPA
1955
- # group_id: [
1956
- # {
1957
- # name: "ExternalId", # accepts ExternalId
1958
- # value: "String",
1959
- # },
1960
- # ],
1961
- # name: "StartImportFileTaskRequestNameString", # required
1962
- # s3bucket_for_report_data: "StartImportFileTaskRequestS3bucketForReportDataString",
1963
- # s3key: "String", # required
1964
- # }
1965
- #
1966
1967
  # @!attribute [rw] s3_bucket
1967
1968
  # The S3 bucket where the import file is located. The bucket name is
1968
1969
  # required to begin with `migrationhub-strategy-`.
@@ -2019,19 +2020,6 @@ module Aws::MigrationHubStrategyRecommendations
2019
2020
  include Aws::Structure
2020
2021
  end
2021
2022
 
2022
- # @note When making an API call, you may pass StartRecommendationReportGenerationRequest
2023
- # data as a hash:
2024
- #
2025
- # {
2026
- # group_id_filter: [
2027
- # {
2028
- # name: "ExternalId", # accepts ExternalId
2029
- # value: "String",
2030
- # },
2031
- # ],
2032
- # output_format: "Excel", # accepts Excel, Json
2033
- # }
2034
- #
2035
2023
  # @!attribute [rw] group_id_filter
2036
2024
  # Groups the resources in the recommendation report with a unique
2037
2025
  # name.
@@ -2063,13 +2051,6 @@ module Aws::MigrationHubStrategyRecommendations
2063
2051
  include Aws::Structure
2064
2052
  end
2065
2053
 
2066
- # @note When making an API call, you may pass StopAssessmentRequest
2067
- # data as a hash:
2068
- #
2069
- # {
2070
- # assessment_id: "AsyncTaskId", # required
2071
- # }
2072
- #
2073
2054
  # @!attribute [rw] assessment_id
2074
2055
  # The `assessmentId` returned by StartAssessment.
2075
2056
  # @return [String]
@@ -2089,16 +2070,6 @@ module Aws::MigrationHubStrategyRecommendations
2089
2070
  # Information about all the available strategy options for migrating and
2090
2071
  # modernizing an application component.
2091
2072
  #
2092
- # @note When making an API call, you may pass StrategyOption
2093
- # data as a hash:
2094
- #
2095
- # {
2096
- # is_preferred: false,
2097
- # strategy: "Rehost", # accepts Rehost, Retirement, Refactor, Replatform, Retain, Relocate, Repurchase
2098
- # target_destination: "None specified", # accepts 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
2099
- # tool_name: "App2Container", # accepts 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
2100
- # }
2101
- #
2102
2073
  # @!attribute [rw] is_preferred
2103
2074
  # Indicates if a specific strategy is preferred for the application
2104
2075
  # component.
@@ -2215,33 +2186,22 @@ module Aws::MigrationHubStrategyRecommendations
2215
2186
  include Aws::Structure
2216
2187
  end
2217
2188
 
2218
- # @note When making an API call, you may pass UpdateApplicationComponentConfigRequest
2219
- # data as a hash:
2220
- #
2221
- # {
2222
- # application_component_id: "ApplicationComponentId", # required
2223
- # inclusion_status: "excludeFromAssessment", # accepts excludeFromAssessment, includeInAssessment
2224
- # secrets_manager_key: "SecretsManagerKey",
2225
- # source_code_list: [
2226
- # {
2227
- # location: "Location",
2228
- # source_version: "SourceVersion",
2229
- # version_control: "GITHUB", # accepts GITHUB, GITHUB_ENTERPRISE
2230
- # },
2231
- # ],
2232
- # strategy_option: {
2233
- # is_preferred: false,
2234
- # strategy: "Rehost", # accepts Rehost, Retirement, Refactor, Replatform, Retain, Relocate, Repurchase
2235
- # target_destination: "None specified", # accepts 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
2236
- # tool_name: "App2Container", # accepts 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
2237
- # },
2238
- # }
2189
+ # @!attribute [rw] app_type
2190
+ # The type of known component.
2191
+ # @return [String]
2239
2192
  #
2240
2193
  # @!attribute [rw] application_component_id
2241
2194
  # The ID of the application component. The ID is unique within an AWS
2242
2195
  # account.
2243
2196
  # @return [String]
2244
2197
  #
2198
+ # @!attribute [rw] configure_only
2199
+ # Update the configuration request of an application component. If it
2200
+ # is set to true, the source code and/or database credentials are
2201
+ # updated. If it is set to false, the source code and/or database
2202
+ # credentials are updated and an analysis is initiated.
2203
+ # @return [Boolean]
2204
+ #
2245
2205
  # @!attribute [rw] inclusion_status
2246
2206
  # Indicates whether the application component has been included for
2247
2207
  # server recommendation or not.
@@ -2264,7 +2224,9 @@ module Aws::MigrationHubStrategyRecommendations
2264
2224
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/UpdateApplicationComponentConfigRequest AWS API Documentation
2265
2225
  #
2266
2226
  class UpdateApplicationComponentConfigRequest < Struct.new(
2227
+ :app_type,
2267
2228
  :application_component_id,
2229
+ :configure_only,
2268
2230
  :inclusion_status,
2269
2231
  :secrets_manager_key,
2270
2232
  :source_code_list,
@@ -2277,19 +2239,6 @@ module Aws::MigrationHubStrategyRecommendations
2277
2239
  #
2278
2240
  class UpdateApplicationComponentConfigResponse < Aws::EmptyStructure; end
2279
2241
 
2280
- # @note When making an API call, you may pass UpdateServerConfigRequest
2281
- # data as a hash:
2282
- #
2283
- # {
2284
- # server_id: "ServerId", # required
2285
- # strategy_option: {
2286
- # is_preferred: false,
2287
- # strategy: "Rehost", # accepts Rehost, Retirement, Refactor, Replatform, Retain, Relocate, Repurchase
2288
- # target_destination: "None specified", # accepts 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
2289
- # tool_name: "App2Container", # accepts 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
2290
- # },
2291
- # }
2292
- #
2293
2242
  # @!attribute [rw] server_id
2294
2243
  # The ID of the server.
2295
2244
  # @return [String]
@@ -2325,5 +2274,44 @@ module Aws::MigrationHubStrategyRecommendations
2325
2274
  include Aws::Structure
2326
2275
  end
2327
2276
 
2277
+ # Details about the server in vCenter.
2278
+ #
2279
+ # @!attribute [rw] os_type
2280
+ # The type of the operating system.
2281
+ # @return [String]
2282
+ #
2283
+ # @!attribute [rw] vcenter_configuration_time_stamp
2284
+ # The time when the remote server based on vCenter was last
2285
+ # configured.
2286
+ # @return [String]
2287
+ #
2288
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/VcenterBasedRemoteInfo AWS API Documentation
2289
+ #
2290
+ class VcenterBasedRemoteInfo < Struct.new(
2291
+ :os_type,
2292
+ :vcenter_configuration_time_stamp)
2293
+ SENSITIVE = []
2294
+ include Aws::Structure
2295
+ end
2296
+
2297
+ # Details about the version control configuration.
2298
+ #
2299
+ # @!attribute [rw] version_control_configuration_time_stamp
2300
+ # The time when the version control system was last configured.
2301
+ # @return [String]
2302
+ #
2303
+ # @!attribute [rw] version_control_type
2304
+ # The type of version control.
2305
+ # @return [String]
2306
+ #
2307
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/VersionControlInfo AWS API Documentation
2308
+ #
2309
+ class VersionControlInfo < Struct.new(
2310
+ :version_control_configuration_time_stamp,
2311
+ :version_control_type)
2312
+ SENSITIVE = []
2313
+ include Aws::Structure
2314
+ end
2315
+
2328
2316
  end
2329
2317
  end