View Source AWS.MigrationHubStrategy (aws-elixir v0.14.1)

Migration Hub Strategy Recommendations

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 AWS SDKs.

Summary

Functions

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 recommended strategies and tools for the specified server.

Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.

Retrieves a list of all the application components (processes).

Retrieves a list of all the installed collectors.

Returns a list of all the servers.

Saves the specified migration and modernization preferences.

Starts the assessment of an on-premises environment.

Stops the assessment of an on-premises environment.

Updates the configuration of an application component.

Updates the configuration of the specified server.

Functions

Link to this function

get_application_component_details(client, application_component_id, options \\ [])

View Source

Retrieves details about an application component.

Link to this function

get_application_component_strategies(client, application_component_id, options \\ [])

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_assessment(client, id, options \\ [])

View Source

Retrieves the status of an on-going assessment.

Link to this function

get_import_file_task(client, id, options \\ [])

View Source

Retrieves the details about a specific import task.

Link to this function

get_latest_assessment_id(client, options \\ [])

View Source

Retrieve the latest ID of a specific assessment task.

Link to this function

get_portfolio_preferences(client, options \\ [])

View Source

Retrieves your migration and modernization preferences.

Link to this function

get_portfolio_summary(client, options \\ [])

View Source

Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.

Link to this function

get_recommendation_report_details(client, id, options \\ [])

View Source

Retrieves detailed information about the specified recommendation report.

Link to this function

get_server_details(client, server_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves detailed information about a specified server.

Link to this function

get_server_strategies(client, server_id, options \\ [])

View Source

Retrieves recommended strategies and tools for the specified server.

Link to this function

list_analyzable_servers(client, input, options \\ [])

View Source

Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.

Link to this function

list_application_components(client, input, options \\ [])

View Source

Retrieves a list of all the application components (processes).

Link to this function

list_collectors(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of all the installed collectors.

Link to this function

list_import_file_task(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of all the imports performed.

Link to this function

list_servers(client, input, options \\ [])

View Source

Returns a list of all the servers.

Link to this function

put_portfolio_preferences(client, input, options \\ [])

View Source

Saves the specified migration and modernization preferences.

Link to this function

start_assessment(client, input, options \\ [])

View Source

Starts the assessment of an on-premises environment.

Link to this function

start_import_file_task(client, input, options \\ [])

View Source

Starts a file import.

Link to this function

start_recommendation_report_generation(client, input, options \\ [])

View Source

Starts generating a recommendation report.

Link to this function

stop_assessment(client, input, options \\ [])

View Source

Stops the assessment of an on-premises environment.

Link to this function

update_application_component_config(client, input, options \\ [])

View Source

Updates the configuration of an application component.

Link to this function

update_server_config(client, input, options \\ [])

View Source

Updates the configuration of the specified server.