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

DescribeDeviceEc2Input

import type { DescribeDeviceEc2Input } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface DescribeDeviceEc2Input {
instanceIds: string[];
managedDeviceId: string;
}

§Properties

§
instanceIds: string[]
[src]

A list of instance IDs associated with the managed device.

§
managedDeviceId: string
[src]

The ID of the managed device.