SequenceNumberRange - Amazon Kinesis Data Streams Service

SequenceNumberRange

The range of possible sequence numbers for the shard.

Contents

EndingSequenceNumber

The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

Type: String

Pattern: 0|([1-9]\d{0,128})

Required: No

StartingSequenceNumber

The starting sequence number for the range.

Type: String

Pattern: 0|([1-9]\d{0,128})

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: