amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.RemoveTags

Contents

Description

Removes one or more tags from the specified load balancer.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_RemoveTags.html

Synopsis

Request

Request constructor

removeTags Source

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

Response constructor