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

***********************************
describe_fleet_advisor_lsa_analysis
***********************************



.. py:method:: DatabaseMigrationService.Client.describe_fleet_advisor_lsa_analysis(**kwargs)

  

  .. 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>`__.

     

   

  Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.

  

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


  **Request Syntax**
  ::

    response = client.describe_fleet_advisor_lsa_analysis(
        MaxRecords=123,
        NextToken='string'
    )
    
  :type MaxRecords: integer
  :param MaxRecords: 

    Sets the maximum number of records returned in the response.

    

  
  :type NextToken: string
  :param NextToken: 

    If ``NextToken`` is returned by a previous response, there are more results available. The value of ``NextToken`` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Analysis': [
              {
                  'LsaAnalysisId': 'string',
                  'Status': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Analysis** *(list) --* 

        A list of ``FleetAdvisorLsaAnalysisResponse`` objects.

        
        

        - *(dict) --* 

          Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.

          
          

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

            The ID of an LSA analysis run by a Fleet Advisor collector.

            
          

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

            The status of an LSA analysis run by a Fleet Advisor collector.

            
      
    
      

      - **NextToken** *(string) --* 

        If ``NextToken`` is returned, there are more results available. The value of ``NextToken`` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

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

  