Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeInstanceTypesResult

import type { DescribeInstanceTypesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeInstanceTypesResult {
InstanceTypes: InstanceTypeInfo[];
NextToken?: string | null;
}

§Properties

§
InstanceTypes: InstanceTypeInfo[]
[src]

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.