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/iot1clickdevicesservice.ts?docs=full";
interface Device {
Attributes?: Attributes | null;
DeviceId?: string | null;
Type?: string | null;
}

§Properties

§
Attributes?: Attributes | null
[src]

The user specified attributes associated with the device for an event.

§
DeviceId?: string | null
[src]

The unique identifier of the device.

§
Type?: string | null
[src]

The device type, such as "button".