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.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A device with attributes.

interface Device {
DeviceArn?: string | null;
DeviceName?: string | null;
DeviceSerialNumber?: string | null;
DeviceStatus?: DeviceStatus | null;
DeviceStatusInfo?: DeviceStatusInfo | null;
DeviceType?: string | null;
MacAddress?: string | null;
NetworkProfileInfo?: DeviceNetworkProfileInfo | null;
RoomArn?: string | null;
SoftwareVersion?: string | null;
}

§Properties

§
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. If the status is not READY, check the DeviceStatusInfo value for details.

§
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.

§
NetworkProfileInfo?: DeviceNetworkProfileInfo | null
[src]

Detailed information about a device's network profile.

§
RoomArn?: string | null
[src]

The room ARN of a device.

§
SoftwareVersion?: string | null
[src]

The software version of a device.