Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_fleet_advisor_lsa_analysis

describe_fleet_advisor_lsa_analysis(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.describe_fleet_advisor_lsa_analysis(
    MaxRecords=123,
    NextToken='string'
)
Parameters
  • MaxRecords (integer) -- Sets the maximum number of records returned in the response.
  • NextToken (string) -- 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.
Return type

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

  • DatabaseMigrationService.Client.exceptions.InvalidResourceStateFault