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 WirelessGatewayLogOption = WirelessGatewayLogOption' {}
- newWirelessGatewayLogOption :: WirelessGatewayType -> LogLevel -> WirelessGatewayLogOption
- wirelessGatewayLogOption_events :: Lens' WirelessGatewayLogOption (Maybe [WirelessGatewayEventLogOption])
- wirelessGatewayLogOption_type :: Lens' WirelessGatewayLogOption WirelessGatewayType
- wirelessGatewayLogOption_logLevel :: Lens' WirelessGatewayLogOption LogLevel
Documentation
data WirelessGatewayLogOption Source #
The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
See: newWirelessGatewayLogOption
smart constructor.
Instances
newWirelessGatewayLogOption Source #
Create a value of WirelessGatewayLogOption
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:WirelessGatewayLogOption'
, wirelessGatewayLogOption_events
- Undocumented member.
$sel:type':WirelessGatewayLogOption'
, wirelessGatewayLogOption_type
- Undocumented member.
$sel:logLevel:WirelessGatewayLogOption'
, wirelessGatewayLogOption_logLevel
- Undocumented member.
wirelessGatewayLogOption_events :: Lens' WirelessGatewayLogOption (Maybe [WirelessGatewayEventLogOption]) Source #
Undocumented member.
wirelessGatewayLogOption_type :: Lens' WirelessGatewayLogOption WirelessGatewayType Source #
Undocumented member.
wirelessGatewayLogOption_logLevel :: Lens' WirelessGatewayLogOption LogLevel Source #
Undocumented member.