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.deno.dev/v0.4/services/dynamodbstreams.ts?docs=full";

A uniquely identified group of stream records within a stream.

interface Shard {
ParentShardId?: string | null;
SequenceNumberRange?: SequenceNumberRange | null;
ShardId?: string | null;
}

§Properties

§
ParentShardId?: string | null
[src]

The shard ID of the current shard's parent.

§
SequenceNumberRange?: SequenceNumberRange | null
[src]

The range of possible sequence numbers for the shard.

§
ShardId?: string | null
[src]

The system-generated identifier for this shard.