amazonka-elasticbeanstalk-1.3.6: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for UpdateApplication.

Synopsis

Creating a Request

updateApplication Source

Creates a value of UpdateApplication with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uaDescription :: Lens' UpdateApplication (Maybe Text) Source

A new description for the application.

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

uaApplicationName :: Lens' UpdateApplication Text Source

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

Destructuring the Response

applicationDescriptionMessage :: ApplicationDescriptionMessage Source

Creates a value of ApplicationDescriptionMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

admApplication :: Lens' ApplicationDescriptionMessage (Maybe ApplicationDescription) Source

The ApplicationDescription of the application.