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.ReactiveInsightSummary
Description
Synopsis
- data ReactiveInsightSummary = ReactiveInsightSummary' {}
- newReactiveInsightSummary :: ReactiveInsightSummary
- reactiveInsightSummary_associatedResourceArns :: Lens' ReactiveInsightSummary (Maybe [Text])
- reactiveInsightSummary_id :: Lens' ReactiveInsightSummary (Maybe Text)
- reactiveInsightSummary_insightTimeRange :: Lens' ReactiveInsightSummary (Maybe InsightTimeRange)
- reactiveInsightSummary_name :: Lens' ReactiveInsightSummary (Maybe Text)
- reactiveInsightSummary_resourceCollection :: Lens' ReactiveInsightSummary (Maybe ResourceCollection)
- reactiveInsightSummary_serviceCollection :: Lens' ReactiveInsightSummary (Maybe ServiceCollection)
- reactiveInsightSummary_severity :: Lens' ReactiveInsightSummary (Maybe InsightSeverity)
- reactiveInsightSummary_status :: Lens' ReactiveInsightSummary (Maybe InsightStatus)
Documentation
data ReactiveInsightSummary Source #
Information about a reactive insight. This object is returned by
DescribeInsight.
See: newReactiveInsightSummary
smart constructor.
Constructors
ReactiveInsightSummary' | |
Fields
|
Instances
newReactiveInsightSummary :: ReactiveInsightSummary Source #
Create a value of ReactiveInsightSummary
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:ReactiveInsightSummary'
, reactiveInsightSummary_associatedResourceArns
- The Amazon Resource Names (ARNs) of the Amazon Web Services resources
that generated this insight.
$sel:id:ReactiveInsightSummary'
, reactiveInsightSummary_id
- The ID of a reactive summary.
$sel:insightTimeRange:ReactiveInsightSummary'
, reactiveInsightSummary_insightTimeRange
- Undocumented member.
$sel:name:ReactiveInsightSummary'
, reactiveInsightSummary_name
- The name of a reactive insight.
$sel:resourceCollection:ReactiveInsightSummary'
, reactiveInsightSummary_resourceCollection
- Undocumented member.
$sel:serviceCollection:ReactiveInsightSummary'
, reactiveInsightSummary_serviceCollection
- A collection of the names of Amazon Web Services services.
$sel:severity:ReactiveInsightSummary'
, reactiveInsightSummary_severity
- The severity of the insight. For more information, see
Understanding insight severities
in the Amazon DevOps Guru User Guide.
$sel:status:ReactiveInsightSummary'
, reactiveInsightSummary_status
- The status of a reactive insight.
reactiveInsightSummary_associatedResourceArns :: Lens' ReactiveInsightSummary (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
reactiveInsightSummary_id :: Lens' ReactiveInsightSummary (Maybe Text) Source #
The ID of a reactive summary.
reactiveInsightSummary_insightTimeRange :: Lens' ReactiveInsightSummary (Maybe InsightTimeRange) Source #
Undocumented member.
reactiveInsightSummary_name :: Lens' ReactiveInsightSummary (Maybe Text) Source #
The name of a reactive insight.
reactiveInsightSummary_resourceCollection :: Lens' ReactiveInsightSummary (Maybe ResourceCollection) Source #
Undocumented member.
reactiveInsightSummary_serviceCollection :: Lens' ReactiveInsightSummary (Maybe ServiceCollection) Source #
A collection of the names of Amazon Web Services services.
reactiveInsightSummary_severity :: Lens' ReactiveInsightSummary (Maybe InsightSeverity) Source #
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
reactiveInsightSummary_status :: Lens' ReactiveInsightSummary (Maybe InsightStatus) Source #
The status of a reactive insight.