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

SolutionVersionSummary

import type { SolutionVersionSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/personalize.ts";
interface SolutionVersionSummary {
creationDateTime?: Date | number | null;
failureReason?: string | null;
lastUpdatedDateTime?: Date | number | null;
solutionVersionArn?: string | null;
status?: string | null;
}

§Properties

§
creationDateTime?: Date | number | null
[src]
§
failureReason?: string | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
solutionVersionArn?: string | null
[src]
§
status?: string | null
[src]