| 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.GatewayListItem
Description
Documentation
data GatewayListItem Source #
Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.
See: newGatewayListItem smart constructor.
Constructors
| GatewayListItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Natural | |
| -> GatewayListItem |
Create a value of GatewayListItem 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:gatewayId:GatewayListItem', gatewayListItem_gatewayId - The ID of the wireless gateways that you want to add to the list of
gateways when sending downlink messages.
$sel:downlinkFrequency:GatewayListItem', gatewayListItem_downlinkFrequency - The frequency to use for the gateways when sending a downlink message to
the wireless device.
gatewayListItem_gatewayId :: Lens' GatewayListItem Text Source #
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
gatewayListItem_downlinkFrequency :: Lens' GatewayListItem Natural Source #
The frequency to use for the gateways when sending a downlink message to the wireless device.