SequenceNumberRange - Amazon Kinesis Data Streams Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: