Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ConnectionStatusEventConfiguration = ConnectionStatusEventConfiguration' {}
- newConnectionStatusEventConfiguration :: ConnectionStatusEventConfiguration
- connectionStatusEventConfiguration_loRaWAN :: Lens' ConnectionStatusEventConfiguration (Maybe LoRaWANConnectionStatusEventNotificationConfigurations)
- connectionStatusEventConfiguration_wirelessGatewayIdEventTopic :: Lens' ConnectionStatusEventConfiguration (Maybe EventNotificationTopicStatus)
Documentation
data ConnectionStatusEventConfiguration Source #
Connection status event configuration object for enabling or disabling topic.
See: newConnectionStatusEventConfiguration
smart constructor.
ConnectionStatusEventConfiguration' | |
|
Instances
newConnectionStatusEventConfiguration :: ConnectionStatusEventConfiguration Source #
Create a value of ConnectionStatusEventConfiguration
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:ConnectionStatusEventConfiguration'
, connectionStatusEventConfiguration_loRaWAN
- Connection status event configuration object for enabling or disabling
LoRaWAN related event topics.
$sel:wirelessGatewayIdEventTopic:ConnectionStatusEventConfiguration'
, connectionStatusEventConfiguration_wirelessGatewayIdEventTopic
- Denotes whether the wireless gateway ID connection status event topic is
enabled or disabled.
connectionStatusEventConfiguration_loRaWAN :: Lens' ConnectionStatusEventConfiguration (Maybe LoRaWANConnectionStatusEventNotificationConfigurations) Source #
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
connectionStatusEventConfiguration_wirelessGatewayIdEventTopic :: Lens' ConnectionStatusEventConfiguration (Maybe EventNotificationTopicStatus) Source #
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.