amazonka-elbv2-1.6.1: Amazon Elastic Load Balancing SDK.

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

Network.AWS.ELBv2.ModifyTargetGroupAttributes

Contents

Description

Modifies the specified attributes of the specified target group.

Synopsis

Creating a Request

modifyTargetGroupAttributes Source #

Creates a value of ModifyTargetGroupAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ModifyTargetGroupAttributes Source #

See: modifyTargetGroupAttributes smart constructor.

Instances
Eq ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Data ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ModifyTargetGroupAttributes -> c ModifyTargetGroupAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ModifyTargetGroupAttributes #

toConstr :: ModifyTargetGroupAttributes -> Constr #

dataTypeOf :: ModifyTargetGroupAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ModifyTargetGroupAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ModifyTargetGroupAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ModifyTargetGroupAttributes -> ModifyTargetGroupAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ModifyTargetGroupAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ModifyTargetGroupAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ModifyTargetGroupAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ModifyTargetGroupAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributes -> m ModifyTargetGroupAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributes -> m ModifyTargetGroupAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributes -> m ModifyTargetGroupAttributes #

Read ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Show ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Generic ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Associated Types

type Rep ModifyTargetGroupAttributes :: Type -> Type #

Hashable ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

AWSRequest ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Associated Types

type Rs ModifyTargetGroupAttributes :: Type #

ToHeaders ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

ToPath ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

ToQuery ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

NFData ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributes = D1 (MetaData "ModifyTargetGroupAttributes" "Network.AWS.ELBv2.ModifyTargetGroupAttributes" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" False) (C1 (MetaCons "ModifyTargetGroupAttributes'" PrefixI True) (S1 (MetaSel (Just "_mtgaTargetGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mtgaAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TargetGroupAttribute])))
type Rs ModifyTargetGroupAttributes Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Request Lenses

mtgaTargetGroupARN :: Lens' ModifyTargetGroupAttributes Text Source #

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

Destructuring the Response

modifyTargetGroupAttributesResponse Source #

Creates a value of ModifyTargetGroupAttributesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ModifyTargetGroupAttributesResponse Source #

See: modifyTargetGroupAttributesResponse smart constructor.

Instances
Eq ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Data ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ModifyTargetGroupAttributesResponse -> c ModifyTargetGroupAttributesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ModifyTargetGroupAttributesResponse #

toConstr :: ModifyTargetGroupAttributesResponse -> Constr #

dataTypeOf :: ModifyTargetGroupAttributesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ModifyTargetGroupAttributesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ModifyTargetGroupAttributesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ModifyTargetGroupAttributesResponse -> ModifyTargetGroupAttributesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ModifyTargetGroupAttributesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ModifyTargetGroupAttributesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ModifyTargetGroupAttributesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ModifyTargetGroupAttributesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributesResponse -> m ModifyTargetGroupAttributesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributesResponse -> m ModifyTargetGroupAttributesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyTargetGroupAttributesResponse -> m ModifyTargetGroupAttributesResponse #

Read ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Show ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

Generic ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

NFData ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.ModifyTargetGroupAttributes

type Rep ModifyTargetGroupAttributesResponse = D1 (MetaData "ModifyTargetGroupAttributesResponse" "Network.AWS.ELBv2.ModifyTargetGroupAttributes" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" False) (C1 (MetaCons "ModifyTargetGroupAttributesResponse'" PrefixI True) (S1 (MetaSel (Just "_mtgarsAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetGroupAttribute])) :*: S1 (MetaSel (Just "_mtgarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses