Values.SequenceNumberRangeSourceThe range of possible sequence numbers for the shard.
type nonrec t = {startingSequenceNumber : SequenceNumber.t option;The starting sequence number for the range.
*)endingSequenceNumber : SequenceNumber.t option;The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.
*)}