Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AutoTuneOptionsOutput Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
See: newAutoTuneOptionsOutput
smart constructor.
AutoTuneOptionsOutput' | |
|
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:state:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_state
- Specifies the AutoTuneState
for the Elasticsearch domain.
$sel:errorMessage:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune.
autoTuneOptionsOutput_state :: Lens' AutoTuneOptionsOutput (Maybe AutoTuneState) Source #
Specifies the AutoTuneState
for the Elasticsearch domain.
autoTuneOptionsOutput_errorMessage :: Lens' AutoTuneOptionsOutput (Maybe Text) Source #
Specifies the error message while enabling or disabling the Auto-Tune.