Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElastiCache.ResetCacheParameterGroup
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.
http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ResetCacheParameterGroup.html
- data ResetCacheParameterGroup
- resetCacheParameterGroup :: Text -> ResetCacheParameterGroup
- rcpgCacheParameterGroupName :: Lens' ResetCacheParameterGroup Text
- rcpgParameterNameValues :: Lens' ResetCacheParameterGroup [ParameterNameValue]
- rcpgResetAllParameters :: Lens' ResetCacheParameterGroup (Maybe Bool)
- data ResetCacheParameterGroupResponse
- resetCacheParameterGroupResponse :: ResetCacheParameterGroupResponse
- rcpgrCacheParameterGroupName :: Lens' ResetCacheParameterGroupResponse (Maybe Text)
Request
data ResetCacheParameterGroup Source
Instances
Eq ResetCacheParameterGroup | |
Read ResetCacheParameterGroup | |
Show ResetCacheParameterGroup | |
AWSRequest ResetCacheParameterGroup | |
ToQuery ResetCacheParameterGroup | |
ToPath ResetCacheParameterGroup | |
ToHeaders ResetCacheParameterGroup | |
type Sv ResetCacheParameterGroup = ElastiCache | |
type Rs ResetCacheParameterGroup = ResetCacheParameterGroupResponse |
Request constructor
resetCacheParameterGroup Source
Arguments
:: Text | |
-> ResetCacheParameterGroup |
ResetCacheParameterGroup
constructor.
The fields accessible through corresponding lenses are:
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
resetCacheParameterGroupResponse :: ResetCacheParameterGroupResponse Source
ResetCacheParameterGroupResponse
constructor.
The fields accessible through corresponding lenses are:
rcpgrCacheParameterGroupName
::
Maybe
Text
Response lenses
rcpgrCacheParameterGroupName :: Lens' ResetCacheParameterGroupResponse (Maybe Text) Source
The name of the cache parameter group.