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

ListVpcEndpointsRequest

import type { ListVpcEndpointsRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface ListVpcEndpointsRequest {
maxResults?: number | null;
nextToken?: string | null;
vpcEndpointFilters?: VpcEndpointFilters | null;
}

§Properties

§
maxResults?: number | null
[src]

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 20.

§
nextToken?: string | null
[src]

If your initial ListVpcEndpoints operation returns a nextToken, you can include the returned nextToken in subsequent ListVpcEndpoints operations, which returns results in the next page.

§
vpcEndpointFilters?: VpcEndpointFilters | null
[src]

Filter the results according to the current status of the VPC endpoint. Possible statuses are CREATING, DELETING, UPDATING, ACTIVE, and FAILED.