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

DeviceData

import type { DeviceData } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";

Device attributes.

interface DeviceData {
CreatedTime?: Date | number | null;
DeviceArn?: string | null;
DeviceName?: string | null;
DeviceSerialNumber?: string | null;
DeviceStatus?: DeviceStatus | null;
DeviceStatusInfo?: DeviceStatusInfo | null;
DeviceType?: string | null;
MacAddress?: string | null;
NetworkProfileArn?: string | null;
NetworkProfileName?: string | null;
RoomArn?: string | null;
RoomName?: string | null;
SoftwareVersion?: string | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The time (in epoch) when the device data was created.

§
DeviceArn?: string | null
[src]

The ARN of a device.

§
DeviceName?: string | null
[src]

The name of a device.

§
DeviceSerialNumber?: string | null
[src]

The serial number of a device.

§
DeviceStatus?: DeviceStatus | null
[src]

The status of a device.

§
DeviceStatusInfo?: DeviceStatusInfo | null
[src]

Detailed information about a device's status.

§
DeviceType?: string | null
[src]

The type of a device.

§
MacAddress?: string | null
[src]

The MAC address of a device.

§
NetworkProfileArn?: string | null
[src]

The ARN of the network profile associated with a device.

§
NetworkProfileName?: string | null
[src]

The name of the network profile associated with a device.

§
RoomArn?: string | null
[src]

The room ARN associated with a device.

§
RoomName?: string | null
[src]

The name of the room associated with a device.

§
SoftwareVersion?: string | null
[src]

The software version of a device.