| 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.UpdateFPorts
Description
Documentation
data UpdateFPorts Source #
Object for updating the FPorts information.
See: newUpdateFPorts smart constructor.
Constructors
| UpdateFPorts' | |
Fields
| |
Instances
newUpdateFPorts :: UpdateFPorts Source #
Create a value of UpdateFPorts 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:applications:UpdateFPorts', updateFPorts_applications - LoRaWAN application, which can be used for geolocation by activating
positioning.
$sel:positioning:UpdateFPorts', updateFPorts_positioning - Positioning FPorts for the ClockSync, Stream, and GNSS functions.
updateFPorts_applications :: Lens' UpdateFPorts (Maybe [ApplicationConfig]) Source #
LoRaWAN application, which can be used for geolocation by activating positioning.
updateFPorts_positioning :: Lens' UpdateFPorts (Maybe Positioning) Source #
Positioning FPorts for the ClockSync, Stream, and GNSS functions.