| 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.LoRaWANUpdateDevice
Description
Synopsis
- data LoRaWANUpdateDevice = LoRaWANUpdateDevice' {}
- newLoRaWANUpdateDevice :: LoRaWANUpdateDevice
- loRaWANUpdateDevice_abpV1_0_x :: Lens' LoRaWANUpdateDevice (Maybe UpdateAbpV1_0_x)
- loRaWANUpdateDevice_abpV1_1 :: Lens' LoRaWANUpdateDevice (Maybe UpdateAbpV1_1)
- loRaWANUpdateDevice_deviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text)
- loRaWANUpdateDevice_fPorts :: Lens' LoRaWANUpdateDevice (Maybe UpdateFPorts)
- loRaWANUpdateDevice_serviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text)
Documentation
data LoRaWANUpdateDevice Source #
LoRaWAN object for update functions.
See: newLoRaWANUpdateDevice smart constructor.
Constructors
| LoRaWANUpdateDevice' | |
Fields
| |
Instances
newLoRaWANUpdateDevice :: LoRaWANUpdateDevice Source #
Create a value of LoRaWANUpdateDevice 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:abpV1_0_x:LoRaWANUpdateDevice', loRaWANUpdateDevice_abpV1_0_x - ABP device object for update APIs for v1.0.x
$sel:abpV1_1:LoRaWANUpdateDevice', loRaWANUpdateDevice_abpV1_1 - ABP device object for update APIs for v1.1
$sel:deviceProfileId:LoRaWANUpdateDevice', loRaWANUpdateDevice_deviceProfileId - The ID of the device profile for the wireless device.
$sel:fPorts:LoRaWANUpdateDevice', loRaWANUpdateDevice_fPorts - FPorts object for the positioning information of the device.
$sel:serviceProfileId:LoRaWANUpdateDevice', loRaWANUpdateDevice_serviceProfileId - The ID of the service profile.
loRaWANUpdateDevice_abpV1_0_x :: Lens' LoRaWANUpdateDevice (Maybe UpdateAbpV1_0_x) Source #
ABP device object for update APIs for v1.0.x
loRaWANUpdateDevice_abpV1_1 :: Lens' LoRaWANUpdateDevice (Maybe UpdateAbpV1_1) Source #
ABP device object for update APIs for v1.1
loRaWANUpdateDevice_deviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text) Source #
The ID of the device profile for the wireless device.
loRaWANUpdateDevice_fPorts :: Lens' LoRaWANUpdateDevice (Maybe UpdateFPorts) Source #
FPorts object for the positioning information of the device.
loRaWANUpdateDevice_serviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text) Source #
The ID of the service profile.