list_application_dpu_sizes

Athena.Client.list_application_dpu_sizes(**kwargs)

Returns the supported DPU sizes for the supported application runtimes (for example, Jupyter 1.0 ).

See also: AWS API Documentation

Request Syntax

response = client.list_application_dpu_sizes(
    MaxResults=123,
    NextToken='string'
)
Parameters
  • MaxResults (integer) -- Specifies the maximum number of results to return.
  • NextToken (string) -- A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Return type

dict

Returns

Response Syntax

{
    'ApplicationDPUSizes': [
        {
            'ApplicationRuntimeId': 'string',
            'SupportedDPUSizes': [
                123,
            ]
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • ApplicationDPUSizes (list) --

      A list of the supported DPU sizes that the application runtime supports.

      • (dict) --

        Contains the application runtime IDs and their supported DPU sizes.

        • ApplicationRuntimeId (string) --

          The name of the supported application runtime (for example, Jupyter 1.0 ).

        • SupportedDPUSizes (list) --

          A list of the supported DPU sizes that the application runtime supports.

          • (integer) --
    • NextToken (string) --

      A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Exceptions

  • Athena.Client.exceptions.InternalServerException
  • Athena.Client.exceptions.InvalidRequestException
  • Athena.Client.exceptions.TooManyRequestsException