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

Description

 
Synopsis

Documentation

data PerformanceInsightsStat Source #

A statistic in a Performance Insights collection.

See: newPerformanceInsightsStat smart constructor.

Constructors

PerformanceInsightsStat' 

Fields

Instances

Instances details
FromJSON PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

Generic PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

Associated Types

type Rep PerformanceInsightsStat :: Type -> Type #

Read PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

Show PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

NFData PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

Methods

rnf :: PerformanceInsightsStat -> () #

Eq PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

Hashable PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

type Rep PerformanceInsightsStat Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.PerformanceInsightsStat

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

newPerformanceInsightsStat :: PerformanceInsightsStat Source #

Create a value of PerformanceInsightsStat 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:type':PerformanceInsightsStat', performanceInsightsStat_type - The statistic type.

$sel:value:PerformanceInsightsStat', performanceInsightsStat_value - The value of the statistic.