libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Read WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Show 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 #

NFData WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

Hashable WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

ToJSON WirelessGatewayLogOption Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayLogOption

FromJSON 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" '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.

$sel:logLevel:WirelessGatewayLogOption', wirelessGatewayLogOption_logLevel - Undocumented member.