Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListServiceTemplateVersionsInput

import type { ListServiceTemplateVersionsInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceTemplateVersionsInput {
majorVersion?: string | null;
maxResults?: number | null;
nextToken?: string | null;
templateName: string;
}

§Properties

§
majorVersion?: string | null
[src]

To view a list of minor of versions under a major version of a service template, include major Version.

To view a list of major versions of a service template, exclude major Version.

§
maxResults?: number | null
[src]

The maximum number of major or minor versions of a service template to list.

§
nextToken?: string | null
[src]

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: string
[src]

The name of the service template.