amazonka-kinesis-1.0.1: Amazon Kinesis SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for AddTagsToStream.

Synopsis

Creating a Request

addTagsToStream Source

Creates a value of AddTagsToStream with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

addTagsToStreamResponse :: AddTagsToStreamResponse Source

Creates a value of AddTagsToStreamResponse with the minimum fields required to make a request.