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