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 |
Documentation
data EngineDefaults Source #
Contains the result of a successful invocation of the
DescribeEngineDefaultClusterParameters
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:dbParameterGroupFamily:EngineDefaults'
, engineDefaults_dbParameterGroupFamily
- The name of the cluster parameter group family to return the engine
parameter information for.
$sel:marker:EngineDefaults'
, engineDefaults_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:parameters:EngineDefaults'
, engineDefaults_parameters
- The parameters of a particular cluster parameter group family.
engineDefaults_dbParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) Source #
The name of the cluster parameter group family to return the engine parameter information for.
engineDefaults_marker :: Lens' EngineDefaults (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter]) Source #
The parameters of a particular cluster parameter group family.