Values.ShardSourceA uniquely identified group of stream records within a stream.
type nonrec t = {shardId : ShardId.t option;The system-generated identifier for this shard.
*)sequenceNumberRange : SequenceNumberRange.t option;The range of possible sequence numbers for the shard.
*)parentShardId : ShardId.t option;The shard ID of the current shard's parent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ShardId.t
| `Structure of (string * [> `String of SequenceNumber.t ]) list ])
list ]