| 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.IoTEvents.Types.AlarmModelSummary
Description
Synopsis
- data AlarmModelSummary = AlarmModelSummary' {}
- newAlarmModelSummary :: AlarmModelSummary
- alarmModelSummary_alarmModelDescription :: Lens' AlarmModelSummary (Maybe Text)
- alarmModelSummary_alarmModelName :: Lens' AlarmModelSummary (Maybe Text)
- alarmModelSummary_creationTime :: Lens' AlarmModelSummary (Maybe UTCTime)
Documentation
data AlarmModelSummary Source #
Contains a summary of an alarm model.
See: newAlarmModelSummary smart constructor.
Constructors
| AlarmModelSummary' | |
Fields
| |
Instances
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_alarmModelDescription :: Lens' AlarmModelSummary (Maybe Text) Source #
The description of the alarm model.
alarmModelSummary_alarmModelName :: Lens' AlarmModelSummary (Maybe Text) Source #
The name of the alarm model.
alarmModelSummary_creationTime :: Lens' AlarmModelSummary (Maybe UTCTime) Source #
The time the alarm model was created, in the Unix epoch format.