:doc:`Outposts <../../outposts>` / Client / get_outpost_supported_instance_types

************************************
get_outpost_supported_instance_types
************************************



.. py:method:: Outposts.Client.get_outpost_supported_instance_types(**kwargs)

  

  Gets the instance types that an Outpost can support in ``InstanceTypeCapacity``. This will generally include instance types that are not currently configured and therefore cannot be launched with the current Outpost capacity configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostSupportedInstanceTypes>`_  


  **Request Syntax**
  ::

    response = client.get_outpost_supported_instance_types(
        OutpostIdentifier='string',
        OrderId='string',
        AssetId='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type OutpostIdentifier: string
  :param OutpostIdentifier: **[REQUIRED]** 

    The ID or ARN of the Outpost.

    

  
  :type OrderId: string
  :param OrderId: 

    The ID for the Amazon Web Services Outposts order.

    

  
  :type AssetId: string
  :param AssetId: 

    The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum page size.

    

  
  :type NextToken: string
  :param NextToken: 

    The pagination token.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'InstanceTypes': [
              {
                  'InstanceType': 'string',
                  'VCPUs': 123
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **InstanceTypes** *(list) --* 

        Information about the instance types.

        
        

        - *(dict) --* 

          Information about an instance type.

          
          

          - **InstanceType** *(string) --* 

            The instance type.

            
          

          - **VCPUs** *(integer) --* 

            The number of default VCPUs in an instance type.

            
      
    
      

      - **NextToken** *(string) --* 

        The pagination token.

        
  
  **Exceptions**
  
  *   :py:class:`Outposts.Client.exceptions.ValidationException`

  
  *   :py:class:`Outposts.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Outposts.Client.exceptions.NotFoundException`

  
  *   :py:class:`Outposts.Client.exceptions.InternalServerException`

  