:doc:`DatabaseMigrationService <../../dms>` / Client / run_fleet_advisor_lsa_analysis

******************************
run_fleet_advisor_lsa_analysis
******************************



.. py:method:: DatabaseMigrationService.Client.run_fleet_advisor_lsa_analysis()

  

  .. warning::

    

    End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see `Amazon Web Services DMS Fleet Advisor end of support <https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html>`__.

     

   

  Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RunFleetAdvisorLsaAnalysis>`_  


  **Request Syntax**

  ::

    response = client.run_fleet_advisor_lsa_analysis()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'LsaAnalysisId': 'string',
          'Status': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LsaAnalysisId** *(string) --* 

        The ID of the LSA analysis run.

        
      

      - **Status** *(string) --* 

        The status of the LSA analysis, for example ``COMPLETED``.

        
  
  **Exceptions**
  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.InvalidResourceStateFault`

  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.ResourceNotFoundFault`

  