| Copyright | (c) 2013-2015 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.ELB.RemoveTags
Description
Removes one or more tags from the specified load balancer.
See: AWS API Reference for RemoveTags.
Creating a Request
Arguments
| :: NonEmpty TagKeyOnly | |
| -> RemoveTags |
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:
data RemoveTags Source
See: removeTags smart constructor.
Request Lenses
rtLoadBalancerNames :: Lens' RemoveTags [Text] Source
The name of the load balancer. You can specify a maximum of one load balancer name.
rtTags :: Lens' RemoveTags (NonEmpty TagKeyOnly) Source
The list of tag keys to remove.
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:
data RemoveTagsResponse Source
See: removeTagsResponse smart constructor.
Response Lenses
rtrsResponseStatus :: Lens' RemoveTagsResponse Int Source
The response status code.