untagStream
inline suspend fun KinesisVideoClient.untagStream(crossinline block: UntagStreamRequest.Builder.() -> Unit): UntagStreamResponse
Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
In the request, you must provide the StreamName
or StreamARN
.