Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RobotApplicationSummary = RobotApplicationSummary' {}
- newRobotApplicationSummary :: RobotApplicationSummary
- robotApplicationSummary_lastUpdatedAt :: Lens' RobotApplicationSummary (Maybe UTCTime)
- robotApplicationSummary_arn :: Lens' RobotApplicationSummary (Maybe Text)
- robotApplicationSummary_name :: Lens' RobotApplicationSummary (Maybe Text)
- robotApplicationSummary_version :: Lens' RobotApplicationSummary (Maybe Text)
- robotApplicationSummary_robotSoftwareSuite :: Lens' RobotApplicationSummary (Maybe RobotSoftwareSuite)
Documentation
data RobotApplicationSummary Source #
Summary information for a robot application.
See: newRobotApplicationSummary
smart constructor.
RobotApplicationSummary' | |
|
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: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_name :: Lens' RobotApplicationSummary (Maybe Text) Source #
The name of the robot application.
robotApplicationSummary_version :: Lens' RobotApplicationSummary (Maybe Text) Source #
The version of the robot application.
robotApplicationSummary_robotSoftwareSuite :: Lens' RobotApplicationSummary (Maybe RobotSoftwareSuite) Source #
Information about a robot software suite (ROS distribution).