DataBrew
import { DataBrew } from "https://aws-api.deno.dev/v0.2/services/databrew.ts?docs=full";
§Constructors
§Methods
Deletes one or more versions of a recipe at a time.
The entire request will be rejected if:
- The recipe does not exist.
- There is an invalid version identifier in the list of versions.
- The version list is empty.
- The version list size exceeds 50.
- The version list contains duplicate entries.
The request will complete successfully, but with partial failures, if:
- A version does not exist.
- A version is being used by a job.
- You specify
LATEST_WORKING
, but it's being used by a project. - The version fails to be deleted.
The LATEST_WORKING
version will only be deleted if the recipe has no other versions.
If you try to delete LATEST_WORKING
while other versions exist (or if they can't be deleted), then LATEST_WORKING
will be listed as partial failure in the response.
Creates a new DataBrew dataset.
Creates a new job to analyze a dataset and create its data profile.
Creates a new DataBrew project.
Creates a new DataBrew recipe.
Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.
Deletes a dataset from DataBrew.
Deletes an existing DataBrew project.
Deletes a single version of a DataBrew recipe.
Deletes the specified DataBrew schedule.
Returns the definition of a specific DataBrew dataset.
Represents one run of a DataBrew job.
Returns the definition of a specific DataBrew project.
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
Returns the definition of a specific DataBrew schedule.
Lists all of the DataBrew datasets.
Lists all of the DataBrew projects that are defined.
Lists all of the DataBrew recipes that are defined.
Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING
.
Lists the DataBrew schedules that are defined.
Lists all the tags for a DataBrew resource.
Publishes a new version of a DataBrew recipe.
Performs a recipe step within an interactive DataBrew session that's currently open.
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
Modifies the definition of an existing DataBrew dataset.
Modifies the definition of an existing profile job.
Modifies the definition of an existing DataBrew project.
Modifies the definition of the LATEST_WORKING
version of a DataBrew recipe.
Modifies the definition of an existing DataBrew recipe job.
Modifies the definition of an existing DataBrew schedule.