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

Description

 
Synopsis

Documentation

data Beaconing Source #

Beaconing parameters for configuring the wireless gateways.

See: newBeaconing smart constructor.

Constructors

Beaconing' 

Fields

Instances

Instances details
FromJSON Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

ToJSON Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

Generic Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

Associated Types

type Rep Beaconing :: Type -> Type #

Read Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

Show Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

NFData Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

Methods

rnf :: Beaconing -> () #

Eq Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

Hashable Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

type Rep Beaconing Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Beaconing

type Rep Beaconing = D1 ('MetaData "Beaconing" "Amazonka.IoTWireless.Types.Beaconing" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "Beaconing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "frequencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Natural]))))

newBeaconing :: Beaconing Source #

Create a value of Beaconing 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:dataRate:Beaconing', beaconing_dataRate - The data rate for gateways that are sending the beacons.

$sel:frequencies:Beaconing', beaconing_frequencies - The frequency list for the gateways to send the beacons.

beaconing_dataRate :: Lens' Beaconing (Maybe Natural) Source #

The data rate for gateways that are sending the beacons.

beaconing_frequencies :: Lens' Beaconing (Maybe [Natural]) Source #

The frequency list for the gateways to send the beacons.