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

Recipe

import type { Recipe } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/personalize.ts";
interface Recipe {
algorithmArn?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
featureTransformationArn?: string | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
recipeArn?: string | null;
recipeType?: string | null;
status?: string | null;
}

§Properties

§
algorithmArn?: string | null
[src]
§
creationDateTime?: Date | number | null
[src]
§
description?: string | null
[src]
§
featureTransformationArn?: string | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
name?: string | null
[src]
§
recipeArn?: string | null
[src]
§
recipeType?: string | null
[src]
§
status?: string | null
[src]