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

TagDeliveryStreamInput

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

§Properties

§
DeliveryStreamName: string
[src]

The name of the delivery stream to which you want to add the tags.

§
Tags: Tag[]
[src]

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