GlueDataBrew / Client / delete_recipe_version

delete_recipe_version#

GlueDataBrew.Client.delete_recipe_version(**kwargs)#

Deletes a single version of a DataBrew recipe.

See also: AWS API Documentation

Request Syntax

response = client.delete_recipe_version(
    Name='string',
    RecipeVersion='string'
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the recipe.

  • RecipeVersion (string) –

    [REQUIRED]

    The version of the recipe to be deleted. You can specify a numeric versions ( X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string',
    'RecipeVersion': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the recipe that was deleted.

    • RecipeVersion (string) –

      The version of the recipe that was deleted.

Exceptions