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

Description

 
Synopsis

Documentation

data ChangeProgressStage Source #

A progress stage details of a specific domain configuration change.

See: newChangeProgressStage smart constructor.

Constructors

ChangeProgressStage' 

Fields

Instances

Instances details
FromJSON ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

Generic ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

Associated Types

type Rep ChangeProgressStage :: Type -> Type #

Read ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

Show ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

NFData ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

Methods

rnf :: ChangeProgressStage -> () #

Eq ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

Hashable ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

type Rep ChangeProgressStage Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressStage

type Rep ChangeProgressStage = D1 ('MetaData "ChangeProgressStage" "Amazonka.ElasticSearch.Types.ChangeProgressStage" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ChangeProgressStage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newChangeProgressStage :: ChangeProgressStage Source #

Create a value of ChangeProgressStage 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:description:ChangeProgressStage', changeProgressStage_description - The description of the progress stage.

$sel:lastUpdated:ChangeProgressStage', changeProgressStage_lastUpdated - The last updated timestamp of the progress stage.

$sel:name:ChangeProgressStage', changeProgressStage_name - The name of the specific progress stage.

$sel:status:ChangeProgressStage', changeProgressStage_status - The overall status of a specific progress stage.

changeProgressStage_description :: Lens' ChangeProgressStage (Maybe Text) Source #

The description of the progress stage.

changeProgressStage_lastUpdated :: Lens' ChangeProgressStage (Maybe UTCTime) Source #

The last updated timestamp of the progress stage.

changeProgressStage_name :: Lens' ChangeProgressStage (Maybe Text) Source #

The name of the specific progress stage.

changeProgressStage_status :: Lens' ChangeProgressStage (Maybe Text) Source #

The overall status of a specific progress stage.