KinesisVideo / Client / untag_stream
untag_stream¶
- KinesisVideo.Client.untag_stream(**kwargs)¶
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
orStreamARN
.See also: AWS API Documentation
Request Syntax
response = client.untag_stream( StreamARN='string', StreamName='string', TagKeyList=[ 'string', ] )
- Parameters:
StreamARN (string) – The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
StreamName (string) – The name of the stream that you want to remove tags from.
TagKeyList (list) –
[REQUIRED]
A list of the keys of the tags that you want to remove.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
KinesisVideo.Client.exceptions.ClientLimitExceededException
KinesisVideo.Client.exceptions.InvalidArgumentException
KinesisVideo.Client.exceptions.ResourceNotFoundException
KinesisVideo.Client.exceptions.NotAuthorizedException
KinesisVideo.Client.exceptions.InvalidResourceFormatException