amazonka-elasticache-1.3.2: Amazon ElastiCache SDK.

Copyright(c) 2013-2015 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.

See: AWS API Reference for ModifyCacheParameterGroup.

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:

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:

Response Lenses