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

ListDeviceEventsResponse

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

§Properties

§
Events?: DeviceEvent[] | null
[src]

An array of zero or more elements describing the event(s) associated with the device.

§
NextToken?: string | null
[src]

The token to retrieve the next set of results.