| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.Recommendation
Description
Synopsis
- data Recommendation = Recommendation' {}
- newRecommendation :: Recommendation
- recommendation_category :: Lens' Recommendation (Maybe Text)
- recommendation_description :: Lens' Recommendation (Maybe Text)
- recommendation_link :: Lens' Recommendation (Maybe Text)
- recommendation_name :: Lens' Recommendation (Maybe Text)
- recommendation_reason :: Lens' Recommendation (Maybe Text)
- recommendation_relatedAnomalies :: Lens' Recommendation (Maybe [RecommendationRelatedAnomaly])
- recommendation_relatedEvents :: Lens' Recommendation (Maybe [RecommendationRelatedEvent])
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
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:category:Recommendation', recommendation_category - The category type of the recommendation.
$sel:description:Recommendation', recommendation_description - A description of the problem.
$sel:link:Recommendation', recommendation_link - A hyperlink to information to help you address the problem.
Recommendation, recommendation_name - The name of the recommendation.
$sel:reason:Recommendation', recommendation_reason - The reason DevOps Guru flagged the anomalous behavior as a 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: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.
recommendation_category :: Lens' Recommendation (Maybe Text) Source #
The category type of the recommendation.
recommendation_description :: Lens' Recommendation (Maybe Text) Source #
A description of the problem.
recommendation_link :: Lens' Recommendation (Maybe Text) Source #
A hyperlink to information to help you address the problem.
recommendation_name :: Lens' Recommendation (Maybe Text) Source #
The name of the recommendation.
recommendation_reason :: Lens' Recommendation (Maybe Text) Source #
The reason DevOps Guru flagged the anomalous behavior as a 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_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.