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 AnomalyDetectorConfigSummary Source #
Contains information about a detector's configuration.
See: newAnomalyDetectorConfigSummary
smart constructor.
AnomalyDetectorConfigSummary' | |
|
Instances
Eq AnomalyDetectorConfigSummary Source # | |
Read AnomalyDetectorConfigSummary Source # | |
Show AnomalyDetectorConfigSummary Source # | |
Generic AnomalyDetectorConfigSummary Source # | |
NFData AnomalyDetectorConfigSummary Source # | |
Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary rnf :: AnomalyDetectorConfigSummary -> () # | |
Hashable AnomalyDetectorConfigSummary Source # | |
FromJSON AnomalyDetectorConfigSummary Source # | |
type Rep AnomalyDetectorConfigSummary Source # | |
Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary type Rep AnomalyDetectorConfigSummary = D1 ('MetaData "AnomalyDetectorConfigSummary" "Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorConfigSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency)))) |
newAnomalyDetectorConfigSummary :: AnomalyDetectorConfigSummary Source #
Create a value of AnomalyDetectorConfigSummary
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:anomalyDetectorFrequency:AnomalyDetectorConfigSummary'
, anomalyDetectorConfigSummary_anomalyDetectorFrequency
- The interval at which the detector analyzes its source data.
anomalyDetectorConfigSummary_anomalyDetectorFrequency :: Lens' AnomalyDetectorConfigSummary (Maybe Frequency) Source #
The interval at which the detector analyzes its source data.