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

SolutionSummary

import type { SolutionSummary } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

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

interface SolutionSummary {
creationDateTime?: Date | number | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
solutionArn?: string | null;
status?: string | null;
}

§Properties

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

The date and time (in Unix time) that the solution was created.

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

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

§
name?: string | null
[src]

The name of the solution.

§
solutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution.

§
status?: string | null
[src]

The status of the solution.

A solution can be in one of the following states:

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