| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.Beaconing
Description
Synopsis
- data Beaconing = Beaconing' {}
- newBeaconing :: Beaconing
- beaconing_dataRate :: Lens' Beaconing (Maybe Natural)
- beaconing_frequencies :: Lens' Beaconing (Maybe [Natural])
Documentation
Beaconing parameters for configuring the wireless gateways.
See: newBeaconing smart constructor.
Constructors
| Beaconing' | |
Instances
| FromJSON Beaconing Source # | |
| ToJSON Beaconing Source # | |
Defined in Amazonka.IoTWireless.Types.Beaconing | |
| Generic Beaconing Source # | |
| Read Beaconing Source # | |
| Show Beaconing Source # | |
| NFData Beaconing Source # | |
Defined in Amazonka.IoTWireless.Types.Beaconing | |
| Eq Beaconing Source # | |
| Hashable Beaconing Source # | |
Defined in Amazonka.IoTWireless.Types.Beaconing | |
| type Rep Beaconing Source # | |
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.