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

DeviceType

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

The device type.

interface DeviceType {
DeviceAttributes?: AttributeType[] | null;
DeviceCreateDate?: Date | number | null;
DeviceKey?: string | null;
DeviceLastAuthenticatedDate?: Date | number | null;
DeviceLastModifiedDate?: Date | number | null;
}

§Properties

§
DeviceAttributes?: AttributeType[] | null
[src]

The device attributes.

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

The creation date of the device.

§
DeviceKey?: string | null
[src]

The device key.

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

The date when the device was last authenticated.

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

The last modified date of the device.