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

UntagDeliveryStreamInput

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

§Properties

§
DeliveryStreamName: string
[src]

The name of the delivery stream.

§
TagKeys: string[]
[src]

A list of tag keys. Each corresponding tag is removed from the delivery stream.