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

Description

Describes the attributes for the specified target group.

For more information, see the following:

Synopsis

Creating a Request

data DescribeTargetGroupAttributes Source #

See: newDescribeTargetGroupAttributes smart constructor.

Constructors

DescribeTargetGroupAttributes' 

Fields

Instances

Instances details
Eq DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Read DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Show DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Generic DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Associated Types

type Rep DescribeTargetGroupAttributes :: Type -> Type #

NFData DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Hashable DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

AWSRequest DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

ToHeaders DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

ToPath DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

ToQuery DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

type Rep DescribeTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

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

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

newDescribeTargetGroupAttributes Source #

Create a value of DescribeTargetGroupAttributes 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:targetGroupArn:DescribeTargetGroupAttributes', describeTargetGroupAttributes_targetGroupArn - The Amazon Resource Name (ARN) of the target group.

Request Lenses

Destructuring the Response

data DescribeTargetGroupAttributesResponse Source #

Constructors

DescribeTargetGroupAttributesResponse' 

Fields

Instances

Instances details
Eq DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Read DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Show DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

Generic DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

NFData DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

type Rep DescribeTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DescribeTargetGroupAttributes

type Rep DescribeTargetGroupAttributesResponse = D1 ('MetaData "DescribeTargetGroupAttributesResponse" "Amazonka.ELBV2.DescribeTargetGroupAttributes" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "DescribeTargetGroupAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetGroupAttribute])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTargetGroupAttributesResponse Source #

Create a value of DescribeTargetGroupAttributesResponse 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:attributes:DescribeTargetGroupAttributesResponse', describeTargetGroupAttributesResponse_attributes - Information about the target group attributes

$sel:httpStatus:DescribeTargetGroupAttributesResponse', describeTargetGroupAttributesResponse_httpStatus - The response's http status code.

Response Lenses