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

DescribeVpcClassicLinkDnsSupportRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The token for the next page of results.

§
VpcIds?: string[] | null
[src]

One or more VPC IDs.