| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.RDS.ListTagsForResource
Description
Lists all tags on an Amazon RDS resource.
For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.
- listTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResource
- ltfrFilters :: Lens' ListTagsForResource [Filter]
- ltfrResourceName :: Lens' ListTagsForResource Text
- listTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data ListTagsForResourceResponse
- ltfrrsTagList :: Lens' ListTagsForResourceResponse [Tag]
- ltfrrsResponseStatus :: Lens' ListTagsForResourceResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListTagsForResource |
Creates a value of ListTagsForResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListTagsForResource Source #
See: listTagsForResource smart constructor.
Instances
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 Constructing an RDS Amazon Resource Name (ARN).
Destructuring the Response
listTagsForResourceResponse Source #
Arguments
| :: Int | |
| -> ListTagsForResourceResponse |
Creates a value of ListTagsForResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListTagsForResourceResponse Source #
See: listTagsForResourceResponse smart constructor.
Instances
Response Lenses
ltfrrsTagList :: Lens' ListTagsForResourceResponse [Tag] Source #
List of tags returned by the ListTagsForResource operation.
ltfrrsResponseStatus :: Lens' ListTagsForResourceResponse Int Source #
The response status code.