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

VpcLinks

import type { VpcLinks } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

The collection of VPC links under the caller's account in a region.

See also: Getting Started with Private Integrations, Set up Private Integrations

interface VpcLinks {
items?: VpcLink[] | null;
position?: string | null;
}

§Properties

§
items?: VpcLink[] | null
[src]

The current page of elements from this collection.

§
position?: string | null
[src]