removeTagsFromStream
inline suspend fun KinesisClient.removeTagsFromStream(crossinline block: RemoveTagsFromStreamRequest.Builder.() -> Unit): RemoveTagsFromStreamResponse
Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.
When invoking this API, you must use either the StreamARN
or the StreamName
parameter, or both. It is recommended that you use the StreamARN
input parameter when you invoke this API.
If you specify a tag that does not exist, it is ignored.
RemoveTagsFromStream has a limit of five transactions per second per account.