UpdateLinkRequest
import type { UpdateLinkRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/networkmanager.ts";interface UpdateLinkRequest {
Bandwidth?: Bandwidth | null;
Description?: string | null;
GlobalNetworkId: string;
LinkId: string;
Provider?: string | null;
Type?: string | null;
}