{ "version":"2.0", "metadata":{ "apiVersion":"2017-07-25", "endpointPrefix":"databrew", "jsonVersion":"1.1", "protocol":"rest-json", "serviceFullName":"AWS Glue DataBrew", "serviceId":"DataBrew", "signatureVersion":"v4", "signingName":"databrew", "uid":"databrew-2017-07-25" }, "operations":{ "BatchDeleteRecipeVersion":{ "name":"BatchDeleteRecipeVersion", "http":{ "method":"POST", "requestUri":"/recipes/{name}/batchDeleteRecipeVersion" }, "input":{"shape":"BatchDeleteRecipeVersionRequest"}, "output":{"shape":"BatchDeleteRecipeVersionResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

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

The entire request will be rejected if:

The request will complete successfully, but with partial failures, if:

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.

" }, "CreateDataset":{ "name":"CreateDataset", "http":{ "method":"POST", "requestUri":"/datasets" }, "input":{"shape":"CreateDatasetRequest"}, "output":{"shape":"CreateDatasetResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new DataBrew dataset.

" }, "CreateProfileJob":{ "name":"CreateProfileJob", "http":{ "method":"POST", "requestUri":"/profileJobs" }, "input":{"shape":"CreateProfileJobRequest"}, "output":{"shape":"CreateProfileJobResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new job to analyze a dataset and create its data profile.

" }, "CreateProject":{ "name":"CreateProject", "http":{ "method":"POST", "requestUri":"/projects" }, "input":{"shape":"CreateProjectRequest"}, "output":{"shape":"CreateProjectResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new DataBrew project.

" }, "CreateRecipe":{ "name":"CreateRecipe", "http":{ "method":"POST", "requestUri":"/recipes" }, "input":{"shape":"CreateRecipeRequest"}, "output":{"shape":"CreateRecipeResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new DataBrew recipe.

" }, "CreateRecipeJob":{ "name":"CreateRecipeJob", "http":{ "method":"POST", "requestUri":"/recipeJobs" }, "input":{"shape":"CreateRecipeJobRequest"}, "output":{"shape":"CreateRecipeJobResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new job to transform input data, using steps defined in an existing AWS Glue DataBrew recipe

" }, "CreateSchedule":{ "name":"CreateSchedule", "http":{ "method":"POST", "requestUri":"/schedules" }, "input":{"shape":"CreateScheduleRequest"}, "output":{"shape":"CreateScheduleResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.

" }, "DeleteDataset":{ "name":"DeleteDataset", "http":{ "method":"DELETE", "requestUri":"/datasets/{name}" }, "input":{"shape":"DeleteDatasetRequest"}, "output":{"shape":"DeleteDatasetResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a dataset from DataBrew.

" }, "DeleteJob":{ "name":"DeleteJob", "http":{ "method":"DELETE", "requestUri":"/jobs/{name}" }, "input":{"shape":"DeleteJobRequest"}, "output":{"shape":"DeleteJobResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes the specified DataBrew job.

" }, "DeleteProject":{ "name":"DeleteProject", "http":{ "method":"DELETE", "requestUri":"/projects/{name}" }, "input":{"shape":"DeleteProjectRequest"}, "output":{"shape":"DeleteProjectResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes an existing DataBrew project.

" }, "DeleteRecipeVersion":{ "name":"DeleteRecipeVersion", "http":{ "method":"DELETE", "requestUri":"/recipes/{name}/recipeVersion/{recipeVersion}" }, "input":{"shape":"DeleteRecipeVersionRequest"}, "output":{"shape":"DeleteRecipeVersionResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a single version of a DataBrew recipe.

" }, "DeleteSchedule":{ "name":"DeleteSchedule", "http":{ "method":"DELETE", "requestUri":"/schedules/{name}" }, "input":{"shape":"DeleteScheduleRequest"}, "output":{"shape":"DeleteScheduleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes the specified DataBrew schedule.

" }, "DescribeDataset":{ "name":"DescribeDataset", "http":{ "method":"GET", "requestUri":"/datasets/{name}" }, "input":{"shape":"DescribeDatasetRequest"}, "output":{"shape":"DescribeDatasetResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Returns the definition of a specific DataBrew dataset.

" }, "DescribeJob":{ "name":"DescribeJob", "http":{ "method":"GET", "requestUri":"/jobs/{name}" }, "input":{"shape":"DescribeJobRequest"}, "output":{"shape":"DescribeJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Returns the definition of a specific DataBrew job.

" }, "DescribeJobRun":{ "name":"DescribeJobRun", "http":{ "method":"GET", "requestUri":"/jobs/{name}/jobRun/{runId}" }, "input":{"shape":"DescribeJobRunRequest"}, "output":{"shape":"DescribeJobRunResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Represents one run of a DataBrew job.

" }, "DescribeProject":{ "name":"DescribeProject", "http":{ "method":"GET", "requestUri":"/projects/{name}" }, "input":{"shape":"DescribeProjectRequest"}, "output":{"shape":"DescribeProjectResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Returns the definition of a specific DataBrew project.

" }, "DescribeRecipe":{ "name":"DescribeRecipe", "http":{ "method":"GET", "requestUri":"/recipes/{name}" }, "input":{"shape":"DescribeRecipeRequest"}, "output":{"shape":"DescribeRecipeResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Returns the definition of a specific DataBrew recipe corresponding to a particular version.

" }, "DescribeSchedule":{ "name":"DescribeSchedule", "http":{ "method":"GET", "requestUri":"/schedules/{name}" }, "input":{"shape":"DescribeScheduleRequest"}, "output":{"shape":"DescribeScheduleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Returns the definition of a specific DataBrew schedule.

" }, "ListDatasets":{ "name":"ListDatasets", "http":{ "method":"GET", "requestUri":"/datasets" }, "input":{"shape":"ListDatasetsRequest"}, "output":{"shape":"ListDatasetsResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists all of the DataBrew datasets.

" }, "ListJobRuns":{ "name":"ListJobRuns", "http":{ "method":"GET", "requestUri":"/jobs/{name}/jobRuns" }, "input":{"shape":"ListJobRunsRequest"}, "output":{"shape":"ListJobRunsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Lists all of the previous runs of a particular DataBrew job.

" }, "ListJobs":{ "name":"ListJobs", "http":{ "method":"GET", "requestUri":"/jobs" }, "input":{"shape":"ListJobsRequest"}, "output":{"shape":"ListJobsResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists all of the DataBrew jobs that are defined.

" }, "ListProjects":{ "name":"ListProjects", "http":{ "method":"GET", "requestUri":"/projects" }, "input":{"shape":"ListProjectsRequest"}, "output":{"shape":"ListProjectsResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists all of the DataBrew projects that are defined.

" }, "ListRecipeVersions":{ "name":"ListRecipeVersions", "http":{ "method":"GET", "requestUri":"/recipeVersions" }, "input":{"shape":"ListRecipeVersionsRequest"}, "output":{"shape":"ListRecipeVersionsResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.

" }, "ListRecipes":{ "name":"ListRecipes", "http":{ "method":"GET", "requestUri":"/recipes" }, "input":{"shape":"ListRecipesRequest"}, "output":{"shape":"ListRecipesResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists all of the DataBrew recipes that are defined.

" }, "ListSchedules":{ "name":"ListSchedules", "http":{ "method":"GET", "requestUri":"/schedules" }, "input":{"shape":"ListSchedulesRequest"}, "output":{"shape":"ListSchedulesResponse"}, "errors":[ {"shape":"ValidationException"} ], "documentation":"

Lists the DataBrew schedules that are defined.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{ResourceArn}" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Lists all the tags for a DataBrew resource.

" }, "PublishRecipe":{ "name":"PublishRecipe", "http":{ "method":"POST", "requestUri":"/recipes/{name}/publishRecipe" }, "input":{"shape":"PublishRecipeRequest"}, "output":{"shape":"PublishRecipeResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"

Publishes a new version of a DataBrew recipe.

" }, "SendProjectSessionAction":{ "name":"SendProjectSessionAction", "http":{ "method":"PUT", "requestUri":"/projects/{name}/sendProjectSessionAction" }, "input":{"shape":"SendProjectSessionActionRequest"}, "output":{"shape":"SendProjectSessionActionResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Performs a recipe step within an interactive DataBrew session that's currently open.

" }, "StartJobRun":{ "name":"StartJobRun", "http":{ "method":"POST", "requestUri":"/jobs/{name}/startJobRun" }, "input":{"shape":"StartJobRunRequest"}, "output":{"shape":"StartJobRunResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Runs a DataBrew job.

" }, "StartProjectSession":{ "name":"StartProjectSession", "http":{ "method":"PUT", "requestUri":"/projects/{name}/startProjectSession" }, "input":{"shape":"StartProjectSessionRequest"}, "output":{"shape":"StartProjectSessionResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Creates an interactive session, enabling you to manipulate data in a DataBrew project.

" }, "StopJobRun":{ "name":"StopJobRun", "http":{ "method":"POST", "requestUri":"/jobs/{name}/jobRun/{runId}/stopJobRun" }, "input":{"shape":"StopJobRunRequest"}, "output":{"shape":"StopJobRunResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Stops a particular run of a job.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{ResourceArn}" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{ResourceArn}" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Removes metadata tags from a DataBrew resource.

" }, "UpdateDataset":{ "name":"UpdateDataset", "http":{ "method":"PUT", "requestUri":"/datasets/{name}" }, "input":{"shape":"UpdateDatasetRequest"}, "output":{"shape":"UpdateDatasetResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Modifies the definition of an existing DataBrew dataset.

" }, "UpdateProfileJob":{ "name":"UpdateProfileJob", "http":{ "method":"PUT", "requestUri":"/profileJobs/{name}" }, "input":{"shape":"UpdateProfileJobRequest"}, "output":{"shape":"UpdateProfileJobResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Modifies the definition of an existing profile job.

" }, "UpdateProject":{ "name":"UpdateProject", "http":{ "method":"PUT", "requestUri":"/projects/{name}" }, "input":{"shape":"UpdateProjectRequest"}, "output":{"shape":"UpdateProjectResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Modifies the definition of an existing DataBrew project.

" }, "UpdateRecipe":{ "name":"UpdateRecipe", "http":{ "method":"PUT", "requestUri":"/recipes/{name}" }, "input":{"shape":"UpdateRecipeRequest"}, "output":{"shape":"UpdateRecipeResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Modifies the definition of the LATEST_WORKING version of a DataBrew recipe.

" }, "UpdateRecipeJob":{ "name":"UpdateRecipeJob", "http":{ "method":"PUT", "requestUri":"/recipeJobs/{name}" }, "input":{"shape":"UpdateRecipeJobRequest"}, "output":{"shape":"UpdateRecipeJobResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

Modifies the definition of an existing DataBrew recipe job.

" }, "UpdateSchedule":{ "name":"UpdateSchedule", "http":{ "method":"PUT", "requestUri":"/schedules/{name}" }, "input":{"shape":"UpdateScheduleRequest"}, "output":{"shape":"UpdateScheduleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"} ], "documentation":"

Modifies the definition of an existing DataBrew schedule.

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

Access to the specified resource was denied.

", "error":{"httpStatusCode":403}, "exception":true }, "AccountId":{ "type":"string", "max":255 }, "ActionId":{"type":"integer"}, "Arn":{ "type":"string", "max":2048, "min":20 }, "AssumeControl":{"type":"boolean"}, "Attempt":{"type":"integer"}, "BatchDeleteRecipeVersionRequest":{ "type":"structure", "required":[ "Name", "RecipeVersions" ], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

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

", "location":"uri", "locationName":"name" }, "RecipeVersions":{ "shape":"RecipeVersionList", "documentation":"

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.

" } } }, "BatchDeleteRecipeVersionResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe that was modified.

" }, "Errors":{ "shape":"RecipeErrorList", "documentation":"

Errors, if any, that occurred while attempting to delete the recipe versions.

" } } }, "Bucket":{ "type":"string", "max":63, "min":3 }, "CatalogId":{ "type":"string", "max":255, "min":1 }, "ClientSessionId":{ "type":"string", "max":255, "min":1, "pattern":"^[a-zA-Z0-9][a-zA-Z0-9-]*$" }, "ColumnName":{ "type":"string", "max":255, "min":1 }, "ColumnNameList":{ "type":"list", "member":{"shape":"ColumnName"}, "max":200 }, "ColumnRange":{ "type":"integer", "max":20, "min":0 }, "CompressionFormat":{ "type":"string", "enum":[ "GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB" ] }, "Condition":{ "type":"string", "max":128, "min":1, "pattern":"^[A-Z\\_]+$" }, "ConditionExpression":{ "type":"structure", "required":[ "Condition", "TargetColumn" ], "members":{ "Condition":{ "shape":"Condition", "documentation":"

A specific condition to apply to a recipe action. For more information, see Recipe structure in the AWS Glue DataBrew Developer Guide.

" }, "Value":{ "shape":"ConditionValue", "documentation":"

A value that the condition must evaluate to for the condition to succeed.

" }, "TargetColumn":{ "shape":"TargetColumn", "documentation":"

A column to apply this condition to.

" } }, "documentation":"

Represents an individual condition that evaluates to true or false.

Conditions are used with recipe actions: The action is only performed for column values where the condition evaluates to true.

If a recipe requires more than one condition, then the recipe must specify multiple ConditionExpression elements. Each condition is applied to the rows in a dataset first, before the recipe action is performed.

" }, "ConditionExpressionList":{ "type":"list", "member":{"shape":"ConditionExpression"} }, "ConditionValue":{ "type":"string", "max":1024 }, "ConflictException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

Updating or deleting a resource can cause an inconsistent state.

", "error":{"httpStatusCode":409}, "exception":true }, "CreateDatasetRequest":{ "type":"structure", "required":[ "Name", "Input" ], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" }, "Format":{ "shape":"InputFormat", "documentation":"

Specifies the file format of a dataset created from an S3 file or folder.

" }, "FormatOptions":{"shape":"FormatOptions"}, "Input":{"shape":"Input"}, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this dataset.

" } } }, "CreateDatasetResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset that you created.

" } } }, "CreateProfileJobRequest":{ "type":"structure", "required":[ "DatasetName", "Name", "OutputLocation", "RoleArn" ], "members":{ "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of the dataset that this job is to act upon.

" }, "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of nodes that DataBrew can use when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "OutputLocation":{"shape":"S3Location"}, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" } } }, "CreateProfileJobResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job that was created.

" } } }, "CreateProjectRequest":{ "type":"structure", "required":[ "DatasetName", "Name", "RecipeName", "RoleArn" ], "members":{ "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of an existing dataset to associate this project with.

" }, "Name":{ "shape":"ProjectName", "documentation":"

A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" }, "RecipeName":{ "shape":"RecipeName", "documentation":"

The name of an existing recipe to associate with the project.

" }, "Sample":{"shape":"Sample"}, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this project.

" } } }, "CreateProjectResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project that you created.

" } } }, "CreateRecipeJobRequest":{ "type":"structure", "required":[ "Name", "Outputs", "RoleArn" ], "members":{ "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of the dataset that this job processes.

" }, "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

A unique name for the job. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of nodes that DataBrew can consume when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more artifacts that represent the output from running the job.

" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

Either the name of an existing project, or a combination of a recipe and a dataset to associate with the recipe.

" }, "RecipeReference":{"shape":"RecipeReference"}, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" } } }, "CreateRecipeJobResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job that you created.

" } } }, "CreateRecipeRequest":{ "type":"structure", "required":[ "Name", "Steps" ], "members":{ "Description":{ "shape":"RecipeDescription", "documentation":"

A description for the recipe.

" }, "Name":{ "shape":"RecipeName", "documentation":"

A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" }, "Steps":{ "shape":"RecipeStepList", "documentation":"

An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this recipe.

" } } }, "CreateRecipeResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe that you created.

" } } }, "CreateScheduleRequest":{ "type":"structure", "required":[ "CronExpression", "Name" ], "members":{ "JobNames":{ "shape":"JobNameList", "documentation":"

The name or names of one or more jobs to be run.

" }, "CronExpression":{ "shape":"CronExpression", "documentation":"

The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the AWS Glue DataBrew Developer Guide.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags to apply to this schedule.

" }, "Name":{ "shape":"ScheduleName", "documentation":"

A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

" } } }, "CreateScheduleResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule that was created.

" } } }, "CreatedBy":{"type":"string"}, "CronExpression":{ "type":"string", "max":512, "min":1 }, "CsvOptions":{ "type":"structure", "members":{ "Delimiter":{ "shape":"Delimiter", "documentation":"

A single character that specifies the delimiter being used in the Csv file.

" }, "HeaderRow":{ "shape":"HeaderRow", "documentation":"

A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.

" } }, "documentation":"

Options that define how DataBrew will read a Csv file when creating a dataset from that file.

" }, "CsvOutputOptions":{ "type":"structure", "members":{ "Delimiter":{ "shape":"Delimiter", "documentation":"

A single character that specifies the delimiter used to create Csv job output.

" } }, "documentation":"

Options that define how DataBrew will write a Csv file.

" }, "DataCatalogInputDefinition":{ "type":"structure", "required":[ "DatabaseName", "TableName" ], "members":{ "CatalogId":{ "shape":"CatalogId", "documentation":"

The unique identifier of the AWS account that holds the Data Catalog that stores the data.

" }, "DatabaseName":{ "shape":"DatabaseName", "documentation":"

The name of a database in the Data Catalog.

" }, "TableName":{ "shape":"TableName", "documentation":"

The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

" }, "TempDirectory":{ "shape":"S3Location", "documentation":"

An Amazon location that AWS Glue Data Catalog can use as a temporary directory.

" } }, "documentation":"

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

" }, "DatabaseName":{ "type":"string", "max":255, "min":1 }, "Dataset":{ "type":"structure", "required":[ "Name", "Input" ], "members":{ "AccountId":{ "shape":"AccountId", "documentation":"

The ID of the AWS account that owns the dataset.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who created the dataset.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the dataset was created.

" }, "Name":{ "shape":"DatasetName", "documentation":"

The unique name of the dataset.

" }, "Format":{ "shape":"InputFormat", "documentation":"

Specifies the file format of a dataset created from an S3 file or folder.

" }, "FormatOptions":{ "shape":"FormatOptions", "documentation":"

Options that define how DataBrew interprets the data in the dataset.

" }, "Input":{ "shape":"Input", "documentation":"

Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The last modification date and time of the dataset.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who last modified the dataset.

" }, "Source":{ "shape":"Source", "documentation":"

The location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags that have been applied to the dataset.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The unique Amazon Resource Name (ARN) for the dataset.

" } }, "documentation":"

Represents a dataset that can be processed by DataBrew.

" }, "DatasetList":{ "type":"list", "member":{"shape":"Dataset"} }, "DatasetName":{ "type":"string", "max":255, "min":1 }, "Date":{"type":"timestamp"}, "DeleteDatasetRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset to be deleted.

", "location":"uri", "locationName":"name" } } }, "DeleteDatasetResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset that you deleted.

" } } }, "DeleteJobRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job to be deleted.

", "location":"uri", "locationName":"name" } } }, "DeleteJobResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job that you deleted.

" } } }, "DeleteProjectRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to be deleted.

", "location":"uri", "locationName":"name" } } }, "DeleteProjectResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project that you deleted.

" } } }, "DeleteRecipeVersionRequest":{ "type":"structure", "required":[ "Name", "RecipeVersion" ], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe.

", "location":"uri", "locationName":"name" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

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

", "location":"uri", "locationName":"recipeVersion" } } }, "DeleteRecipeVersionResponse":{ "type":"structure", "required":[ "Name", "RecipeVersion" ], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe that was deleted.

" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The version of the recipe that was deleted.

" } } }, "DeleteScheduleRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule to be deleted.

", "location":"uri", "locationName":"name" } } }, "DeleteScheduleResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule that was deleted.

" } } }, "Delimiter":{ "type":"string", "max":1, "min":1 }, "DescribeDatasetRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset to be described.

", "location":"uri", "locationName":"name" } } }, "DescribeDatasetResponse":{ "type":"structure", "required":[ "Name", "Input" ], "members":{ "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The identifier (user name) of the user who created the dataset.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the dataset was created.

" }, "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset.

" }, "Format":{ "shape":"InputFormat", "documentation":"

Specifies the file format of a dataset created from an S3 file or folder.

" }, "FormatOptions":{"shape":"FormatOptions"}, "Input":{"shape":"Input"}, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the dataset was last modified.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The identifier (user name) of the user who last modified the dataset.

" }, "Source":{ "shape":"Source", "documentation":"

The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags associated with this dataset.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the dataset.

" } } }, "DescribeJobRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job to be described.

", "location":"uri", "locationName":"name" } } }, "DescribeJobResponse":{ "type":"structure", "required":["Name"], "members":{ "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the job was created.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The identifier (user name) of the user associated with the creation of the job.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

The dataset that the job acts upon.

" }, "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

The name of the job.

" }, "Type":{ "shape":"JobType", "documentation":"

The job type, which must be one of the following:

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The identifier (user name) of the user who last modified the job.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the job was last modified.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

Indicates whether Amazon CloudWatch logging is enabled for this job.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of compute nodes that DataBrew can consume when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more artifacts that represent the output from running the job.

" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

The DataBrew project associated with this job.

" }, "RecipeReference":{"shape":"RecipeReference"}, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the job.

" }, "RoleArn":{ "shape":"Arn", "documentation":"

The ARN of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags associated with this job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.

" } } }, "DescribeJobRunRequest":{ "type":"structure", "required":[ "Name", "RunId" ], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job being processed during this run.

", "location":"uri", "locationName":"name" }, "RunId":{ "shape":"JobRunId", "documentation":"

The unique identifier of the job run.

", "location":"uri", "locationName":"runId" } } }, "DescribeJobRunResponse":{ "type":"structure", "required":["JobName"], "members":{ "Attempt":{ "shape":"Attempt", "documentation":"

The number of times that DataBrew has attempted to run the job.

" }, "CompletedOn":{ "shape":"Date", "documentation":"

The date and time when the job completed processing.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of the dataset for the job to process.

" }, "ErrorMessage":{ "shape":"JobRunErrorMessage", "documentation":"

A message indicating an error (if any) that was encountered when the job ran.

" }, "ExecutionTime":{ "shape":"ExecutionTime", "documentation":"

The amount of time, in seconds, during which the job run consumed resources.

" }, "JobName":{ "shape":"JobName", "documentation":"

The name of the job being processed during this run.

" }, "RunId":{ "shape":"JobRunId", "documentation":"

The unique identifier of the job run.

" }, "State":{ "shape":"JobRunState", "documentation":"

The current state of the job run entity itself.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

The current status of Amazon CloudWatch logging for the job run.

" }, "LogGroupName":{ "shape":"LogGroupName", "documentation":"

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more output artifacts from a job run.

" }, "RecipeReference":{"shape":"RecipeReference"}, "StartedBy":{ "shape":"StartedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who started the job run.

" }, "StartedOn":{ "shape":"Date", "documentation":"

The date and time when the job run began.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" } } }, "DescribeProjectRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to be described.

", "location":"uri", "locationName":"name" } } }, "DescribeProjectResponse":{ "type":"structure", "required":["Name"], "members":{ "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the project was created.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The identifier (user name) of the user who created the project.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

The dataset associated with the project.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the project was last modified.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The identifier (user name) of the user who last modified the project.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The name of the project.

" }, "RecipeName":{ "shape":"RecipeName", "documentation":"

The recipe associated with this job.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the project.

" }, "Sample":{"shape":"Sample"}, "RoleArn":{ "shape":"Arn", "documentation":"

The ARN of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags associated with this project.

" }, "SessionStatus":{ "shape":"SessionStatus", "documentation":"

Describes the current state of the session:

" }, "OpenedBy":{ "shape":"OpenedBy", "documentation":"

The identifier (user name) of the user that opened the project for use.

" }, "OpenDate":{ "shape":"Date", "documentation":"

The date and time when the project was opened.

" } } }, "DescribeRecipeRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe to be described.

", "location":"uri", "locationName":"name" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.

", "location":"querystring", "locationName":"recipeVersion" } } }, "DescribeRecipeResponse":{ "type":"structure", "required":["Name"], "members":{ "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The identifier (user name) of the user who created the recipe.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the recipe was created.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The identifier (user name) of the user who last modified the recipe.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the recipe was last modified.

" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

The name of the project associated with this recipe.

" }, "PublishedBy":{ "shape":"PublishedBy", "documentation":"

The identifier (user name) of the user who last published the recipe.

" }, "PublishedDate":{ "shape":"Date", "documentation":"

The date and time when the recipe was last published.

" }, "Description":{ "shape":"RecipeDescription", "documentation":"

The description of the recipe.

" }, "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe.

" }, "Steps":{ "shape":"RecipeStepList", "documentation":"

One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags associated with this project.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The ARN of the recipe.

" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The recipe version identifier.

" } } }, "DescribeScheduleRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule to be described.

", "location":"uri", "locationName":"name" } } }, "DescribeScheduleResponse":{ "type":"structure", "required":["Name"], "members":{ "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the schedule was created.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The identifier (user name) of the user who created the schedule.

" }, "JobNames":{ "shape":"JobNameList", "documentation":"

The name or names of one or more jobs to be run by using the schedule.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The identifier (user name) of the user who last modified the schedule.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the schedule was last modified.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the schedule.

" }, "CronExpression":{ "shape":"CronExpression", "documentation":"

The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the AWS Glue DataBrew Developer Guide.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags associated with this schedule.

" }, "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule.

" } } }, "EncryptionKeyArn":{ "type":"string", "max":2048, "min":20 }, "EncryptionMode":{ "type":"string", "enum":[ "SSE-KMS", "SSE-S3" ] }, "ErrorCode":{ "type":"string", "pattern":"^[1-5][0-9][0-9]$" }, "ExcelOptions":{ "type":"structure", "members":{ "SheetNames":{ "shape":"SheetNameList", "documentation":"

Specifies one or more named sheets in the Excel file, which will be included in the dataset.

" }, "SheetIndexes":{ "shape":"SheetIndexList", "documentation":"

Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.

" }, "HeaderRow":{ "shape":"HeaderRow", "documentation":"

A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.

" } }, "documentation":"

Options that define how DataBrew will interpret a Microsoft Excel file, when creating a dataset from that file.

" }, "ExecutionTime":{"type":"integer"}, "FormatOptions":{ "type":"structure", "members":{ "Json":{ "shape":"JsonOptions", "documentation":"

Options that define how JSON input is to be interpreted by DataBrew.

" }, "Excel":{ "shape":"ExcelOptions", "documentation":"

Options that define how Excel input is to be interpreted by DataBrew.

" }, "Csv":{ "shape":"CsvOptions", "documentation":"

Options that define how Csv input is to be interpreted by DataBrew.

" } }, "documentation":"

Options that define the structure of either Csv, Excel, or JSON input.

" }, "HeaderRow":{"type":"boolean"}, "HiddenColumnList":{ "type":"list", "member":{"shape":"ColumnName"} }, "Input":{ "type":"structure", "members":{ "S3InputDefinition":{ "shape":"S3Location", "documentation":"

The Amazon S3 location where the data is stored.

" }, "DataCatalogInputDefinition":{ "shape":"DataCatalogInputDefinition", "documentation":"

The AWS Glue Data Catalog parameters for the data.

" } }, "documentation":"

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

" }, "InputFormat":{ "type":"string", "enum":[ "CSV", "JSON", "PARQUET", "EXCEL" ] }, "InternalServerException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

An internal service failure occurred.

", "error":{"httpStatusCode":500}, "exception":true }, "Job":{ "type":"structure", "required":["Name"], "members":{ "AccountId":{ "shape":"AccountId", "documentation":"

The ID of the AWS account that owns the job.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who created the job.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the job was created.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

A dataset that the job is to process.

" }, "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. For more information, see Encrypting data written by DataBrew jobs

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

The unique name of the job.

" }, "Type":{ "shape":"JobType", "documentation":"

The job type of the job, which must be one of the following:

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who last modified the job.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The modification date and time of the job.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

The current status of Amazon CloudWatch logging for the job.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of nodes that can be consumed when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more artifacts that represent output from running the job.

" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

The name of the project that the job is associated with.

" }, "RecipeReference":{ "shape":"RecipeReference", "documentation":"

A set of steps that the job runs.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The unique Amazon Resource Name (ARN) for the job.

" }, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the role that will be assumed for this job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags that have been applied to the job.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" } }, "documentation":"

