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

BatchGetVpcEndpointResponse

import type { BatchGetVpcEndpointResponse } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface BatchGetVpcEndpointResponse {
vpcEndpointDetails?: VpcEndpointDetail[] | null;
vpcEndpointErrorDetails?: VpcEndpointErrorDetail[] | null;
}

§Properties

§
vpcEndpointDetails?: VpcEndpointDetail[] | null
[src]

Details about the specified VPC endpoint.

§
vpcEndpointErrorDetails?: VpcEndpointErrorDetail[] | null
[src]

Error information for a failed request.