amazonka-elasticbeanstalk-0.0.1: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Contents

Description

Updates the specified application version to have the specified properties.

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

Synopsis

Request

Request constructor

Request lenses

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.

uavDescription :: Lens' UpdateApplicationVersion (Maybe Text) Source

A new description for this release.

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.

Response

Response constructor

Response lenses

uavrApplicationVersion :: Lens' UpdateApplicationVersionResponse (Maybe ApplicationVersionDescription) Source

The ApplicationVersionDescription of the application version.