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

DeviceSummary

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

Identifying information about the device.

interface DeviceSummary {
associatedWithJob?: string | null;
managedDeviceArn?: string | null;
managedDeviceId?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
associatedWithJob?: string | null
[src]

The ID of the job used to order the device.

§
managedDeviceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the device.

§
managedDeviceId?: string | null
[src]

The ID of the device.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.