:doc:`Athena <../../athena>` / Client / list_application_dpu_sizes

**************************
list_application_dpu_sizes
**************************



.. py:method:: Athena.Client.list_application_dpu_sizes(**kwargs)

  

  Returns the supported DPU sizes for the supported application runtimes (for example, ``Athena notebook version 1``).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/ListApplicationDPUSizes>`_  


  **Request Syntax**
  ::

    response = client.list_application_dpu_sizes(
        MaxResults=123,
        NextToken='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    Specifies the maximum number of results to return.

    

  
  :type NextToken: string
  :param NextToken: 

    A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.

    

  
  
  :rtype: 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, ``Athena notebook version 1``).

            
          

          - **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**
  
  *   :py:class:`Athena.Client.exceptions.InternalServerException`

  
  *   :py:class:`Athena.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Athena.Client.exceptions.TooManyRequestsException`

  