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

Device

import type { Device } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Information about a device.

interface Device {
CertificateArn: string;
Id: string;
SyncShadow?: boolean | null;
ThingArn: string;
}

§Properties

§
CertificateArn: string
[src]

The ARN of the certificate associated with the device.

§
Id: string
[src]

A descriptive or arbitrary ID for the device. This value must be unique within the device definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

§
SyncShadow?: boolean | null
[src]

If true, the device's local shadow will be automatically synced with the cloud.

§
ThingArn: string
[src]

The thing ARN of the device.