amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.UpdateAbpV1_1

Description

 
Synopsis

Documentation

data UpdateAbpV1_1 Source #

ABP device object for LoRaWAN specification v1.1

See: newUpdateAbpV1_1 smart constructor.

Constructors

UpdateAbpV1_1' 

Fields

Instances

Instances details
ToJSON UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

Generic UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

Associated Types

type Rep UpdateAbpV1_1 :: Type -> Type #

Read UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

Show UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

NFData UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

Methods

rnf :: UpdateAbpV1_1 -> () #

Eq UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

Hashable UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

type Rep UpdateAbpV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateAbpV1_1

type Rep UpdateAbpV1_1 = D1 ('MetaData "UpdateAbpV1_1" "Amazonka.IoTWireless.Types.UpdateAbpV1_1" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdateAbpV1_1'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fCntStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newUpdateAbpV1_1 :: UpdateAbpV1_1 Source #

Create a value of UpdateAbpV1_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:fCntStart:UpdateAbpV1_1', updateAbpV1_1_fCntStart - The FCnt init value.