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

UpdateLinkRequest

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

§Properties

§
Bandwidth?: Bandwidth | null
[src]

The upload and download speed in Mbps.

§
Description?: string | null
[src]

A description of the link.

Constraints: Maximum length of 256 characters.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
LinkId: string
[src]

The ID of the link.

§
Provider?: string | null
[src]

The provider of the link.

Constraints: Maximum length of 128 characters.

§
Type?: string | null
[src]

The type of the link.

Constraints: Maximum length of 128 characters.