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

Description

 
Synopsis

Documentation

data RecommendationRelatedAnomaly Source #

Information about an anomaly that is related to a recommendation.

See: newRecommendationRelatedAnomaly smart constructor.

Constructors

RecommendationRelatedAnomaly' 

Fields

Instances

Instances details
FromJSON RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

Generic RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

Associated Types

type Rep RecommendationRelatedAnomaly :: Type -> Type #

Read RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

Show RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

NFData RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

Eq RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

Hashable RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

type Rep RecommendationRelatedAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly

type Rep RecommendationRelatedAnomaly = D1 ('MetaData "RecommendationRelatedAnomaly" "Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomaly" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "RecommendationRelatedAnomaly'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationRelatedAnomalyResource])) :*: S1 ('MetaSel ('Just "sourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationRelatedAnomalySourceDetail])))))

newRecommendationRelatedAnomaly :: RecommendationRelatedAnomaly Source #

Create a value of RecommendationRelatedAnomaly 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:anomalyId:RecommendationRelatedAnomaly', recommendationRelatedAnomaly_anomalyId - The ID of an anomaly that generated the insight with this recommendation.

$sel:resources:RecommendationRelatedAnomaly', recommendationRelatedAnomaly_resources - An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.

$sel:sourceDetails:RecommendationRelatedAnomaly', recommendationRelatedAnomaly_sourceDetails - Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.

recommendationRelatedAnomaly_anomalyId :: Lens' RecommendationRelatedAnomaly (Maybe Text) Source #

The ID of an anomaly that generated the insight with this recommendation.

recommendationRelatedAnomaly_resources :: Lens' RecommendationRelatedAnomaly (Maybe [RecommendationRelatedAnomalyResource]) Source #

An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.

recommendationRelatedAnomaly_sourceDetails :: Lens' RecommendationRelatedAnomaly (Maybe [RecommendationRelatedAnomalySourceDetail]) Source #

Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.