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

BatchDeleteRecipeVersionRequest

import type { BatchDeleteRecipeVersionRequest } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";
interface BatchDeleteRecipeVersionRequest {
Name: string;
RecipeVersions: string[];
}

§Properties

§
Name: string
[src]

The name of the recipe whose versions are to be deleted.

§
RecipeVersions: string[]
[src]

An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.