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

RecipeSummary

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

Provides a summary of the properties of a recipe. For a complete listing, call the "DescribeRecipe" API.

interface RecipeSummary {
creationDateTime?: Date | number | null;
domain?: Domain | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
recipeArn?: string | null;
status?: string | null;
}

§Properties

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

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

§
domain?: Domain | null
[src]

The domain of the recipe (if the recipe is a Domain dataset group use case).

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

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

§
name?: string | null
[src]

The name of the recipe.

§
recipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the recipe.

§
status?: string | null
[src]

The status of the recipe.