View source: R/proton_operations.R
proton_update_service_template_version | R Documentation |
Update a major or minor version of a service template.
See https://www.paws-r-sdk.com/docs/proton_update_service_template_version/ for full documentation.
proton_update_service_template_version(
compatibleEnvironmentTemplates = NULL,
description = NULL,
majorVersion,
minorVersion,
status = NULL,
supportedComponentSources = NULL,
templateName
)
compatibleEnvironmentTemplates |
An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates. |
description |
A description of a service template version to update. |
majorVersion |
[required] To update a major version of a service template, include
|
minorVersion |
[required] To update a minor version of a service template, include |
status |
The status of the service template minor version to update. |
supportedComponentSources |
An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version. A change to For more information about components, see Proton components in the Proton User Guide. |
templateName |
[required] The name of the service template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.