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/worklink.ts?docs=full";
interface DescribeDeviceResponse {
FirstAccessedTime?: Date | number | null;
LastAccessedTime?: Date | number | null;
Manufacturer?: string | null;
Model?: string | null;
OperatingSystem?: string | null;
OperatingSystemVersion?: string | null;
PatchLevel?: string | null;
Status?: DeviceStatus | null;
Username?: string | null;
}

§Properties

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

The date that the device first signed in to Amazon WorkLink.

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

The date that the device last accessed Amazon WorkLink.

§
Manufacturer?: string | null
[src]

The manufacturer of the device.

§
Model?: string | null
[src]

The model of the device.

§
OperatingSystem?: string | null
[src]

The operating system of the device.

§
OperatingSystemVersion?: string | null
[src]

The operating system version of the device.

§
PatchLevel?: string | null
[src]

The operating system patch level of the device.

§
Status?: DeviceStatus | null
[src]

The current state of the device.

§
Username?: string | null
[src]

The user name associated with the device.