| 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.WirelessDeviceLogOption
Description
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.
Constructors
| WirelessDeviceLogOption' | |
Fields
| |
Instances
newWirelessDeviceLogOption Source #
Arguments
| :: WirelessDeviceType | |
| -> LogLevel | |
| -> WirelessDeviceLogOption |
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.
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.