class Aws::IoT::Types::DeprecateThingTypeRequest
@return [Boolean]
with things.
thing type will not be deprecated anymore and you can associate it
Whether to undeprecate a deprecated thing type. If true, the
@!attribute [rw] undo_deprecate
@return [String]
The name of the thing type to deprecate.
@!attribute [rw] thing_type_name
}
undo_deprecate: false,
thing_type_name: “ThingTypeName”, # required
{
data as a hash:
@note When making an API call, you may pass DeprecateThingTypeRequest
The input for the DeprecateThingType operation.