libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.Types.WorldConfig

Description

 
Synopsis

Documentation

data WorldConfig Source #

Configuration information for a world.

See: newWorldConfig smart constructor.

Constructors

WorldConfig' 

Fields

Instances

Instances details
Eq WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Read WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Show WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Generic WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Associated Types

type Rep WorldConfig :: Type -> Type #

NFData WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Methods

rnf :: WorldConfig -> () #

Hashable WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

ToJSON WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

FromJSON WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

type Rep WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

type Rep WorldConfig = D1 ('MetaData "WorldConfig" "Amazonka.RobOMaker.Types.WorldConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "world") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newWorldConfig :: WorldConfig Source #

Create a value of WorldConfig 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:world:WorldConfig', worldConfig_world - The world generated by Simulation WorldForge.

worldConfig_world :: Lens' WorldConfig (Maybe Text) Source #

The world generated by Simulation WorldForge.