Updates the specified application version to have the specified properties.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_update_application_version/ for full documentation.
elasticbeanstalk_update_application_version(
ApplicationName,
VersionLabel,
Description = NULL
)
[required] The name of the application associated with this version.
If no application is found with this name,
update_application
returns an
InvalidParameterValue
error.
[required] The name of the version to update.
If no application version is found with this label,
update_application
returns an
InvalidParameterValue
error.
A new description for this version.