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 AutoTuneOptionsStatus Source #
Specifies the status of Auto-Tune options for the specified Elasticsearch domain.
See: newAutoTuneOptionsStatus
smart constructor.
AutoTuneOptionsStatus' | |
|
Instances
newAutoTuneOptionsStatus :: AutoTuneOptionsStatus Source #
Create a value of AutoTuneOptionsStatus
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:status:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_status
- Specifies Status of the Auto-Tune options for the specified
Elasticsearch domain.
$sel:options:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_options
- Specifies Auto-Tune options for the specified Elasticsearch domain.
autoTuneOptionsStatus_status :: Lens' AutoTuneOptionsStatus (Maybe AutoTuneStatus) Source #
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
autoTuneOptionsStatus_options :: Lens' AutoTuneOptionsStatus (Maybe AutoTuneOptions) Source #
Specifies Auto-Tune options for the specified Elasticsearch domain.