

***********************************
MigrationHubStrategyRecommendations
***********************************



======
Client
======



.. py:class:: MigrationHubStrategyRecommendations.Client

  A low-level client representing 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 <http://aws.amazon.com/tools/#SDKs>`__.

  

  ::

    
    import boto3
    
    client = boto3.client('migrationhubstrategy')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  migrationhubstrategy/client/can_paginate
  migrationhubstrategy/client/close
  migrationhubstrategy/client/get_application_component_details
  migrationhubstrategy/client/get_application_component_strategies
  migrationhubstrategy/client/get_assessment
  migrationhubstrategy/client/get_import_file_task
  migrationhubstrategy/client/get_latest_assessment_id
  migrationhubstrategy/client/get_paginator
  migrationhubstrategy/client/get_portfolio_preferences
  migrationhubstrategy/client/get_portfolio_summary
  migrationhubstrategy/client/get_recommendation_report_details
  migrationhubstrategy/client/get_server_details
  migrationhubstrategy/client/get_server_strategies
  migrationhubstrategy/client/get_waiter
  migrationhubstrategy/client/list_analyzable_servers
  migrationhubstrategy/client/list_application_components
  migrationhubstrategy/client/list_collectors
  migrationhubstrategy/client/list_import_file_task
  migrationhubstrategy/client/list_servers
  migrationhubstrategy/client/put_portfolio_preferences
  migrationhubstrategy/client/start_assessment
  migrationhubstrategy/client/start_import_file_task
  migrationhubstrategy/client/start_recommendation_report_generation
  migrationhubstrategy/client/stop_assessment
  migrationhubstrategy/client/update_application_component_config
  migrationhubstrategy/client/update_server_config


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  migrationhubstrategy/paginator/GetServerDetails
  migrationhubstrategy/paginator/ListAnalyzableServers
  migrationhubstrategy/paginator/ListApplicationComponents
  migrationhubstrategy/paginator/ListCollectors
  migrationhubstrategy/paginator/ListImportFileTask
  migrationhubstrategy/paginator/ListServers
