amazonka-elasticache-0.0.0: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.ResetCacheParameterGroup

Contents

Description

The ResetCacheParameterGroup operation 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.

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

Synopsis

Request

Request constructor

Request lenses

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.

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.

Response

Response constructor

Response lenses