amazonka-cloudwatch-2.0: Amazon CloudWatch 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.CloudWatch.Types.InsightRuleContributorDatapoint

Description

 
Synopsis

Documentation

data InsightRuleContributorDatapoint Source #

One data point related to one contributor.

For more information, see GetInsightRuleReport and InsightRuleContributor.

See: newInsightRuleContributorDatapoint smart constructor.

Constructors

InsightRuleContributorDatapoint' 

Fields

Instances

Instances details
FromXML InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

Generic InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

Associated Types

type Rep InsightRuleContributorDatapoint :: Type -> Type #

Read InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

Show InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

NFData InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

Eq InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

Hashable InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

type Rep InsightRuleContributorDatapoint Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint

type Rep InsightRuleContributorDatapoint = D1 ('MetaData "InsightRuleContributorDatapoint" "Amazonka.CloudWatch.Types.InsightRuleContributorDatapoint" "amazonka-cloudwatch-2.0-9xq2AWTkbYo3pEtgQNn4jD" 'False) (C1 ('MetaCons "InsightRuleContributorDatapoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "approximateValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newInsightRuleContributorDatapoint Source #

Create a value of InsightRuleContributorDatapoint 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:timestamp:InsightRuleContributorDatapoint', insightRuleContributorDatapoint_timestamp - The timestamp of the data point.

$sel:approximateValue:InsightRuleContributorDatapoint', insightRuleContributorDatapoint_approximateValue - The approximate value that this contributor added during this timestamp.

insightRuleContributorDatapoint_approximateValue :: Lens' InsightRuleContributorDatapoint Double Source #

The approximate value that this contributor added during this timestamp.