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

Amazonka.ELB.DescribeTags

Description

Describes the tags associated with the specified load balancers.

Synopsis

Creating a Request

data DescribeTags Source #

Contains the parameters for DescribeTags.

See: newDescribeTags smart constructor.

Constructors

DescribeTags' 

Fields

Instances

Instances details
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Associated Types

type AWSResponse DescribeTags #

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.ELB.DescribeTags" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

newDescribeTags Source #

Create a value of DescribeTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:loadBalancerNames:DescribeTags', describeTags_loadBalancerNames - The names of the load balancers.

Request Lenses

Destructuring the Response

data DescribeTagsResponse Source #

Contains the output for DescribeTags.

See: newDescribeTagsResponse smart constructor.

Constructors

DescribeTagsResponse' 

Fields

Instances

Instances details
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.ELB.DescribeTags" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagDescriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTagsResponse Source #

Create a value of DescribeTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagDescriptions:DescribeTagsResponse', describeTagsResponse_tagDescriptions - Information about the tags.

$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.

Response Lenses