| 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.ProximityEventConfiguration
Description
Synopsis
- data ProximityEventConfiguration = ProximityEventConfiguration' {}
- newProximityEventConfiguration :: ProximityEventConfiguration
- proximityEventConfiguration_sidewalk :: Lens' ProximityEventConfiguration (Maybe SidewalkEventNotificationConfigurations)
- proximityEventConfiguration_wirelessDeviceIdEventTopic :: Lens' ProximityEventConfiguration (Maybe EventNotificationTopicStatus)
Documentation
data ProximityEventConfiguration Source #
Proximity event configuration object for enabling and disabling relevant topics.
See: newProximityEventConfiguration smart constructor.
Constructors
| ProximityEventConfiguration' | |
Fields
| |
Instances
newProximityEventConfiguration :: ProximityEventConfiguration Source #
Create a value of ProximityEventConfiguration 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:ProximityEventConfiguration', proximityEventConfiguration_sidewalk - Proximity event configuration object for enabling or disabling Sidewalk
related event topics.
$sel:wirelessDeviceIdEventTopic:ProximityEventConfiguration', proximityEventConfiguration_wirelessDeviceIdEventTopic - Denotes whether the wireless device ID proximity event topic is enabled
or disabled.
proximityEventConfiguration_sidewalk :: Lens' ProximityEventConfiguration (Maybe SidewalkEventNotificationConfigurations) Source #
Proximity event configuration object for enabling or disabling Sidewalk related event topics.
proximityEventConfiguration_wirelessDeviceIdEventTopic :: Lens' ProximityEventConfiguration (Maybe EventNotificationTopicStatus) Source #
Denotes whether the wireless device ID proximity event topic is enabled or disabled.