| 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.OpenSearch.Types.ChangeProgressDetails
Description
Synopsis
Documentation
data ChangeProgressDetails Source #
Container for information about a configuration change happening on a domain.
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 ID of the configuration change.
$sel:message:ChangeProgressDetails', changeProgressDetails_message - A message corresponding to the status of the configuration change.
changeProgressDetails_changeId :: Lens' ChangeProgressDetails (Maybe Text) Source #
The ID of the configuration change.
changeProgressDetails_message :: Lens' ChangeProgressDetails (Maybe Text) Source #
A message corresponding to the status of the configuration change.