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.deno.dev/v0.3/services/personalize.ts?docs=full";

Provides a summary of the properties of a solution version. For a complete listing, call the "DescribeSolutionVersion" API.

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]

The date and time (in Unix time) that this version of a solution was created.

§
failureReason?: string | null
[src]

If a solution version fails, the reason behind the failure.

§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time (in Unix time) that the solution version was last updated.

§
solutionVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution version.

§
status?: string | null
[src]

The status of the solution version.

A solution version can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED