| 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.UntagLogGroup
Description
Removes the specified tags from the specified log group.
To list the tags for a log group, use ListTagsLogGroup . To add tags, use UntagLogGroup .
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagLogGroup |
Creates a value of UntagLogGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ulgLogGroupName- The name of the log group.ulgTags- The tag keys. The corresponding tags are removed from the log group.
data UntagLogGroup Source #
See: untagLogGroup smart constructor.
Instances
Request Lenses
ulgLogGroupName :: Lens' UntagLogGroup Text Source #
The name of the log group.
ulgTags :: Lens' UntagLogGroup (NonEmpty Text) Source #
The tag keys. The corresponding tags are removed from the log group.
Destructuring the Response
untagLogGroupResponse :: UntagLogGroupResponse Source #
Creates a value of UntagLogGroupResponse with the minimum fields required to make a request.
data UntagLogGroupResponse Source #
See: untagLogGroupResponse smart constructor.