RegisterStreamConsumerInput

public struct RegisterStreamConsumerInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don’t have to be unique across data streams.

    Declaration

    Swift

    public let consumerName: String
  • The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

    Declaration

    Swift

    public let streamARN: String
  • Undocumented

    Declaration

    Swift

    public init(consumerName: String, streamARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws