| 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.ReactiveInsight
Description
Synopsis
- data ReactiveInsight = ReactiveInsight' {}
- newReactiveInsight :: ReactiveInsight
- reactiveInsight_description :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_insightTimeRange :: Lens' ReactiveInsight (Maybe InsightTimeRange)
- reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_resourceCollection :: Lens' ReactiveInsight (Maybe ResourceCollection)
- reactiveInsight_severity :: Lens' ReactiveInsight (Maybe InsightSeverity)
- reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_status :: Lens' ReactiveInsight (Maybe InsightStatus)
Documentation
data ReactiveInsight Source #
Information about a reactive insight. This object is returned by
ListInsights.
See: newReactiveInsight smart constructor.
Constructors
| ReactiveInsight' | |
Fields
| |
Instances
newReactiveInsight :: ReactiveInsight Source #
Create a value of ReactiveInsight 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:description:ReactiveInsight', reactiveInsight_description - Describes the reactive insight.
$sel:id:ReactiveInsight', reactiveInsight_id - The ID of a reactive insight.
$sel:insightTimeRange:ReactiveInsight', reactiveInsight_insightTimeRange - Undocumented member.
$sel:name:ReactiveInsight', reactiveInsight_name - The name of a reactive insight.
$sel:resourceCollection:ReactiveInsight', reactiveInsight_resourceCollection - Undocumented member.
$sel:severity:ReactiveInsight', reactiveInsight_severity - The severity of the insight. For more information, see
Understanding insight severities
in the Amazon DevOps Guru User Guide.
$sel:ssmOpsItemId:ReactiveInsight', reactiveInsight_ssmOpsItemId - The ID of the Amazon Web Services System Manager OpsItem created for
this insight. You must enable the creation of OpstItems insights before
they are created for each insight.
$sel:status:ReactiveInsight', reactiveInsight_status - The status of a reactive insight.
reactiveInsight_description :: Lens' ReactiveInsight (Maybe Text) Source #
Describes the reactive insight.
reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text) Source #
The ID of a reactive insight.
reactiveInsight_insightTimeRange :: Lens' ReactiveInsight (Maybe InsightTimeRange) Source #
Undocumented member.
reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text) Source #
The name of a reactive insight.
reactiveInsight_resourceCollection :: Lens' ReactiveInsight (Maybe ResourceCollection) Source #
Undocumented member.
reactiveInsight_severity :: Lens' ReactiveInsight (Maybe InsightSeverity) Source #
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text) Source #
The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
reactiveInsight_status :: Lens' ReactiveInsight (Maybe InsightStatus) Source #
The status of a reactive insight.