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

ListVpcEndpointsForDomainResponse

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

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

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

§Properties

§
NextToken: string
[src]

Information about each endpoint associated with the domain.

§
VpcEndpointSummaryList: VpcEndpointSummary[]
[src]

Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.