| 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.AutoTuneOptionsInput
Description
Synopsis
- data AutoTuneOptionsInput = AutoTuneOptionsInput' {}
- newAutoTuneOptionsInput :: AutoTuneOptionsInput
- autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState)
- autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule])
Documentation
data AutoTuneOptionsInput Source #
Options for configuring Auto-Tune. For more information, see Auto-Tune for Amazon OpenSearch Service.
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 - Whether Auto-Tune is enabled or disabled.
$sel:maintenanceSchedules:AutoTuneOptionsInput', autoTuneOptionsInput_maintenanceSchedules - A list of maintenance schedules during which Auto-Tune can deploy
changes. Maintenance schedules are overwrite, not append. If your
request includes no schedules, the request deletes all existing
schedules. To preserve existing schedules, make a call to
DescribeDomainConfig first and use the MaintenanceSchedules portion
of the response as the basis for this section.
autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState) Source #
Whether Auto-Tune is enabled or disabled.
autoTuneOptionsInput_maintenanceSchedules :: Lens' AutoTuneOptionsInput (Maybe [AutoTuneMaintenanceSchedule]) Source #
A list of maintenance schedules during which Auto-Tune can deploy
changes. Maintenance schedules are overwrite, not append. If your
request includes no schedules, the request deletes all existing
schedules. To preserve existing schedules, make a call to
DescribeDomainConfig first and use the MaintenanceSchedules portion
of the response as the basis for this section.