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

ListVpcEndpointAccessResponse

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

Container for response parameters to the "ListVpcEndpointAccess" operation. Returns a list of accounts id and account type authorized to manage VPC endpoints.

interface ListVpcEndpointAccessResponse {
AuthorizedPrincipalList: AuthorizedPrincipal[];
NextToken: string;
}

§Properties

§
AuthorizedPrincipalList: AuthorizedPrincipal[]
[src]

List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.

§
NextToken: string
[src]

Provides an identifier to allow retrieval of paginated results.