libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
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.IoTEvents.Types.NotificationTargetActions

Description

 
Synopsis

Documentation

data NotificationTargetActions Source #

Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the AWS Lambda function provided by AWS IoT Events.

See: newNotificationTargetActions smart constructor.

Instances

Instances details
Eq NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

Read NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

Show NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

Generic NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

Associated Types

type Rep NotificationTargetActions :: Type -> Type #

NFData NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

Hashable NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

ToJSON NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

FromJSON NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

type Rep NotificationTargetActions Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.NotificationTargetActions

type Rep NotificationTargetActions = D1 ('MetaData "NotificationTargetActions" "Amazonka.IoTEvents.Types.NotificationTargetActions" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "NotificationTargetActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaAction))))

newNotificationTargetActions :: NotificationTargetActions Source #

Create a value of NotificationTargetActions 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:lambdaAction:NotificationTargetActions', notificationTargetActions_lambdaAction - Undocumented member.