View source: R/proton_operations.R
proton_list_service_template_versions | R Documentation |
List major or minor versions of a service template with detail data.
See https://www.paws-r-sdk.com/docs/proton_list_service_template_versions/ for full documentation.
proton_list_service_template_versions(
majorVersion = NULL,
maxResults = NULL,
nextToken = NULL,
templateName
)
majorVersion |
To view a list of minor of versions under a major version of a service
template, include To view a list of major versions of a service template, exclude
|
maxResults |
The maximum number of major or minor versions of a service template to list. |
nextToken |
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested. |
templateName |
[required] The name of the service template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.