| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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.
See: AWS API Reference for ModifyCacheParameterGroup.
- modifyCacheParameterGroup :: Text -> ModifyCacheParameterGroup
- data ModifyCacheParameterGroup
- mcpgCacheParameterGroupName :: Lens' ModifyCacheParameterGroup Text
- mcpgParameterNameValues :: Lens' ModifyCacheParameterGroup [ParameterNameValue]
- cacheParameterGroupNameMessage :: CacheParameterGroupNameMessage
- data CacheParameterGroupNameMessage
- cpgnmCacheParameterGroupName :: Lens' CacheParameterGroupNameMessage (Maybe Text)
Creating a Request
modifyCacheParameterGroup Source
Arguments
| :: Text | |
| -> ModifyCacheParameterGroup |
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:
data ModifyCacheParameterGroup Source
Represents the input of a ModifyCacheParameterGroup action.
See: modifyCacheParameterGroup smart constructor.
Instances
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:
data CacheParameterGroupNameMessage Source
Represents the output of one of the following actions:
- ModifyCacheParameterGroup
- ResetCacheParameterGroup
See: cacheParameterGroupNameMessage smart constructor.
Instances
Response Lenses
cpgnmCacheParameterGroupName :: Lens' CacheParameterGroupNameMessage (Maybe Text) Source
The name of the cache parameter group.