| 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.WiFiAccessPoint
Description
Synopsis
Documentation
data WiFiAccessPoint Source #
Wi-Fi access point.
See: newWiFiAccessPoint smart constructor.
Constructors
| WiFiAccessPoint' | |
Fields
| |
Instances
Create a value of WiFiAccessPoint 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:macAddress:WiFiAccessPoint', wiFiAccessPoint_macAddress - Wi-Fi MAC Address.
$sel:rss:WiFiAccessPoint', wiFiAccessPoint_rss - Recived signal strength of the WLAN measurement data.
wiFiAccessPoint_macAddress :: Lens' WiFiAccessPoint Text Source #
Wi-Fi MAC Address.
wiFiAccessPoint_rss :: Lens' WiFiAccessPoint Int Source #
Recived signal strength of the WLAN measurement data.