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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DescribeTags

Contents

Description

Describes the tags associated with one or more load balancers.

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

Synopsis

Request

Request constructor

describeTags Source

DescribeTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtLoadBalancerNames :: Lens' DescribeTags (NonEmpty Text) Source

The names of the load balancers.

Response

Response constructor

describeTagsResponse :: DescribeTagsResponse Source

DescribeTagsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dtrTagDescriptions :: Lens' DescribeTagsResponse [TagDescription] Source

A list of tag description structures.