SubscribeToShardInput
public struct SubscribeToShardInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
Declaration
Swift
public let consumerARN: String
-
The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.
Declaration
Swift
public let shardId: String
-
Undocumented
Declaration
Swift
public let startingPosition: StartingPosition
-
Undocumented
Declaration
Swift
public init(consumerARN: String, shardId: String, startingPosition: StartingPosition)
-
Declaration
Swift
public func validate(name: String) throws