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.AutoTune

Description

 
Synopsis

Documentation

data AutoTune Source #

Specifies Auto-Tune type and Auto-Tune action details.

See: newAutoTune smart constructor.

Constructors

AutoTune' 

Fields

Instances

Instances details
FromJSON AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Generic AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Associated Types

type Rep AutoTune :: Type -> Type #

Methods

from :: AutoTune -> Rep AutoTune x #

to :: Rep AutoTune x -> AutoTune #

Read AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Show AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

NFData AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Methods

rnf :: AutoTune -> () #

Eq AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Hashable AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

Methods

hashWithSalt :: Int -> AutoTune -> Int #

hash :: AutoTune -> Int #

type Rep AutoTune Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AutoTune

type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.ElasticSearch.Types.AutoTune" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "AutoTune'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDetails)) :*: S1 ('MetaSel ('Just "autoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneType))))

newAutoTune :: AutoTune Source #

Create a value of AutoTune 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:autoTuneDetails:AutoTune', autoTune_autoTuneDetails - Specifies details of the Auto-Tune action. See the Developer Guide for more information.

$sel:autoTuneType:AutoTune', autoTune_autoTuneType - Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.

autoTune_autoTuneDetails :: Lens' AutoTune (Maybe AutoTuneDetails) Source #

Specifies details of the Auto-Tune action. See the Developer Guide for more information.

autoTune_autoTuneType :: Lens' AutoTune (Maybe AutoTuneType) Source #

Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.