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

InvokeDeviceMethodRequest

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

§Properties

§
DeviceId: string
[src]

The unique identifier of the device.

§
DeviceMethod?: DeviceMethod | null
[src]

The device method to invoke.

§
DeviceMethodParameters?: string | null
[src]

A JSON encoded string containing the device method request parameters.