Represents all of the attributes of a DataBrew job.

" }, "JobList":{ "type":"list", "member":{"shape":"Job"} }, "JobName":{ "type":"string", "max":240, "min":1 }, "JobNameList":{ "type":"list", "member":{"shape":"JobName"}, "max":50 }, "JobRun":{ "type":"structure", "members":{ "Attempt":{ "shape":"Attempt", "documentation":"

The number of times that DataBrew has attempted to run the job.

" }, "CompletedOn":{ "shape":"Date", "documentation":"

The date and time when the job completed processing.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of the dataset for the job to process.

" }, "ErrorMessage":{ "shape":"JobRunErrorMessage", "documentation":"

A message indicating an error (if any) that was encountered when the job ran.

" }, "ExecutionTime":{ "shape":"ExecutionTime", "documentation":"

The amount of time, in seconds, during which a job run consumed resources.

" }, "JobName":{ "shape":"JobName", "documentation":"

The name of the job being processed during this run.

" }, "RunId":{ "shape":"JobRunId", "documentation":"

The unique identifier of the job run.

" }, "State":{ "shape":"JobRunState", "documentation":"

The current state of the job run entity itself.

" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

The current status of Amazon CloudWatch logging for the job run.

" }, "LogGroupName":{ "shape":"LogGroupName", "documentation":"

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more output artifacts from a job run.

