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 |
Describes a simulation application.
Synopsis
- data DescribeSimulationApplication = DescribeSimulationApplication' {}
- newDescribeSimulationApplication :: Text -> DescribeSimulationApplication
- describeSimulationApplication_applicationVersion :: Lens' DescribeSimulationApplication (Maybe Text)
- describeSimulationApplication_application :: Lens' DescribeSimulationApplication Text
- data DescribeSimulationApplicationResponse = DescribeSimulationApplicationResponse' {
- renderingEngine :: Maybe RenderingEngine
- lastUpdatedAt :: Maybe POSIX
- arn :: Maybe Text
- environment :: Maybe Environment
- sources :: Maybe [Source]
- name :: Maybe Text
- imageDigest :: Maybe Text
- version :: Maybe Text
- simulationSoftwareSuite :: Maybe SimulationSoftwareSuite
- robotSoftwareSuite :: Maybe RobotSoftwareSuite
- revisionId :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newDescribeSimulationApplicationResponse :: Int -> DescribeSimulationApplicationResponse
- describeSimulationApplicationResponse_renderingEngine :: Lens' DescribeSimulationApplicationResponse (Maybe RenderingEngine)
- describeSimulationApplicationResponse_lastUpdatedAt :: Lens' DescribeSimulationApplicationResponse (Maybe UTCTime)
- describeSimulationApplicationResponse_arn :: Lens' DescribeSimulationApplicationResponse (Maybe Text)
- describeSimulationApplicationResponse_environment :: Lens' DescribeSimulationApplicationResponse (Maybe Environment)
- describeSimulationApplicationResponse_sources :: Lens' DescribeSimulationApplicationResponse (Maybe [Source])
- describeSimulationApplicationResponse_name :: Lens' DescribeSimulationApplicationResponse (Maybe Text)
- describeSimulationApplicationResponse_imageDigest :: Lens' DescribeSimulationApplicationResponse (Maybe Text)
- describeSimulationApplicationResponse_version :: Lens' DescribeSimulationApplicationResponse (Maybe Text)
- describeSimulationApplicationResponse_simulationSoftwareSuite :: Lens' DescribeSimulationApplicationResponse (Maybe SimulationSoftwareSuite)
- describeSimulationApplicationResponse_robotSoftwareSuite :: Lens' DescribeSimulationApplicationResponse (Maybe RobotSoftwareSuite)
- describeSimulationApplicationResponse_revisionId :: Lens' DescribeSimulationApplicationResponse (Maybe Text)
- describeSimulationApplicationResponse_tags :: Lens' DescribeSimulationApplicationResponse (Maybe (HashMap Text Text))
- describeSimulationApplicationResponse_httpStatus :: Lens' DescribeSimulationApplicationResponse Int
Creating a Request
data DescribeSimulationApplication Source #
See: newDescribeSimulationApplication
smart constructor.
DescribeSimulationApplication' | |
|
Instances
newDescribeSimulationApplication Source #
Create a value of DescribeSimulationApplication
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:applicationVersion:DescribeSimulationApplication'
, describeSimulationApplication_applicationVersion
- The version of the simulation application to describe.
$sel:application:DescribeSimulationApplication'
, describeSimulationApplication_application
- The application information for the simulation application.
Request Lenses
describeSimulationApplication_applicationVersion :: Lens' DescribeSimulationApplication (Maybe Text) Source #
The version of the simulation application to describe.
describeSimulationApplication_application :: Lens' DescribeSimulationApplication Text Source #
The application information for the simulation application.
Destructuring the Response
data DescribeSimulationApplicationResponse Source #
See: newDescribeSimulationApplicationResponse
smart constructor.
DescribeSimulationApplicationResponse' | |
|
Instances
newDescribeSimulationApplicationResponse Source #
Create a value of DescribeSimulationApplicationResponse
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:renderingEngine:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_renderingEngine
- The rendering engine for the simulation application.
$sel:lastUpdatedAt:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation
application was last updated.
$sel:arn:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_arn
- The Amazon Resource Name (ARN) of the robot simulation application.
$sel:environment:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_environment
- The object that contains the Docker image URI used to create the
simulation application.
$sel:sources:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_sources
- The sources of the simulation application.
$sel:name:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_name
- The name of the simulation application.
$sel:imageDigest:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_imageDigest
- A SHA256 identifier for the Docker image that you use for your
simulation application.
$sel:version:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_version
- The version of the simulation application.
$sel:simulationSoftwareSuite:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_simulationSoftwareSuite
- The simulation software suite used by the simulation application.
$sel:robotSoftwareSuite:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_robotSoftwareSuite
- Information about the robot software suite (ROS distribution).
$sel:revisionId:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_revisionId
- The revision id of the simulation application.
$sel:tags:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_tags
- The list of all tags added to the specified simulation application.
$sel:httpStatus:DescribeSimulationApplicationResponse'
, describeSimulationApplicationResponse_httpStatus
- The response's http status code.
Response Lenses
describeSimulationApplicationResponse_renderingEngine :: Lens' DescribeSimulationApplicationResponse (Maybe RenderingEngine) Source #
The rendering engine for the simulation application.
describeSimulationApplicationResponse_lastUpdatedAt :: Lens' DescribeSimulationApplicationResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the simulation application was last updated.
describeSimulationApplicationResponse_arn :: Lens' DescribeSimulationApplicationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the robot simulation application.
describeSimulationApplicationResponse_environment :: Lens' DescribeSimulationApplicationResponse (Maybe Environment) Source #
The object that contains the Docker image URI used to create the simulation application.
describeSimulationApplicationResponse_sources :: Lens' DescribeSimulationApplicationResponse (Maybe [Source]) Source #
The sources of the simulation application.
describeSimulationApplicationResponse_name :: Lens' DescribeSimulationApplicationResponse (Maybe Text) Source #
The name of the simulation application.
describeSimulationApplicationResponse_imageDigest :: Lens' DescribeSimulationApplicationResponse (Maybe Text) Source #
A SHA256 identifier for the Docker image that you use for your simulation application.
describeSimulationApplicationResponse_version :: Lens' DescribeSimulationApplicationResponse (Maybe Text) Source #
The version of the simulation application.
describeSimulationApplicationResponse_simulationSoftwareSuite :: Lens' DescribeSimulationApplicationResponse (Maybe SimulationSoftwareSuite) Source #
The simulation software suite used by the simulation application.
describeSimulationApplicationResponse_robotSoftwareSuite :: Lens' DescribeSimulationApplicationResponse (Maybe RobotSoftwareSuite) Source #
Information about the robot software suite (ROS distribution).
describeSimulationApplicationResponse_revisionId :: Lens' DescribeSimulationApplicationResponse (Maybe Text) Source #
The revision id of the simulation application.
describeSimulationApplicationResponse_tags :: Lens' DescribeSimulationApplicationResponse (Maybe (HashMap Text Text)) Source #
The list of all tags added to the specified simulation application.
describeSimulationApplicationResponse_httpStatus :: Lens' DescribeSimulationApplicationResponse Int Source #
The response's http status code.