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

Description

 
Synopsis

Documentation

data AutoTuneStatus Source #

The current status of Auto-Tune for the domain. For more information, see Auto-Tune for Amazon OpenSearch Service.

See: newAutoTuneStatus smart constructor.

Constructors

AutoTuneStatus' 

Fields

Instances

Instances details
FromJSON AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Generic AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Associated Types

type Rep AutoTuneStatus :: Type -> Type #

Read AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Show AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

NFData AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Methods

rnf :: AutoTuneStatus -> () #

Eq AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Hashable AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus = D1 ('MetaData "AutoTuneStatus" "Amazonka.OpenSearch.Types.AutoTuneStatus" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "AutoTuneStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pendingDeletion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoTuneState)))))

newAutoTuneStatus Source #

Create a value of AutoTuneStatus 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:AutoTuneStatus', autoTuneStatus_errorMessage - Any errors that occurred while enabling or disabling Auto-Tune.

$sel:pendingDeletion:AutoTuneStatus', autoTuneStatus_pendingDeletion - Indicates whether the domain is being deleted.

$sel:updateVersion:AutoTuneStatus', autoTuneStatus_updateVersion - The latest version of the Auto-Tune options.

$sel:creationDate:AutoTuneStatus', autoTuneStatus_creationDate - Date and time when Auto-Tune was enabled for the domain.

$sel:updateDate:AutoTuneStatus', autoTuneStatus_updateDate - Date and time when the Auto-Tune options were last updated for the domain.

$sel:state:AutoTuneStatus', autoTuneStatus_state - The current state of Auto-Tune on the domain.

autoTuneStatus_errorMessage :: Lens' AutoTuneStatus (Maybe Text) Source #

Any errors that occurred while enabling or disabling Auto-Tune.

autoTuneStatus_pendingDeletion :: Lens' AutoTuneStatus (Maybe Bool) Source #

Indicates whether the domain is being deleted.

autoTuneStatus_updateVersion :: Lens' AutoTuneStatus (Maybe Natural) Source #

The latest version of the Auto-Tune options.

autoTuneStatus_creationDate :: Lens' AutoTuneStatus UTCTime Source #

Date and time when Auto-Tune was enabled for the domain.

autoTuneStatus_updateDate :: Lens' AutoTuneStatus UTCTime Source #

Date and time when the Auto-Tune options were last updated for the domain.

autoTuneStatus_state :: Lens' AutoTuneStatus AutoTuneState Source #

The current state of Auto-Tune on the domain.