proton_delete_environment_template_version: If no other minor versions of an environment template exist,...

View source: R/proton_operations.R

proton_delete_environment_template_versionR Documentation

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

Description

If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended version. Delete the Recommended version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible.

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

Usage

proton_delete_environment_template_version(
  majorVersion,
  minorVersion,
  templateName
)

Arguments

majorVersion

[required] The environment template major version to delete.

minorVersion

[required] The environment template minor version to delete.

templateName

[required] The name of the environment template.


paws.compute documentation built on May 29, 2024, 9:16 a.m.