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

Description

 
Synopsis

Documentation

data ChangeProgressDetails Source #

Specifies change details of the domain configuration change.

See: newChangeProgressDetails smart constructor.

Constructors

ChangeProgressDetails' 

Fields

  • changeId :: Maybe Text

    The unique change identifier associated with a specific domain configuration change.

  • message :: Maybe Text

    Contains an optional message associated with the domain configuration change.

Instances

Instances details
FromJSON ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

Generic ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

Associated Types

type Rep ChangeProgressDetails :: Type -> Type #

Read ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

Show ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

NFData ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

Methods

rnf :: ChangeProgressDetails -> () #

Eq ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

Hashable ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

type Rep ChangeProgressDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ChangeProgressDetails

type Rep ChangeProgressDetails = D1 ('MetaData "ChangeProgressDetails" "Amazonka.ElasticSearch.Types.ChangeProgressDetails" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ChangeProgressDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "changeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newChangeProgressDetails :: ChangeProgressDetails Source #

Create a value of ChangeProgressDetails 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:changeId:ChangeProgressDetails', changeProgressDetails_changeId - The unique change identifier associated with a specific domain configuration change.

$sel:message:ChangeProgressDetails', changeProgressDetails_message - Contains an optional message associated with the domain configuration change.

changeProgressDetails_changeId :: Lens' ChangeProgressDetails (Maybe Text) Source #

The unique change identifier associated with a specific domain configuration change.

changeProgressDetails_message :: Lens' ChangeProgressDetails (Maybe Text) Source #

Contains an optional message associated with the domain configuration change.