amazonka-dynamodb-dax-1.6.0: Amazon DynamoDB Accelerator (DAX) 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.DAX.UpdateParameterGroup

Contents

Description

Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Synopsis

Creating a Request

updateParameterGroup Source #

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

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

data UpdateParameterGroup Source #

See: updateParameterGroup smart constructor.

Instances

Eq UpdateParameterGroup Source # 
Data UpdateParameterGroup Source # 

Methods

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

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

toConstr :: UpdateParameterGroup -> Constr #

dataTypeOf :: UpdateParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateParameterGroup Source # 
Show UpdateParameterGroup Source # 
Generic UpdateParameterGroup Source # 
Hashable UpdateParameterGroup Source # 
ToJSON UpdateParameterGroup Source # 
NFData UpdateParameterGroup Source # 

Methods

rnf :: UpdateParameterGroup -> () #

AWSRequest UpdateParameterGroup Source # 
ToHeaders UpdateParameterGroup Source # 
ToPath UpdateParameterGroup Source # 
ToQuery UpdateParameterGroup Source # 
type Rep UpdateParameterGroup Source # 
type Rep UpdateParameterGroup = D1 * (MetaData "UpdateParameterGroup" "Network.AWS.DAX.UpdateParameterGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" False) (C1 * (MetaCons "UpdateParameterGroup'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_upgParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_upgParameterNameValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [ParameterNameValue]))))
type Rs UpdateParameterGroup Source # 

Request Lenses

upgParameterGroupName :: Lens' UpdateParameterGroup Text Source #

The name of the parameter group.

upgParameterNameValues :: Lens' UpdateParameterGroup [ParameterNameValue] Source #

An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

Destructuring the Response

updateParameterGroupResponse Source #

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

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

data UpdateParameterGroupResponse Source #

See: updateParameterGroupResponse smart constructor.

Instances

Eq UpdateParameterGroupResponse Source # 
Data UpdateParameterGroupResponse Source # 

Methods

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

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

toConstr :: UpdateParameterGroupResponse -> Constr #

dataTypeOf :: UpdateParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateParameterGroupResponse Source # 
Show UpdateParameterGroupResponse Source # 
Generic UpdateParameterGroupResponse Source # 
NFData UpdateParameterGroupResponse Source # 
type Rep UpdateParameterGroupResponse Source # 
type Rep UpdateParameterGroupResponse = D1 * (MetaData "UpdateParameterGroupResponse" "Network.AWS.DAX.UpdateParameterGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" False) (C1 * (MetaCons "UpdateParameterGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_upgrsParameterGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ParameterGroup))) (S1 * (MetaSel (Just Symbol "_upgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

upgrsParameterGroup :: Lens' UpdateParameterGroupResponse (Maybe ParameterGroup) Source #

The parameter group that has been modified.