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

GetShardIteratorOutput

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

Represents the output of a GetShardIterator operation.

interface GetShardIteratorOutput {
ShardIterator?: string | null;
}

§Properties

§
ShardIterator?: string | null
[src]

The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.