amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.JoinEventConfiguration

Description

 
Synopsis

Documentation

data JoinEventConfiguration Source #

Join event configuration object for enabling or disabling topic.

See: newJoinEventConfiguration smart constructor.

Constructors

JoinEventConfiguration' 

Fields

Instances

Instances details
FromJSON JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

ToJSON JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

Generic JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

Associated Types

type Rep JoinEventConfiguration :: Type -> Type #

Read JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

Show JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

NFData JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

Methods

rnf :: JoinEventConfiguration -> () #

Eq JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

Hashable JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

type Rep JoinEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.JoinEventConfiguration

type Rep JoinEventConfiguration = D1 ('MetaData "JoinEventConfiguration" "Amazonka.IoTWireless.Types.JoinEventConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "JoinEventConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loRaWAN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANJoinEventNotificationConfigurations)) :*: S1 ('MetaSel ('Just "wirelessDeviceIdEventTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventNotificationTopicStatus))))

newJoinEventConfiguration :: JoinEventConfiguration Source #

Create a value of JoinEventConfiguration 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:loRaWAN:JoinEventConfiguration', joinEventConfiguration_loRaWAN - Join event configuration object for enabling or disabling LoRaWAN related event topics.

$sel:wirelessDeviceIdEventTopic:JoinEventConfiguration', joinEventConfiguration_wirelessDeviceIdEventTopic - Denotes whether the wireless device ID join event topic is enabled or disabled.

joinEventConfiguration_loRaWAN :: Lens' JoinEventConfiguration (Maybe LoRaWANJoinEventNotificationConfigurations) Source #

Join event configuration object for enabling or disabling LoRaWAN related event topics.

joinEventConfiguration_wirelessDeviceIdEventTopic :: Lens' JoinEventConfiguration (Maybe EventNotificationTopicStatus) Source #

Denotes whether the wireless device ID join event topic is enabled or disabled.