UpdateThingGroupRequest
public struct UpdateThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expected version of the thing group. If this does not match the version of the thing group being updated, the update will fail.
Declaration
Swift
public let expectedVersion: Int64?
-
The thing group to update.
Declaration
Swift
public let thingGroupName: String
-
The thing group properties.
Declaration
Swift
public let thingGroupProperties: ThingGroupProperties
-
Undocumented
Declaration
Swift
public init(expectedVersion: Int64? = nil, thingGroupName: String, thingGroupProperties: ThingGroupProperties)
-
Declaration
Swift
public func validate(name: String) throws