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

Description

Updates a robot application.

Synopsis

Creating a Request

data UpdateRobotApplication Source #

See: newUpdateRobotApplication smart constructor.

Constructors

UpdateRobotApplication' 

Fields

Instances

Instances details
Eq UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Read UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Generic UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplication :: Type -> Type #

NFData UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Methods

rnf :: UpdateRobotApplication -> () #

Hashable UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToJSON UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

AWSRequest UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type AWSResponse 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

type Rep UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication = D1 ('MetaData "UpdateRobotApplication" "Amazonka.RobOMaker.UpdateRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))))
type AWSResponse UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

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.

$sel:environment:UpdateRobotApplication', updateRobotApplication_environment - The object that contains the Docker image URI for your robot application.

$sel:sources:UpdateRobotApplication', updateRobotApplication_sources - The sources of the robot application.

$sel:application:UpdateRobotApplication', updateRobotApplication_application - The application information for the robot application.

$sel:robotSoftwareSuite: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
Eq UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Read UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Generic UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplicationResponse :: Type -> Type #

NFData 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:

$sel:lastUpdatedAt:UpdateRobotApplicationResponse', updateRobotApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

$sel:arn:UpdateRobotApplicationResponse', updateRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated robot application.

$sel:environment:UpdateRobotApplication', updateRobotApplicationResponse_environment - The object that contains the Docker image URI for your robot application.

$sel:sources:UpdateRobotApplication', updateRobotApplicationResponse_sources - The sources of the robot application.

$sel:name:UpdateRobotApplicationResponse', updateRobotApplicationResponse_name - The name of the robot application.

$sel:version:UpdateRobotApplicationResponse', updateRobotApplicationResponse_version - The version of the robot application.

$sel:robotSoftwareSuite:UpdateRobotApplication', updateRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

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

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

Response Lenses

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

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

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_robotSoftwareSuite :: Lens' UpdateRobotApplicationResponse (Maybe RobotSoftwareSuite) Source #

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