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

ListImageVersionsResponse

import type { ListImageVersionsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListImageVersionsResponse {
ImageVersions?: ImageVersion[] | null;
NextToken?: string | null;
}

§Properties

§
ImageVersions?: ImageVersion[] | null
[src]

A list of versions and their properties.

§
NextToken?: string | null
[src]

A token for getting the next set of versions, if there are any.