Module Values.ChildShardSource

Output parameter of the GetRecords API. The existing child shard of the current shard.

Sourcetype nonrec t = {
  1. shardId : ShardId.t option;
    (*

    The shard ID of the existing child shard of the current shard.

    *)
  2. parentShards : ShardIdList.t option;
    (*

    The current shard that is the parent of the existing child shard.

    *)
  3. hashKeyRange : HashKeyRange.t option;
}
Sourceval make : ?shardId:??? -> ?parentShards:??? -> ?hashKeyRange:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ShardId.t ] list | `String of ShardId.t | `Structure of (string * [> `String of HashKey.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t