SnowDeviceManagement
import { SnowDeviceManagement } from "https://aws-api.deno.dev/v0.2/services/snowdevicemanagement.ts?docs=full";
§Constructors
§Methods
Sends a cancel request for a specified task.
You can cancel a task only if it's still in a QUEUED
state.
Tasks that are already running can't be cancelled.
Note:
A task might still run if it's processed from the queue before the CancelTask
operation changes the task's state.
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
Checks the current state of the Amazon EC2 instances.
The output is similar to describeDevice
, but the results are sourced from the device cache in the Amazon Web Services Cloud and include a subset of the available fields.
Checks the status of a remote task running on one or more target devices.
Returns a list of the Amazon Web Services resources available for a device. Currently, Amazon EC2 instances are the only supported resource type.
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.
Returns the status of tasks for one or more target devices.
Returns a list of tags for a managed device or task.