, "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"}, "ValidationConfigurations":{ "shape":"ValidationConfigurationList", "documentation":"

List of validation configurations that are applied to the profile job.

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

The Amazon Resource Name (ARN) of the 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", "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.

" }, "DataCatalogOutputs":{ "shape":"DataCatalogOutputList", "documentation":"

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

" }, "DatabaseOutputs":{ "shape":"DatabaseOutputList", "documentation":"

Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

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

The Amazon Resource Name (ARN) of the 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.

" } } }, "UpdateRulesetRequest":{ "type":"structure", "required":[ "Name", "Rules" ], "members":{ "Name":{ "shape":"RulesetName", "documentation":"

The name of the ruleset to be updated.

", "location":"uri", "locationName":"name" }, "Description":{ "shape":"RulesetDescription", "documentation":"

The description of the ruleset.

" }, "Rules":{ "shape":"RuleList", "documentation":"

A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.

" } } }, "UpdateRulesetResponse":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"RulesetName", "documentation":"

The name of the updated ruleset.

" } } }, "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 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.

" } } }, "ValidationConfiguration":{ "type":"structure", "required":["RulesetArn"], "members":{ "RulesetArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job. The TargetArn of the selected ruleset should be the same as the Amazon Resource Name (ARN) of the dataset that is associated with the profile job.

" }, "ValidationMode":{ "shape":"ValidationMode", "documentation":"

Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

" } }, "documentation":"

Configuration for data quality validation. Used to select the Rulesets and Validation Mode to be used in the profile job. When ValidationConfiguration is null, the profile job will run without data quality validation.

" }, "ValidationConfigurationList":{ "type":"list", "member":{"shape":"ValidationConfiguration"}, "min":1 }, "ValidationException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"

The input parameters for this request failed validation.

", "error":{"httpStatusCode":400}, "exception":true }, "ValidationMode":{ "type":"string", "enum":["CHECK_ALL"] }, "ValueReference":{ "type":"string", "max":128, "min":2, "pattern":"^:[A-Za-z0-9_]+$" }, "ValuesMap":{ "type":"map", "key":{"shape":"ValueReference"}, "value":{"shape":"ConditionValue"} }, "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.

" }, "StartRowIndex":{ "shape":"StartRowIndex", "documentation":"

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

" }, "RowRange":{ "shape":"RowRange", "documentation":"

The number of rows to include in the view frame, beginning with the StartRowIndex value.

" }, "Analytics":{ "shape":"AnalyticsMode", "documentation":"

Controls if analytics computation is enabled or disabled. Enabled by default.

" } }, "documentation":"

Represents the data being transformed during an action.

" } }, "documentation":"

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.

" }