UserExperienceCustomization / Client / list_services

list_services

UserExperienceCustomization.Client.list_services(**kwargs)

Returns a paginated list of Amazon Web Services service identifiers that you can use as values for the visibleServices setting in UpdateAccountCustomizations. The available services vary by Amazon Web Services partition. Use pagination to retrieve all results.

Note

The visibleServices setting controls only the appearance of services in the Amazon Web Services Management Console. It does not restrict access through the CLI, SDKs, or other APIs.

See also: AWS API Documentation

Request Syntax

response = client.list_services(
    nextToken='string',
    maxResults=123
)
Parameters:
  • nextToken (string) – The token for retrieving the next page of results. Use the nextToken value from a previous response.

  • maxResults (integer) – The maximum number of results to return per page.

Return type:

dict

Returns:

Response Syntax

{
    'nextToken': 'string',
    'services': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • nextToken (string) –

      The token for retrieving the next page of results. This value is null when no more results are available.

    • services (list) –

      The list of available Amazon Web Services service identifiers.

      • (string) –

Exceptions