Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ChildShard

import type { ChildShard } from "https://aws-api.deno.dev/v0.4/services/kinesis.ts?docs=full";

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

interface ChildShard {
HashKeyRange: HashKeyRange;
ParentShards: string[];
ShardId: string;
}

§Properties

§
HashKeyRange: HashKeyRange
[src]
§
ParentShards: string[]
[src]

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

§
ShardId: string
[src]

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