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/sagemaker.ts?docs=full";
interface DescribeDeviceResponse {
AgentVersion?: string | null;
Description?: string | null;
DeviceArn?: string | null;
DeviceFleetName: string;
DeviceName: string;
IotThingName?: string | null;
LatestHeartbeat?: Date | number | null;
MaxModels?: number | null;
Models?: EdgeModel[] | null;
NextToken?: string | null;
RegistrationTime: Date | number;
}

§Properties

§
AgentVersion?: string | null
[src]

Edge Manager agent version.

§
Description?: string | null
[src]

A description of the device.

§
DeviceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the device.

§
DeviceFleetName: string
[src]

The name of the fleet the device belongs to.

§
DeviceName: string
[src]

The unique identifier of the device.

§
IotThingName?: string | null
[src]

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

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

The last heartbeat received from the device.

§
MaxModels?: number | null
[src]

The maximum number of models.

§
Models?: EdgeModel[] | null
[src]

Models on the device.

§
NextToken?: string | null
[src]

The response from the last list when returning a list large enough to need tokening.

§
RegistrationTime: Date | number
[src]

The timestamp of the last registration or de-reregistration.