AuditManager / Client / get_services_in_scope

get_services_in_scope#

AuditManager.Client.get_services_in_scope()#

Gets a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment’s scope.

See also: AWS API Documentation

Request Syntax

response = client.get_services_in_scope()
Return type:

dict

Returns:

Response Syntax

{
    'serviceMetadata': [
        {
            'name': 'string',
            'displayName': 'string',
            'description': 'string',
            'category': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • serviceMetadata (list) –

      The metadata that’s associated with the Amazon Web Service.

      • (dict) –

        The metadata that’s associated with the Amazon Web Service.

        • name (string) –

          The name of the Amazon Web Service.

        • displayName (string) –

          The display name of the Amazon Web Service.

        • description (string) –

          The description of the Amazon Web Service.

        • category (string) –

          The category that the Amazon Web Service belongs to, such as compute, storage, or database.

Exceptions

  • AuditManager.Client.exceptions.AccessDeniedException

  • AuditManager.Client.exceptions.ValidationException

  • AuditManager.Client.exceptions.InternalServerException