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

GetShardIteratorInput

import type { GetShardIteratorInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";
interface GetShardIteratorInput {
ShardId: string;
ShardIteratorType: ShardIteratorType;
StartingSequenceNumber?: string | null;
StreamName: string;
Timestamp?: Date | number | null;
}

§Properties

§
ShardId: string
[src]
§
ShardIteratorType: ShardIteratorType
[src]
§
StartingSequenceNumber?: string | null
[src]
§
StreamName: string
[src]
§
Timestamp?: Date | number | null
[src]