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

Command

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

The command given to the device to execute.

interface Command {
reboot?: Reboot | null;
unlock?: Unlock | null;
}

§Properties

§
reboot?: Reboot | null
[src]

Reboots the device.

§
unlock?: Unlock | null
[src]

Unlocks the device.