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

DescribeVpcEndpointsResponse

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

Container for response parameters to the "DescribeVpcEndpoints" operation. Returns a list containing configuration details and status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be described

interface DescribeVpcEndpointsResponse {
VpcEndpointErrors: VpcEndpointError[];
VpcEndpoints: VpcEndpoint[];
}

§Properties

§
VpcEndpointErrors: VpcEndpointError[]
[src]

Any errors associated with the request.

§
VpcEndpoints: VpcEndpoint[]
[src]

Information about each requested VPC endpoint.