| 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 |
Amazonka.IoTWireless.Types.MessageDeliveryStatusEventConfiguration
Description
Synopsis
- data MessageDeliveryStatusEventConfiguration = MessageDeliveryStatusEventConfiguration' {}
- newMessageDeliveryStatusEventConfiguration :: MessageDeliveryStatusEventConfiguration
- messageDeliveryStatusEventConfiguration_sidewalk :: Lens' MessageDeliveryStatusEventConfiguration (Maybe SidewalkEventNotificationConfigurations)
- messageDeliveryStatusEventConfiguration_wirelessDeviceIdEventTopic :: Lens' MessageDeliveryStatusEventConfiguration (Maybe EventNotificationTopicStatus)
Documentation
data MessageDeliveryStatusEventConfiguration Source #
Message delivery status event configuration object for enabling and disabling relevant topics.
See: newMessageDeliveryStatusEventConfiguration smart constructor.
Constructors
| MessageDeliveryStatusEventConfiguration' | |
Fields
| |
Instances
newMessageDeliveryStatusEventConfiguration :: MessageDeliveryStatusEventConfiguration Source #
Create a value of MessageDeliveryStatusEventConfiguration 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:sidewalk:MessageDeliveryStatusEventConfiguration', messageDeliveryStatusEventConfiguration_sidewalk - Undocumented member.
$sel:wirelessDeviceIdEventTopic:MessageDeliveryStatusEventConfiguration', messageDeliveryStatusEventConfiguration_wirelessDeviceIdEventTopic - Denotes whether the wireless device ID message delivery status event
topic is enabled or disabled.
messageDeliveryStatusEventConfiguration_sidewalk :: Lens' MessageDeliveryStatusEventConfiguration (Maybe SidewalkEventNotificationConfigurations) Source #
Undocumented member.
messageDeliveryStatusEventConfiguration_wirelessDeviceIdEventTopic :: Lens' MessageDeliveryStatusEventConfiguration (Maybe EventNotificationTopicStatus) Source #
Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.