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 |
Synopsis
Documentation
ABP device object for LoRaWAN specification v1.0.x
See: newAbpV1_0_x
smart constructor.
AbpV1_0_x' | |
|
Instances
Eq AbpV1_0_x Source # | |
Read AbpV1_0_x Source # | |
Show AbpV1_0_x Source # | |
Generic AbpV1_0_x Source # | |
NFData AbpV1_0_x Source # | |
Defined in Amazonka.IoTWireless.Types.AbpV1_0_x | |
Hashable AbpV1_0_x Source # | |
Defined in Amazonka.IoTWireless.Types.AbpV1_0_x | |
ToJSON AbpV1_0_x Source # | |
Defined in Amazonka.IoTWireless.Types.AbpV1_0_x | |
FromJSON AbpV1_0_x Source # | |
type Rep AbpV1_0_x Source # | |
Defined in Amazonka.IoTWireless.Types.AbpV1_0_x type Rep AbpV1_0_x = D1 ('MetaData "AbpV1_0_x" "Amazonka.IoTWireless.Types.AbpV1_0_x" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "AbpV1_0_x'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devAddr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sessionKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SessionKeysAbpV1_0_x)))) |
newAbpV1_0_x :: AbpV1_0_x Source #
Create a value of AbpV1_0_x
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:devAddr:AbpV1_0_x'
, abpV1_0_x_devAddr
- The DevAddr value.
$sel:sessionKeys:AbpV1_0_x'
, abpV1_0_x_sessionKeys
- Session keys for ABP v1.0.x
abpV1_0_x_sessionKeys :: Lens' AbpV1_0_x (Maybe SessionKeysAbpV1_0_x) Source #
Session keys for ABP v1.0.x