amazonka-kinesis-0.3.6: Amazon Kinesis SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Kinesis.ListTagsForStream

Contents

Description

Lists the tags for the specified Amazon Kinesis stream.

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

Synopsis

Request

Request constructor

listTagsForStream Source

ListTagsForStream constructor.

The fields accessible through corresponding lenses are:

Request lenses

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.

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.

Response

Response constructor

listTagsForStreamResponse Source

ListTagsForStreamResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

ltfsrHasMoreTags :: 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.

ltfsrTags :: Lens' ListTagsForStreamResponse [Tag] Source

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