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

CreateThingTypeRequest

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

The input for the CreateThingType operation.

interface CreateThingTypeRequest {
tags?: Tag[] | null;
thingTypeName: string;
thingTypeProperties?: ThingTypeProperties | null;
}

§Properties

§
tags?: Tag[] | null
[src]

Metadata which can be used to manage the thing type.

§
thingTypeName: string
[src]

The name of the thing type.

§
thingTypeProperties?: ThingTypeProperties | null
[src]

The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.