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.PerformanceInsightsReferenceData

Description

 
Synopsis

Documentation

data PerformanceInsightsReferenceData Source #

Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.

See: newPerformanceInsightsReferenceData smart constructor.

Constructors

PerformanceInsightsReferenceData' 

Fields

Instances

Instances details
FromJSON PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

Generic PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

Associated Types

type Rep PerformanceInsightsReferenceData :: Type -> Type #

Read PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

Show PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

NFData PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

Eq PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

Hashable PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

type Rep PerformanceInsightsReferenceData Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData

type Rep PerformanceInsightsReferenceData = D1 ('MetaData "PerformanceInsightsReferenceData" "Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceData" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "PerformanceInsightsReferenceData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comparisonValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PerformanceInsightsReferenceComparisonValues)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPerformanceInsightsReferenceData :: PerformanceInsightsReferenceData Source #

Create a value of PerformanceInsightsReferenceData 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:comparisonValues:PerformanceInsightsReferenceData', performanceInsightsReferenceData_comparisonValues - The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues .

$sel:name:PerformanceInsightsReferenceData', performanceInsightsReferenceData_name - The name of the reference data.