libZSservicesZSamazonka-opensearchZSamazonka-opensearch
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.OpenSearch.Types.AutoTune

Description

 
Synopsis

Documentation

data AutoTune Source #

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

See: newAutoTune smart constructor.

Constructors

AutoTune' 

Fields

Instances

Instances details
Eq AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Read AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Show 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 #

NFData AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

rnf :: AutoTune -> () #

Hashable AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

hashWithSalt :: Int -> AutoTune -> Int #

hash :: AutoTune -> Int #

FromJSON AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

type Rep AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.OpenSearch.Types.AutoTune" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" '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 about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

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

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

Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

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

Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.