| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.ChangeProgressDetails
Description
Synopsis
Documentation
data ChangeProgressDetails Source #
Specifies change details of the domain configuration change.
See: newChangeProgressDetails smart constructor.
Constructors
| ChangeProgressDetails' | |
Instances
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.