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

UpdateDeviceStateRequest

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

§Properties

§
DeviceId: string
[src]

The unique identifier of the device.

§
Enabled?: boolean | null
[src]

If true, the device is enabled. If false, the device is disabled.