| 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.ParticipatingGateways
Description
Synopsis
- data ParticipatingGateways = ParticipatingGateways' {}
- newParticipatingGateways :: DownlinkMode -> Natural -> ParticipatingGateways
- participatingGateways_downlinkMode :: Lens' ParticipatingGateways DownlinkMode
- participatingGateways_gatewayList :: Lens' ParticipatingGateways [GatewayListItem]
- participatingGateways_transmissionInterval :: Lens' ParticipatingGateways Natural
Documentation
data ParticipatingGateways Source #
Specify the list of gateways to which you want to send downlink data traffic when the wireless device is running in class B or class C mode.
See: newParticipatingGateways smart constructor.
Constructors
| ParticipatingGateways' | |
Fields
| |
Instances
newParticipatingGateways Source #
Arguments
| :: DownlinkMode | |
| -> Natural | |
| -> ParticipatingGateways |
Create a value of ParticipatingGateways 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:downlinkMode:ParticipatingGateways', participatingGateways_downlinkMode - Indicates whether to send the downlink message in sequential mode or
concurrent mode, or to use only the chosen gateways from the previous
uplink message transmission.
$sel:gatewayList:ParticipatingGateways', participatingGateways_gatewayList - The list of gateways that you want to use for sending the downlink data
traffic.
$sel:transmissionInterval:ParticipatingGateways', participatingGateways_transmissionInterval - The duration of time for which AWS IoT Core for LoRaWAN will wait before
transmitting the payload to the next gateway.
participatingGateways_downlinkMode :: Lens' ParticipatingGateways DownlinkMode Source #
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
participatingGateways_gatewayList :: Lens' ParticipatingGateways [GatewayListItem] Source #
The list of gateways that you want to use for sending the downlink data traffic.
participatingGateways_transmissionInterval :: Lens' ParticipatingGateways Natural Source #
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.