libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DevOpsGuru.Types.Recommendation

Description

 
Synopsis

Documentation

data Recommendation Source #

Recommendation information to help you remediate detected anomalous behavior that generated an insight.

See: newRecommendation smart constructor.

Constructors

Recommendation' 

Fields

Instances

Instances details
Eq Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

Read Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

NFData Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.Recommendation

type Rep Recommendation = D1 ('MetaData "Recommendation" "Amazonka.DevOpsGuru.Types.Recommendation" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "Recommendation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "relatedAnomalies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationRelatedAnomaly])) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "relatedEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationRelatedEvent])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRecommendation :: Recommendation Source #

Create a value of Recommendation 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:link:Recommendation', recommendation_link - A hyperlink to information to help you address the problem.

$sel:relatedAnomalies:Recommendation', recommendation_relatedAnomalies - Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.

$sel:reason:Recommendation', recommendation_reason - The reason DevOps Guru flagged the anomalous behavior as a problem.

$sel:name:Recommendation', recommendation_name - The name of the recommendation.

$sel:relatedEvents:Recommendation', recommendation_relatedEvents - Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.

$sel:description:Recommendation', recommendation_description - A description of the problem.

recommendation_link :: Lens' Recommendation (Maybe Text) Source #

A hyperlink to information to help you address the problem.

recommendation_relatedAnomalies :: Lens' Recommendation (Maybe [RecommendationRelatedAnomaly]) Source #

Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.

recommendation_reason :: Lens' Recommendation (Maybe Text) Source #

The reason DevOps Guru flagged the anomalous behavior as a problem.

recommendation_name :: Lens' Recommendation (Maybe Text) Source #

The name of the recommendation.

recommendation_relatedEvents :: Lens' Recommendation (Maybe [RecommendationRelatedEvent]) Source #

Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.