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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DescribeTags

Contents

Description

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.

OSZAR »