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
Specifies the Auto-Tune type and Auto-Tune action details.
See: newAutoTune
smart constructor.
AutoTune' | |
|
Instances
Eq AutoTune Source # | |
Read AutoTune Source # | |
Show AutoTune Source # | |
Generic AutoTune Source # | |
NFData AutoTune Source # | |
Defined in Amazonka.OpenSearch.Types.AutoTune | |
Hashable AutoTune Source # | |
Defined in Amazonka.OpenSearch.Types.AutoTune | |
FromJSON AutoTune Source # | |
type Rep AutoTune Source # | |
Defined in Amazonka.OpenSearch.Types.AutoTune type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.OpenSearch.Types.AutoTune" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" '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 about the Auto-Tune action. See
Auto-Tune for Amazon OpenSearch Service
for more information.
$sel:autoTuneType:AutoTune'
, autoTune_autoTuneType
- Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTune_autoTuneDetails :: Lens' AutoTune (Maybe AutoTuneDetails) Source #
Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTune_autoTuneType :: Lens' AutoTune (Maybe AutoTuneType) Source #
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.