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.4/services/databrew.ts?docs=full";
interface ListRecipesRequest {
MaxResults?: number | null;
NextToken?: string | null;
RecipeVersion?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in this request.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.

§
RecipeVersion?: string | null
[src]

Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

Valid values: LATEST_WORKING | LATEST_PUBLISHED