| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kinesis.Types.SequenceNumberRange
Description
Documentation
data SequenceNumberRange Source #
The range of possible sequence numbers for the shard.
See: newSequenceNumberRange smart constructor.
Constructors
| SequenceNumberRange' | |
Fields
| |
Instances
newSequenceNumberRange Source #
Create a value of SequenceNumberRange with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endingSequenceNumber:SequenceNumberRange', sequenceNumberRange_endingSequenceNumber - The ending sequence number for the range. Shards that are in the OPEN
state have an ending sequence number of null.
$sel:startingSequenceNumber:SequenceNumberRange', sequenceNumberRange_startingSequenceNumber - The starting sequence number for the range.
sequenceNumberRange_endingSequenceNumber :: Lens' SequenceNumberRange (Maybe Text) Source #
The ending sequence number for the range. Shards that are in the OPEN
state have an ending sequence number of null.
sequenceNumberRange_startingSequenceNumber :: Lens' SequenceNumberRange Text Source #
The starting sequence number for the range.