View source: R/proton_operations.R
proton_update_environment_template_version | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.