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

ListSolutionVersionsRequest

import type { ListSolutionVersionsRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListSolutionVersionsRequest {
maxResults?: number | null;
nextToken?: string | null;
solutionArn?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of solution versions to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListSolutionVersions for getting the next set of solution versions (if they exist).

§
solutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution.