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

ListDeliveryStreamsOutput

import type { ListDeliveryStreamsOutput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface ListDeliveryStreamsOutput {
DeliveryStreamNames: string[];
HasMoreDeliveryStreams: boolean;
}

§Properties

§
DeliveryStreamNames: string[]
[src]

The names of the delivery streams.

§
HasMoreDeliveryStreams: boolean
[src]

Indicates whether there are more delivery streams available to list.