| 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.AutoTuneOptionsInput
Description
Synopsis
- data AutoTuneOptionsInput = AutoTuneOptionsInput' {}
- newAutoTuneOptionsInput :: AutoTuneOptionsInput
- autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState)
- autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule])
Documentation
data AutoTuneOptionsInput Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
See: newAutoTuneOptionsInput smart constructor.
Constructors
| AutoTuneOptionsInput' | |
Fields
| |
Instances
newAutoTuneOptionsInput :: AutoTuneOptionsInput Source #
Create a value of AutoTuneOptionsInput 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:desiredState:AutoTuneOptionsInput', autoTuneOptionsInput_desiredState - Specifies the Auto-Tune desired state. Valid values are ENABLED,
DISABLED.
$sel:maintenanceSchedules:AutoTuneOptionsInput', autoTuneOptionsInput_maintenanceSchedules - Specifies list of maitenance schedules. See the
Developer Guide
for more information.
autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState) Source #
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule]) Source #
Specifies list of maitenance schedules. See the Developer Guide for more information.