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

DeleteVpcEndpointResponse

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

Container for response parameters to the "DeleteVpcEndpoint" operation. Contains the summarized detail of the VPC Endpoint being deleted.

interface DeleteVpcEndpointResponse {
VpcEndpointSummary: VpcEndpointSummary;
}

§Properties

§
VpcEndpointSummary: VpcEndpointSummary
[src]

Information about the deleted endpoint, including its current status (DELETING or DELETE_FAILED).