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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.RemoveTags

Contents

Description

Removes one or more tags from the specified load balancer.

See: AWS API Reference for RemoveTags.

Synopsis

Creating a Request

removeTags Source

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:

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

removeTagsResponse Source

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:

Response Lenses