| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.ListTagsLogGroup
Description
Lists the tags for the specified log group.
Synopsis
- listTagsLogGroup :: Text -> ListTagsLogGroup
- data ListTagsLogGroup
- ltlgLogGroupName :: Lens' ListTagsLogGroup Text
- listTagsLogGroupResponse :: Int -> ListTagsLogGroupResponse
- data ListTagsLogGroupResponse
- ltlgrsTags :: Lens' ListTagsLogGroupResponse (HashMap Text Text)
- ltlgrsResponseStatus :: Lens' ListTagsLogGroupResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListTagsLogGroup |
Creates a value of ListTagsLogGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltlgLogGroupName- The name of the log group.
data ListTagsLogGroup #
See: listTagsLogGroup smart constructor.
Instances
Request Lenses
ltlgLogGroupName :: Lens' ListTagsLogGroup Text #
The name of the log group.
Destructuring the Response
Arguments
| :: Int | |
| -> ListTagsLogGroupResponse |
Creates a value of ListTagsLogGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltlgrsTags- The tags for the log group.ltlgrsResponseStatus- -- | The response status code.
data ListTagsLogGroupResponse #
See: listTagsLogGroupResponse smart constructor.
Instances
Response Lenses
ltlgrsTags :: Lens' ListTagsLogGroupResponse (HashMap Text Text) #
The tags for the log group.
ltlgrsResponseStatus :: Lens' ListTagsLogGroupResponse Int #
- - | The response status code.