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

Description

 
Synopsis

Documentation

data PerformanceInsightsReferenceMetric Source #

Information about a reference metric used to evaluate Performance Insights.

See: newPerformanceInsightsReferenceMetric smart constructor.

Constructors

PerformanceInsightsReferenceMetric' 

Fields

Instances

Instances details
FromJSON PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

Generic PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

Associated Types

type Rep PerformanceInsightsReferenceMetric :: Type -> Type #

Read PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

Show PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

NFData PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

Eq PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

Hashable PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

type Rep PerformanceInsightsReferenceMetric Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsReferenceMetric

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

newPerformanceInsightsReferenceMetric :: PerformanceInsightsReferenceMetric Source #

Create a value of PerformanceInsightsReferenceMetric 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:metricQuery:PerformanceInsightsReferenceMetric', performanceInsightsReferenceMetric_metricQuery - A query to be processed on the metric.