Values.ShardSourceRepresents a uniquely identified group of change records within a change data capture stream for Amazon Keyspaces.
type nonrec t = {shardId : ShardId.t option;A unique identifier for this shard within the stream.
*)sequenceNumberRange : SequenceNumberRange.t option;The range of sequence numbers contained within this shard.
*)parentShardIds : ShardIdList.t option;The identifiers of parent shards that this shard evolved from, if this shard was created through resharding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ShardId.t ] list
| `String of ShardId.t
| `Structure of (string * [> `String of SequenceNumber.t ]) list ])
list ]