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

Connection

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

§Properties

§
ConnectedDeviceId?: string | null
[src]
§
ConnectedLinkId?: string | null
[src]
§
ConnectionArn?: string | null
[src]
§
ConnectionId?: string | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DeviceId?: string | null
[src]
§
GlobalNetworkId?: string | null
[src]
§
LinkId?: string | null
[src]
§
State?: ConnectionState | null
[src]
§
Tags?: Tag[] | null
[src]