amazonka-kinesis-0.2.0: Amazon Kinesis SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Kinesis.RemoveTagsFromStream

Contents

Description

Deletes tags from the specified Amazon Kinesis stream.

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

http://docs.aws.amazon.com/kinesis/latest/APIReference/API_RemoveTagsFromStream.html

Synopsis

Request

Request constructor

removeTagsFromStream Source

RemoveTagsFromStream constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtfsTagKeys :: Lens' RemoveTagsFromStream (NonEmpty Text) Source

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

Response

Response constructor