amazonka-elasticache-1.4.0: 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.ResetCacheParameterGroup

Contents

Description

The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

Synopsis

Creating a Request

resetCacheParameterGroup Source

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

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

Request Lenses

rcpgResetAllParameters :: Lens' ResetCacheParameterGroup (Maybe Bool) Source

If true, all parameters in the cache parameter group will be reset to default values. If false, no such action occurs.

Valid values: true | false

rcpgCacheParameterGroupName :: Lens' ResetCacheParameterGroup Text Source

The name of the cache parameter group to reset.

rcpgParameterNameValues :: Lens' ResetCacheParameterGroup [ParameterNameValue] Source

An array of parameter names to be reset. If you are not resetting the entire cache parameter group, you must specify at least one parameter name.

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