amazonka-elasticache-0.3.6: Amazon ElastiCache SDK.

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.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheParameterGroup.html

Synopsis

Request

Request constructor

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.

Response

Response constructor

Response lenses