amazonka-iotevents-2.0: Amazon IoT Events 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.IoTEvents.Types.AlarmModelSummary

Description

 
Synopsis

Documentation

data AlarmModelSummary Source #

Contains a summary of an alarm model.

See: newAlarmModelSummary smart constructor.

Constructors

AlarmModelSummary' 

Fields

Instances

Instances details
FromJSON AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

Generic AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

Associated Types

type Rep AlarmModelSummary :: Type -> Type #

Read AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

Show AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

NFData AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

Methods

rnf :: AlarmModelSummary -> () #

Eq AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

Hashable AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

type Rep AlarmModelSummary Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AlarmModelSummary

type Rep AlarmModelSummary = D1 ('MetaData "AlarmModelSummary" "Amazonka.IoTEvents.Types.AlarmModelSummary" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" 'False) (C1 ('MetaCons "AlarmModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmModelDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newAlarmModelSummary :: AlarmModelSummary Source #

Create a value of AlarmModelSummary 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:alarmModelDescription:AlarmModelSummary', alarmModelSummary_alarmModelDescription - The description of the alarm model.

$sel:alarmModelName:AlarmModelSummary', alarmModelSummary_alarmModelName - The name of the alarm model.

$sel:creationTime:AlarmModelSummary', alarmModelSummary_creationTime - The time the alarm model was created, in the Unix epoch format.

alarmModelSummary_creationTime :: Lens' AlarmModelSummary (Maybe UTCTime) Source #

The time the alarm model was created, in the Unix epoch format.