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

CreateThingResponse

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

The output of the CreateThing operation.

interface CreateThingResponse {
thingArn?: string | null;
thingId?: string | null;
thingName?: string | null;
}

§Properties

§
thingArn?: string | null
[src]

The ARN of the new thing.

§
thingId?: string | null
[src]

The thing ID.

§
thingName?: string | null
[src]

The name of the new thing.