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

Copyright(c) 2013-2017 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 # 
Data ModifyTargetGroupAttributes Source # 

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 # 
Show ModifyTargetGroupAttributes Source # 
Generic ModifyTargetGroupAttributes Source # 
Hashable ModifyTargetGroupAttributes Source # 
NFData ModifyTargetGroupAttributes Source # 
AWSRequest ModifyTargetGroupAttributes Source # 
ToQuery ModifyTargetGroupAttributes Source # 
ToPath ModifyTargetGroupAttributes Source # 
ToHeaders ModifyTargetGroupAttributes Source # 
type Rep ModifyTargetGroupAttributes Source # 
type Rep ModifyTargetGroupAttributes = D1 (MetaData "ModifyTargetGroupAttributes" "Network.AWS.ELBv2.ModifyTargetGroupAttributes" "amazonka-elbv2-1.5.0-8JFLFpIxDmMIkmtukHsD5H" False) (C1 (MetaCons "ModifyTargetGroupAttributes'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mtgaTargetGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mtgaAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TargetGroupAttribute]))))
type Rs ModifyTargetGroupAttributes Source # 

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 # 
Data ModifyTargetGroupAttributesResponse Source # 

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 # 
Show ModifyTargetGroupAttributesResponse Source # 
Generic ModifyTargetGroupAttributesResponse Source # 
NFData ModifyTargetGroupAttributesResponse Source # 
type Rep ModifyTargetGroupAttributesResponse Source # 
type Rep ModifyTargetGroupAttributesResponse = D1 (MetaData "ModifyTargetGroupAttributesResponse" "Network.AWS.ELBv2.ModifyTargetGroupAttributes" "amazonka-elbv2-1.5.0-8JFLFpIxDmMIkmtukHsD5H" False) (C1 (MetaCons "ModifyTargetGroupAttributesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mtgarsAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetGroupAttribute]))) (S1 (MetaSel (Just Symbol "_mtgarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses