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

CreateThingTypeResponse

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

The output of the CreateThingType operation.

interface CreateThingTypeResponse {
thingTypeArn?: string | null;
thingTypeId?: string | null;
thingTypeName?: string | null;
}

§Properties

§
thingTypeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the thing type.

§
thingTypeId?: string | null
[src]

The thing type ID.

§
thingTypeName?: string | null
[src]

The name of the thing type.