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

DescribeDeviceResponse

import type { DescribeDeviceResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribeDeviceResponse {
Arn?: string | null;
CreatedTime?: Date | number | null;
CurrentNetworkingStatus?: NetworkStatus | null;
CurrentSoftware?: string | null;
Description?: string | null;
DeviceConnectionStatus?: DeviceConnectionStatus | null;
DeviceId?: string | null;
LatestSoftware?: string | null;
LeaseExpirationTime?: Date | number | null;
Name?: string | null;
NetworkingConfiguration?: NetworkPayload | null;
ProvisioningStatus?: DeviceStatus | null;
SerialNumber?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type?: DeviceType | null;
}

§Properties

§
Arn?: string | null
[src]

The device's ARN.

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

When the device was created.

§
CurrentNetworkingStatus?: NetworkStatus | null
[src]

The device's networking status.

§
CurrentSoftware?: string | null
[src]

The device's current software version.

§
Description?: string | null
[src]

The device's description.

§
DeviceConnectionStatus?: DeviceConnectionStatus | null
[src]

The device's connection status.

§
DeviceId?: string | null
[src]

The device's ID.

§
LatestSoftware?: string | null
[src]

The latest software version available for the device.

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

The device's lease expiration time.

§
Name?: string | null
[src]

The device's name.

§
NetworkingConfiguration?: NetworkPayload | null
[src]

The device's networking configuration.

§
ProvisioningStatus?: DeviceStatus | null
[src]

The device's provisioning status.

§
SerialNumber?: string | null
[src]

The device's serial number.

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

The device's tags.

§
Type?: DeviceType | null
[src]

The device's type.