Updates the specified application to have the specified properties.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_update_application/ for full documentation.
elasticbeanstalk_update_application(ApplicationName, Description = NULL)
[required] The name of the application to update. If no such application is found,
update_application
returns an
InvalidParameterValue
error.
A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.