| 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.AutoTune
Description
Documentation
Information about an Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
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.OpenSearch.Types.AutoTune | |
| Eq AutoTune Source # | |
| Hashable AutoTune Source # | |
Defined in Amazonka.OpenSearch.Types.AutoTune | |
| type Rep AutoTune Source # | |
Defined in Amazonka.OpenSearch.Types.AutoTune type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.OpenSearch.Types.AutoTune" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 - Details about an Auto-Tune action.
$sel:autoTuneType:AutoTune', autoTune_autoTuneType - The type of Auto-Tune action.
autoTune_autoTuneDetails :: Lens' AutoTune (Maybe AutoTuneDetails) Source #
Details about an Auto-Tune action.
autoTune_autoTuneType :: Lens' AutoTune (Maybe AutoTuneType) Source #
The type of Auto-Tune action.