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

ListVpcEndpointsForDomainRequest

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

Container for request parameters to the "ListVpcEndpointsForDomain" operation. Specifies the domain whose VPC endpoints will be listed.

interface ListVpcEndpointsForDomainRequest {
DomainName: string;
NextToken?: string | null;
}

§Properties

§
DomainName: string
[src]

Name of the ElasticSearch domain whose VPC endpoints are to be listed.

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.