| 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.WirelessGatewayStatistics
Description
Synopsis
- data WirelessGatewayStatistics = WirelessGatewayStatistics' {}
- newWirelessGatewayStatistics :: WirelessGatewayStatistics
- wirelessGatewayStatistics_arn :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_description :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_id :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_lastUplinkReceivedAt :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_loRaWAN :: Lens' WirelessGatewayStatistics (Maybe LoRaWANGateway)
- wirelessGatewayStatistics_name :: Lens' WirelessGatewayStatistics (Maybe Text)
Documentation
data WirelessGatewayStatistics Source #
Information about a wireless gateway's operation.
See: newWirelessGatewayStatistics smart constructor.
Constructors
| WirelessGatewayStatistics' | |
Fields
| |
Instances
newWirelessGatewayStatistics :: WirelessGatewayStatistics Source #
Create a value of WirelessGatewayStatistics 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:arn:WirelessGatewayStatistics', wirelessGatewayStatistics_arn - The Amazon Resource Name of the resource.
$sel:description:WirelessGatewayStatistics', wirelessGatewayStatistics_description - The description of the resource.
$sel:id:WirelessGatewayStatistics', wirelessGatewayStatistics_id - The ID of the wireless gateway reporting the data.
$sel:lastUplinkReceivedAt:WirelessGatewayStatistics', wirelessGatewayStatistics_lastUplinkReceivedAt - The date and time when the most recent uplink was received.
$sel:loRaWAN:WirelessGatewayStatistics', wirelessGatewayStatistics_loRaWAN - LoRaWAN gateway info.
$sel:name:WirelessGatewayStatistics', wirelessGatewayStatistics_name - The name of the resource.
wirelessGatewayStatistics_arn :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The Amazon Resource Name of the resource.
wirelessGatewayStatistics_description :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The description of the resource.
wirelessGatewayStatistics_id :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The ID of the wireless gateway reporting the data.
wirelessGatewayStatistics_lastUplinkReceivedAt :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The date and time when the most recent uplink was received.
wirelessGatewayStatistics_loRaWAN :: Lens' WirelessGatewayStatistics (Maybe LoRaWANGateway) Source #
LoRaWAN gateway info.
wirelessGatewayStatistics_name :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The name of the resource.