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

BatchDeleteRecipeVersionResponse

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

§Properties

§

Errors, if any, that occurred while attempting to delete the recipe versions.

§
Name: string
[src]

The name of the recipe that was modified.