View Source aws_migrationhubstrategy (aws v0.7.13)

Migration Hub Strategy Recommendations

<p>This API reference provides descriptions, syntax, and other details about each of the actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations).

The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS SDKs</a>.</p>

Link to this section Summary

Functions

Retrieves details about an application component.
Retrieves a list of all the recommended strategies and tools for an application component running on a server.
Retrieves the status of an on-going assessment.
Retrieves the details about a specific import task.
Retrieve the latest ID of a specific assessment task.
Retrieves your migration and modernization preferences.
Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.
Retrieves detailed information about the specified recommendation report.
Retrieves detailed information about a specified server.
Retrieves recommended strategies and tools for the specified server.
Retrieves a list of all the application components (processes).
Retrieves a list of all the installed collectors.
Retrieves a list of all the imports performed.
Returns a list of all the servers.
Saves the specified migration and modernization preferences.
Starts the assessment of an on-premises environment.
Starts generating a recommendation report.
Stops the assessment of an on-premises environment.
Updates the configuration of an application component.
Updates the configuration of the specified server.

Link to this section Functions

Link to this function

get_application_component_details(Client, ApplicationComponentId)

View Source
Retrieves details about an application component.
Link to this function

get_application_component_details(Client, ApplicationComponentId, QueryMap, HeadersMap)

View Source
Link to this function

get_application_component_details(Client, ApplicationComponentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_application_component_strategies(Client, ApplicationComponentId)

View Source
Retrieves a list of all the recommended strategies and tools for an application component running on a server.
Link to this function

get_application_component_strategies(Client, ApplicationComponentId, QueryMap, HeadersMap)

View Source
Link to this function

get_application_component_strategies(Client, ApplicationComponentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_assessment(Client, Id)

View Source
Retrieves the status of an on-going assessment.
Link to this function

get_assessment(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_assessment(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_import_file_task(Client, Id)

View Source
Retrieves the details about a specific import task.
Link to this function

get_import_file_task(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_import_file_task(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_latest_assessment_id(Client)

View Source
Retrieve the latest ID of a specific assessment task.
Link to this function

get_latest_assessment_id(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_latest_assessment_id(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_portfolio_preferences(Client)

View Source
Retrieves your migration and modernization preferences.
Link to this function

get_portfolio_preferences(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_portfolio_preferences(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_portfolio_summary(Client)

View Source
Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.
Link to this function

get_portfolio_summary(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_portfolio_summary(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_recommendation_report_details(Client, Id)

View Source
Retrieves detailed information about the specified recommendation report.
Link to this function

get_recommendation_report_details(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_recommendation_report_details(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_server_details(Client, ServerId)

View Source
Retrieves detailed information about a specified server.
Link to this function

get_server_details(Client, ServerId, QueryMap, HeadersMap)

View Source
Link to this function

get_server_details(Client, ServerId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_server_strategies(Client, ServerId)

View Source
Retrieves recommended strategies and tools for the specified server.
Link to this function

get_server_strategies(Client, ServerId, QueryMap, HeadersMap)

View Source
Link to this function

get_server_strategies(Client, ServerId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_application_components(Client, Input)

View Source
Retrieves a list of all the application components (processes).
Link to this function

list_application_components(Client, Input0, Options0)

View Source
Retrieves a list of all the installed collectors.
Link to this function

list_collectors(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_collectors(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_import_file_task(Client)

View Source
Retrieves a list of all the imports performed.
Link to this function

list_import_file_task(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_import_file_task(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_servers(Client, Input)

View Source
Returns a list of all the servers.
Link to this function

list_servers(Client, Input0, Options0)

View Source
Link to this function

put_portfolio_preferences(Client, Input)

View Source
Saves the specified migration and modernization preferences.
Link to this function

put_portfolio_preferences(Client, Input0, Options0)

View Source
Link to this function

start_assessment(Client, Input)

View Source
Starts the assessment of an on-premises environment.
Link to this function

start_assessment(Client, Input0, Options0)

View Source
Link to this function

start_import_file_task(Client, Input)

View Source
Starts a file import.
Link to this function

start_import_file_task(Client, Input0, Options0)

View Source
Link to this function

start_recommendation_report_generation(Client, Input)

View Source
Starts generating a recommendation report.
Link to this function

start_recommendation_report_generation(Client, Input0, Options0)

View Source
Link to this function

stop_assessment(Client, Input)

View Source
Stops the assessment of an on-premises environment.
Link to this function

stop_assessment(Client, Input0, Options0)

View Source
Link to this function

update_application_component_config(Client, Input)

View Source
Updates the configuration of an application component.
Link to this function

update_application_component_config(Client, Input0, Options0)

View Source
Link to this function

update_server_config(Client, Input)

View Source
Updates the configuration of the specified server.
Link to this function

update_server_config(Client, Input0, Options0)

View Source