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

ListVpcEndpointAccessRequest

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

Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint

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

§Properties

§
DomainName: string
[src]

The name of the OpenSearch Service domain to retrieve access information for.

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.