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

Description

 
Synopsis

Documentation

data LoRaWANServiceProfile Source #

LoRaWANServiceProfile object.

See: newLoRaWANServiceProfile smart constructor.

Constructors

LoRaWANServiceProfile' 

Fields

Instances

Instances details
ToJSON LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

Generic LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

Associated Types

type Rep LoRaWANServiceProfile :: Type -> Type #

Read LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

Show LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

NFData LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

Methods

rnf :: LoRaWANServiceProfile -> () #

Eq LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

Hashable LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

type Rep LoRaWANServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANServiceProfile

type Rep LoRaWANServiceProfile = D1 ('MetaData "LoRaWANServiceProfile" "Amazonka.IoTWireless.Types.LoRaWANServiceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "LoRaWANServiceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addGwMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "drMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "drMin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newLoRaWANServiceProfile :: LoRaWANServiceProfile Source #

Create a value of LoRaWANServiceProfile 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:addGwMetadata:LoRaWANServiceProfile', loRaWANServiceProfile_addGwMetadata - The AddGWMetaData value.

$sel:drMax:LoRaWANServiceProfile', loRaWANServiceProfile_drMax - The DrMax value.

$sel:drMin:LoRaWANServiceProfile', loRaWANServiceProfile_drMin - The DrMin value.