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.SimulationSoftwareSuite

Description

 
Synopsis

Documentation

data SimulationSoftwareSuite Source #

Information about a simulation software suite.

See: newSimulationSoftwareSuite smart constructor.

Constructors

SimulationSoftwareSuite' 

Fields

Instances

Instances details
Eq SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Read SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Show SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Generic SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Associated Types

type Rep SimulationSoftwareSuite :: Type -> Type #

NFData SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Methods

rnf :: SimulationSoftwareSuite -> () #

Hashable SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

ToJSON SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

FromJSON SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

type Rep SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

type Rep SimulationSoftwareSuite = D1 ('MetaData "SimulationSoftwareSuite" "Amazonka.RobOMaker.Types.SimulationSoftwareSuite" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationSoftwareSuite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuiteType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSimulationSoftwareSuite :: SimulationSoftwareSuite Source #

Create a value of SimulationSoftwareSuite 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:name:SimulationSoftwareSuite', simulationSoftwareSuite_name - The name of the simulation software suite.

$sel:version:SimulationSoftwareSuite', simulationSoftwareSuite_version - The version of the simulation software suite.

simulationSoftwareSuite_version :: Lens' SimulationSoftwareSuite (Maybe Text) Source #

The version of the simulation software suite.