| 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 |
Amazonka.DevOpsGuru.Types.ProactiveInsightSummary
Description
Synopsis
- data ProactiveInsightSummary = ProactiveInsightSummary' {}
- newProactiveInsightSummary :: ProactiveInsightSummary
- proactiveInsightSummary_status :: Lens' ProactiveInsightSummary (Maybe InsightStatus)
- proactiveInsightSummary_resourceCollection :: Lens' ProactiveInsightSummary (Maybe ResourceCollection)
- proactiveInsightSummary_severity :: Lens' ProactiveInsightSummary (Maybe InsightSeverity)
- proactiveInsightSummary_insightTimeRange :: Lens' ProactiveInsightSummary (Maybe InsightTimeRange)
- proactiveInsightSummary_name :: Lens' ProactiveInsightSummary (Maybe Text)
- proactiveInsightSummary_predictionTimeRange :: Lens' ProactiveInsightSummary (Maybe PredictionTimeRange)
- proactiveInsightSummary_id :: Lens' ProactiveInsightSummary (Maybe Text)
- proactiveInsightSummary_serviceCollection :: Lens' ProactiveInsightSummary (Maybe ServiceCollection)
Documentation
data ProactiveInsightSummary Source #
Details about a proactive insight. This object is returned by
DescribeInsight.
See: newProactiveInsightSummary smart constructor.
Constructors
| ProactiveInsightSummary' | |
Fields
| |
Instances
newProactiveInsightSummary :: ProactiveInsightSummary Source #
Create a value of ProactiveInsightSummary 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:status:ProactiveInsightSummary', proactiveInsightSummary_status - The status of the proactive insight.
$sel:resourceCollection:ProactiveInsightSummary', proactiveInsightSummary_resourceCollection - Undocumented member.
$sel:severity:ProactiveInsightSummary', proactiveInsightSummary_severity - The severity of the proactive insight.
$sel:insightTimeRange:ProactiveInsightSummary', proactiveInsightSummary_insightTimeRange - Undocumented member.
$sel:name:ProactiveInsightSummary', proactiveInsightSummary_name - The name of the proactive insight.
$sel:predictionTimeRange:ProactiveInsightSummary', proactiveInsightSummary_predictionTimeRange - Undocumented member.
$sel:id:ProactiveInsightSummary', proactiveInsightSummary_id - The ID of the proactive insight.
$sel:serviceCollection:ProactiveInsightSummary', proactiveInsightSummary_serviceCollection - A collection of the names of AWS services.
proactiveInsightSummary_status :: Lens' ProactiveInsightSummary (Maybe InsightStatus) Source #
The status of the proactive insight.
proactiveInsightSummary_resourceCollection :: Lens' ProactiveInsightSummary (Maybe ResourceCollection) Source #
Undocumented member.
proactiveInsightSummary_severity :: Lens' ProactiveInsightSummary (Maybe InsightSeverity) Source #
The severity of the proactive insight.
proactiveInsightSummary_insightTimeRange :: Lens' ProactiveInsightSummary (Maybe InsightTimeRange) Source #
Undocumented member.
proactiveInsightSummary_name :: Lens' ProactiveInsightSummary (Maybe Text) Source #
The name of the proactive insight.
proactiveInsightSummary_predictionTimeRange :: Lens' ProactiveInsightSummary (Maybe PredictionTimeRange) Source #
Undocumented member.
proactiveInsightSummary_id :: Lens' ProactiveInsightSummary (Maybe Text) Source #
The ID of the proactive insight.
proactiveInsightSummary_serviceCollection :: Lens' ProactiveInsightSummary (Maybe ServiceCollection) Source #
A collection of the names of AWS services.