amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Description

 
Synopsis

Documentation

data AnomalySourceDetails Source #

Details about the source of the anomalous operational data that triggered the anomaly.

See: newAnomalySourceDetails smart constructor.

Constructors

AnomalySourceDetails' 

Fields

Instances

Instances details
FromJSON AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Generic AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Associated Types

type Rep AnomalySourceDetails :: Type -> Type #

Read AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Show AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

NFData AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Methods

rnf :: AnomalySourceDetails -> () #

Eq AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

Hashable AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

type Rep AnomalySourceDetails Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceDetails

type Rep AnomalySourceDetails = D1 ('MetaData "AnomalySourceDetails" "Amazonka.DevOpsGuru.Types.AnomalySourceDetails" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "AnomalySourceDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CloudWatchMetricsDetail])) :*: S1 ('MetaSel ('Just "performanceInsightsMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PerformanceInsightsMetricsDetail]))))

newAnomalySourceDetails :: AnomalySourceDetails Source #

Create a value of AnomalySourceDetails 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:cloudWatchMetrics:AnomalySourceDetails', anomalySourceDetails_cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

$sel:performanceInsightsMetrics:AnomalySourceDetails', anomalySourceDetails_performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.

anomalySourceDetails_cloudWatchMetrics :: Lens' AnomalySourceDetails (Maybe [CloudWatchMetricsDetail]) Source #

An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

anomalySourceDetails_performanceInsightsMetrics :: Lens' AnomalySourceDetails (Maybe [PerformanceInsightsMetricsDetail]) Source #

An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.