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 |
Documentation
data AcknowledgeActionConfiguration Source #
Contains the configuration information of an acknowledge action.
See: newAcknowledgeActionConfiguration
smart constructor.
Instances
Eq AcknowledgeActionConfiguration Source # | |
Read AcknowledgeActionConfiguration Source # | |
Show AcknowledgeActionConfiguration Source # | |
Generic AcknowledgeActionConfiguration Source # | |
NFData AcknowledgeActionConfiguration Source # | |
Hashable AcknowledgeActionConfiguration Source # | |
FromJSON AcknowledgeActionConfiguration Source # | |
type Rep AcknowledgeActionConfiguration Source # | |
Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration type Rep AcknowledgeActionConfiguration = D1 ('MetaData "AcknowledgeActionConfiguration" "Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "AcknowledgeActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newAcknowledgeActionConfiguration :: AcknowledgeActionConfiguration Source #
Create a value of AcknowledgeActionConfiguration
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:note:AcknowledgeActionConfiguration'
, acknowledgeActionConfiguration_note
- The note that you can leave when you acknowledge the alarm.
acknowledgeActionConfiguration_note :: Lens' AcknowledgeActionConfiguration (Maybe Text) Source #
The note that you can leave when you acknowledge the alarm.