AWSIoTDeprecateThingTypeRequest
Objective-C
@interface AWSIoTDeprecateThingTypeRequest
Swift
class AWSIoTDeprecateThingTypeRequest
The input for the DeprecateThingType operation.
Required parameters: [thingTypeName]
-
The name of the thing type to deprecate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeName;
Swift
var thingTypeName: String? { get set }
-
Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable undoDeprecate;
Swift
var undoDeprecate: NSNumber? { get set }