amazonka-kinesis-0.3.2: Amazon Kinesis SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Kinesis.AddTagsToStream

Contents

Description

Adds or updates tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags.

If tags have already been assigned to the stream, AddTagsToStream overwrites any existing tags that correspond to the specified tag keys.

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

Synopsis

Request

Request constructor

addTagsToStream Source

Arguments

:: Text

attsStreamName

-> AddTagsToStream 

AddTagsToStream constructor.

The fields accessible through corresponding lenses are:

Request lenses

attsStreamName :: Lens' AddTagsToStream Text Source

The name of the stream.

attsTags :: Lens' AddTagsToStream (HashMap Text Text) Source

The set of key-value pairs to use to create the tags.

Response

Response constructor