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

ListThingTypesResponse

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

The output for the ListThingTypes operation.

interface ListThingTypesResponse {
nextToken?: string | null;
thingTypes?: ThingTypeDefinition[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token for the next set of results. Will not be returned if operation has returned all results.

§
thingTypes?: ThingTypeDefinition[] | null
[src]

The thing types.