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

ListTagsForDeliveryStreamInput

import type { ListTagsForDeliveryStreamInput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface ListTagsForDeliveryStreamInput {
DeliveryStreamName: string;
ExclusiveStartTagKey?: string | null;
Limit?: number | null;
}

§Properties

§
DeliveryStreamName: string
[src]

The name of the delivery stream whose tags you want to list.

§
ExclusiveStartTagKey?: string | null
[src]

The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.

§
Limit?: number | null
[src]

The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.