DeleteThingRequest
public struct DeleteThingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException.
Declaration
Swift
public let expectedVersion: Int64?
-
The name of the thing to delete.
Declaration
Swift
public let thingName: String
-
Undocumented
Declaration
Swift
public init(expectedVersion: Int64? = nil, thingName: String)
-
Declaration
Swift
public func validate(name: String) throws