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.4/services/panorama.ts?docs=full";
interface DescribeDeviceResponse {
AlternateSoftwares?: AlternateSoftwareMetadata[] | null;
Arn?: string | null;
Brand?: DeviceBrand | null;
CreatedTime?: Date | number | null;
CurrentNetworkingStatus?: NetworkStatus | null;
CurrentSoftware?: string | null;
Description?: string | null;
DeviceAggregatedStatus?: DeviceAggregatedStatus | null;
DeviceConnectionStatus?: DeviceConnectionStatus | null;
DeviceId?: string | null;
LatestAlternateSoftware?: string | null;
LatestDeviceJob?: LatestDeviceJob | 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

§
AlternateSoftwares?: AlternateSoftwareMetadata[] | null
[src]

Beta software releases available for the device.

§
Arn?: string | null
[src]

The device's ARN.

§
Brand?: DeviceBrand | null
[src]

The device's maker.

§
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.

§
DeviceAggregatedStatus?: DeviceAggregatedStatus | null
[src]

A device's aggregated status. Including the device's connection status, provisioning status, and lease status.

§
DeviceConnectionStatus?: DeviceConnectionStatus | null
[src]

The device's connection status.

§
DeviceId?: string | null
[src]

The device's ID.

§
LatestAlternateSoftware?: string | null
[src]

The most recent beta software release.

§
LatestDeviceJob?: LatestDeviceJob | null
[src]

A device's latest job. Includes the target image version, and the job status.

§
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.