amazonka-elasticbeanstalk-1.3.2: 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.UpdateApplicationVersion

Contents

Description

Updates the specified application version to have the specified properties.

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

See: AWS API Reference for UpdateApplicationVersion.

Synopsis

Creating a Request

updateApplicationVersion Source

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

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

Request Lenses

uavDescription :: Lens' UpdateApplicationVersion (Maybe Text) Source

A new description for this release.

uavApplicationName :: Lens' UpdateApplicationVersion Text Source

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

uavVersionLabel :: Lens' UpdateApplicationVersion Text Source

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

Destructuring the Response

applicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source

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

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

Response Lenses

avdmApplicationVersion :: Lens' ApplicationVersionDescriptionMessage (Maybe ApplicationVersionDescription) Source

The ApplicationVersionDescription of the application version.