| 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.AutoTuneOptionsOutput
Description
Documentation
data AutoTuneOptionsOutput Source #
The Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.
See: newAutoTuneOptionsOutput smart constructor.
Constructors
| AutoTuneOptionsOutput' | |
Fields
| |
Instances
newAutoTuneOptionsOutput :: AutoTuneOptionsOutput Source #
Create a value of AutoTuneOptionsOutput 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:errorMessage:AutoTuneOptionsOutput', autoTuneOptionsOutput_errorMessage - Any errors that occurred while enabling or disabling Auto-Tune.
$sel:state:AutoTuneOptionsOutput', autoTuneOptionsOutput_state - The current state of Auto-Tune on the domain.
autoTuneOptionsOutput_errorMessage :: Lens' AutoTuneOptionsOutput (Maybe Text) Source #
Any errors that occurred while enabling or disabling Auto-Tune.
autoTuneOptionsOutput_state :: Lens' AutoTuneOptionsOutput (Maybe AutoTuneState) Source #
The current state of Auto-Tune on the domain.