paws.analytics (version 0.1.0)

kinesis_remove_tags_from_stream: Removes tags from the specified Kinesis data stream

Description

Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.

Usage

kinesis_remove_tags_from_stream(StreamName, TagKeys)

Arguments

StreamName

[required] The name of the stream.

TagKeys

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

Request syntax

svc$remove_tags_from_stream(
  StreamName = "string",
  TagKeys = list(
    "string"
  )
)

Details

If you specify a tag that does not exist, it is ignored.

RemoveTagsFromStream has a limit of five transactions per second per account.