| 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
- data RemoveTags
- removeTags :: NonEmpty TagKeyOnly -> RemoveTags
- rtLoadBalancerNames :: Lens' RemoveTags [Text]
- rtTags :: Lens' RemoveTags (NonEmpty TagKeyOnly)
- data RemoveTagsResponse
- removeTagsResponse :: RemoveTagsResponse
Request
data RemoveTags Source
Instances
| Eq RemoveTags | |
| Read RemoveTags | |
| Show RemoveTags | |
| AWSRequest RemoveTags | |
| ToQuery RemoveTags | |
| ToPath RemoveTags | |
| ToHeaders RemoveTags | |
| type Sv RemoveTags = ELB | |
| type Rs RemoveTags = RemoveTagsResponse |
Request constructor
Arguments
| :: NonEmpty TagKeyOnly | |
| -> RemoveTags |
RemoveTags constructor.
The fields accessible through corresponding lenses are:
rtLoadBalancerNames::[Text]rtTags::NonEmptyTagKeyOnly
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.