amazonka-iotevents-2.0: Amazon IoT Events 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.IoTEvents.Types.DetectorDebugOption

Description

 
Synopsis

Documentation

data DetectorDebugOption Source #

The detector model and the specific detectors (instances) for which the logging level is given.

See: newDetectorDebugOption smart constructor.

Constructors

DetectorDebugOption' 

Fields

Instances

Instances details
FromJSON DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

ToJSON DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

Generic DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

Associated Types

type Rep DetectorDebugOption :: Type -> Type #

Read DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

Show DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

NFData DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

Methods

rnf :: DetectorDebugOption -> () #

Eq DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

Hashable DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

type Rep DetectorDebugOption Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.DetectorDebugOption

type Rep DetectorDebugOption = D1 ('MetaData "DetectorDebugOption" "Amazonka.IoTEvents.Types.DetectorDebugOption" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" 'False) (C1 ('MetaCons "DetectorDebugOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDetectorDebugOption Source #

Create a value of DetectorDebugOption 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:keyValue:DetectorDebugOption', detectorDebugOption_keyValue - The value of the input attribute key used to create the detector (the instance of the detector model).

$sel:detectorModelName:DetectorDebugOption', detectorDebugOption_detectorModelName - The name of the detector model.

detectorDebugOption_keyValue :: Lens' DetectorDebugOption (Maybe Text) Source #

The value of the input attribute key used to create the detector (the instance of the detector model).