" }, "RecipeReference":{ "shape":"RecipeReference", "documentation":"

The set of steps processed by the job.

" }, "StartedBy":{ "shape":"StartedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who initiated the job run.

" }, "StartedOn":{ "shape":"Date", "documentation":"

The date and time when the job run began.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" } }, "documentation":"

Represents one run of a DataBrew job.

" }, "JobRunErrorMessage":{"type":"string"}, "JobRunId":{ "type":"string", "max":255, "min":1 }, "JobRunList":{ "type":"list", "member":{"shape":"JobRun"} }, "JobRunState":{ "type":"string", "enum":[ "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT" ] }, "JobSample":{ "type":"structure", "members":{ "Mode":{ "shape":"SampleMode", "documentation":"

Determines whether the profile job will be executed on the entire dataset or on a specified number of rows. Must be one of the following:

" }, "Size":{ "shape":"JobSize", "documentation":"

Size parameter is only required when the mode is CUSTOM_ROWS. Profile job will be executed on the the specified number of rows. The maximum value for size is Long.MAX_VALUE.

Long.MAX_VALUE = 9223372036854775807

" } }, "documentation":"

Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" }, "JobSize":{"type":"long"}, "JobType":{ "type":"string", "enum":[ "PROFILE", "RECIPE" ] }, "JsonOptions":{ "type":"structure", "members":{ "MultiLine":{ "shape":"MultiLine", "documentation":"

