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

ListRecipesRequest

import type { ListRecipesRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListRecipesRequest {
domain?: Domain | null;
maxResults?: number | null;
nextToken?: string | null;
recipeProvider?: RecipeProvider | null;
}

§Properties

§
domain?: Domain | null
[src]

Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, only non-domain recipes are returned.

§
maxResults?: number | null
[src]

The maximum number of recipes to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).

§
recipeProvider?: RecipeProvider | null
[src]

The default is SERVICE.