libZSservicesZSamazonka-docdbZSamazonka-docdb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DocumentDB.Types.EngineDefaults

Description

 
Synopsis

Documentation

data EngineDefaults Source #

Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters operation.

See: newEngineDefaults smart constructor.

Constructors

EngineDefaults' 

Fields

  • dbParameterGroupFamily :: Maybe Text

    The name of the cluster parameter group family to return the engine parameter information for.

  • marker :: Maybe Text

    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.

  • parameters :: Maybe [Parameter]

    The parameters of a particular cluster parameter group family.

Instances

Instances details
Eq EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

Read EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

Show EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

Generic EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

Associated Types

type Rep EngineDefaults :: Type -> Type #

NFData EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

Methods

rnf :: EngineDefaults -> () #

Hashable EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

FromXML EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

type Rep EngineDefaults Source # 
Instance details

Defined in Amazonka.DocumentDB.Types.EngineDefaults

type Rep EngineDefaults = D1 ('MetaData "EngineDefaults" "Amazonka.DocumentDB.Types.EngineDefaults" "libZSservicesZSamazonka-docdbZSamazonka-docdb" 'False) (C1 ('MetaCons "EngineDefaults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])))))

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.