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


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

Updates the specified application to have the specified properties.

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


SYNOPSIS
========

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


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

"--application-name"  (string)
   The name of the application to update. If no such application is
   found, "update-application" returns an "InvalidParameterValue"
   error.


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

"--description"  (string)
   A new description for the application.

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