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

Description

 
Synopsis

Documentation

data PerformanceInsightsReferenceScalar Source #

A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.

See: newPerformanceInsightsReferenceScalar smart constructor.

Constructors

PerformanceInsightsReferenceScalar' 

Fields

Instances

Instances details
FromJSON PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

Generic PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

Associated Types

type Rep PerformanceInsightsReferenceScalar :: Type -> Type #

Read PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

Show PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

NFData PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

Eq PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

Hashable PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

type Rep PerformanceInsightsReferenceScalar Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar

type Rep PerformanceInsightsReferenceScalar = D1 ('MetaData "PerformanceInsightsReferenceScalar" "Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceScalar" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "PerformanceInsightsReferenceScalar'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newPerformanceInsightsReferenceScalar :: PerformanceInsightsReferenceScalar Source #

Create a value of PerformanceInsightsReferenceScalar 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:value:PerformanceInsightsReferenceScalar', performanceInsightsReferenceScalar_value - The reference value.