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

DescribeVpcEndpointsRequest

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

Container for request parameters to the "DescribeVpcEndpoints" operation. Specifies the list of VPC endpoints to be described.

interface DescribeVpcEndpointsRequest {
VpcEndpointIds: string[];
}

§Properties

§
VpcEndpointIds: string[]
[src]

The unique identifiers of the endpoints to get information about.