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

DescribeThingTypeResponse

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

The output for the DescribeThingType operation.

interface DescribeThingTypeResponse {
thingTypeArn?: string | null;
thingTypeId?: string | null;
thingTypeMetadata?: ThingTypeMetadata | null;
thingTypeName?: string | null;
thingTypeProperties?: ThingTypeProperties | null;
}

§Properties

§
thingTypeArn?: string | null
[src]

The thing type ARN.

§
thingTypeId?: string | null
[src]

The thing type ID.

§
thingTypeMetadata?: ThingTypeMetadata | null
[src]

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

§
thingTypeName?: string | null
[src]

The name of the thing type.

§
thingTypeProperties?: ThingTypeProperties | null
[src]

The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.