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

DeviceSummary

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

Summary of the device.

interface DeviceSummary {
AgentVersion?: string | null;
Description?: string | null;
DeviceArn: string;
DeviceFleetName?: string | null;
DeviceName: string;
IotThingName?: string | null;
LatestHeartbeat?: Date | number | null;
Models?: EdgeModelSummary[] | null;
RegistrationTime?: Date | number | null;
}

§Properties

§
AgentVersion?: string | null
[src]

Edge Manager agent version.

§
Description?: string | null
[src]

A description of the device.

§
DeviceArn: string
[src]

Amazon Resource Name (ARN) of the device.

§
DeviceFleetName?: string | null
[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.

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

Models on the device.

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

The timestamp of the last registration or de-reregistration.