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

Description

 
Synopsis

Documentation

data TimestampMetricValuePair Source #

A pair that contains metric values at the respective timestamp.

See: newTimestampMetricValuePair smart constructor.

Constructors

TimestampMetricValuePair' 

Fields

Instances

Instances details
FromJSON TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

Generic TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

Associated Types

type Rep TimestampMetricValuePair :: Type -> Type #

Read TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

Show TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

NFData TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

Eq TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

Hashable TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

type Rep TimestampMetricValuePair Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TimestampMetricValuePair

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

newTimestampMetricValuePair :: TimestampMetricValuePair Source #

Create a value of TimestampMetricValuePair 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:metricValue:TimestampMetricValuePair', timestampMetricValuePair_metricValue - Value of the anomalous metric data point at respective Timestamp.

$sel:timestamp:TimestampMetricValuePair', timestampMetricValuePair_timestamp - A Timestamp that specifies the time the event occurred.

timestampMetricValuePair_metricValue :: Lens' TimestampMetricValuePair (Maybe Double) Source #

Value of the anomalous metric data point at respective Timestamp.

timestampMetricValuePair_timestamp :: Lens' TimestampMetricValuePair (Maybe UTCTime) Source #

A Timestamp that specifies the time the event occurred.