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

UpdateVpcLinkRequest

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

Updates a VPC link.

interface UpdateVpcLinkRequest {
Name?: string | null;
VpcLinkId: string;
}

§Properties

§
Name?: string | null
[src]

The name of the VPC link.

§
VpcLinkId: string
[src]

The ID of the VPC link.