amazonka-elbv2-2.0: Amazon Elastic Load Balancing SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type AWSResponse DescribeTags #

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

Read DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Methods

rnf :: DescribeTags -> () #

Eq DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type AWSResponse 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" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.ELBV2.DescribeTags" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" '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