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

Updates an existing VpcLink of a specified identifier.

interface UpdateVpcLinkRequest {
patchOperations?: PatchOperation[] | null;
vpcLinkId: string;
}

§Properties

§
patchOperations?: PatchOperation[] | null
[src]

For more information about supported patch operations, see Patch Operations.

§
vpcLinkId: string
[src]

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