amazonka-iot-2.0: Amazon IoT 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.IoT.Types.LogTarget

Description

 
Synopsis

Documentation

data LogTarget Source #

A log target.

See: newLogTarget smart constructor.

Constructors

LogTarget' 

Fields

Instances

Instances details
FromJSON LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

ToJSON LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

Generic LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

Associated Types

type Rep LogTarget :: Type -> Type #

Read LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

Show LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

NFData LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

Methods

rnf :: LogTarget -> () #

Eq LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

Hashable LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

type Rep LogTarget Source # 
Instance details

Defined in Amazonka.IoT.Types.LogTarget

type Rep LogTarget = D1 ('MetaData "LogTarget" "Amazonka.IoT.Types.LogTarget" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "LogTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogTargetType)))

newLogTarget Source #

Create a value of LogTarget 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:targetName:LogTarget', logTarget_targetName - The target name.

$sel:targetType:LogTarget', logTarget_targetType - The target type.