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

DeviceTemplate

import type { DeviceTemplate } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";

An object representing a device for a placement template (see "PlacementTemplate").

interface DeviceTemplate {
callbackOverrides?: {
[key: string]: string | null | undefined;
}
| null;
deviceType?: string | null;
}

§Properties

§
callbackOverrides?: {
[key: string]: string | null | undefined;
}
| null
[src]

An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.

§
deviceType?: string | null
[src]

The device type, which currently must be "button".