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

DescribeStreamInput

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

Represents the input of a DescribeStream operation.

interface DescribeStreamInput {
ExclusiveStartShardId?: string | null;
Limit?: number | null;
StreamArn: string;
}

§Properties

§
ExclusiveStartShardId?: string | null
[src]

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

§
Limit?: number | null
[src]

The maximum number of shard objects to return. The upper limit is 100.

§
StreamArn: string
[src]

The Amazon Resource Name (ARN) for the stream.