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

DescribeDeviceOutput

import type { DescribeDeviceOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface DescribeDeviceOutput {
associatedWithJob?: string | null;
deviceCapacities?: Capacity[] | null;
deviceState?: UnlockState | null;
deviceType?: string | null;
lastReachedOutAt?: Date | number | null;
lastUpdatedAt?: Date | number | null;
managedDeviceArn?: string | null;
managedDeviceId?: string | null;
physicalNetworkInterfaces?: PhysicalNetworkInterface[] | null;
software?: SoftwareInformation | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
associatedWithJob?: string | null
[src]

The ID of the job used when ordering the device.

§
deviceCapacities?: Capacity[] | null
[src]

The hardware specifications of the device.

§
deviceState?: UnlockState | null
[src]

The current state of the device.

§
deviceType?: string | null
[src]

The type of Amazon Web Services Snow Family device.

§
lastReachedOutAt?: Date | number | null
[src]

When the device last contacted the Amazon Web Services Cloud. Indicates that the device is online.

§
lastUpdatedAt?: Date | number | null
[src]

When the device last pushed an update to the Amazon Web Services Cloud. Indicates when the device cache was refreshed.

§
managedDeviceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the device.

§
managedDeviceId?: string | null
[src]

The ID of the device that you checked the information for.

§
physicalNetworkInterfaces?: PhysicalNetworkInterface[] | null
[src]

The network interfaces available on the device.

§
software?: SoftwareInformation | null
[src]

The software installed on 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.