amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Description

 
Synopsis

Documentation

data MonitoringAlertHistorySummary Source #

Provides summary information of an alert's history.

See: newMonitoringAlertHistorySummary smart constructor.

Constructors

MonitoringAlertHistorySummary' 

Fields

Instances

Instances details
FromJSON MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Generic MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Associated Types

type Rep MonitoringAlertHistorySummary :: Type -> Type #

Read MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Show MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

NFData MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Eq MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

Hashable MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

type Rep MonitoringAlertHistorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertHistorySummary

type Rep MonitoringAlertHistorySummary = D1 ('MetaData "MonitoringAlertHistorySummary" "Amazonka.SageMaker.Types.MonitoringAlertHistorySummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "MonitoringAlertHistorySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringAlertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "alertStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringAlertStatus))))

newMonitoringAlertHistorySummary Source #

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_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.