amazonka-rds-0.0.4: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ListTagsForResource

Contents

Description

Lists all tags on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDSResources.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ListTagsForResource.html

Synopsis

Request

Request constructor

listTagsForResource Source

ListTagsForResource constructor.

The fields accessible through corresponding lenses are:

Request lenses

ltfrFilters :: Lens' ListTagsForResource [Filter] Source

This parameter is not currently supported.

ltfrResourceName :: Lens' ListTagsForResource Text Source

The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructingan RDS Amazon Resource Name (ARN).

Response

Response constructor

listTagsForResourceResponse :: ListTagsForResourceResponse Source

ListTagsForResourceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

ltfrrTagList :: Lens' ListTagsForResourceResponse [Tag] Source

List of tags returned by the ListTagsForResource operation.