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

Description

Modifies the specified attributes of the specified target group.

Synopsis

Creating a Request

data ModifyTargetGroupAttributes Source #

See: newModifyTargetGroupAttributes smart constructor.

Constructors

ModifyTargetGroupAttributes' 

Fields

Instances

Instances details
Eq ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Read ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Show ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Generic ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Associated Types

type Rep ModifyTargetGroupAttributes :: Type -> Type #

NFData ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Hashable ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

AWSRequest ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

ToHeaders ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

ToPath ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

ToQuery ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributes Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

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

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

newModifyTargetGroupAttributes Source #

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

$sel:attributes:ModifyTargetGroupAttributes', modifyTargetGroupAttributes_attributes - The attributes.

Request Lenses

modifyTargetGroupAttributes_targetGroupArn :: Lens' ModifyTargetGroupAttributes Text Source #

The Amazon Resource Name (ARN) of the target group.

Destructuring the Response

data ModifyTargetGroupAttributesResponse Source #

Constructors

ModifyTargetGroupAttributesResponse' 

Fields

Instances

Instances details
Eq ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Read ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Show ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

Generic ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

NFData ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.ModifyTargetGroupAttributes

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

newModifyTargetGroupAttributesResponse Source #

Create a value of ModifyTargetGroupAttributesResponse 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:ModifyTargetGroupAttributes', modifyTargetGroupAttributesResponse_attributes - Information about the attributes.

$sel:httpStatus:ModifyTargetGroupAttributesResponse', modifyTargetGroupAttributesResponse_httpStatus - The response's http status code.

Response Lenses