amazonka-opensearch-2.0: Amazon OpenSearch 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.OpenSearch.Types.AutoTune

Description

 
Synopsis

Documentation

data AutoTune Source #

Information about an Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.

See: newAutoTune smart constructor.

Constructors

AutoTune' 

Fields

Instances

Instances details
FromJSON AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Generic AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.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.OpenSearch.Types.AutoTune

Show AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

NFData AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

rnf :: AutoTune -> () #

Eq AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Hashable AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

hashWithSalt :: Int -> AutoTune -> Int #

hash :: AutoTune -> Int #

type Rep AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.OpenSearch.Types.AutoTune" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 - Details about an Auto-Tune action.

$sel:autoTuneType:AutoTune', autoTune_autoTuneType - The type of Auto-Tune action.

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

Details about an Auto-Tune action.

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

The type of Auto-Tune action.