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

DescribeRecipeRequest

import type { DescribeRecipeRequest } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface DescribeRecipeRequest {
Name: string;
RecipeVersion?: string | null;
}

§Properties

§
Name: string
[src]

The name of the recipe to be described.

§
RecipeVersion?: string | null
[src]

The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.