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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/networkmanager.ts";
interface CreateConnectionRequest {
ConnectedDeviceId: string;
ConnectedLinkId?: string | null;
Description?: string | null;
DeviceId: string;
GlobalNetworkId: string;
LinkId?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ConnectedDeviceId: string
[src]
§
ConnectedLinkId?: string | null
[src]
§
Description?: string | null
[src]
§
DeviceId: string
[src]
§
GlobalNetworkId: string
[src]
§
LinkId?: string | null
[src]
§
Tags?: Tag[] | null
[src]