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

Description

 
Synopsis

Documentation

data AnomalySourceMetadata Source #

Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data
 over a period of time

See: newAnomalySourceMetadata smart constructor.

Constructors

AnomalySourceMetadata' 

Fields

Instances

Instances details
FromJSON AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

Generic AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

Associated Types

type Rep AnomalySourceMetadata :: Type -> Type #

Read AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

Show AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

NFData AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

Methods

rnf :: AnomalySourceMetadata -> () #

Eq AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

Hashable AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

type Rep AnomalySourceMetadata Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalySourceMetadata

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

newAnomalySourceMetadata :: AnomalySourceMetadata Source #

Create a value of AnomalySourceMetadata 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:source:AnomalySourceMetadata', anomalySourceMetadata_source - The source of the anomaly.

$sel:sourceResourceName:AnomalySourceMetadata', anomalySourceMetadata_sourceResourceName - The name of the anomaly's resource.

$sel:sourceResourceType:AnomalySourceMetadata', anomalySourceMetadata_sourceResourceType - The anomaly's resource type.