| 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.OverallChangeStatus
Description
Synopsis
- newtype OverallChangeStatus where
Documentation
newtype OverallChangeStatus Source #
The overall status value of the domain configuration change.
Constructors
| OverallChangeStatus' | |
Fields | |
Bundled Patterns
| pattern OverallChangeStatus_COMPLETED :: OverallChangeStatus | |
| pattern OverallChangeStatus_FAILED :: OverallChangeStatus | |
| pattern OverallChangeStatus_PENDING :: OverallChangeStatus | |
| pattern OverallChangeStatus_PROCESSING :: OverallChangeStatus |