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

CreateVpcEndpointResponse

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

Container for response parameters to the "CreateVpcEndpoint" operation. Contains the configuration and status of the VPC Endpoint being created.

interface CreateVpcEndpointResponse {
VpcEndpoint: VpcEndpoint;
}

§Properties

§
VpcEndpoint: VpcEndpoint
[src]

Information about the newly created VPC endpoint.