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

ListStreamsInput

import type { ListStreamsInput } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";

Represents the input for ListStreams.

interface ListStreamsInput {
ExclusiveStartStreamName?: string | null;
Limit?: number | null;
}

§Properties

§
ExclusiveStartStreamName?: string | null
[src]

The name of the stream to start the list with.

§
Limit?: number | null
[src]

The maximum number of streams to list. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.