Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EngineDefaults = EngineDefaults' {}
- newEngineDefaults :: EngineDefaults
- engineDefaults_cacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text)
- engineDefaults_cacheNodeTypeSpecificParameters :: Lens' EngineDefaults (Maybe [CacheNodeTypeSpecificParameter])
- engineDefaults_marker :: Lens' EngineDefaults (Maybe Text)
- engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter])
Documentation
data EngineDefaults Source #
Represents the output of a DescribeEngineDefaultParameters
operation.
See: newEngineDefaults
smart constructor.
EngineDefaults' | |
|
Instances
newEngineDefaults :: EngineDefaults Source #
Create a value of EngineDefaults
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cacheParameterGroupFamily:EngineDefaults'
, engineDefaults_cacheParameterGroupFamily
- Specifies the name of the cache parameter group family to which the
engine default parameters apply.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
|
redis6.x
|
$sel:cacheNodeTypeSpecificParameters:EngineDefaults'
, engineDefaults_cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one parameter.
$sel:marker:EngineDefaults'
, engineDefaults_marker
- Provides an identifier to allow retrieval of paginated results.
$sel:parameters:EngineDefaults'
, engineDefaults_parameters
- Contains a list of engine default parameters.
engineDefaults_cacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) Source #
Specifies the name of the cache parameter group family to which the engine default parameters apply.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
|
redis6.x
|
engineDefaults_cacheNodeTypeSpecificParameters :: Lens' EngineDefaults (Maybe [CacheNodeTypeSpecificParameter]) Source #
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
engineDefaults_marker :: Lens' EngineDefaults (Maybe Text) Source #
Provides an identifier to allow retrieval of paginated results.
engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter]) Source #
Contains a list of engine default parameters.