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

Usage

import * as mod from "https://aws-api.deno.dev/v0.1/services/databrew.ts?docs=full";

§Classes

DataBrew

§Interfaces

BatchDeleteRecipeVersionRequest
BatchDeleteRecipeVersionResponse
ConditionExpression

Represents an individual condition that evaluates to true or false.

CreateDatasetRequest
CreateDatasetResponse
CreateProfileJobRequest
CreateProfileJobResponse
CreateProjectRequest
CreateProjectResponse
CreateRecipeJobRequest
CreateRecipeJobResponse
CreateRecipeRequest
CreateRecipeResponse
CreateScheduleRequest
CreateScheduleResponse
CsvOptions

Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.

CsvOutputOptions

Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.

DatabaseInputDefinition

Connection information for dataset input files stored in a database.

DataCatalogInputDefinition

Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew dataset.

Dataset

Represents a dataset that can be processed by DataBrew.

DatasetParameter

Represents a dataset paramater that defines type and conditions for a parameter in the S3 path of the dataset.

DatetimeOptions

Represents additional options for correct interpretation of datetime parameters used in the S3 path of a dataset.

DeleteDatasetRequest
DeleteDatasetResponse
DeleteJobRequest
DeleteJobResponse
DeleteProjectRequest
DeleteProjectResponse
DeleteRecipeVersionRequest
DeleteRecipeVersionResponse
DeleteScheduleRequest
DeleteScheduleResponse
DescribeDatasetRequest
DescribeDatasetResponse
DescribeJobRequest
DescribeJobResponse
DescribeJobRunRequest
DescribeJobRunResponse
DescribeProjectRequest
DescribeProjectResponse
DescribeRecipeRequest
DescribeRecipeResponse
DescribeScheduleRequest
DescribeScheduleResponse
ExcelOptions

Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.

FilesLimit

Represents a limit imposed on number of S3 files that should be selected for a dataset from a connected S3 path.

FilterExpression

Represents a structure for defining parameter conditions.

FormatOptions

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

Input

Represents information on how DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.

Job

Represents all of the attributes of a DataBrew job.

JobRun

Represents one run of a DataBrew job.

JobSample

A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

JsonOptions

Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew.

ListDatasetsRequest
ListDatasetsResponse
ListJobRunsRequest
ListJobRunsResponse
ListJobsRequest
ListJobsResponse
ListProjectsRequest
ListProjectsResponse
ListRecipesRequest
ListRecipesResponse
ListRecipeVersionsRequest
ListRecipeVersionsResponse
ListSchedulesRequest
ListSchedulesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
Output

Represents options that specify how and where DataBrew writes the output generated by recipe jobs or profile jobs.

OutputFormatOptions

Represents a set of options that define the structure of comma-separated (CSV) job output.

PathOptions

Represents a set of options that define how DataBrew selects files for a given S3 path in a dataset.

Project

Represents all of the attributes of a DataBrew project.

PublishRecipeRequest
PublishRecipeResponse
Recipe

Represents one or more actions to be performed on a DataBrew dataset.

RecipeAction

Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe structure and Recipe actions reference.

RecipeReference

Represents the name and version of a DataBrew recipe.

RecipeStep

Represents a single step from a DataBrew recipe to be performed.

RecipeVersionErrorDetail

Represents any errors encountered when attempting to delete multiple recipe versions.

S3Location

Represents an Amazon S3 location (bucket name and object key) where DataBrew can read input data, or write output from a job.

Sample

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

Schedule

Represents one or more dates and times when a job is to run.

SendProjectSessionActionRequest
SendProjectSessionActionResponse
StartJobRunRequest
StartJobRunResponse
StartProjectSessionRequest
StartProjectSessionResponse
StopJobRunRequest
StopJobRunResponse
TagResourceRequest
UntagResourceRequest
UpdateDatasetRequest
UpdateDatasetResponse
UpdateProfileJobRequest
UpdateProfileJobResponse
UpdateProjectRequest
UpdateProjectResponse
UpdateRecipeJobRequest
UpdateRecipeJobResponse
UpdateRecipeRequest
UpdateRecipeResponse
UpdateScheduleRequest
UpdateScheduleResponse
ViewFrame

Represents the data being transformed during an action.

§Type Aliases

CompressionFormat
EncryptionMode
InputFormat
JobRunState
JobType
LogSubscription
Order
OrderedBy
OutputFormat
ParameterType
SampleMode
SampleType
SessionStatus
Source