| 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.WirelessGatewayEventLogOption
Description
Synopsis
- data WirelessGatewayEventLogOption = WirelessGatewayEventLogOption' {}
- newWirelessGatewayEventLogOption :: WirelessGatewayEvent -> LogLevel -> WirelessGatewayEventLogOption
- wirelessGatewayEventLogOption_event :: Lens' WirelessGatewayEventLogOption WirelessGatewayEvent
- wirelessGatewayEventLogOption_logLevel :: Lens' WirelessGatewayEventLogOption LogLevel
Documentation
data WirelessGatewayEventLogOption Source #
The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.
For a LoRaWAN gateway, possible events for a log message are
CUPS_Request and Certificate.
See: newWirelessGatewayEventLogOption smart constructor.
Constructors
| WirelessGatewayEventLogOption' | |
Fields | |
Instances
newWirelessGatewayEventLogOption Source #
Arguments
| :: WirelessGatewayEvent | |
| -> LogLevel | |
| -> WirelessGatewayEventLogOption |
Create a value of WirelessGatewayEventLogOption 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:event:WirelessGatewayEventLogOption', wirelessGatewayEventLogOption_event - Undocumented member.
$sel:logLevel:WirelessGatewayEventLogOption', wirelessGatewayEventLogOption_logLevel - Undocumented member.
wirelessGatewayEventLogOption_event :: Lens' WirelessGatewayEventLogOption WirelessGatewayEvent Source #
Undocumented member.
wirelessGatewayEventLogOption_logLevel :: Lens' WirelessGatewayEventLogOption LogLevel Source #
Undocumented member.