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

Description

 
Synopsis

Documentation

data RobotApplicationSummary Source #

Summary information for a robot application.

See: newRobotApplicationSummary smart constructor.

Constructors

RobotApplicationSummary' 

Fields

Instances

Instances details
Eq RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Read RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Show RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Generic RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Associated Types

type Rep RobotApplicationSummary :: Type -> Type #

NFData RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Methods

rnf :: RobotApplicationSummary -> () #

Hashable RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

FromJSON RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

type Rep RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

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

newRobotApplicationSummary :: RobotApplicationSummary Source #

Create a value of RobotApplicationSummary 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:lastUpdatedAt:RobotApplicationSummary', robotApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

$sel:arn:RobotApplicationSummary', robotApplicationSummary_arn - The Amazon Resource Name (ARN) of the robot.

$sel:name:RobotApplicationSummary', robotApplicationSummary_name - The name of the robot application.

$sel:version:RobotApplicationSummary', robotApplicationSummary_version - The version of the robot application.

$sel:robotSoftwareSuite:RobotApplicationSummary', robotApplicationSummary_robotSoftwareSuite - Information about a robot software suite (ROS distribution).

robotApplicationSummary_lastUpdatedAt :: Lens' RobotApplicationSummary (Maybe UTCTime) Source #

The time, in milliseconds since the epoch, when the robot application was last updated.

robotApplicationSummary_arn :: Lens' RobotApplicationSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the robot.

robotApplicationSummary_robotSoftwareSuite :: Lens' RobotApplicationSummary (Maybe RobotSoftwareSuite) Source #

Information about a robot software suite (ROS distribution).