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.4/services/apigateway.ts?docs=full";

Deletes an existing VpcLink of a specified identifier.

interface DeleteVpcLinkRequest {
vpcLinkId: string;
}

§Properties

§
vpcLinkId: string
[src]

The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.