proton_delete_service_template_version: If no other minor versions of a service template exist,...

View source: R/proton_operations.R

proton_delete_service_template_versionR Documentation

If no other minor versions of a service template exist, delete a major version of the service template if it's not the Recommended version

Description

If no other minor versions of a service template exist, delete a major version of the service template if it's not the Recommended version. Delete the Recommended version of the service template if no other major versions or minor versions of the service template exist. A major version of a service template is a version that isn't backwards compatible.

See https://www.paws-r-sdk.com/docs/proton_delete_service_template_version/ for full documentation.

Usage

proton_delete_service_template_version(
  majorVersion,
  minorVersion,
  templateName
)

Arguments

majorVersion

[required] The service template major version to delete.

minorVersion

[required] The service template minor version to delete.

templateName

[required] The name of the service template.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.