- Navigation Guide
@aws-sdk/client-iot
DeprecateThingTypeCommandInput Interface
The input for DeprecateThingTypeCommand.
Members
Name | Type | Details |
---|---|---|
thingTypeName Required | string | undefined | The name of the thing type to deprecate. |
undoDeprecate | boolean | undefined | Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things. |
Full Signature
export interface DeprecateThingTypeCommandInput extends DeprecateThingTypeRequest