amazonka-kinesis-1.3.3: 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.RemoveTagsFromStream

Contents

Description

Deletes tags from the specified Amazon Kinesis stream.

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

See: AWS API Reference for RemoveTagsFromStream.

Synopsis

Creating a Request

removeTagsFromStream Source

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

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

Request Lenses

rtfsTagKeys :: Lens' RemoveTagsFromStream (NonEmpty Text) Source

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

Destructuring the Response

removeTagsFromStreamResponse :: RemoveTagsFromStreamResponse Source

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