paws.analytics (version 0.1.0)

firehose_untag_delivery_stream: Removes tags from the specified delivery stream

Description

Removes tags from the specified delivery stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.

Usage

firehose_untag_delivery_stream(DeliveryStreamName, TagKeys)

Arguments

DeliveryStreamName

[required] The name of the delivery stream.

TagKeys

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

Request syntax

svc$untag_delivery_stream(
  DeliveryStreamName = "string",
  TagKeys = list(
    "string"
  )
)

Details

If you specify a tag that doesn't exist, the operation ignores it.

This operation has a limit of five transactions per second per account.