Update a major or minor version of a service template
Source:R/proton_operations.R
proton_update_service_template_version.RdUpdate 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.
Usage
proton_update_service_template_version(
compatibleEnvironmentTemplates = NULL,
description = NULL,
majorVersion,
minorVersion,
status = NULL,
supportedComponentSources = NULL,
templateName
)Arguments
- 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
major Version.- minorVersion
[required] To update a minor version of a service template, include
minorVersion.- 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
supportedComponentSourcesdoesn'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.
- templateName
[required] The name of the service template.