amazonka-elasticache-1.4.3: Amazon ElastiCache SDK.

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

Network.AWS.ElastiCache.ModifyCacheParameterGroup

Contents

Description

The ModifyCacheParameterGroup action modifies the parameters of a cache 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

modifyCacheParameterGroup Source #

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

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

data ModifyCacheParameterGroup Source #

Represents the input of a ModifyCacheParameterGroup action.

See: modifyCacheParameterGroup smart constructor.

Instances

Eq ModifyCacheParameterGroup Source # 
Data ModifyCacheParameterGroup Source # 

Methods

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

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

toConstr :: ModifyCacheParameterGroup -> Constr #

dataTypeOf :: ModifyCacheParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyCacheParameterGroup Source # 
Show ModifyCacheParameterGroup Source # 
Generic ModifyCacheParameterGroup Source # 
Hashable ModifyCacheParameterGroup Source # 
NFData ModifyCacheParameterGroup Source # 
AWSRequest ModifyCacheParameterGroup Source # 
ToQuery ModifyCacheParameterGroup Source # 
ToPath ModifyCacheParameterGroup Source # 
ToHeaders ModifyCacheParameterGroup Source # 
type Rep ModifyCacheParameterGroup Source # 
type Rep ModifyCacheParameterGroup = D1 (MetaData "ModifyCacheParameterGroup" "Network.AWS.ElastiCache.ModifyCacheParameterGroup" "amazonka-elasticache-1.4.3-20zudJK8YfVEoQ6eKxOSeM" False) (C1 (MetaCons "ModifyCacheParameterGroup'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mcpgCacheParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mcpgParameterNameValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [ParameterNameValue]))))
type Rs ModifyCacheParameterGroup Source # 

Request Lenses

mcpgCacheParameterGroupName :: Lens' ModifyCacheParameterGroup Text Source #

The name of the cache parameter group to modify.

mcpgParameterNameValues :: Lens' ModifyCacheParameterGroup [ParameterNameValue] Source #

An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

Destructuring the Response

cacheParameterGroupNameMessage :: CacheParameterGroupNameMessage Source #

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

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

data CacheParameterGroupNameMessage Source #

Represents the output of one of the following actions:

  • ModifyCacheParameterGroup
  • ResetCacheParameterGroup

See: cacheParameterGroupNameMessage smart constructor.

Instances

Eq CacheParameterGroupNameMessage Source # 
Data CacheParameterGroupNameMessage Source # 

Methods

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

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

toConstr :: CacheParameterGroupNameMessage -> Constr #

dataTypeOf :: CacheParameterGroupNameMessage -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CacheParameterGroupNameMessage Source # 
Show CacheParameterGroupNameMessage Source # 
Generic CacheParameterGroupNameMessage Source # 
Hashable CacheParameterGroupNameMessage Source # 
NFData CacheParameterGroupNameMessage Source # 
FromXML CacheParameterGroupNameMessage Source # 
type Rep CacheParameterGroupNameMessage Source # 
type Rep CacheParameterGroupNameMessage = D1 (MetaData "CacheParameterGroupNameMessage" "Network.AWS.ElastiCache.Types.Product" "amazonka-elasticache-1.4.3-20zudJK8YfVEoQ6eKxOSeM" True) (C1 (MetaCons "CacheParameterGroupNameMessage'" PrefixI True) (S1 (MetaSel (Just Symbol "_cpgnmCacheParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

Response Lenses