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

ListDeviceEventsRequest

import type { ListDeviceEventsRequest } from "https://aws-api.deno.dev/v0.3/services/iot1clickdevicesservice.ts?docs=full";
interface ListDeviceEventsRequest {
DeviceId: string;
FromTimeStamp: Date | number;
MaxResults?: number | null;
NextToken?: string | null;
ToTimeStamp: Date | number;
}

§Properties

§
DeviceId: string
[src]

The unique identifier of the device.

§
FromTimeStamp: Date | number
[src]

The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

§
MaxResults?: number | null
[src]

The maximum number of results to return per request. If not set, a default value of 100 is used.

§
NextToken?: string | null
[src]

The token to retrieve the next set of results.

§
ToTimeStamp: Date | number
[src]

The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z