| 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.LoRaWANFuotaTaskGetInfo
Description
Documentation
data LoRaWANFuotaTaskGetInfo Source #
The LoRaWAN information returned from getting a FUOTA task.
See: newLoRaWANFuotaTaskGetInfo smart constructor.
Instances
newLoRaWANFuotaTaskGetInfo :: LoRaWANFuotaTaskGetInfo Source #
Create a value of LoRaWANFuotaTaskGetInfo 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:rfRegion:LoRaWANFuotaTaskGetInfo', loRaWANFuotaTaskGetInfo_rfRegion - Undocumented member.
$sel:startTime:LoRaWANFuotaTaskGetInfo', loRaWANFuotaTaskGetInfo_startTime - Undocumented member.
loRaWANFuotaTaskGetInfo_rfRegion :: Lens' LoRaWANFuotaTaskGetInfo (Maybe Text) Source #
Undocumented member.
loRaWANFuotaTaskGetInfo_startTime :: Lens' LoRaWANFuotaTaskGetInfo (Maybe UTCTime) Source #
Undocumented member.