Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Recommendation = Recommendation' {}
- newRecommendation :: Recommendation
- recommendation_link :: Lens' Recommendation (Maybe Text)
- recommendation_relatedAnomalies :: Lens' Recommendation (Maybe [RecommendationRelatedAnomaly])
- recommendation_reason :: Lens' Recommendation (Maybe Text)
- recommendation_name :: Lens' Recommendation (Maybe Text)
- recommendation_relatedEvents :: Lens' Recommendation (Maybe [RecommendationRelatedEvent])
- recommendation_description :: Lens' Recommendation (Maybe Text)
Documentation
data Recommendation Source #
Recommendation information to help you remediate detected anomalous behavior that generated an insight.
See: newRecommendation
smart constructor.
Recommendation' | |
|
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: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.
recommendation_description :: Lens' Recommendation (Maybe Text) Source #
A description of the problem.