| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RobOMaker.Types.RobotApplicationSummary
Description
Synopsis
- data RobotApplicationSummary = RobotApplicationSummary' {}
- newRobotApplicationSummary :: RobotApplicationSummary
- robotApplicationSummary_arn :: Lens' RobotApplicationSummary (Maybe Text)
- robotApplicationSummary_lastUpdatedAt :: Lens' RobotApplicationSummary (Maybe UTCTime)
- robotApplicationSummary_name :: Lens' RobotApplicationSummary (Maybe Text)
- robotApplicationSummary_robotSoftwareSuite :: Lens' RobotApplicationSummary (Maybe RobotSoftwareSuite)
- robotApplicationSummary_version :: Lens' RobotApplicationSummary (Maybe Text)
Documentation
data RobotApplicationSummary Source #
Summary information for a robot application.
See: newRobotApplicationSummary smart constructor.
Constructors
| RobotApplicationSummary' | |
Fields
| |
Instances
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:arn:RobotApplicationSummary', robotApplicationSummary_arn - The Amazon Resource Name (ARN) of the robot.
$sel:lastUpdatedAt:RobotApplicationSummary', robotApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application
was last updated.
RobotApplicationSummary, robotApplicationSummary_name - The name of the robot application.
$sel:robotSoftwareSuite:RobotApplicationSummary', robotApplicationSummary_robotSoftwareSuite - Information about a robot software suite (ROS distribution).
RobotApplicationSummary, robotApplicationSummary_version - The version of the robot application.
robotApplicationSummary_arn :: Lens' RobotApplicationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the robot.
robotApplicationSummary_lastUpdatedAt :: Lens' RobotApplicationSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the robot application was last updated.
robotApplicationSummary_name :: Lens' RobotApplicationSummary (Maybe Text) Source #
The name of the robot application.
robotApplicationSummary_robotSoftwareSuite :: Lens' RobotApplicationSummary (Maybe RobotSoftwareSuite) Source #
Information about a robot software suite (ROS distribution).
robotApplicationSummary_version :: Lens' RobotApplicationSummary (Maybe Text) Source #
The version of the robot application.