proton_update_environment_template_version {paws.compute} | R Documentation |
Update a major or minor version of an environment template
Description
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.
Usage
proton_update_environment_template_version(
description = NULL,
majorVersion,
minorVersion,
status = NULL,
templateName
)
Arguments
description |
A description of environment template version to update. |
majorVersion |
[required] To update a major version of an environment template, include
|
minorVersion |
[required] To update a minor version of an environment template, include
|
status |
The status of the environment template minor version to update. |
templateName |
[required] The name of the environment template. |
[Package paws.compute version 0.7.0 Index]