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

AssociatedClientDevice

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

Contains information about a client device that is associated to a core device for cloud discovery.

interface AssociatedClientDevice {
associationTimestamp?: Date | number | null;
thingName?: string | null;
}

§Properties

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

The time that the client device was associated, expressed in ISO 8601 format.

§
thingName?: string | null
[src]

The name of the IoT thing that represents the associated client device.