amazonka-robomaker-2.0: Amazon RoboMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RobOMaker.UpdateRobotApplication

Description

Updates a robot application.

Synopsis

Creating a Request

data UpdateRobotApplication Source #

See: newUpdateRobotApplication smart constructor.

Constructors

UpdateRobotApplication' 

Fields

Instances

Instances details
ToJSON UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToHeaders UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToPath UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToQuery UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

AWSRequest UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type AWSResponse UpdateRobotApplication #

Generic UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplication :: Type -> Type #

Read UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

NFData UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Methods

rnf :: UpdateRobotApplication -> () #

Eq UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Hashable UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type AWSResponse UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication = D1 ('MetaData "UpdateRobotApplication" "Amazonka.RobOMaker.UpdateRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateRobotApplication'" 'PrefixI 'True) ((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 "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))

newUpdateRobotApplication Source #

Create a value of UpdateRobotApplication 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:currentRevisionId:UpdateRobotApplication', updateRobotApplication_currentRevisionId - The revision id for the robot application.

UpdateRobotApplication, updateRobotApplication_environment - The object that contains the Docker image URI for your robot application.

UpdateRobotApplication, updateRobotApplication_sources - The sources of the robot application.

UpdateRobotApplication, updateRobotApplication_application - The application information for the robot application.

UpdateRobotApplication, updateRobotApplication_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

Request Lenses

updateRobotApplication_environment :: Lens' UpdateRobotApplication (Maybe Environment) Source #

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

updateRobotApplication_application :: Lens' UpdateRobotApplication Text Source #

The application information for the robot application.

updateRobotApplication_robotSoftwareSuite :: Lens' UpdateRobotApplication RobotSoftwareSuite Source #

The robot software suite (ROS distribution) used by the robot application.

Destructuring the Response

data UpdateRobotApplicationResponse Source #

See: newUpdateRobotApplicationResponse smart constructor.

Constructors

UpdateRobotApplicationResponse' 

Fields

Instances

Instances details
Generic UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplicationResponse :: Type -> Type #

Read UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

NFData UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Eq UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

newUpdateRobotApplicationResponse Source #

Create a value of UpdateRobotApplicationResponse 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:

UpdateRobotApplicationResponse, updateRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated robot application.

UpdateRobotApplication, updateRobotApplicationResponse_environment - The object that contains the Docker image URI for your robot application.

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

UpdateRobotApplicationResponse, updateRobotApplicationResponse_name - The name of the robot application.

$sel:revisionId:UpdateRobotApplicationResponse', updateRobotApplicationResponse_revisionId - The revision id of the robot application.

UpdateRobotApplication, updateRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

UpdateRobotApplication, updateRobotApplicationResponse_sources - The sources of the robot application.

UpdateRobotApplicationResponse, updateRobotApplicationResponse_version - The version of the robot application.

$sel:httpStatus:UpdateRobotApplicationResponse', updateRobotApplicationResponse_httpStatus - The response's http status code.

Response Lenses

updateRobotApplicationResponse_arn :: Lens' UpdateRobotApplicationResponse (Maybe Text) Source #

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

updateRobotApplicationResponse_environment :: Lens' UpdateRobotApplicationResponse (Maybe Environment) Source #

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

updateRobotApplicationResponse_lastUpdatedAt :: Lens' UpdateRobotApplicationResponse (Maybe UTCTime) Source #

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

updateRobotApplicationResponse_robotSoftwareSuite :: Lens' UpdateRobotApplicationResponse (Maybe RobotSoftwareSuite) Source #

The robot software suite (ROS distribution) used by the robot application.