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

DeprecateThingTypeRequest

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

The input for the DeprecateThingType operation.

interface DeprecateThingTypeRequest {
thingTypeName: string;
undoDeprecate?: boolean | null;
}

§Properties

§
thingTypeName: string
[src]

The name of the thing type to deprecate.

§
undoDeprecate?: boolean | null
[src]

Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.