aws-sdk-migrationhubstrategyrecommendations 1.4.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cdf61ea7aae82f6fe577f53b28967d586f870fcca84b2452416dd94588ae781
4
- data.tar.gz: 907668992c7fe6a756bdcecfc27940e7150189e95b76bedb336d1447456ad167
3
+ metadata.gz: 3114a0b0e0b8396789316f40ff319c3aea79678628db5964d72e629b6856760a
4
+ data.tar.gz: 374dde541411dc7bdce1032d7dd84de07f34649912d0acf1951d166373d711ae
5
5
  SHA512:
6
- metadata.gz: 198decad1117ccf1536000d700cf57be46ee212ab39055e106908fa11cdc515bc60cd0ef610b67ed4a7b23b7464539c43820220943e83068b7423c21ca55ac77
7
- data.tar.gz: 51a191ea448ba7cfadd59b312403f7914afbe518c13a2dfc718804a0ce6bbdf60b2560bb1a5426b7b8db3451408d2a1b616897307030141c720572f7d23d03d4
6
+ metadata.gz: 268c255b3df27f97296598ad2f8cda4afc5ac332b4bcf98d952be043e2b58d98de99bc410463f6110a1b4a43694492ea5ad7b96d4e8d1dcb42b08dd1ac36b376
7
+ data.tar.gz: 1b56f0feede43ddc06fd720ffde293e46144cb450694b0db5c2618207094cba573e1d04148593b5d98b6a165da64abae52610f556ce948feeee155b5cb12b557
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2022-12-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html
8
+
9
+ 1.5.0 (2022-10-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.4.0 (2022-02-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.6.0
@@ -30,7 +30,7 @@ require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
33
- require 'aws-sdk-core/plugins/signature_v4.rb'
33
+ require 'aws-sdk-core/plugins/sign.rb'
34
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
35
35
 
36
36
  Aws::Plugins::GlobalConfiguration.add_identifier(:migrationhubstrategyrecommendations)
@@ -79,8 +79,9 @@ module Aws::MigrationHubStrategyRecommendations
79
79
  add_plugin(Aws::Plugins::ChecksumAlgorithm)
80
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
81
  add_plugin(Aws::Plugins::RecursionDetection)
82
- add_plugin(Aws::Plugins::SignatureV4)
82
+ add_plugin(Aws::Plugins::Sign)
83
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
84
+ add_plugin(Aws::MigrationHubStrategyRecommendations::Plugins::Endpoints)
84
85
 
85
86
  # @overload initialize(options)
86
87
  # @param [Hash] options
@@ -287,6 +288,19 @@ module Aws::MigrationHubStrategyRecommendations
287
288
  # ** Please note ** When response stubbing is enabled, no HTTP
288
289
  # requests are made, and retries are disabled.
289
290
  #
291
+ # @option options [Aws::TokenProvider] :token_provider
292
+ # A Bearer Token Provider. This can be an instance of any one of the
293
+ # following classes:
294
+ #
295
+ # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
296
+ # tokens.
297
+ #
298
+ # * `Aws::SSOTokenProvider` - Used for loading tokens from AWS SSO using an
299
+ # access token generated from `aws login`.
300
+ #
301
+ # When `:token_provider` is not configured directly, the `Aws::TokenProviderChain`
302
+ # will be used to search for tokens configured for your profile in shared configuration files.
303
+ #
290
304
  # @option options [Boolean] :use_dualstack_endpoint
291
305
  # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
292
306
  # will be used if available.
@@ -300,6 +314,9 @@ module Aws::MigrationHubStrategyRecommendations
300
314
  # When `true`, request parameters are validated before
301
315
  # sending the request.
302
316
  #
317
+ # @option options [Aws::MigrationHubStrategyRecommendations::EndpointProvider] :endpoint_provider
318
+ # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::MigrationHubStrategyRecommendations::EndpointParameters`
319
+ #
303
320
  # @option options [URI::HTTP,String] :http_proxy A proxy to send
304
321
  # requests through. Formatted like 'http://proxy.com:123'.
305
322
  #
@@ -372,12 +389,13 @@ module Aws::MigrationHubStrategyRecommendations
372
389
  #
373
390
  # @example Response structure
374
391
  #
375
- # resp.application_component_detail.analysis_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED"
392
+ # resp.application_component_detail.analysis_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED", "ANALYSIS_PARTIAL_SUCCESS", "UNCONFIGURED", "CONFIGURED"
376
393
  # resp.application_component_detail.antipattern_report_s3_object.s3_bucket #=> String
377
394
  # resp.application_component_detail.antipattern_report_s3_object.s3key #=> String
378
395
  # resp.application_component_detail.antipattern_report_status #=> String, one of "FAILED", "IN_PROGRESS", "SUCCESS"
379
396
  # resp.application_component_detail.antipattern_report_status_message #=> String
380
- # resp.application_component_detail.app_type #=> String, one of "DotNetFramework", "Java", "SQLServer", "IIS", "Oracle", "Other"
397
+ # resp.application_component_detail.app_type #=> String, one of "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"
398
+ # resp.application_component_detail.app_unit_error.app_unit_error_category #=> String, one of "CREDENTIAL_ERROR", "CONNECTIVITY_ERROR", "PERMISSION_ERROR", "UNSUPPORTED_ERROR", "OTHER_ERROR"
381
399
  # resp.application_component_detail.associated_server_id #=> String
382
400
  # resp.application_component_detail.database_config_detail.secret_name #=> String
383
401
  # resp.application_component_detail.id #=> String
@@ -391,13 +409,16 @@ module Aws::MigrationHubStrategyRecommendations
391
409
  # resp.application_component_detail.os_driver #=> String
392
410
  # resp.application_component_detail.os_version #=> String
393
411
  # resp.application_component_detail.recommendation_set.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
394
- # resp.application_component_detail.recommendation_set.target_destination #=> String, one of "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"
412
+ # resp.application_component_detail.recommendation_set.target_destination #=> String, one of "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"
395
413
  # resp.application_component_detail.recommendation_set.transformation_tool.description #=> String
396
414
  # resp.application_component_detail.recommendation_set.transformation_tool.name #=> String, one of "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"
397
415
  # resp.application_component_detail.recommendation_set.transformation_tool.tranformation_tool_installation_link #=> String
398
416
  # resp.application_component_detail.resource_sub_type #=> String, one of "Database", "Process", "DatabaseProcess"
417
+ # resp.application_component_detail.runtime_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED"
418
+ # resp.application_component_detail.runtime_status_message #=> String
399
419
  # resp.application_component_detail.source_code_repositories #=> Array
400
420
  # resp.application_component_detail.source_code_repositories[0].branch #=> String
421
+ # resp.application_component_detail.source_code_repositories[0].project_name #=> String
401
422
  # resp.application_component_detail.source_code_repositories[0].repository #=> String
402
423
  # resp.application_component_detail.source_code_repositories[0].version_control_type #=> String
403
424
  # resp.application_component_detail.status_message #=> String
@@ -439,11 +460,11 @@ module Aws::MigrationHubStrategyRecommendations
439
460
  # resp.application_component_strategies #=> Array
440
461
  # resp.application_component_strategies[0].is_preferred #=> Boolean
441
462
  # resp.application_component_strategies[0].recommendation.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
442
- # resp.application_component_strategies[0].recommendation.target_destination #=> String, one of "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"
463
+ # resp.application_component_strategies[0].recommendation.target_destination #=> String, one of "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"
443
464
  # resp.application_component_strategies[0].recommendation.transformation_tool.description #=> String
444
465
  # resp.application_component_strategies[0].recommendation.transformation_tool.name #=> String, one of "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"
445
466
  # resp.application_component_strategies[0].recommendation.transformation_tool.tranformation_tool_installation_link #=> String
446
- # resp.application_component_strategies[0].status #=> String, one of "recommended", "viableOption", "notRecommended"
467
+ # resp.application_component_strategies[0].status #=> String, one of "recommended", "viableOption", "notRecommended", "potential"
447
468
  #
448
469
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetApplicationComponentStrategies AWS API Documentation
449
470
  #
@@ -461,6 +482,7 @@ module Aws::MigrationHubStrategyRecommendations
461
482
  #
462
483
  # @return [Types::GetAssessmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
463
484
  #
485
+ # * {Types::GetAssessmentResponse#assessment_targets #assessment_targets} => Array<Types::AssessmentTarget>
464
486
  # * {Types::GetAssessmentResponse#data_collection_details #data_collection_details} => Types::DataCollectionDetails
465
487
  # * {Types::GetAssessmentResponse#id #id} => String
466
488
  #
@@ -472,12 +494,18 @@ module Aws::MigrationHubStrategyRecommendations
472
494
  #
473
495
  # @example Response structure
474
496
  #
497
+ # resp.assessment_targets #=> Array
498
+ # resp.assessment_targets[0].condition #=> String, one of "EQUALS", "NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
499
+ # resp.assessment_targets[0].name #=> String
500
+ # resp.assessment_targets[0].values #=> Array
501
+ # resp.assessment_targets[0].values[0] #=> String
475
502
  # resp.data_collection_details.completion_time #=> Time
476
503
  # resp.data_collection_details.failed #=> Integer
477
504
  # resp.data_collection_details.in_progress #=> Integer
478
505
  # resp.data_collection_details.servers #=> Integer
479
506
  # resp.data_collection_details.start_time #=> Time
480
507
  # resp.data_collection_details.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "STOPPED"
508
+ # resp.data_collection_details.status_message #=> String
481
509
  # resp.data_collection_details.success #=> Integer
482
510
  # resp.id #=> String
483
511
  #
@@ -539,16 +567,37 @@ module Aws::MigrationHubStrategyRecommendations
539
567
  req.send_request(options)
540
568
  end
541
569
 
570
+ # Retrieve the latest ID of a specific assessment task.
571
+ #
572
+ # @return [Types::GetLatestAssessmentIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
573
+ #
574
+ # * {Types::GetLatestAssessmentIdResponse#id #id} => String
575
+ #
576
+ # @example Response structure
577
+ #
578
+ # resp.id #=> String
579
+ #
580
+ # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetLatestAssessmentId AWS API Documentation
581
+ #
582
+ # @overload get_latest_assessment_id(params = {})
583
+ # @param [Hash] params ({})
584
+ def get_latest_assessment_id(params = {}, options = {})
585
+ req = build_request(:get_latest_assessment_id, params)
586
+ req.send_request(options)
587
+ end
588
+
542
589
  # Retrieves your migration and modernization preferences.
543
590
  #
544
591
  # @return [Types::GetPortfolioPreferencesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
545
592
  #
593
+ # * {Types::GetPortfolioPreferencesResponse#application_mode #application_mode} => String
546
594
  # * {Types::GetPortfolioPreferencesResponse#application_preferences #application_preferences} => Types::ApplicationPreferences
547
595
  # * {Types::GetPortfolioPreferencesResponse#database_preferences #database_preferences} => Types::DatabasePreferences
548
596
  # * {Types::GetPortfolioPreferencesResponse#prioritize_business_goals #prioritize_business_goals} => Types::PrioritizeBusinessGoals
549
597
  #
550
598
  # @example Response structure
551
599
  #
600
+ # resp.application_mode #=> String, one of "ALL", "KNOWN", "UNKNOWN"
552
601
  # resp.application_preferences.management_preference.aws_managed_resources.target_destination #=> Array
553
602
  # resp.application_preferences.management_preference.aws_managed_resources.target_destination[0] #=> String, one of "None specified", "AWS Elastic BeanStalk", "AWS Fargate"
554
603
  # resp.application_preferences.management_preference.no_preference.target_destination #=> Array
@@ -593,12 +642,18 @@ module Aws::MigrationHubStrategyRecommendations
593
642
  # resp.assessment_summary.list_antipattern_severity_summary #=> Array
594
643
  # resp.assessment_summary.list_antipattern_severity_summary[0].count #=> Integer
595
644
  # resp.assessment_summary.list_antipattern_severity_summary[0].severity #=> String, one of "HIGH", "MEDIUM", "LOW"
645
+ # resp.assessment_summary.list_application_component_status_summary #=> Array
646
+ # resp.assessment_summary.list_application_component_status_summary[0].count #=> Integer
647
+ # resp.assessment_summary.list_application_component_status_summary[0].src_code_or_db_analysis_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED", "ANALYSIS_PARTIAL_SUCCESS", "UNCONFIGURED", "CONFIGURED"
596
648
  # resp.assessment_summary.list_application_component_strategy_summary #=> Array
597
649
  # resp.assessment_summary.list_application_component_strategy_summary[0].count #=> Integer
598
650
  # resp.assessment_summary.list_application_component_strategy_summary[0].strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
599
651
  # resp.assessment_summary.list_application_component_summary #=> Array
600
- # resp.assessment_summary.list_application_component_summary[0].app_type #=> String, one of "DotNetFramework", "Java", "SQLServer", "IIS", "Oracle", "Other"
652
+ # resp.assessment_summary.list_application_component_summary[0].app_type #=> String, one of "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"
601
653
  # resp.assessment_summary.list_application_component_summary[0].count #=> Integer
654
+ # resp.assessment_summary.list_server_status_summary #=> Array
655
+ # resp.assessment_summary.list_server_status_summary[0].count #=> Integer
656
+ # resp.assessment_summary.list_server_status_summary[0].run_time_assessment_status #=> String, one of "dataCollectionTaskToBeScheduled", "dataCollectionTaskScheduled", "dataCollectionTaskStarted", "dataCollectionTaskStopped", "dataCollectionTaskSuccess", "dataCollectionTaskFailed", "dataCollectionTaskPartialSuccess"
602
657
  # resp.assessment_summary.list_server_strategy_summary #=> Array
603
658
  # resp.assessment_summary.list_server_strategy_summary[0].count #=> Integer
604
659
  # resp.assessment_summary.list_server_strategy_summary[0].strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
@@ -706,10 +761,11 @@ module Aws::MigrationHubStrategyRecommendations
706
761
  # resp.server_detail.list_antipattern_severity_summary[0].severity #=> String, one of "HIGH", "MEDIUM", "LOW"
707
762
  # resp.server_detail.name #=> String
708
763
  # resp.server_detail.recommendation_set.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
709
- # resp.server_detail.recommendation_set.target_destination #=> String, one of "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"
764
+ # resp.server_detail.recommendation_set.target_destination #=> String, one of "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"
710
765
  # resp.server_detail.recommendation_set.transformation_tool.description #=> String
711
766
  # resp.server_detail.recommendation_set.transformation_tool.name #=> String, one of "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"
712
767
  # resp.server_detail.recommendation_set.transformation_tool.tranformation_tool_installation_link #=> String
768
+ # resp.server_detail.server_error.server_error_category #=> String, one of "CONNECTIVITY_ERROR", "CREDENTIAL_ERROR", "PERMISSION_ERROR", "ARCHITECTURE_ERROR", "OTHER_ERROR"
713
769
  # resp.server_detail.server_type #=> String
714
770
  # resp.server_detail.status_message #=> String
715
771
  # resp.server_detail.system_info.cpu_architecture #=> String
@@ -752,11 +808,11 @@ module Aws::MigrationHubStrategyRecommendations
752
808
  # resp.server_strategies[0].is_preferred #=> Boolean
753
809
  # resp.server_strategies[0].number_of_application_components #=> Integer
754
810
  # resp.server_strategies[0].recommendation.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
755
- # resp.server_strategies[0].recommendation.target_destination #=> String, one of "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"
811
+ # resp.server_strategies[0].recommendation.target_destination #=> String, one of "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"
756
812
  # resp.server_strategies[0].recommendation.transformation_tool.description #=> String
757
813
  # resp.server_strategies[0].recommendation.transformation_tool.name #=> String, one of "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"
758
814
  # resp.server_strategies[0].recommendation.transformation_tool.tranformation_tool_installation_link #=> String
759
- # resp.server_strategies[0].status #=> String, one of "recommended", "viableOption", "notRecommended"
815
+ # resp.server_strategies[0].status #=> String, one of "recommended", "viableOption", "notRecommended", "potential"
760
816
  #
761
817
  # @see http://docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetServerStrategies AWS API Documentation
762
818
  #
@@ -806,7 +862,7 @@ module Aws::MigrationHubStrategyRecommendations
806
862
  # @example Request syntax with placeholder values
807
863
  #
808
864
  # resp = client.list_application_components({
809
- # application_component_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, APP_NAME, SERVER_ID, APP_TYPE, STRATEGY, DESTINATION
865
+ # application_component_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, APP_NAME, SERVER_ID, APP_TYPE, STRATEGY, DESTINATION, ANALYSIS_STATUS, ERROR_CATEGORY
810
866
  # filter_value: "ListApplicationComponentsRequestFilterValueString",
811
867
  # group_id_filter: [
812
868
  # {
@@ -822,12 +878,13 @@ module Aws::MigrationHubStrategyRecommendations
822
878
  # @example Response structure
823
879
  #
824
880
  # resp.application_component_infos #=> Array
825
- # resp.application_component_infos[0].analysis_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED"
881
+ # resp.application_component_infos[0].analysis_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED", "ANALYSIS_PARTIAL_SUCCESS", "UNCONFIGURED", "CONFIGURED"
826
882
  # resp.application_component_infos[0].antipattern_report_s3_object.s3_bucket #=> String
827
883
  # resp.application_component_infos[0].antipattern_report_s3_object.s3key #=> String
828
884
  # resp.application_component_infos[0].antipattern_report_status #=> String, one of "FAILED", "IN_PROGRESS", "SUCCESS"
829
885
  # resp.application_component_infos[0].antipattern_report_status_message #=> String
830
- # resp.application_component_infos[0].app_type #=> String, one of "DotNetFramework", "Java", "SQLServer", "IIS", "Oracle", "Other"
886
+ # resp.application_component_infos[0].app_type #=> String, one of "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"
887
+ # resp.application_component_infos[0].app_unit_error.app_unit_error_category #=> String, one of "CREDENTIAL_ERROR", "CONNECTIVITY_ERROR", "PERMISSION_ERROR", "UNSUPPORTED_ERROR", "OTHER_ERROR"
831
888
  # resp.application_component_infos[0].associated_server_id #=> String
832
889
  # resp.application_component_infos[0].database_config_detail.secret_name #=> String
833
890
  # resp.application_component_infos[0].id #=> String
@@ -841,13 +898,16 @@ module Aws::MigrationHubStrategyRecommendations
841
898
  # resp.application_component_infos[0].os_driver #=> String
842
899
  # resp.application_component_infos[0].os_version #=> String
843
900
  # resp.application_component_infos[0].recommendation_set.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
844
- # resp.application_component_infos[0].recommendation_set.target_destination #=> String, one of "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"
901
+ # resp.application_component_infos[0].recommendation_set.target_destination #=> String, one of "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"
845
902
  # resp.application_component_infos[0].recommendation_set.transformation_tool.description #=> String
846
903
  # resp.application_component_infos[0].recommendation_set.transformation_tool.name #=> String, one of "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"
847
904
  # resp.application_component_infos[0].recommendation_set.transformation_tool.tranformation_tool_installation_link #=> String
848
905
  # resp.application_component_infos[0].resource_sub_type #=> String, one of "Database", "Process", "DatabaseProcess"
906
+ # resp.application_component_infos[0].runtime_status #=> String, one of "ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED"
907
+ # resp.application_component_infos[0].runtime_status_message #=> String
849
908
  # resp.application_component_infos[0].source_code_repositories #=> Array
850
909
  # resp.application_component_infos[0].source_code_repositories[0].branch #=> String
910
+ # resp.application_component_infos[0].source_code_repositories[0].project_name #=> String
851
911
  # resp.application_component_infos[0].source_code_repositories[0].repository #=> String
852
912
  # resp.application_component_infos[0].source_code_repositories[0].version_control_type #=> String
853
913
  # resp.application_component_infos[0].status_message #=> String
@@ -895,6 +955,20 @@ module Aws::MigrationHubStrategyRecommendations
895
955
  # resp.collectors[0].collector_health #=> String, one of "COLLECTOR_HEALTHY", "COLLECTOR_UNHEALTHY"
896
956
  # resp.collectors[0].collector_id #=> String
897
957
  # resp.collectors[0].collector_version #=> String
958
+ # resp.collectors[0].configuration_summary.ip_address_based_remote_info_list #=> Array
959
+ # resp.collectors[0].configuration_summary.ip_address_based_remote_info_list[0].auth_type #=> String, one of "NTLM", "SSH", "CERT"
960
+ # resp.collectors[0].configuration_summary.ip_address_based_remote_info_list[0].ip_address_configuration_time_stamp #=> String
961
+ # resp.collectors[0].configuration_summary.ip_address_based_remote_info_list[0].os_type #=> String, one of "LINUX", "WINDOWS"
962
+ # resp.collectors[0].configuration_summary.pipeline_info_list #=> Array
963
+ # resp.collectors[0].configuration_summary.pipeline_info_list[0].pipeline_configuration_time_stamp #=> String
964
+ # resp.collectors[0].configuration_summary.pipeline_info_list[0].pipeline_type #=> String, one of "AZURE_DEVOPS"
965
+ # resp.collectors[0].configuration_summary.remote_source_code_analysis_server_info.remote_source_code_analysis_server_configuration_timestamp #=> String
966
+ # resp.collectors[0].configuration_summary.vcenter_based_remote_info_list #=> Array
967
+ # resp.collectors[0].configuration_summary.vcenter_based_remote_info_list[0].os_type #=> String, one of "LINUX", "WINDOWS"
968
+ # resp.collectors[0].configuration_summary.vcenter_based_remote_info_list[0].vcenter_configuration_time_stamp #=> String
969
+ # resp.collectors[0].configuration_summary.version_control_info_list #=> Array
970
+ # resp.collectors[0].configuration_summary.version_control_info_list[0].version_control_configuration_time_stamp #=> String
971
+ # resp.collectors[0].configuration_summary.version_control_info_list[0].version_control_type #=> String, one of "GITHUB", "GITHUB_ENTERPRISE", "AZURE_DEVOPS_GIT"
898
972
  # resp.collectors[0].host_name #=> String
899
973
  # resp.collectors[0].ip_address #=> String
900
974
  # resp.collectors[0].last_activity_time_stamp #=> String
@@ -1009,7 +1083,7 @@ module Aws::MigrationHubStrategyRecommendations
1009
1083
  # ],
1010
1084
  # max_results: 1,
1011
1085
  # next_token: "NextToken",
1012
- # server_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, OS_NAME, STRATEGY, DESTINATION, SERVER_ID
1086
+ # server_criteria: "NOT_DEFINED", # accepts NOT_DEFINED, OS_NAME, STRATEGY, DESTINATION, SERVER_ID, ANALYSIS_STATUS, ERROR_CATEGORY
1013
1087
  # sort: "ASC", # accepts ASC, DESC
1014
1088
  # })
1015
1089
  #
@@ -1032,10 +1106,11 @@ module Aws::MigrationHubStrategyRecommendations
1032
1106
  # resp.server_infos[0].list_antipattern_severity_summary[0].severity #=> String, one of "HIGH", "MEDIUM", "LOW"
1033
1107
  # resp.server_infos[0].name #=> String
1034
1108
  # resp.server_infos[0].recommendation_set.strategy #=> String, one of "Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase"
1035
- # resp.server_infos[0].recommendation_set.target_destination #=> String, one of "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"
1109
+ # resp.server_infos[0].recommendation_set.target_destination #=> String, one of "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"
1036
1110
  # resp.server_infos[0].recommendation_set.transformation_tool.description #=> String
1037
1111
  # resp.server_infos[0].recommendation_set.transformation_tool.name #=> String, one of "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"
1038
1112
  # resp.server_infos[0].recommendation_set.transformation_tool.tranformation_tool_installation_link #=> String
1113
+ # resp.server_infos[0].server_error.server_error_category #=> String, one of "CONNECTIVITY_ERROR", "CREDENTIAL_ERROR", "PERMISSION_ERROR", "ARCHITECTURE_ERROR", "OTHER_ERROR"
1039
1114
  # resp.server_infos[0].server_type #=> String
1040
1115
  # resp.server_infos[0].status_message #=> String
1041
1116
  # resp.server_infos[0].system_info.cpu_architecture #=> String
@@ -1059,6 +1134,9 @@ module Aws::MigrationHubStrategyRecommendations
1059
1134
 
1060
1135
  # Saves the specified migration and modernization preferences.
1061
1136
  #
1137
+ # @option params [String] :application_mode
1138
+ # The classification for application component types.
1139
+ #
1062
1140
  # @option params [Types::ApplicationPreferences] :application_preferences
1063
1141
  # The transformation preferences for non-database applications.
1064
1142
  #
@@ -1073,6 +1151,7 @@ module Aws::MigrationHubStrategyRecommendations
1073
1151
  # @example Request syntax with placeholder values
1074
1152
  #
1075
1153
  # resp = client.put_portfolio_preferences({
1154
+ # application_mode: "ALL", # accepts ALL, KNOWN, UNKNOWN
1076
1155
  # application_preferences: {
1077
1156
  # management_preference: {
1078
1157
  # aws_managed_resources: {
@@ -1121,6 +1200,9 @@ module Aws::MigrationHubStrategyRecommendations
1121
1200
 
1122
1201
  # Starts the assessment of an on-premises environment.
1123
1202
  #
1203
+ # @option params [Array<Types::AssessmentTarget>] :assessment_targets
1204
+ # List of criteria for assessment.
1205
+ #
1124
1206
  # @option params [String] :s3bucket_for_analysis_data
1125
1207
  # The S3 bucket used by the collectors to send analysis data to the
1126
1208
  # service. The bucket name must begin with `migrationhub-strategy-`.
@@ -1136,6 +1218,13 @@ module Aws::MigrationHubStrategyRecommendations
1136
1218
  # @example Request syntax with placeholder values
1137
1219
  #
1138
1220
  # resp = client.start_assessment({
1221
+ # assessment_targets: [
1222
+ # {
1223
+ # condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS
1224
+ # name: "String", # required
1225
+ # values: ["String"], # required
1226
+ # },
1227
+ # ],
1139
1228
  # s3bucket_for_analysis_data: "StartAssessmentRequestS3bucketForAnalysisDataString",
1140
1229
  # s3bucket_for_report_data: "StartAssessmentRequestS3bucketForReportDataString",
1141
1230
  # })
@@ -1274,10 +1363,19 @@ module Aws::MigrationHubStrategyRecommendations
1274
1363
 
1275
1364
  # Updates the configuration of an application component.
1276
1365
  #
1366
+ # @option params [String] :app_type
1367
+ # The type of known component.
1368
+ #
1277
1369
  # @option params [required, String] :application_component_id
1278
1370
  # The ID of the application component. The ID is unique within an AWS
1279
1371
  # account.
1280
1372
  #
1373
+ # @option params [Boolean] :configure_only
1374
+ # Update the configuration request of an application component. If it is
1375
+ # set to true, the source code and/or database credentials are updated.
1376
+ # If it is set to false, the source code and/or database credentials are
1377
+ # updated and an analysis is initiated.
1378
+ #
1281
1379
  # @option params [String] :inclusion_status
1282
1380
  # Indicates whether the application component has been included for
1283
1381
  # server recommendation or not.
@@ -1298,20 +1396,23 @@ module Aws::MigrationHubStrategyRecommendations
1298
1396
  # @example Request syntax with placeholder values
1299
1397
  #
1300
1398
  # resp = client.update_application_component_config({
1399
+ # app_type: "DotNetFramework", # accepts 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
1301
1400
  # application_component_id: "ApplicationComponentId", # required
1401
+ # configure_only: false,
1302
1402
  # inclusion_status: "excludeFromAssessment", # accepts excludeFromAssessment, includeInAssessment
1303
1403
  # secrets_manager_key: "SecretsManagerKey",
1304
1404
  # source_code_list: [
1305
1405
  # {
1306
1406
  # location: "Location",
1407
+ # project_name: "ProjectName",
1307
1408
  # source_version: "SourceVersion",
1308
- # version_control: "GITHUB", # accepts GITHUB, GITHUB_ENTERPRISE
1409
+ # version_control: "GITHUB", # accepts GITHUB, GITHUB_ENTERPRISE, AZURE_DEVOPS_GIT
1309
1410
  # },
1310
1411
  # ],
1311
1412
  # strategy_option: {
1312
1413
  # is_preferred: false,
1313
1414
  # strategy: "Rehost", # accepts Rehost, Retirement, Refactor, Replatform, Retain, Relocate, Repurchase
1314
- # 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
1415
+ # 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, Babelfish for Aurora PostgreSQL
1315
1416
  # 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
1316
1417
  # },
1317
1418
  # })
@@ -1343,7 +1444,7 @@ module Aws::MigrationHubStrategyRecommendations
1343
1444
  # strategy_option: {
1344
1445
  # is_preferred: false,
1345
1446
  # strategy: "Rehost", # accepts Rehost, Retirement, Refactor, Replatform, Retain, Relocate, Repurchase
1346
- # 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
1447
+ # 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, Babelfish for Aurora PostgreSQL
1347
1448
  # 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
1348
1449
  # },
1349
1450
  # })
@@ -1370,7 +1471,7 @@ module Aws::MigrationHubStrategyRecommendations
1370
1471
  params: params,
1371
1472
  config: config)
1372
1473
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1373
- context[:gem_version] = '1.4.0'
1474
+ context[:gem_version] = '1.6.0'
1374
1475
  Seahorse::Client::Request.new(handlers, context)
1375
1476
  end
1376
1477