View Source AWS.MigrationHubStrategy (aws-elixir v1.0.4)
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.
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 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.
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 a file import.
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
get_application_component_details(client, application_component_id, options \\ [])
View SourceRetrieves details about an application component.
get_application_component_strategies(client, application_component_id, options \\ [])
View SourceRetrieves 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.
get_server_details(client, server_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves detailed information about a specified server.
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).
list_collectors(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of all the installed collectors.
list_import_file_task(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves 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 a file import.
start_recommendation_report_generation(client, input, options \\ [])
View SourceStarts 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.