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

PublishRecipeRequest

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

§Properties

§
Description?: string | null
[src]

A description of the recipe to be published, for this version of the recipe.

§
Name: string
[src]

The name of the recipe to be published.