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 |
Synopsis
- data AutoTuneOptionsInput = AutoTuneOptionsInput' {}
- newAutoTuneOptionsInput :: AutoTuneOptionsInput
- autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState)
- autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule])
Documentation
data AutoTuneOptionsInput Source #
The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
See: newAutoTuneOptionsInput
smart constructor.
AutoTuneOptionsInput' | |
|
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
- The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
$sel:maintenanceSchedules:AutoTuneOptionsInput'
, autoTuneOptionsInput_maintenanceSchedules
- A list of maintenance schedules. See
Auto-Tune for Amazon OpenSearch Service
for more information.
autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState) Source #
The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule]) Source #
A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service for more information.