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

Description

Updates a simulation application.

Synopsis

Creating a Request

data UpdateSimulationApplication Source #

See: newUpdateSimulationApplication smart constructor.

Constructors

UpdateSimulationApplication' 

Fields

Instances

Instances details
Eq UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Read UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Show UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Generic UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Associated Types

type Rep UpdateSimulationApplication :: Type -> Type #

NFData UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Hashable UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToJSON UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

AWSRequest UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToHeaders UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToPath UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToQuery UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplication = D1 ('MetaData "UpdateSimulationApplication" "Amazonka.RobOMaker.UpdateSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateSimulationApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: (S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)))) :*: ((S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceConfig])) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimulationSoftwareSuite) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))
type AWSResponse UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

newUpdateSimulationApplication Source #

Create a value of UpdateSimulationApplication 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:UpdateSimulationApplication', updateSimulationApplication_renderingEngine - The rendering engine for the simulation application.

$sel:currentRevisionId:UpdateSimulationApplication', updateSimulationApplication_currentRevisionId - The revision id for the robot application.

$sel:environment:UpdateSimulationApplication', updateSimulationApplication_environment - The object that contains the Docker image URI for your simulation application.

$sel:sources:UpdateSimulationApplication', updateSimulationApplication_sources - The sources of the simulation application.

$sel:application:UpdateSimulationApplication', updateSimulationApplication_application - The application information for the simulation application.

$sel:simulationSoftwareSuite:UpdateSimulationApplication', updateSimulationApplication_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:UpdateSimulationApplication', updateSimulationApplication_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

Request Lenses

updateSimulationApplication_environment :: Lens' UpdateSimulationApplication (Maybe Environment) Source #

The object that contains the Docker image URI for your simulation application.

updateSimulationApplication_application :: Lens' UpdateSimulationApplication Text Source #

The application information for the simulation application.

updateSimulationApplication_robotSoftwareSuite :: Lens' UpdateSimulationApplication RobotSoftwareSuite Source #

Information about the robot software suite (ROS distribution).

Destructuring the Response

data UpdateSimulationApplicationResponse Source #

Constructors

UpdateSimulationApplicationResponse' 

Fields

Instances

Instances details
Eq UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Read UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Show UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Generic UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

NFData UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplicationResponse = D1 ('MetaData "UpdateSimulationApplicationResponse" "Amazonka.RobOMaker.UpdateSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateSimulationApplicationResponse Source #

Create a value of UpdateSimulationApplicationResponse 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:UpdateSimulationApplication', updateSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

$sel:lastUpdatedAt:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

$sel:arn:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated simulation application.

$sel:environment:UpdateSimulationApplication', updateSimulationApplicationResponse_environment - The object that contains the Docker image URI used for your simulation application.

$sel:sources:UpdateSimulationApplication', updateSimulationApplicationResponse_sources - The sources of the simulation application.

$sel:name:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_name - The name of the simulation application.

$sel:version:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_version - The version of the robot application.

$sel:simulationSoftwareSuite:UpdateSimulationApplication', updateSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:UpdateSimulationApplication', updateSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

$sel:revisionId:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_revisionId - The revision id of the simulation application.

$sel:httpStatus:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_httpStatus - The response's http status code.

Response Lenses

updateSimulationApplicationResponse_lastUpdatedAt :: Lens' UpdateSimulationApplicationResponse (Maybe UTCTime) Source #

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

updateSimulationApplicationResponse_arn :: Lens' UpdateSimulationApplicationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the updated simulation application.

updateSimulationApplicationResponse_environment :: Lens' UpdateSimulationApplicationResponse (Maybe Environment) Source #

The object that contains the Docker image URI used for your simulation application.