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.LoRaWANDevice

Description

 
Synopsis

Documentation

data LoRaWANDevice Source #

LoRaWAN object for create functions.

See: newLoRaWANDevice smart constructor.

Constructors

LoRaWANDevice' 

Fields

Instances

Instances details
FromJSON LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

ToJSON LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Generic LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Associated Types

type Rep LoRaWANDevice :: Type -> Type #

Read LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Show LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

NFData LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Methods

rnf :: LoRaWANDevice -> () #

Eq LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Hashable LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

type Rep LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

newLoRaWANDevice :: LoRaWANDevice Source #

Create a value of LoRaWANDevice 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:abpV1_0_x:LoRaWANDevice', loRaWANDevice_abpV1_0_x - LoRaWAN object for create APIs

$sel:abpV1_1:LoRaWANDevice', loRaWANDevice_abpV1_1 - ABP device object for create APIs for v1.1

$sel:devEui:LoRaWANDevice', loRaWANDevice_devEui - The DevEUI value.

$sel:deviceProfileId:LoRaWANDevice', loRaWANDevice_deviceProfileId - The ID of the device profile for the new wireless device.

$sel:fPorts:LoRaWANDevice', loRaWANDevice_fPorts - Undocumented member.

$sel:otaaV1_0_x:LoRaWANDevice', loRaWANDevice_otaaV1_0_x - OTAA device object for create APIs for v1.0.x

$sel:otaaV1_1:LoRaWANDevice', loRaWANDevice_otaaV1_1 - OTAA device object for v1.1 for create APIs

$sel:serviceProfileId:LoRaWANDevice', loRaWANDevice_serviceProfileId - The ID of the service profile.

loRaWANDevice_abpV1_1 :: Lens' LoRaWANDevice (Maybe AbpV1_1) Source #

ABP device object for create APIs for v1.1

loRaWANDevice_deviceProfileId :: Lens' LoRaWANDevice (Maybe Text) Source #

The ID of the device profile for the new wireless device.

loRaWANDevice_otaaV1_0_x :: Lens' LoRaWANDevice (Maybe OtaaV1_0_x) Source #

OTAA device object for create APIs for v1.0.x

loRaWANDevice_otaaV1_1 :: Lens' LoRaWANDevice (Maybe OtaaV1_1) Source #

OTAA device object for v1.1 for create APIs