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

UpdateVpcEndpointResponse

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

Contains the configuration and status of the VPC endpoint being updated.

interface UpdateVpcEndpointResponse {
VpcEndpoint: VpcEndpoint;
}

§Properties

§
VpcEndpoint: VpcEndpoint
[src]

The endpoint to be updated.