amazonka-elasticbeanstalk-0.3.4: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.UpdateApplication

Contents

Description

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

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