A value that specifies whether JSON input contains embedded new line characters.

" } }, "documentation":"

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

" }, "Key":{ "type":"string", "max":1280, "min":1 }, "LastModifiedBy":{"type":"string"}, "ListDatasetsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" } } }, "ListDatasetsResponse":{ "type":"structure", "required":["Datasets"], "members":{ "Datasets":{ "shape":"DatasetList", "documentation":"

A list of datasets that are defined.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListJobRunsRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job.

", "location":"uri", "locationName":"name" }, "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" } } }, "ListJobRunsResponse":{ "type":"structure", "required":["JobRuns"], "members":{ "JobRuns":{ "shape":"JobRunList", "documentation":"

A list of job runs that have occurred for the specified job.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListJobsRequest":{ "type":"structure", "members":{ "DatasetName":{ "shape":"DatasetName", "documentation":"

The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.

", "location":"querystring", "locationName":"datasetName" }, "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

", "location":"querystring", "locationName":"nextToken" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.

", "location":"querystring", "locationName":"projectName" } } }, "ListJobsResponse":{ "type":"structure", "required":["Jobs"], "members":{ "Jobs":{ "shape":"JobList", "documentation":"

A list of jobs that are defined.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListProjectsRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListProjectsResponse":{ "type":"structure", "required":["Projects"], "members":{ "Projects":{ "shape":"ProjectList", "documentation":"

