Learn R Programming

paws.analytics (version 0.7.0)

gluedatabrew_batch_delete_recipe_version: Deletes one or more versions of a recipe at a time

Description

Deletes one or more versions of a recipe at a time.

See https://www.paws-r-sdk.com/docs/gluedatabrew_batch_delete_recipe_version/ for full documentation.

Usage

gluedatabrew_batch_delete_recipe_version(Name, RecipeVersions)

Arguments

Name

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

RecipeVersions

[required] 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.