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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.AddTags

Contents

Description

Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags updates its value.

For more information, see Tagging in the Elastic Load Balancing DeveloperGuide.

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

Synopsis

Request

Request constructor

addTags Source

Arguments

:: NonEmpty Tag

atTags

-> AddTags 

AddTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

atLoadBalancerNames :: Lens' AddTags [Text] Source

The name of the load balancer. You can specify one load balancer only.

Response

Response constructor