A list of projects that are defined .

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListRecipeVersionsRequest":{ "type":"structure", "required":["Name"], "members":{ "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" }, "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe for which to return version information.

", "location":"querystring", "locationName":"name" } } }, "ListRecipeVersionsResponse":{ "type":"structure", "required":["Recipes"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" }, "Recipes":{ "shape":"RecipeList", "documentation":"

A list of versions for the specified recipe.

" } } }, "ListRecipesRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

Valid values: LATEST_WORKING | LATEST_PUBLISHED

", "location":"querystring", "locationName":"recipeVersion" } } }, "ListRecipesResponse":{ "type":"structure", "required":["Recipes"], "members":{ "Recipes":{ "shape":"RecipeList", "documentation":"

A list of recipes that are defined.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListSchedulesRequest":{ "type":"structure", "members":{ "JobName":{ "shape":"JobName", "documentation":"

The name of the job that these schedules apply to.

", "location":"querystring", "locationName":"jobName" }, "MaxResults":{ "shape":"MaxResults100", "documentation":"

The maximum number of results to return in this request.

", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token returned by a previous call to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" } } }, "ListSchedulesResponse":{ "type":"structure", "required":["Schedules"], "members":{ "Schedules":{ "shape":"ScheduleList", "documentation":"

A list of schedules that are defined.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.

", "location":"uri", "locationName":"ResourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagMap", "documentation":"

A list of tags associated with the DataBrew resource.

" } } }, "LogGroupName":{ "type":"string", "max":512, "min":1 }, "LogSubscription":{ "type":"string", "enum":[ "ENABLE", "DISABLE" ] }, "MaxCapacity":{"type":"integer"}, "MaxResults100":{ "type":"integer", "max":100, "min":1 }, "MaxRetries":{ "type":"integer", "min":0 }, "Message":{"type":"string"}, "MultiLine":{"type":"boolean"}, "NextToken":{ "type":"string", "max":2000, "min":1 }, "OpenedBy":{"type":"string"}, "Operation":{ "type":"string", "max":128, "min":1, "pattern":"^[A-Z\\_]+$" }, "Output":{ "type":"structure", "required":["Location"], "members":{ "CompressionFormat":{ "shape":"CompressionFormat", "documentation":"

The compression algorithm used to compress the output text of the job.

" }, "Format":{ "shape":"OutputFormat", "documentation":"

The data format of the output of the job.

" }, "PartitionColumns":{ "shape":"ColumnNameList", "documentation":"

The names of one or more partition columns for the output of the job.

" }, "Location":{ "shape":"S3Location", "documentation":"

The location in Amazon S3 where the job writes its output.

" }, "Overwrite":{ "shape":"OverwriteOutput", "documentation":"

A value that, if true, means that any data in the location specified for output is overwritten with new output.

" }, "FormatOptions":{ "shape":"OutputFormatOptions", "documentation":"

Options that define how DataBrew formats job output files.

" } }, "documentation":"

Parameters that specify how and where DataBrew will write the output generated by recipe jobs or profile jobs.

" }, "OutputFormat":{ "type":"string", "enum":[ "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML" ] }, "OutputFormatOptions":{ "type":"structure", "members":{ "Csv":{ "shape":"CsvOutputOptions", "documentation":"

Options that define how DataBrew writes Csv output.

" } }, "documentation":"

Options that define the structure of Csv job output.

" }, "OutputList":{ "type":"list", "member":{"shape":"Output"}, "min":1 }, "OverwriteOutput":{"type":"boolean"}, "ParameterMap":{ "type":"map", "key":{"shape":"ParameterName"}, "value":{"shape":"ParameterValue"} }, "ParameterName":{ "type":"string", "max":128, "min":1, "pattern":"^[A-Za-z0-9]+$" }, "ParameterValue":{ "type":"string", "max":12288, "min":1 }, "Preview":{"type":"boolean"}, "Project":{ "type":"structure", "required":[ "Name", "RecipeName" ], "members":{ "AccountId":{ "shape":"AccountId", "documentation":"

The ID of the AWS account that owns the project.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the project was created.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who crated the project.

" }, "DatasetName":{ "shape":"DatasetName", "documentation":"

The dataset that the project is to act upon.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The last modification date and time for the project.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who last modified the project.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The unique name of a project.

" }, "RecipeName":{ "shape":"RecipeName", "documentation":"

The name of a recipe that will be developed during a project session.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) for the project.

" }, "Sample":{ "shape":"Sample", "documentation":"

The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample will consiste of the first 500 rows from the dataset.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags that have been applied to the project.

" }, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the role that will be assumed for this project.

" }, "OpenedBy":{ "shape":"OpenedBy", "documentation":"

The Amazon Resource Name (ARN) of the user that opened the project for use.

" }, "OpenDate":{ "shape":"Date", "documentation":"

The date and time when the project was opened.

" } }, "documentation":"

Represents all of the attributes of a DataBrew project.

" }, "ProjectList":{ "type":"list", "member":{"shape":"Project"} }, "ProjectName":{ "type":"string", "max":255, "min":1 }, "PublishRecipeRequest":{ "type":"structure", "required":["Name"], "members":{ "Description":{ "shape":"RecipeDescription", "documentation":"

A description of the recipe to be published, for this version of the recipe.

" }, "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe to be published.

", "location":"uri", "locationName":"name" } } }, "PublishRecipeResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe that you published.

" } } }, "PublishedBy":{"type":"string"}, "Recipe":{ "type":"structure", "required":["Name"], "members":{ "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who created the recipe.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the recipe was created.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who last modified the recipe.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The last modification date and time of the recipe.

" }, "ProjectName":{ "shape":"ProjectName", "documentation":"

The name of the project that the recipe is associated with.

" }, "PublishedBy":{ "shape":"PublishedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who published the recipe.

" }, "PublishedDate":{ "shape":"Date", "documentation":"

The date and time when the recipe was published.

" }, "Description":{ "shape":"RecipeDescription", "documentation":"

The description of the recipe.

" }, "Name":{ "shape":"RecipeName", "documentation":"

The unique name for the recipe.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) for the recipe.

" }, "Steps":{ "shape":"RecipeStepList", "documentation":"

A list of steps that are defined by the recipe.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags that have been applied to the recipe.

" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The identifier for the version for the recipe. Must be one of the following:

" } }, "documentation":"

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

" }, "RecipeAction":{ "type":"structure", "required":["Operation"], "members":{ "Operation":{ "shape":"Operation", "documentation":"

The name of a valid DataBrew transformation to be performed on the data.

" }, "Parameters":{ "shape":"ParameterMap", "documentation":"

Contextual parameters for the transformation.

" } }, "documentation":"

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.

" }, "RecipeDescription":{ "type":"string", "max":1024 }, "RecipeErrorList":{ "type":"list", "member":{"shape":"RecipeVersionErrorDetail"} }, "RecipeErrorMessage":{"type":"string"}, "RecipeList":{ "type":"list", "member":{"shape":"Recipe"} }, "RecipeName":{ "type":"string", "max":255, "min":1 }, "RecipeReference":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe.

" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The identifier for the version for the recipe.

" } }, "documentation":"

Represents the name and version of a DataBrew recipe.

" }, "RecipeStep":{ "type":"structure", "required":["Action"], "members":{ "Action":{ "shape":"RecipeAction", "documentation":"

The particular action to be performed in the recipe step.

" }, "ConditionExpressions":{ "shape":"ConditionExpressionList", "documentation":"

One or more conditions that must be met, in order for the recipe step to succeed.

All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.

" } }, "documentation":"

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

" }, "RecipeStepList":{ "type":"list", "member":{"shape":"RecipeStep"} }, "RecipeVersion":{ "type":"string", "max":16, "min":1 }, "RecipeVersionErrorDetail":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"ErrorCode", "documentation":"

The HTTP status code for the error.

" }, "ErrorMessage":{ "shape":"RecipeErrorMessage", "documentation":"

The text of the error message.

" }, "RecipeVersion":{ "shape":"RecipeVersion", "documentation":"

The identifier for the recipe version associated with this error.

" } }, "documentation":"

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

" }, "RecipeVersionList":{ "type":"list", "member":{"shape":"RecipeVersion"}, "max":50, "min":1 }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

One or more resources can't be found.

", "error":{"httpStatusCode":404}, "exception":true }, "Result":{"type":"string"}, "S3Location":{ "type":"structure", "required":["Bucket"], "members":{ "Bucket":{ "shape":"Bucket", "documentation":"

The S3 bucket name.

" }, "Key":{ "shape":"Key", "documentation":"

The unique name of the object in the bucket.

" } }, "documentation":"

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

" }, "Sample":{ "type":"structure", "required":["Type"], "members":{ "Size":{ "shape":"SampleSize", "documentation":"

The number of rows in the sample.

" }, "Type":{ "shape":"SampleType", "documentation":"

The way in which DataBrew obtains rows from a dataset.

" } }, "documentation":"

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

" }, "SampleMode":{ "type":"string", "enum":[ "FULL_DATASET", "CUSTOM_ROWS" ] }, "SampleSize":{ "type":"integer", "max":5000, "min":1 }, "SampleType":{ "type":"string", "enum":[ "FIRST_N", "LAST_N", "RANDOM" ] }, "Schedule":{ "type":"structure", "required":["Name"], "members":{ "AccountId":{ "shape":"AccountId", "documentation":"

The ID of the AWS account that owns the schedule.

" }, "CreatedBy":{ "shape":"CreatedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who created the schedule.

" }, "CreateDate":{ "shape":"Date", "documentation":"

The date and time that the schedule was created.

" }, "JobNames":{ "shape":"JobNameList", "documentation":"

A list of jobs to be run, according to the schedule.

" }, "LastModifiedBy":{ "shape":"LastModifiedBy", "documentation":"

The Amazon Resource Name (ARN) of the user who last modified the schedule.

" }, "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time when the schedule was last modified.

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the schedule.

" }, "CronExpression":{ "shape":"CronExpression", "documentation":"

The date(s) and time(s) when the job will run. For more information, see Cron expressions in the AWS Glue DataBrew Developer Guide.

" }, "Tags":{ "shape":"TagMap", "documentation":"

Metadata tags that have been applied to the schedule.

" }, "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule.

" } }, "documentation":"

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

" }, "ScheduleList":{ "type":"list", "member":{"shape":"Schedule"} }, "ScheduleName":{ "type":"string", "max":255, "min":1 }, "SendProjectSessionActionRequest":{ "type":"structure", "required":["Name"], "members":{ "Preview":{ "shape":"Preview", "documentation":"

If true, the result of the recipe step will be returned, but not applied.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to apply the action to.

", "location":"uri", "locationName":"name" }, "RecipeStep":{"shape":"RecipeStep"}, "StepIndex":{ "shape":"StepIndex", "documentation":"

The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.

" }, "ClientSessionId":{ "shape":"ClientSessionId", "documentation":"

A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.

" }, "ViewFrame":{"shape":"ViewFrame"} } }, "SendProjectSessionActionResponse":{ "type":"structure", "required":["Name"], "members":{ "Result":{ "shape":"Result", "documentation":"

A message indicating the result of performing the action.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The name of the project that was affected by the action.

" }, "ActionId":{ "shape":"ActionId", "documentation":"

A unique identifier for the action that was performed.

" } } }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

A service quota is exceeded.

", "error":{"httpStatusCode":402}, "exception":true }, "SessionStatus":{ "type":"string", "enum":[ "ASSIGNED", "FAILED", "INITIALIZING", "PROVISIONING", "READY", "RECYCLING", "ROTATING", "TERMINATED", "TERMINATING", "UPDATING" ] }, "SheetIndex":{ "type":"integer", "max":200, "min":0 }, "SheetIndexList":{ "type":"list", "member":{"shape":"SheetIndex"}, "max":1, "min":1 }, "SheetName":{ "type":"string", "max":31, "min":1 }, "SheetNameList":{ "type":"list", "member":{"shape":"SheetName"}, "max":1, "min":1 }, "Source":{ "type":"string", "enum":[ "S3", "DATA-CATALOG" ] }, "StartColumnIndex":{ "type":"integer", "min":0 }, "StartJobRunRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job to be run.

", "location":"uri", "locationName":"name" } } }, "StartJobRunResponse":{ "type":"structure", "required":["RunId"], "members":{ "RunId":{ "shape":"JobRunId", "documentation":"

A system-generated identifier for this particular job run.

" } } }, "StartProjectSessionRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to act upon.

", "location":"uri", "locationName":"name" }, "AssumeControl":{ "shape":"AssumeControl", "documentation":"

A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

" } } }, "StartProjectSessionResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to be acted upon.

" }, "ClientSessionId":{ "shape":"ClientSessionId", "documentation":"

A system-generated identifier for the session.

" } } }, "StartedBy":{"type":"string"}, "StepIndex":{ "type":"integer", "min":0 }, "StopJobRunRequest":{ "type":"structure", "required":[ "Name", "RunId" ], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job to be stopped.

", "location":"uri", "locationName":"name" }, "RunId":{ "shape":"JobRunId", "documentation":"

The ID of the job run to be stopped.

", "location":"uri", "locationName":"runId" } } }, "StopJobRunResponse":{ "type":"structure", "required":["RunId"], "members":{ "RunId":{ "shape":"JobRunId", "documentation":"

The ID of the job run that you stopped.

" } } }, "TableName":{ "type":"string", "max":255, "min":1 }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":1 }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":200, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "Tags" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

