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.ListTagsForStream

Contents

Description

Lists the tags for the specified Amazon Kinesis stream.

See: AWS API Reference for ListTagsForStream.

Synopsis

Creating a Request

listTagsForStream Source

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

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

Request Lenses

ltfsLimit :: Lens' ListTagsForStream (Maybe Natural) Source

The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

ltfsExclusiveStartTagKey :: Lens' ListTagsForStream (Maybe Text) Source

The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

Destructuring the Response

listTagsForStreamResponse Source

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

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

Response Lenses

ltfsrsTags :: Lens' ListTagsForStreamResponse [Tag] Source

A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

ltfsrsHasMoreTags :: Lens' ListTagsForStreamResponse Bool Source

If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.