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.WirelessGatewayEventLogOption

Description

 
Synopsis

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.

Instances

Instances details
FromJSON WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

ToJSON WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

Generic WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

Associated Types

type Rep WirelessGatewayEventLogOption :: Type -> Type #

Read WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

Show WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

NFData WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

Eq WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

Hashable WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

type Rep WirelessGatewayEventLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayEventLogOption

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

newWirelessGatewayEventLogOption Source #

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.