UpdateDynamicThingGroupRequest

public struct UpdateDynamicThingGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The expected version of the dynamic thing group to update.

    Declaration

    Swift

    public let expectedVersion: Int64?
  • The dynamic thing group index to update. Currently one index is supported: ‘AWS_Things’.

    Declaration

    Swift

    public let indexName: String?
  • The dynamic thing group search query string to update.

    Declaration

    Swift

    public let queryString: String?
  • The dynamic thing group query version to update. Currently one query version is supported: “2017-09-30”. If not specified, the query version defaults to this value.

    Declaration

    Swift

    public let queryVersion: String?
  • The name of the dynamic thing group to update.

    Declaration

    Swift

    public let thingGroupName: String
  • The dynamic thing group properties to update.

    Declaration

    Swift

    public let thingGroupProperties: ThingGroupProperties
  • Undocumented

    Declaration

    Swift

    public init(expectedVersion: Int64? = nil, indexName: String? = nil, queryString: String? = nil, queryVersion: String? = nil, thingGroupName: String, thingGroupProperties: ThingGroupProperties)
  • Declaration

    Swift

    public func validate(name: String) throws