Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElastiCache.ModifyCacheParameterGroup
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
- data ModifyCacheParameterGroup
- modifyCacheParameterGroup :: Text -> ModifyCacheParameterGroup
- mcpgCacheParameterGroupName :: Lens' ModifyCacheParameterGroup Text
- mcpgParameterNameValues :: Lens' ModifyCacheParameterGroup [ParameterNameValue]
- data ModifyCacheParameterGroupResponse
- modifyCacheParameterGroupResponse :: ModifyCacheParameterGroupResponse
- mcpgrCacheParameterGroupName :: Lens' ModifyCacheParameterGroupResponse (Maybe Text)
Request
data ModifyCacheParameterGroup Source
Instances
Request constructor
modifyCacheParameterGroup Source
Arguments
:: Text | |
-> ModifyCacheParameterGroup |
ModifyCacheParameterGroup
constructor.
The fields accessible through corresponding lenses are:
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
modifyCacheParameterGroupResponse :: ModifyCacheParameterGroupResponse Source
ModifyCacheParameterGroupResponse
constructor.
The fields accessible through corresponding lenses are:
mcpgrCacheParameterGroupName
::
Maybe
Text
Response lenses
mcpgrCacheParameterGroupName :: Lens' ModifyCacheParameterGroupResponse (Maybe Text) Source
The name of the cache parameter group.