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 AutoTuneOptions = AutoTuneOptions' {}
- newAutoTuneOptions :: AutoTuneOptions
- autoTuneOptions_desiredState :: Lens' AutoTuneOptions (Maybe AutoTuneDesiredState)
- autoTuneOptions_rollbackOnDisable :: Lens' AutoTuneOptions (Maybe RollbackOnDisable)
- autoTuneOptions_maintenanceSchedules :: Lens' AutoTuneOptions (Maybe [AutoTuneMaintenanceSchedule])
Documentation
data AutoTuneOptions Source #
The Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.
See: newAutoTuneOptions
smart constructor.
AutoTuneOptions' | |
|
Instances
newAutoTuneOptions :: AutoTuneOptions Source #
Create a value of AutoTuneOptions
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:AutoTuneOptions'
, autoTuneOptions_desiredState
- The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
$sel:rollbackOnDisable:AutoTuneOptions'
, autoTuneOptions_rollbackOnDisable
- The rollback state while disabling Auto-Tune for the domain. Valid
values are NO_ROLLBACK and DEFAULT_ROLLBACK.
$sel:maintenanceSchedules:AutoTuneOptions'
, autoTuneOptions_maintenanceSchedules
- A list of maintenance schedules. See
Auto-Tune for Amazon OpenSearch Service
for more information.
autoTuneOptions_desiredState :: Lens' AutoTuneOptions (Maybe AutoTuneDesiredState) Source #
The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
autoTuneOptions_rollbackOnDisable :: Lens' AutoTuneOptions (Maybe RollbackOnDisable) Source #
The rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK and DEFAULT_ROLLBACK.
autoTuneOptions_maintenanceSchedules :: Lens' AutoTuneOptions (Maybe [AutoTuneMaintenanceSchedule]) Source #
A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service for more information.