amazonka-robomaker-2.0: Amazon RoboMaker 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.RobOMaker.Types.LoggingConfig

Description

 
Synopsis

Documentation

data LoggingConfig Source #

The logging configuration.

See: newLoggingConfig smart constructor.

Constructors

LoggingConfig' 

Fields

  • recordAllRosTopics :: Maybe Bool

    A boolean indicating whether to record all ROS topics.

    This API is no longer supported and will throw an error if used.

Instances

Instances details
FromJSON LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

ToJSON LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Generic LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Associated Types

type Rep LoggingConfig :: Type -> Type #

Read LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Show LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

NFData LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Methods

rnf :: LoggingConfig -> () #

Eq LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Hashable LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

type Rep LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

type Rep LoggingConfig = D1 ('MetaData "LoggingConfig" "Amazonka.RobOMaker.Types.LoggingConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "LoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordAllRosTopics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newLoggingConfig :: LoggingConfig Source #

Create a value of LoggingConfig 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:recordAllRosTopics:LoggingConfig', loggingConfig_recordAllRosTopics - A boolean indicating whether to record all ROS topics.

This API is no longer supported and will throw an error if used.

loggingConfig_recordAllRosTopics :: Lens' LoggingConfig (Maybe Bool) Source #

A boolean indicating whether to record all ROS topics.

This API is no longer supported and will throw an error if used.