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.3/services/kinesis.ts?docs=full";

Represents the output for GetShardIterator.

interface GetShardIteratorOutput {
ShardIterator?: string | null;
}

§Properties

§
ShardIterator?: string | null
[src]

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