Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AlarmModelSummary = AlarmModelSummary' {}
- newAlarmModelSummary :: AlarmModelSummary
- alarmModelSummary_creationTime :: Lens' AlarmModelSummary (Maybe UTCTime)
- alarmModelSummary_alarmModelName :: Lens' AlarmModelSummary (Maybe Text)
- alarmModelSummary_alarmModelDescription :: Lens' AlarmModelSummary (Maybe Text)
Documentation
data AlarmModelSummary Source #
Contains a summary of an alarm model.
See: newAlarmModelSummary
smart constructor.
AlarmModelSummary' | |
|
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:creationTime:AlarmModelSummary'
, alarmModelSummary_creationTime
- The time the alarm model was created, in the Unix epoch format.
$sel:alarmModelName:AlarmModelSummary'
, alarmModelSummary_alarmModelName
- The name of the alarm model.
$sel:alarmModelDescription:AlarmModelSummary'
, alarmModelSummary_alarmModelDescription
- The description of the alarm model.
alarmModelSummary_creationTime :: Lens' AlarmModelSummary (Maybe UTCTime) Source #
The time the alarm model was created, in the Unix epoch format.
alarmModelSummary_alarmModelName :: Lens' AlarmModelSummary (Maybe Text) Source #
The name of the alarm model.
alarmModelSummary_alarmModelDescription :: Lens' AlarmModelSummary (Maybe Text) Source #
The description of the alarm model.