Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LoRaWANGatewayCurrentVersion Source #
LoRaWANGatewayCurrentVersion object.
See: newLoRaWANGatewayCurrentVersion
smart constructor.
LoRaWANGatewayCurrentVersion' | |
|
Instances
Eq LoRaWANGatewayCurrentVersion Source # | |
Read LoRaWANGatewayCurrentVersion Source # | |
Show LoRaWANGatewayCurrentVersion Source # | |
Generic LoRaWANGatewayCurrentVersion Source # | |
NFData LoRaWANGatewayCurrentVersion Source # | |
Defined in Amazonka.IoTWireless.Types.LoRaWANGatewayCurrentVersion rnf :: LoRaWANGatewayCurrentVersion -> () # | |
Hashable LoRaWANGatewayCurrentVersion Source # | |
FromJSON LoRaWANGatewayCurrentVersion Source # | |
type Rep LoRaWANGatewayCurrentVersion Source # | |
Defined in Amazonka.IoTWireless.Types.LoRaWANGatewayCurrentVersion type Rep LoRaWANGatewayCurrentVersion = D1 ('MetaData "LoRaWANGatewayCurrentVersion" "Amazonka.IoTWireless.Types.LoRaWANGatewayCurrentVersion" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "LoRaWANGatewayCurrentVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGatewayVersion)))) |
newLoRaWANGatewayCurrentVersion :: LoRaWANGatewayCurrentVersion Source #
Create a value of LoRaWANGatewayCurrentVersion
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:currentVersion:LoRaWANGatewayCurrentVersion'
, loRaWANGatewayCurrentVersion_currentVersion
- The version of the gateways that should receive the update.
loRaWANGatewayCurrentVersion_currentVersion :: Lens' LoRaWANGatewayCurrentVersion (Maybe LoRaWANGatewayVersion) Source #
The version of the gateways that should receive the update.