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.ReactiveAnomalySummary
Description
Synopsis
- data ReactiveAnomalySummary = ReactiveAnomalySummary' {
- anomalyReportedTimeRange :: Maybe AnomalyReportedTimeRange
- anomalyResources :: Maybe [AnomalyResource]
- anomalyTimeRange :: Maybe AnomalyTimeRange
- associatedInsightId :: Maybe Text
- causalAnomalyId :: Maybe Text
- description :: Maybe Text
- id :: Maybe Text
- name :: Maybe Text
- resourceCollection :: Maybe ResourceCollection
- severity :: Maybe AnomalySeverity
- sourceDetails :: Maybe AnomalySourceDetails
- status :: Maybe AnomalyStatus
- type' :: Maybe AnomalyType
- newReactiveAnomalySummary :: ReactiveAnomalySummary
- reactiveAnomalySummary_anomalyReportedTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyReportedTimeRange)
- reactiveAnomalySummary_anomalyResources :: Lens' ReactiveAnomalySummary (Maybe [AnomalyResource])
- reactiveAnomalySummary_anomalyTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyTimeRange)
- reactiveAnomalySummary_associatedInsightId :: Lens' ReactiveAnomalySummary (Maybe Text)
- reactiveAnomalySummary_causalAnomalyId :: Lens' ReactiveAnomalySummary (Maybe Text)
- reactiveAnomalySummary_description :: Lens' ReactiveAnomalySummary (Maybe Text)
- reactiveAnomalySummary_id :: Lens' ReactiveAnomalySummary (Maybe Text)
- reactiveAnomalySummary_name :: Lens' ReactiveAnomalySummary (Maybe Text)
- reactiveAnomalySummary_resourceCollection :: Lens' ReactiveAnomalySummary (Maybe ResourceCollection)
- reactiveAnomalySummary_severity :: Lens' ReactiveAnomalySummary (Maybe AnomalySeverity)
- reactiveAnomalySummary_sourceDetails :: Lens' ReactiveAnomalySummary (Maybe AnomalySourceDetails)
- reactiveAnomalySummary_status :: Lens' ReactiveAnomalySummary (Maybe AnomalyStatus)
- reactiveAnomalySummary_type :: Lens' ReactiveAnomalySummary (Maybe AnomalyType)
Documentation
data ReactiveAnomalySummary Source #
Details about a reactive anomaly. This object is returned by
DescribeAnomaly.
See: newReactiveAnomalySummary
smart constructor.
Constructors
ReactiveAnomalySummary' | |
Fields
|
Instances
newReactiveAnomalySummary :: ReactiveAnomalySummary Source #
Create a value of ReactiveAnomalySummary
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:anomalyReportedTimeRange:ReactiveAnomalySummary'
, reactiveAnomalySummary_anomalyReportedTimeRange
- An AnomalyReportedTimeRange
object that specifies the time range
between when the anomaly is opened and the time when it is closed.
$sel:anomalyResources:ReactiveAnomalySummary'
, reactiveAnomalySummary_anomalyResources
- The Amazon Web Services resources in which anomalous behavior was
detected by DevOps Guru.
$sel:anomalyTimeRange:ReactiveAnomalySummary'
, reactiveAnomalySummary_anomalyTimeRange
- Undocumented member.
$sel:associatedInsightId:ReactiveAnomalySummary'
, reactiveAnomalySummary_associatedInsightId
- The ID of the insight that contains this anomaly. An insight is composed
of related anomalies.
$sel:causalAnomalyId:ReactiveAnomalySummary'
, reactiveAnomalySummary_causalAnomalyId
- The ID of the causal anomaly that is associated with this reactive
anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
$sel:description:ReactiveAnomalySummary'
, reactiveAnomalySummary_description
- A description of the reactive anomaly.
$sel:id:ReactiveAnomalySummary'
, reactiveAnomalySummary_id
- The ID of the reactive anomaly.
ReactiveAnomalySummary
, reactiveAnomalySummary_name
- The name of the reactive anomaly.
$sel:resourceCollection:ReactiveAnomalySummary'
, reactiveAnomalySummary_resourceCollection
- Undocumented member.
$sel:severity:ReactiveAnomalySummary'
, reactiveAnomalySummary_severity
- The severity of the anomaly. The severity of anomalies that generate an
insight determine that insight's severity. For more information, see
Understanding insight severities
in the Amazon DevOps Guru User Guide.
$sel:sourceDetails:ReactiveAnomalySummary'
, reactiveAnomalySummary_sourceDetails
- Details about the source of the analyzed operational data that triggered
the anomaly. The one supported source is Amazon CloudWatch metrics.
$sel:status:ReactiveAnomalySummary'
, reactiveAnomalySummary_status
- The status of the reactive anomaly.
ReactiveAnomalySummary
, reactiveAnomalySummary_type
- The type of the reactive anomaly. It can be one of the following types.
CAUSAL
- the anomaly can cause a new insight.CONTEXTUAL
- the anomaly contains additional information about an insight or its causal anomaly.
reactiveAnomalySummary_anomalyReportedTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyReportedTimeRange) Source #
An AnomalyReportedTimeRange
object that specifies the time range
between when the anomaly is opened and the time when it is closed.
reactiveAnomalySummary_anomalyResources :: Lens' ReactiveAnomalySummary (Maybe [AnomalyResource]) Source #
The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
reactiveAnomalySummary_anomalyTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyTimeRange) Source #
Undocumented member.
reactiveAnomalySummary_associatedInsightId :: Lens' ReactiveAnomalySummary (Maybe Text) Source #
The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
reactiveAnomalySummary_causalAnomalyId :: Lens' ReactiveAnomalySummary (Maybe Text) Source #
The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
reactiveAnomalySummary_description :: Lens' ReactiveAnomalySummary (Maybe Text) Source #
A description of the reactive anomaly.
reactiveAnomalySummary_id :: Lens' ReactiveAnomalySummary (Maybe Text) Source #
The ID of the reactive anomaly.
reactiveAnomalySummary_name :: Lens' ReactiveAnomalySummary (Maybe Text) Source #
The name of the reactive anomaly.
reactiveAnomalySummary_resourceCollection :: Lens' ReactiveAnomalySummary (Maybe ResourceCollection) Source #
Undocumented member.
reactiveAnomalySummary_severity :: Lens' ReactiveAnomalySummary (Maybe AnomalySeverity) Source #
The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
reactiveAnomalySummary_sourceDetails :: Lens' ReactiveAnomalySummary (Maybe AnomalySourceDetails) Source #
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
reactiveAnomalySummary_status :: Lens' ReactiveAnomalySummary (Maybe AnomalyStatus) Source #
The status of the reactive anomaly.
reactiveAnomalySummary_type :: Lens' ReactiveAnomalySummary (Maybe AnomalyType) Source #
The type of the reactive anomaly. It can be one of the following types.
CAUSAL
- the anomaly can cause a new insight.CONTEXTUAL
- the anomaly contains additional information about an insight or its causal anomaly.