| 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.ProactiveInsightSummary
Description
Synopsis
- data ProactiveInsightSummary = ProactiveInsightSummary' {
- associatedResourceArns :: Maybe [Text]
- id :: Maybe Text
- insightTimeRange :: Maybe InsightTimeRange
- name :: Maybe Text
- predictionTimeRange :: Maybe PredictionTimeRange
- resourceCollection :: Maybe ResourceCollection
- serviceCollection :: Maybe ServiceCollection
- severity :: Maybe InsightSeverity
- status :: Maybe InsightStatus
- newProactiveInsightSummary :: ProactiveInsightSummary
- proactiveInsightSummary_associatedResourceArns :: Lens' ProactiveInsightSummary (Maybe [Text])
- proactiveInsightSummary_id :: Lens' ProactiveInsightSummary (Maybe Text)
- proactiveInsightSummary_insightTimeRange :: Lens' ProactiveInsightSummary (Maybe InsightTimeRange)
- proactiveInsightSummary_name :: Lens' ProactiveInsightSummary (Maybe Text)
- proactiveInsightSummary_predictionTimeRange :: Lens' ProactiveInsightSummary (Maybe PredictionTimeRange)
- proactiveInsightSummary_resourceCollection :: Lens' ProactiveInsightSummary (Maybe ResourceCollection)
- proactiveInsightSummary_serviceCollection :: Lens' ProactiveInsightSummary (Maybe ServiceCollection)
- proactiveInsightSummary_severity :: Lens' ProactiveInsightSummary (Maybe InsightSeverity)
- proactiveInsightSummary_status :: Lens' ProactiveInsightSummary (Maybe InsightStatus)
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:associatedResourceArns:ProactiveInsightSummary', proactiveInsightSummary_associatedResourceArns - The Amazon Resource Names (ARNs) of the Amazon Web Services resources
that generated this insight.
$sel:id:ProactiveInsightSummary', proactiveInsightSummary_id - The ID 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:resourceCollection:ProactiveInsightSummary', proactiveInsightSummary_resourceCollection - Undocumented member.
$sel:serviceCollection:ProactiveInsightSummary', proactiveInsightSummary_serviceCollection - A collection of the names of Amazon Web Services services.
$sel:severity:ProactiveInsightSummary', proactiveInsightSummary_severity - The severity of the insight. For more information, see
Understanding insight severities
in the Amazon DevOps Guru User Guide.
$sel:status:ProactiveInsightSummary', proactiveInsightSummary_status - The status of the proactive insight.
proactiveInsightSummary_associatedResourceArns :: Lens' ProactiveInsightSummary (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
proactiveInsightSummary_id :: Lens' ProactiveInsightSummary (Maybe Text) Source #
The ID 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_resourceCollection :: Lens' ProactiveInsightSummary (Maybe ResourceCollection) Source #
Undocumented member.
proactiveInsightSummary_serviceCollection :: Lens' ProactiveInsightSummary (Maybe ServiceCollection) Source #
A collection of the names of Amazon Web Services services.
proactiveInsightSummary_severity :: Lens' ProactiveInsightSummary (Maybe InsightSeverity) Source #
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
proactiveInsightSummary_status :: Lens' ProactiveInsightSummary (Maybe InsightStatus) Source #
The status of the proactive insight.