libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
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.ElasticSearch.Types.OptionStatus

Description

 
Synopsis

Documentation

data OptionStatus Source #

Provides the current status of the entity.

See: newOptionStatus smart constructor.

Constructors

OptionStatus' 

Fields

Instances

Instances details
Eq OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

Read OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

Show OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

Generic OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

Associated Types

type Rep OptionStatus :: Type -> Type #

NFData OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

Methods

rnf :: OptionStatus -> () #

Hashable OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

FromJSON OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

type Rep OptionStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.OptionStatus

type Rep OptionStatus = D1 ('MetaData "OptionStatus" "Amazonka.ElasticSearch.Types.OptionStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "OptionStatus'" 'PrefixI 'True) ((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 OptionState)))))

newOptionStatus Source #

Create a value of OptionStatus 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:pendingDeletion:OptionStatus', optionStatus_pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.

$sel:updateVersion:OptionStatus', optionStatus_updateVersion - Specifies the latest version for the entity.

$sel:creationDate:OptionStatus', optionStatus_creationDate - Timestamp which tells the creation date for the entity.

$sel:updateDate:OptionStatus', optionStatus_updateDate - Timestamp which tells the last updated time for the entity.

$sel:state:OptionStatus', optionStatus_state - Provides the OptionState for the Elasticsearch domain.

optionStatus_pendingDeletion :: Lens' OptionStatus (Maybe Bool) Source #

Indicates whether the Elasticsearch domain is being deleted.

optionStatus_updateVersion :: Lens' OptionStatus (Maybe Natural) Source #

Specifies the latest version for the entity.

optionStatus_creationDate :: Lens' OptionStatus UTCTime Source #

Timestamp which tells the creation date for the entity.

optionStatus_updateDate :: Lens' OptionStatus UTCTime Source #

Timestamp which tells the last updated time for the entity.

optionStatus_state :: Lens' OptionStatus OptionState Source #

Provides the OptionState for the Elasticsearch domain.