| 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.OptionState
Description
Synopsis
- newtype OptionState where
- OptionState' { }
- pattern OptionState_Active :: OptionState
- pattern OptionState_Processing :: OptionState
- pattern OptionState_RequiresIndexDocuments :: OptionState
Documentation
newtype OptionState Source #
The state of a requested domain configuration change. Can be one of the following:
- Processing - The requested change is still in progress.
- Active - The requested change is processed and deployed to the domain.
Constructors
| OptionState' | |
Fields | |
Bundled Patterns
| pattern OptionState_Active :: OptionState | |
| pattern OptionState_Processing :: OptionState | |
| pattern OptionState_RequiresIndexDocuments :: OptionState |