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 ReactiveInsightSummary = ReactiveInsightSummary' {}
- newReactiveInsightSummary :: ReactiveInsightSummary
- reactiveInsightSummary_status :: Lens' ReactiveInsightSummary (Maybe InsightStatus)
- reactiveInsightSummary_resourceCollection :: Lens' ReactiveInsightSummary (Maybe ResourceCollection)
- reactiveInsightSummary_severity :: Lens' ReactiveInsightSummary (Maybe InsightSeverity)
- reactiveInsightSummary_insightTimeRange :: Lens' ReactiveInsightSummary (Maybe InsightTimeRange)
- reactiveInsightSummary_name :: Lens' ReactiveInsightSummary (Maybe Text)
- reactiveInsightSummary_id :: Lens' ReactiveInsightSummary (Maybe Text)
- reactiveInsightSummary_serviceCollection :: Lens' ReactiveInsightSummary (Maybe ServiceCollection)
Documentation
data ReactiveInsightSummary Source #
Information about a reactive insight. This object is returned by
DescribeInsight.
See: newReactiveInsightSummary
smart constructor.
ReactiveInsightSummary' | |
|
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:status:ReactiveInsightSummary'
, reactiveInsightSummary_status
- The status of a reactive insight.
$sel:resourceCollection:ReactiveInsightSummary'
, reactiveInsightSummary_resourceCollection
- Undocumented member.
$sel:severity:ReactiveInsightSummary'
, reactiveInsightSummary_severity
- The severity of a reactive insight.
$sel:insightTimeRange:ReactiveInsightSummary'
, reactiveInsightSummary_insightTimeRange
- Undocumented member.
$sel:name:ReactiveInsightSummary'
, reactiveInsightSummary_name
- The name of a reactive insight.
$sel:id:ReactiveInsightSummary'
, reactiveInsightSummary_id
- The ID of a reactive summary.
$sel:serviceCollection:ReactiveInsightSummary'
, reactiveInsightSummary_serviceCollection
- A collection of the names of AWS services.
reactiveInsightSummary_status :: Lens' ReactiveInsightSummary (Maybe InsightStatus) Source #
The status of a reactive insight.
reactiveInsightSummary_resourceCollection :: Lens' ReactiveInsightSummary (Maybe ResourceCollection) Source #
Undocumented member.
reactiveInsightSummary_severity :: Lens' ReactiveInsightSummary (Maybe InsightSeverity) Source #
The severity of a reactive insight.
reactiveInsightSummary_insightTimeRange :: Lens' ReactiveInsightSummary (Maybe InsightTimeRange) Source #
Undocumented member.
reactiveInsightSummary_name :: Lens' ReactiveInsightSummary (Maybe Text) Source #
The name of a reactive insight.
reactiveInsightSummary_id :: Lens' ReactiveInsightSummary (Maybe Text) Source #
The ID of a reactive summary.
reactiveInsightSummary_serviceCollection :: Lens' ReactiveInsightSummary (Maybe ServiceCollection) Source #
A collection of the names of AWS services.