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

ListTagsForDeliveryStreamOutput

import type { ListTagsForDeliveryStreamOutput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface ListTagsForDeliveryStreamOutput {
HasMoreTags: boolean;
Tags: Tag[];
}

§Properties

§
HasMoreTags: boolean
[src]

If this is true in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey to the key of the last tag returned and call ListTagsForDeliveryStream again.

§
Tags: Tag[]
[src]

A list of tags associated with DeliveryStreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.