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

Shard

import type { Shard } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";
interface Shard {
AdjacentParentShardId?: string | null;
HashKeyRange: HashKeyRange;
ParentShardId?: string | null;
SequenceNumberRange: SequenceNumberRange;
ShardId: string;
}

§Properties

§
AdjacentParentShardId?: string | null
[src]
§
HashKeyRange: HashKeyRange
[src]
§
ParentShardId?: string | null
[src]
§
SequenceNumberRange: SequenceNumberRange
[src]
§
ShardId: string
[src]