| 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.SageMaker.Types.MonitoringAlertHistorySummary
Description
Synopsis
- data MonitoringAlertHistorySummary = MonitoringAlertHistorySummary' {}
- newMonitoringAlertHistorySummary :: Text -> Text -> UTCTime -> MonitoringAlertStatus -> MonitoringAlertHistorySummary
- monitoringAlertHistorySummary_monitoringScheduleName :: Lens' MonitoringAlertHistorySummary Text
- monitoringAlertHistorySummary_monitoringAlertName :: Lens' MonitoringAlertHistorySummary Text
- monitoringAlertHistorySummary_creationTime :: Lens' MonitoringAlertHistorySummary UTCTime
- monitoringAlertHistorySummary_alertStatus :: Lens' MonitoringAlertHistorySummary MonitoringAlertStatus
Documentation
data MonitoringAlertHistorySummary Source #
Provides summary information of an alert's history.
See: newMonitoringAlertHistorySummary smart constructor.
Constructors
| MonitoringAlertHistorySummary' | |
Fields
| |
Instances
newMonitoringAlertHistorySummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> MonitoringAlertStatus | |
| -> MonitoringAlertHistorySummary |
Create a value of MonitoringAlertHistorySummary 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:monitoringScheduleName:MonitoringAlertHistorySummary', monitoringAlertHistorySummary_monitoringScheduleName - The name of a monitoring schedule.
$sel:monitoringAlertName:MonitoringAlertHistorySummary', monitoringAlertHistorySummary_monitoringAlertName - The name of a monitoring alert.
$sel:creationTime:MonitoringAlertHistorySummary', monitoringAlertHistorySummary_creationTime - A timestamp that indicates when the first alert transition occurred in
an alert history. An alert transition can be from status InAlert to
OK, or from OK to InAlert.
$sel:alertStatus:MonitoringAlertHistorySummary', monitoringAlertHistorySummary_alertStatus - The current alert status of an alert.
monitoringAlertHistorySummary_monitoringScheduleName :: Lens' MonitoringAlertHistorySummary Text Source #
The name of a monitoring schedule.
monitoringAlertHistorySummary_monitoringAlertName :: Lens' MonitoringAlertHistorySummary Text Source #
The name of a monitoring alert.
monitoringAlertHistorySummary_creationTime :: Lens' MonitoringAlertHistorySummary UTCTime Source #
A timestamp that indicates when the first alert transition occurred in
an alert history. An alert transition can be from status InAlert to
OK, or from OK to InAlert.
monitoringAlertHistorySummary_alertStatus :: Lens' MonitoringAlertHistorySummary MonitoringAlertStatus Source #
The current alert status of an alert.