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

ListServiceTemplateVersionsOutput

import type { ListServiceTemplateVersionsOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceTemplateVersionsOutput {
nextToken?: string | null;
templateVersions: ServiceTemplateVersionSummary[];
}

§Properties

§
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 current requested list of service major or minor versions.

§

An array of major or minor versions of a service template with detail data.