libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Description

 
Synopsis

Documentation

data AcknowledgeActionConfiguration Source #

Contains the configuration information of an acknowledge action.

See: newAcknowledgeActionConfiguration smart constructor.

Constructors

AcknowledgeActionConfiguration' 

Fields

  • note :: Maybe Text

    The note that you can leave when you acknowledge the alarm.

Instances

Instances details
Eq AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Read AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Show AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Generic AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Associated Types

type Rep AcknowledgeActionConfiguration :: Type -> Type #

NFData AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Hashable AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

FromJSON AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

type Rep AcknowledgeActionConfiguration Source # 
Instance details

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.