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.EnableAlarmActionRequest

Description

 
Synopsis

Documentation

data EnableAlarmActionRequest Source #

Information needed to enable the alarm.

See: newEnableAlarmActionRequest smart constructor.

Constructors

EnableAlarmActionRequest' 

Fields

Instances

Instances details
Eq EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Read EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Show EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Generic EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Associated Types

type Rep EnableAlarmActionRequest :: Type -> Type #

NFData EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Hashable EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

ToJSON EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

type Rep EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

type Rep EnableAlarmActionRequest = D1 ('MetaData "EnableAlarmActionRequest" "Amazonka.IoTEventsData.Types.EnableAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "EnableAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEnableAlarmActionRequest Source #

Create a value of EnableAlarmActionRequest 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:keyValue:EnableAlarmActionRequest', enableAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:EnableAlarmActionRequest', enableAlarmActionRequest_note - The note that you can leave when you enable the alarm.

$sel:requestId:EnableAlarmActionRequest', enableAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:EnableAlarmActionRequest', enableAlarmActionRequest_alarmModelName - The name of the alarm model.

enableAlarmActionRequest_keyValue :: Lens' EnableAlarmActionRequest (Maybe Text) Source #

The value of the key used as a filter to select only the alarms associated with the key.

enableAlarmActionRequest_note :: Lens' EnableAlarmActionRequest (Maybe Text) Source #

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

enableAlarmActionRequest_requestId :: Lens' EnableAlarmActionRequest Text Source #

The request ID. Each ID must be unique within each batch.