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

ListVpcEndpointsResponse

import type { ListVpcEndpointsResponse } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Container for response parameters to the "ListVpcEndpoints" operation. Returns a list containing summarized details of the VPC endpoints.

interface ListVpcEndpointsResponse {
NextToken: string;
VpcEndpointSummaryList: VpcEndpointSummary[];
}

§Properties

§
NextToken: string
[src]

Provides an identifier to allow retrieval of paginated results.

§
VpcEndpointSummaryList: VpcEndpointSummary[]
[src]

Information about each endpoint.