The DataBrew resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For DataBrew, you can tag a dataset, a job, a project, or a recipe.

", "location":"uri", "locationName":"ResourceArn" }, "Tags":{ "shape":"TagMap", "documentation":"

One or more tags to be assigned to the resource.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256 }, "TargetColumn":{ "type":"string", "max":1024, "min":1 }, "Timeout":{ "type":"integer", "min":0 }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "TagKeys" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

A DataBrew resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

", "location":"uri", "locationName":"ResourceArn" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

The tag keys (names) of one or more tags to be removed.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateDatasetRequest":{ "type":"structure", "required":[ "Name", "Input" ], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset to be updated.

", "location":"uri", "locationName":"name" }, "Format":{ "shape":"InputFormat", "documentation":"

Specifies the file format of a dataset created from an S3 file or folder.

" }, "FormatOptions":{"shape":"FormatOptions"}, "Input":{"shape":"Input"} } }, "UpdateDatasetResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"DatasetName", "documentation":"

The name of the dataset that you updated.

" } } }, "UpdateProfileJobRequest":{ "type":"structure", "required":[ "Name", "OutputLocation", "RoleArn" ], "members":{ "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

The name of the job to be updated.

", "location":"uri", "locationName":"name" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of compute nodes that DataBrew can use when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "OutputLocation":{"shape":"S3Location"}, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" }, "JobSample":{ "shape":"JobSample", "documentation":"

Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

" } } }, "UpdateProfileJobResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job that was updated.

" } } }, "UpdateProjectRequest":{ "type":"structure", "required":[ "RoleArn", "Name" ], "members":{ "Sample":{"shape":"Sample"}, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The name of the project to be updated.

", "location":"uri", "locationName":"name" } } }, "UpdateProjectResponse":{ "type":"structure", "required":["Name"], "members":{ "LastModifiedDate":{ "shape":"Date", "documentation":"

The date and time that the project was last modified.

" }, "Name":{ "shape":"ProjectName", "documentation":"

The name of the project that you updated.

" } } }, "UpdateRecipeJobRequest":{ "type":"structure", "required":[ "Name", "Outputs", "RoleArn" ], "members":{ "EncryptionKeyArn":{ "shape":"EncryptionKeyArn", "documentation":"

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

" }, "EncryptionMode":{ "shape":"EncryptionMode", "documentation":"

The encryption mode for the job, which can be one of the following:

" }, "Name":{ "shape":"JobName", "documentation":"

The name of the job to update.

", "location":"uri", "locationName":"name" }, "LogSubscription":{ "shape":"LogSubscription", "documentation":"

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

" }, "MaxCapacity":{ "shape":"MaxCapacity", "documentation":"

The maximum number of nodes that DataBrew can consume when the job processes data.

" }, "MaxRetries":{ "shape":"MaxRetries", "documentation":"

The maximum number of times to retry the job after a job run fails.

" }, "Outputs":{ "shape":"OutputList", "documentation":"

One or more artifacts that represent the output from running the job.

" }, "RoleArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

" }, "Timeout":{ "shape":"Timeout", "documentation":"

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

" } } }, "UpdateRecipeJobResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"JobName", "documentation":"

The name of the job that you updated.

" } } }, "UpdateRecipeRequest":{ "type":"structure", "required":["Name"], "members":{ "Description":{ "shape":"RecipeDescription", "documentation":"

A description of the recipe.

" }, "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe to be updated.

", "location":"uri", "locationName":"name" }, "Steps":{ "shape":"RecipeStepList", "documentation":"

One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

" } } }, "UpdateRecipeResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RecipeName", "documentation":"

The name of the recipe that was updated.

" } } }, "UpdateScheduleRequest":{ "type":"structure", "required":[ "CronExpression", "Name" ], "members":{ "JobNames":{ "shape":"JobNameList", "documentation":"

The name or names of one or more jobs to be run for this schedule.

" }, "CronExpression":{ "shape":"CronExpression", "documentation":"

The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the AWS Glue DataBrew Developer Guide.

" }, "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule to update.

", "location":"uri", "locationName":"name" } } }, "UpdateScheduleResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ScheduleName", "documentation":"

The name of the schedule that was updated.

" } } }, "ValidationException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

The input parameters for this request failed validation.

", "error":{"httpStatusCode":400}, "exception":true }, "ViewFrame":{ "type":"structure", "required":["StartColumnIndex"], "members":{ "StartColumnIndex":{ "shape":"StartColumnIndex", "documentation":"

The starting index for the range of columns to return in the view frame.

" }, "ColumnRange":{ "shape":"ColumnRange", "documentation":"

The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.

" }, "HiddenColumns":{ "shape":"HiddenColumnList", "documentation":"

A list of columns to hide in the view frame.

" } }, "documentation":"

Represents the data being being transformed during an action.

" } }, "documentation":"

AWS Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew simplifies data preparation tasks, targeting data issues that are hard to spot and time-consuming to fix. DataBrew empowers users of all technical levels to visualize the data and perform one-click data transformations, with no coding required.

" }