View a markdown version of this page

ðŸ”Ĩ āļ‚āđˆāļēāļ§āļ”āđˆāļ§āļ™: kinesis/latest/APIReference/API SequenceNumberRange.html - Kapook Update 2025

SequenceNumberRange

The range of possible sequence numbers for the shard.

Contents

StartingSequenceNumber

The starting sequence number for the range.

Type: String

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

Required: Yes

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

See Also

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