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

Description

 
Synopsis

Documentation

data AnomalyResource Source #

The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.

See: newAnomalyResource smart constructor.

Constructors

AnomalyResource' 

Fields

Instances

Instances details
FromJSON AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

Generic AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

Associated Types

type Rep AnomalyResource :: Type -> Type #

Read AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

Show AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

NFData AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

Methods

rnf :: AnomalyResource -> () #

Eq AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

Hashable AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

type Rep AnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyResource

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

newAnomalyResource :: AnomalyResource Source #

Create a value of AnomalyResource 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:name:AnomalyResource', anomalyResource_name - The name of the Amazon Web Services resource.

$sel:type':AnomalyResource', anomalyResource_type - The type of the Amazon Web Services resource.

anomalyResource_name :: Lens' AnomalyResource (Maybe Text) Source #

The name of the Amazon Web Services resource.

anomalyResource_type :: Lens' AnomalyResource (Maybe Text) Source #

The type of the Amazon Web Services resource.