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

DeleteVpcLinkRequest

import type { DeleteVpcLinkRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Deletes an existing "VpcLink" of a specified identifier.

interface DeleteVpcLinkRequest {
vpcLinkId: string;
}

§Properties

§
vpcLinkId: string
[src]

[Required] The identifier of the "VpcLink". It is used in an "Integration" to reference this "VpcLink".