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
)
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.
A description of a service template version to update.
[required] To update a major version of a service template, include
major Version
.
[required] To update a minor version of a service template, include minorVersion
.
The status of the service template minor version to update.
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 supportedComponentSources
doesn't impact existing
component attachments to instances based on this template version. A
change only affects later associations.
For more information about components, see Proton components in the Proton User Guide.
[required] The name of the service template.