Outposts / Client / get_outpost_supported_instance_types

get_outpost_supported_instance_types#

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

Request Syntax

response = client.get_outpost_supported_instance_types(
    OutpostIdentifier='string',
    OrderId='string',
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • OutpostIdentifier (string) –

    [REQUIRED]

    The ID or ARN of the Outpost.

  • OrderId (string) –

    [REQUIRED]

    The ID for the Amazon Web Services Outposts order.

  • MaxResults (integer) – The maximum page size.

  • NextToken (string) – The pagination token.

Return type:

dict

Returns:

Response Syntax

{
    'InstanceTypes': [
        {
            'InstanceType': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • InstanceTypes (list) –

      Information about the instance types.

      • (dict) –

        Information about an instance type.

        • InstanceType (string) –

          The instance type.

    • NextToken (string) –

      The pagination token.

Exceptions