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

DeviceMethod

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

§Properties

§
DeviceType?: string | null
[src]

The type of the device, such as "button".

§
MethodName?: string | null
[src]

The name of the method applicable to the deviceType.