
update-application-version
**************************


DESCRIPTION
===========

Updates the specified application version to have the specified
properties.

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


SYNOPSIS
========

   aws elasticbeanstalk update-application-version
     --application-name <value>
     --version-label <value>
     [--description <value>]


REQUIRED PARAMETERS
===================

"--application-name"  (string)
   The name of the application associated with this version.

   If no application is found with this name, "update-application"
   returns an "InvalidParameterValue" error.

"--version-label"  (string)
   The name of the version to update.

   If no application version is found with this label, "update-
   application" returns an "InvalidParameterValue" error.


OPTIONAL PARAMETERS
===================

"--description"  (string)
   A new description for this release.
