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/opensearchserverless.ts?docs=full";
interface DeleteVpcEndpointRequest {
clientToken?: string | null;
id: string;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
id: string
[src]

The VPC endpoint identifier.