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

Device

import type { Device } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/networkmanager.ts";
interface Device {
AWSLocation?: AWSLocation | null;
CreatedAt?: Date | number | null;
Description?: string | null;
DeviceArn?: string | null;
DeviceId?: string | null;
GlobalNetworkId?: string | null;
Location?: Location | null;
Model?: string | null;
SerialNumber?: string | null;
SiteId?: string | null;
State?: DeviceState | null;
Tags?: Tag[] | null;
Type?: string | null;
Vendor?: string | null;
}

§Properties

§
AWSLocation?: AWSLocation | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DeviceArn?: string | null
[src]
§
DeviceId?: string | null
[src]
§
GlobalNetworkId?: string | null
[src]
§
Location?: Location | null
[src]
§
Model?: string | null
[src]
§
SerialNumber?: string | null
[src]
§
SiteId?: string | null
[src]
§
State?: DeviceState | null
[src]
§
Tags?: Tag[] | null
[src]
§
Type?: string | null
[src]
§
Vendor?: string | null
[src]