| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ELB.RemoveTags
Description
Removes one or more tags from the specified load balancer.
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_RemoveTags.html
Request
data RemoveTags Source
Instances
Request constructor
Arguments
| :: NonEmpty TagKeyOnly | |
| -> RemoveTags |
RemoveTags constructor.
The fields accessible through corresponding lenses are:
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
A list of tag keys to remove.
Response
data RemoveTagsResponse Source
Response constructor
removeTagsResponse :: RemoveTagsResponse Source
RemoveTagsResponse constructor.