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

Description

 
Synopsis

Documentation

data RobotSoftwareSuite Source #

Information about a robot software suite (ROS distribution).

See: newRobotSoftwareSuite smart constructor.

Constructors

RobotSoftwareSuite' 

Fields

Instances

Instances details
Eq RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Read RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Show RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Generic RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Associated Types

type Rep RobotSoftwareSuite :: Type -> Type #

NFData RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Methods

rnf :: RobotSoftwareSuite -> () #

Hashable RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

ToJSON RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

FromJSON RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

type Rep RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

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

newRobotSoftwareSuite :: RobotSoftwareSuite Source #

Create a value of RobotSoftwareSuite 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:RobotSoftwareSuite', robotSoftwareSuite_name - The name of the robot software suite (ROS distribution).

$sel:version:RobotSoftwareSuite', robotSoftwareSuite_version - The version of the robot software suite (ROS distribution).

robotSoftwareSuite_name :: Lens' RobotSoftwareSuite (Maybe RobotSoftwareSuiteType) Source #

The name of the robot software suite (ROS distribution).

robotSoftwareSuite_version :: Lens' RobotSoftwareSuite (Maybe RobotSoftwareSuiteVersionType) Source #

The version of the robot software suite (ROS distribution).