Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data WirelessDeviceLogOption = WirelessDeviceLogOption' {}
- newWirelessDeviceLogOption :: WirelessDeviceType -> LogLevel -> WirelessDeviceLogOption
- wirelessDeviceLogOption_events :: Lens' WirelessDeviceLogOption (Maybe [WirelessDeviceEventLogOption])
- wirelessDeviceLogOption_type :: Lens' WirelessDeviceLogOption WirelessDeviceType
- wirelessDeviceLogOption_logLevel :: Lens' WirelessDeviceLogOption LogLevel
Documentation
data WirelessDeviceLogOption Source #
The log options for wireless devices and can be used to set log levels for a specific type of wireless device.
See: newWirelessDeviceLogOption
smart constructor.
WirelessDeviceLogOption' | |
|
Instances
newWirelessDeviceLogOption Source #
Create a value of WirelessDeviceLogOption
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:events:WirelessDeviceLogOption'
, wirelessDeviceLogOption_events
- Undocumented member.
$sel:type':WirelessDeviceLogOption'
, wirelessDeviceLogOption_type
- The wireless device type.
$sel:logLevel:WirelessDeviceLogOption'
, wirelessDeviceLogOption_logLevel
- Undocumented member.
wirelessDeviceLogOption_events :: Lens' WirelessDeviceLogOption (Maybe [WirelessDeviceEventLogOption]) Source #
Undocumented member.
wirelessDeviceLogOption_type :: Lens' WirelessDeviceLogOption WirelessDeviceType Source #
The wireless device type.
wirelessDeviceLogOption_logLevel :: Lens' WirelessDeviceLogOption LogLevel Source #
Undocumented member.