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

DeviceEvent

import type { DeviceEvent } from "https://aws-api.deno.dev/v0.3/services/iot1clickdevicesservice.ts?docs=full";
interface DeviceEvent {
Device?: Device | null;
StdEvent?: string | null;
}

§Properties

§
Device?: Device | null
[src]

An object representing the device associated with the event.

§
StdEvent?: string | null
[src]

A serialized JSON object representing the device-type specific event.