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

ListStreamsOutput

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

Represents the output for ListStreams.

interface ListStreamsOutput {
HasMoreStreams: boolean;
StreamNames: string[];
}

§Properties

§
HasMoreStreams: boolean
[src]

If set to true, there are more streams available to list.

§
StreamNames: string[]
[src]

The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.