| 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.AutoTune
Description
Documentation
Specifies Auto-Tune type and Auto-Tune action details.
See: newAutoTune smart constructor.
Constructors
| AutoTune' | |
Fields
| |
Instances
| FromJSON AutoTune Source # | |
| Generic AutoTune Source # | |
| Read AutoTune Source # | |
| Show AutoTune Source # | |
| NFData AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
| Eq AutoTune Source # | |
| Hashable AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
| type Rep AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.ElasticSearch.Types.AutoTune" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "AutoTune'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDetails)) :*: S1 ('MetaSel ('Just "autoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneType)))) | |
newAutoTune :: AutoTune Source #
Create a value of AutoTune 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:autoTuneDetails:AutoTune', autoTune_autoTuneDetails - Specifies details of the Auto-Tune action. See the
Developer Guide
for more information.
$sel:autoTuneType:AutoTune', autoTune_autoTuneType - Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTune_autoTuneDetails :: Lens' AutoTune (Maybe AutoTuneDetails) Source #
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
autoTune_autoTuneType :: Lens' AutoTune (Maybe AutoTuneType) Source #
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.