Update a major or minor version of an environment template.
See https://www.paws-r-sdk.com/docs/proton_update_environment_template_version/ for full documentation.
proton_update_environment_template_version(
description = NULL,
majorVersion,
minorVersion,
status = NULL,
templateName
)
A description of environment template version to update.
[required] To update a major version of an environment template, include
major Version
.
[required] To update a minor version of an environment template, include
minorVersion
.
The status of the environment template minor version to update.
[required] The name of the environment template.