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

DeleteVpcEndpointRequest

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

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

interface DeleteVpcEndpointRequest {
VpcEndpointId: string;
}

§Properties

§
VpcEndpointId: string
[src]

The unique identifier of the endpoint to be deleted.