DeprecateThingTypeRequest
public struct DeprecateThingTypeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the thing type to deprecate.
Declaration
Swift
public let thingTypeName: String
-
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
Swift
public let undoDeprecate: Bool?
-
Undocumented
Declaration
Swift
public init(thingTypeName: String, undoDeprecate: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws