amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Description

 
Synopsis

Documentation

data AutoTuneOptionsOutput Source #

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

See: newAutoTuneOptionsOutput smart constructor.

Constructors

AutoTuneOptionsOutput' 

Fields

Instances

Instances details
FromJSON AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Generic AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Associated Types

type Rep AutoTuneOptionsOutput :: Type -> Type #

Read AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Show AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

NFData AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Methods

rnf :: AutoTuneOptionsOutput -> () #

Eq AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

Hashable AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

type Rep AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput

type Rep AutoTuneOptionsOutput = D1 ('MetaData "AutoTuneOptionsOutput" "Amazonka.ElasticSearch.Types.AutoTuneOptionsOutput" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "AutoTuneOptionsOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneState))))

newAutoTuneOptionsOutput :: AutoTuneOptionsOutput Source #

Create a value of AutoTuneOptionsOutput 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:errorMessage:AutoTuneOptionsOutput', autoTuneOptionsOutput_errorMessage - Specifies the error message while enabling or disabling the Auto-Tune.

$sel:state:AutoTuneOptionsOutput', autoTuneOptionsOutput_state - Specifies the AutoTuneState for the Elasticsearch domain.

autoTuneOptionsOutput_errorMessage :: Lens' AutoTuneOptionsOutput (Maybe Text) Source #

Specifies the error message while enabling or disabling the Auto-Tune.

autoTuneOptionsOutput_state :: Lens' AutoTuneOptionsOutput (Maybe AutoTuneState) Source #

Specifies the AutoTuneState for the Elasticsearch domain.