| 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.ELBv2.RemoveTags
Description
Removes the specified tags from the specified Elastic Load Balancing resource.
To list the current tags for your resources, use DescribeTags .
Synopsis
Creating a Request
removeTags :: RemoveTags Source #
Creates a value of RemoveTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtResourceARNs- The Amazon Resource Name (ARN) of the resource.rtTagKeys- The tag keys for the tags to remove.
data RemoveTags Source #
See: removeTags smart constructor.
Instances
Request Lenses
rtResourceARNs :: Lens' RemoveTags [Text] Source #
The Amazon Resource Name (ARN) of the resource.
Destructuring the Response
Arguments
| :: Int | |
| -> RemoveTagsResponse |
Creates a value of RemoveTagsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtrsResponseStatus- -- | The response status code.
data RemoveTagsResponse Source #
See: removeTagsResponse smart constructor.
Instances
Response Lenses
rtrsResponseStatus :: Lens' RemoveTagsResponse Int Source #
- - | The response status code.