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

ListSolutionVersionsResponse

import type { ListSolutionVersionsResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListSolutionVersionsResponse {
nextToken?: string | null;
solutionVersions?: SolutionVersionSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token for getting the next set of solution versions (if they exist).

§
solutionVersions?: SolutionVersionSummary[] | null
[src]

A list of solution versions describing the version properties.