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

Description

 
Synopsis

Documentation

data UpdateFPorts Source #

Object for updating the FPorts information.

See: newUpdateFPorts smart constructor.

Constructors

UpdateFPorts' 

Fields

Instances

Instances details
ToJSON UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

Generic UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

Associated Types

type Rep UpdateFPorts :: Type -> Type #

Read UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

Show UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

NFData UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

Methods

rnf :: UpdateFPorts -> () #

Eq UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

Hashable UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

type Rep UpdateFPorts Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateFPorts

type Rep UpdateFPorts = D1 ('MetaData "UpdateFPorts" "Amazonka.IoTWireless.Types.UpdateFPorts" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdateFPorts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationConfig])) :*: S1 ('MetaSel ('Just "positioning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Positioning))))

newUpdateFPorts :: UpdateFPorts Source #

Create a value of UpdateFPorts 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:applications:UpdateFPorts', updateFPorts_applications - LoRaWAN application, which can be used for geolocation by activating positioning.

$sel:positioning:UpdateFPorts', updateFPorts_positioning - Positioning FPorts for the ClockSync, Stream, and GNSS functions.

updateFPorts_applications :: Lens' UpdateFPorts (Maybe [ApplicationConfig]) Source #

LoRaWAN application, which can be used for geolocation by activating positioning.

updateFPorts_positioning :: Lens' UpdateFPorts (Maybe Positioning) Source #

Positioning FPorts for the ClockSync, Stream, and GNSS functions.