amazonka-elasticbeanstalk-0.0.5: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.UpdateApplication

Contents

Description

Updates the specified application to have the specified properties.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_UpdateApplication.html

Synopsis

Request

Request constructor

updateApplication Source

UpdateApplication constructor.

The fields accessible through corresponding lenses are:

Request lenses

uaApplicationName :: Lens' UpdateApplication Text Source

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

uaDescription :: Lens' UpdateApplication (Maybe Text) Source

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

Response

Response constructor

Response lenses