libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
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.ELBV2.DescribeTags

Description

Describes the tags for the specified Elastic Load Balancing resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.

Synopsis

Creating a Request

data DescribeTags Source #

See: newDescribeTags smart constructor.

Constructors

DescribeTags' 

Fields

  • resourceArns :: [Text]

    The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

Instances

Instances details
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type AWSResponse DescribeTags #

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.ELBV2.DescribeTags" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

newDescribeTags :: DescribeTags 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:resourceArns:DescribeTags', describeTags_resourceArns - The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

Request Lenses

describeTags_resourceArns :: Lens' DescribeTags [Text] Source #

The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

Destructuring the Response

data DescribeTagsResponse Source #

See: newDescribeTagsResponse smart constructor.

Constructors

DescribeTagsResponse' 

Fields

Instances

Instances details
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.ELBV2.DescribeTags" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" '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