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

AddTagsToStreamInput

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

Represents the input for AddTagsToStream.

interface AddTagsToStreamInput {
StreamName: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
StreamName: string
[src]

The name of the stream.

§
Tags: {
[key: string]: string | null | undefined;
}
[src]

A set of up to 10 key-value pairs to use to create the tags.