libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Read LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Show 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 #

NFData LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

Methods

rnf :: LoRaWANDevice -> () #

Hashable LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

ToJSON LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

FromJSON LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

type Rep LoRaWANDevice Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANDevice

type Rep LoRaWANDevice = D1 ('MetaData "LoRaWANDevice" "Amazonka.IoTWireless.Types.LoRaWANDevice" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "LoRaWANDevice'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "abpV1_0_x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbpV1_0_x)) :*: (S1 ('MetaSel ('Just "otaaV1_1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OtaaV1_1)) :*: S1 ('MetaSel ('Just "serviceProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deviceProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "otaaV1_0_x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OtaaV1_0_x))) :*: (S1 ('MetaSel ('Just "abpV1_1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbpV1_1)) :*: S1 ('MetaSel ('Just "devEui") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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

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

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

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

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

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

OTAA device object for v1.1 for create APIs

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_abpV1_1 :: Lens' LoRaWANDevice (Maybe AbpV1_1) Source #

ABP device object for create APIs for v1.1