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

ListTagsForStreamOutput

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

Represents the output for ListTagsForStream.

interface ListTagsForStreamOutput {
HasMoreTags: boolean;
Tags: Tag[];
}

§Properties

§
HasMoreTags: boolean
[src]

If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

§
Tags: Tag[]
[src]

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