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

Thing

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

An AWS IoT thing.

interface Thing {
thingArn?: string | null;
thingName?: string | null;
}

§Properties

§
thingArn?: string | null
[src]

The ARN of the thing.

§
thingName?: string | null
[src]

The name of the thing.