List major or minor versions of an environment template with detail data.
See https://www.paws-r-sdk.com/docs/proton_list_environment_template_versions/ for full documentation.
proton_list_environment_template_versions(
majorVersion = NULL,
maxResults = NULL,
nextToken = NULL,
templateName
)
To view a list of minor of versions under a major version of an
environment template, include major Version
.
To view a list of major versions of an environment template, exclude
major Version
.
The maximum number of major or minor versions of an environment template to list.
A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.
[required] The name of the environment template.