amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Description

 
Synopsis

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

Instances details
FromJSON WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

ToJSON WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Generic WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Associated Types

type Rep WirelessGatewayLogOption :: Type -> Type #

Read WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Show WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

NFData WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Eq WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Hashable WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

type Rep WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

type Rep WirelessGatewayLogOption = D1 ('MetaData "WirelessGatewayLogOption" "Amazonka.IoTWireless.Types.WirelessGatewayLogOption" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "WirelessGatewayLogOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WirelessGatewayEventLogOption])) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WirelessGatewayType) :*: S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogLevel))))

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.

WirelessGatewayLogOption, wirelessGatewayLogOption_logLevel - Undocumented member.