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

CreateLinkRequest

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

§Properties

§
Bandwidth: Bandwidth
[src]
§
Description?: string | null
[src]
§
GlobalNetworkId: string
[src]
§
Provider?: string | null
[src]
§
SiteId: string
[src]
§
Tags?: Tag[] | null
[src]
§
Type?: string | null
[src]