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

InvokeDeviceMethodResponse

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

§Properties

§
DeviceMethodResponse?: string | null
[src]

A JSON encoded string containing the device method response.