'2.0', 'service' => '
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.
', 'operations' => [ 'BatchDeleteRecipeVersion' => 'Deletes one or more versions of a recipe at a time.
The entire request will be rejected if:
The recipe does not exist.
There is an invalid version identifier in the list of versions.
The version list is empty.
The version list size exceeds 50.
The version list contains duplicate entries.
The request will complete successfully, but with partial failures, if:
A version does not exist.
A version is being used by a job.
You specify LATEST_WORKING
, but it\'s being used by a project.
The version fails to be deleted.
The LATEST_WORKING
version will only be deleted if the recipe has no other versions. If you try to delete LATEST_WORKING
while other versions exist (or if they can\'t be deleted), then LATEST_WORKING
will be listed as partial failure in the response.
Creates a new DataBrew dataset.
', 'CreateProfileJob' => 'Creates a new job to analyze a dataset and create its data profile.
', 'CreateProject' => 'Creates a new DataBrew project.
', 'CreateRecipe' => 'Creates a new DataBrew recipe.
', 'CreateRecipeJob' => 'Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
', 'CreateRuleset' => 'Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
', 'CreateSchedule' => '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' => 'Deletes a dataset from DataBrew.
', 'DeleteJob' => 'Deletes the specified DataBrew job.
', 'DeleteProject' => 'Deletes an existing DataBrew project.
', 'DeleteRecipeVersion' => 'Deletes a single version of a DataBrew recipe.
', 'DeleteRuleset' => 'Deletes a ruleset.
', 'DeleteSchedule' => 'Deletes the specified DataBrew schedule.
', 'DescribeDataset' => 'Returns the definition of a specific DataBrew dataset.
', 'DescribeJob' => 'Returns the definition of a specific DataBrew job.
', 'DescribeJobRun' => 'Represents one run of a DataBrew job.
', 'DescribeProject' => 'Returns the definition of a specific DataBrew project.
', 'DescribeRecipe' => 'Returns the definition of a specific DataBrew recipe corresponding to a particular version.
', 'DescribeRuleset' => 'Retrieves detailed information about the ruleset.
', 'DescribeSchedule' => 'Returns the definition of a specific DataBrew schedule.
', 'ListDatasets' => 'Lists all of the DataBrew datasets.
', 'ListJobRuns' => 'Lists all of the previous runs of a particular DataBrew job.
', 'ListJobs' => 'Lists all of the DataBrew jobs that are defined.
', 'ListProjects' => 'Lists all of the DataBrew projects that are defined.
', 'ListRecipeVersions' => 'Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING
.
Lists all of the DataBrew recipes that are defined.
', 'ListRulesets' => 'List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
', 'ListSchedules' => 'Lists the DataBrew schedules that are defined.
', 'ListTagsForResource' => 'Lists all the tags for a DataBrew resource.
', 'PublishRecipe' => 'Publishes a new version of a DataBrew recipe.
', 'SendProjectSessionAction' => 'Performs a recipe step within an interactive DataBrew session that\'s currently open.
', 'StartJobRun' => 'Runs a DataBrew job.
', 'StartProjectSession' => 'Creates an interactive session, enabling you to manipulate data in a DataBrew project.
', 'StopJobRun' => 'Stops a particular run of a job.
', 'TagResource' => 'Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
', 'UntagResource' => 'Removes metadata tags from a DataBrew resource.
', 'UpdateDataset' => 'Modifies the definition of an existing DataBrew dataset.
', 'UpdateProfileJob' => 'Modifies the definition of an existing profile job.
', 'UpdateProject' => 'Modifies the definition of an existing DataBrew project.
', 'UpdateRecipe' => 'Modifies the definition of the LATEST_WORKING
version of a DataBrew recipe.
Modifies the definition of an existing DataBrew recipe job.
', 'UpdateRuleset' => 'Updates specified ruleset.
', 'UpdateSchedule' => 'Modifies the definition of an existing DataBrew schedule.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'Access to the specified resource was denied.
', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'Dataset$AccountId' => 'The ID of the Amazon Web Services account that owns the dataset.
', 'Job$AccountId' => 'The ID of the Amazon Web Services account that owns the job.
', 'Project$AccountId' => 'The ID of the Amazon Web Services account that owns the project.
', 'RulesetItem$AccountId' => 'The ID of the Amazon Web Services account that owns the ruleset.
', 'Schedule$AccountId' => 'The ID of the Amazon Web Services account that owns the schedule.
', ], ], 'ActionId' => [ 'base' => NULL, 'refs' => [ 'SendProjectSessionActionResponse$ActionId' => 'A unique identifier for the action that was performed.
', ], ], 'AllowedStatisticList' => [ 'base' => NULL, 'refs' => [ 'EntityDetectorConfiguration$AllowedStatistics' => 'Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.
', ], ], 'AllowedStatistics' => [ 'base' => 'Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.
', 'refs' => [ 'AllowedStatisticList$member' => NULL, ], ], 'AnalyticsMode' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$Analytics' => 'Controls if analytics computation is enabled or disabled. Enabled by default.
', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'CreateProjectRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
', 'CreateRecipeJobRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'CreateRulesetRequest$TargetArn' => 'The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
', 'Dataset$ResourceArn' => 'The unique Amazon Resource Name (ARN) for the dataset.
', 'DescribeDatasetResponse$ResourceArn' => 'The Amazon Resource Name (ARN) of the dataset.
', 'DescribeJobResponse$ResourceArn' => 'The Amazon Resource Name (ARN) of the job.
', 'DescribeJobResponse$RoleArn' => 'The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'DescribeProjectResponse$ResourceArn' => 'The Amazon Resource Name (ARN) of the project.
', 'DescribeProjectResponse$RoleArn' => 'The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'DescribeRecipeResponse$ResourceArn' => 'The ARN of the recipe.
', 'DescribeRulesetResponse$TargetArn' => 'The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
', 'DescribeRulesetResponse$ResourceArn' => 'The Amazon Resource Name (ARN) for the ruleset.
', 'DescribeScheduleResponse$ResourceArn' => 'The Amazon Resource Name (ARN) of the schedule.
', 'Job$ResourceArn' => 'The unique Amazon Resource Name (ARN) for the job.
', 'Job$RoleArn' => 'The Amazon Resource Name (ARN) of the role to be assumed for this job.
', 'ListRulesetsRequest$TargetArn' => 'The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.
', 'ListTagsForResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.
', 'Metadata$SourceArn' => 'The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.
', 'Project$ResourceArn' => 'The Amazon Resource Name (ARN) for the project.
', 'Project$RoleArn' => 'The Amazon Resource Name (ARN) of the role that will be assumed for this project.
', 'Recipe$ResourceArn' => 'The Amazon Resource Name (ARN) for the recipe.
', 'RulesetItem$ResourceArn' => 'The Amazon Resource Name (ARN) for the ruleset.
', 'RulesetItem$TargetArn' => 'The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
', 'Schedule$ResourceArn' => 'The Amazon Resource Name (ARN) of the schedule.
', 'TagResourceRequest$ResourceArn' => '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.
', 'UntagResourceRequest$ResourceArn' => 'A DataBrew resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).
', 'UpdateProfileJobRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'UpdateProjectRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
', 'UpdateRecipeJobRequest$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
', 'ValidationConfiguration$RulesetArn' => '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.
', ], ], 'AssumeControl' => [ 'base' => NULL, 'refs' => [ 'StartProjectSessionRequest$AssumeControl' => 'A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
', ], ], 'Attempt' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$Attempt' => 'The number of times that DataBrew has attempted to run the job.
', 'JobRun$Attempt' => 'The number of times that DataBrew has attempted to run the job.
', ], ], 'BatchDeleteRecipeVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteRecipeVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'Bucket' => [ 'base' => NULL, 'refs' => [ 'S3Location$Bucket' => 'The Amazon S3 bucket name.
', ], ], 'BucketOwner' => [ 'base' => NULL, 'refs' => [ 'S3Location$BucketOwner' => 'The Amazon Web Services account ID of the bucket owner.
', ], ], 'CatalogId' => [ 'base' => NULL, 'refs' => [ 'DataCatalogInputDefinition$CatalogId' => 'The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
', 'DataCatalogOutput$CatalogId' => 'The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
', ], ], 'ClientSessionId' => [ 'base' => NULL, 'refs' => [ 'SendProjectSessionActionRequest$ClientSessionId' => 'A unique identifier for an interactive session that\'s currently open and ready for work. The action will be performed on this session.
', 'StartProjectSessionResponse$ClientSessionId' => 'A system-generated identifier for the session.
', ], ], 'ColumnName' => [ 'base' => NULL, 'refs' => [ 'ColumnNameList$member' => NULL, 'ColumnSelector$Regex' => 'A regular expression for selecting a column from a dataset.
', 'ColumnSelector$Name' => 'The name of a column from a dataset.
', 'HiddenColumnList$member' => NULL, ], ], 'ColumnNameList' => [ 'base' => NULL, 'refs' => [ 'Output$PartitionColumns' => 'The names of one or more partition columns for the output of the job.
', ], ], 'ColumnRange' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$ColumnRange' => 'The number of columns to include in the view frame, beginning with the StartColumnIndex
value and ignoring any columns in the HiddenColumns
list.
Selector of a column from a dataset for profile job configuration. One selector includes either a column name or a regular expression.
', 'refs' => [ 'ColumnSelectorList$member' => NULL, ], ], 'ColumnSelectorList' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsConfiguration$Selectors' => 'List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
', 'ProfileConfiguration$ProfileColumns' => 'List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.
', 'Rule$ColumnSelectors' => 'List of column selectors. Selectors can be used to select columns using a name or regular expression from the dataset. Rule will be applied to selected columns.
', ], ], 'ColumnStatisticsConfiguration' => [ 'base' => 'Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.
', 'refs' => [ 'ColumnStatisticsConfigurationList$member' => NULL, ], ], 'ColumnStatisticsConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ProfileConfiguration$ColumnStatisticsConfigurations' => 'List of configurations for column evaluations. ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.
', ], ], 'CompressionFormat' => [ 'base' => NULL, 'refs' => [ 'Output$CompressionFormat' => 'The compression algorithm used to compress the output text of the job.
', ], ], 'Condition' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$Condition' => 'A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.
', ], ], 'ConditionExpression' => [ 'base' => '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.
One or more conditions that must be met 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.
A value that the condition must evaluate to for the condition to succeed.
', 'ValuesMap$value' => NULL, ], ], 'ConflictException' => [ 'base' => 'Updating or deleting a resource can cause an inconsistent state.
', 'refs' => [], ], 'CreateColumn' => [ 'base' => NULL, 'refs' => [ 'DatasetParameter$CreateColumn' => 'Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.
', ], ], 'CreateDatasetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDatasetResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProfileJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProfileJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRecipeJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRecipeJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRecipeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRecipeResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatedBy' => [ 'base' => NULL, 'refs' => [ 'Dataset$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the dataset.
', 'DescribeDatasetResponse$CreatedBy' => 'The identifier (user name) of the user who created the dataset.
', 'DescribeJobResponse$CreatedBy' => 'The identifier (user name) of the user associated with the creation of the job.
', 'DescribeProjectResponse$CreatedBy' => 'The identifier (user name) of the user who created the project.
', 'DescribeRecipeResponse$CreatedBy' => 'The identifier (user name) of the user who created the recipe.
', 'DescribeRulesetResponse$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the ruleset.
', 'DescribeScheduleResponse$CreatedBy' => 'The identifier (user name) of the user who created the schedule.
', 'Job$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the job.
', 'Project$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who crated the project.
', 'Recipe$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the recipe.
', 'RulesetItem$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the ruleset.
', 'Schedule$CreatedBy' => 'The Amazon Resource Name (ARN) of the user who created the schedule.
', ], ], 'CronExpression' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleRequest$CronExpression' => '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.
', 'DescribeScheduleResponse$CronExpression' => '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 Glue DataBrew Developer Guide.
', 'Schedule$CronExpression' => 'The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
', 'UpdateScheduleRequest$CronExpression' => '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.
', ], ], 'CsvOptions' => [ 'base' => 'Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.
', 'refs' => [ 'FormatOptions$Csv' => 'Options that define how CSV input is to be interpreted by DataBrew.
', ], ], 'CsvOutputOptions' => [ 'base' => 'Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.
', 'refs' => [ 'OutputFormatOptions$Csv' => 'Represents a set of options that define the structure of comma-separated value (CSV) job output.
', ], ], 'DataCatalogInputDefinition' => [ 'base' => 'Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
', 'refs' => [ 'Input$DataCatalogInputDefinition' => 'The Glue Data Catalog parameters for the data.
', ], ], 'DataCatalogOutput' => [ 'base' => 'Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.
', 'refs' => [ 'DataCatalogOutputList$member' => NULL, ], ], 'DataCatalogOutputList' => [ 'base' => NULL, 'refs' => [ 'CreateRecipeJobRequest$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', 'DescribeJobResponse$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', 'DescribeJobRunResponse$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', 'Job$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', 'JobRun$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', 'UpdateRecipeJobRequest$DataCatalogOutputs' => 'One or more artifacts that represent the Glue Data Catalog output from running the job.
', ], ], 'DatabaseInputDefinition' => [ 'base' => 'Connection information for dataset input files stored in a database.
', 'refs' => [ 'Input$DatabaseInputDefinition' => 'Connection information for dataset input files stored in a database.
', ], ], 'DatabaseName' => [ 'base' => NULL, 'refs' => [ 'DataCatalogInputDefinition$DatabaseName' => 'The name of a database in the Data Catalog.
', 'DataCatalogOutput$DatabaseName' => 'The name of a database in the Data Catalog.
', ], ], 'DatabaseOutput' => [ 'base' => 'Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.
', 'refs' => [ 'DatabaseOutputList$member' => NULL, ], ], 'DatabaseOutputList' => [ 'base' => NULL, 'refs' => [ 'CreateRecipeJobRequest$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write to.
', 'DescribeJobResponse$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
', 'DescribeJobRunResponse$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
', 'Job$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
', 'JobRun$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
', 'UpdateRecipeJobRequest$DatabaseOutputs' => 'Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
', ], ], 'DatabaseOutputMode' => [ 'base' => NULL, 'refs' => [ 'DatabaseOutput$DatabaseOutputMode' => 'The output mode to write into the database. Currently supported option: NEW_TABLE.
', ], ], 'DatabaseTableName' => [ 'base' => NULL, 'refs' => [ 'DatabaseInputDefinition$DatabaseTableName' => 'The table within the target database.
', 'DatabaseTableOutputOptions$TableName' => 'A prefix for the name of a table DataBrew will create in the database.
', ], ], 'DatabaseTableOutputOptions' => [ 'base' => 'Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
', 'refs' => [ 'DataCatalogOutput$DatabaseOptions' => 'Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
', 'DatabaseOutput$DatabaseOptions' => 'Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
', ], ], 'Dataset' => [ 'base' => 'Represents a dataset that can be processed by DataBrew.
', 'refs' => [ 'DatasetList$member' => NULL, ], ], 'DatasetList' => [ 'base' => NULL, 'refs' => [ 'ListDatasetsResponse$Datasets' => 'A list of datasets that are defined.
', ], ], 'DatasetName' => [ 'base' => NULL, 'refs' => [ 'CreateDatasetRequest$Name' => 'The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateDatasetResponse$Name' => 'The name of the dataset that you created.
', 'CreateProfileJobRequest$DatasetName' => 'The name of the dataset that this job is to act upon.
', 'CreateProjectRequest$DatasetName' => 'The name of an existing dataset to associate this project with.
', 'CreateRecipeJobRequest$DatasetName' => 'The name of the dataset that this job processes.
', 'Dataset$Name' => 'The unique name of the dataset.
', 'DeleteDatasetRequest$Name' => 'The name of the dataset to be deleted.
', 'DeleteDatasetResponse$Name' => 'The name of the dataset that you deleted.
', 'DescribeDatasetRequest$Name' => 'The name of the dataset to be described.
', 'DescribeDatasetResponse$Name' => 'The name of the dataset.
', 'DescribeJobResponse$DatasetName' => 'The dataset that the job acts upon.
', 'DescribeJobRunResponse$DatasetName' => 'The name of the dataset for the job to process.
', 'DescribeProjectResponse$DatasetName' => 'The dataset associated with the project.
', 'Job$DatasetName' => 'A dataset that the job is to process.
', 'JobRun$DatasetName' => 'The name of the dataset for the job to process.
', 'ListJobsRequest$DatasetName' => 'The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
', 'Project$DatasetName' => 'The dataset that the project is to act upon.
', 'UpdateDatasetRequest$Name' => 'The name of the dataset to be updated.
', 'UpdateDatasetResponse$Name' => 'The name of the dataset that you updated.
', ], ], 'DatasetParameter' => [ 'base' => 'Represents a dataset parameter that defines type and conditions for a parameter in the Amazon S3 path of the dataset.
', 'refs' => [ 'PathParametersMap$value' => NULL, ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'Dataset$CreateDate' => 'The date and time that the dataset was created.
', 'Dataset$LastModifiedDate' => 'The last modification date and time of the dataset.
', 'DescribeDatasetResponse$CreateDate' => 'The date and time that the dataset was created.
', 'DescribeDatasetResponse$LastModifiedDate' => 'The date and time that the dataset was last modified.
', 'DescribeJobResponse$CreateDate' => 'The date and time that the job was created.
', 'DescribeJobResponse$LastModifiedDate' => 'The date and time that the job was last modified.
', 'DescribeJobRunResponse$CompletedOn' => 'The date and time when the job completed processing.
', 'DescribeJobRunResponse$StartedOn' => 'The date and time when the job run began.
', 'DescribeProjectResponse$CreateDate' => 'The date and time that the project was created.
', 'DescribeProjectResponse$LastModifiedDate' => 'The date and time that the project was last modified.
', 'DescribeProjectResponse$OpenDate' => 'The date and time when the project was opened.
', 'DescribeRecipeResponse$CreateDate' => 'The date and time that the recipe was created.
', 'DescribeRecipeResponse$LastModifiedDate' => 'The date and time that the recipe was last modified.
', 'DescribeRecipeResponse$PublishedDate' => 'The date and time when the recipe was last published.
', 'DescribeRulesetResponse$CreateDate' => 'The date and time that the ruleset was created.
', 'DescribeRulesetResponse$LastModifiedDate' => 'The modification date and time of the ruleset.
', 'DescribeScheduleResponse$CreateDate' => 'The date and time that the schedule was created.
', 'DescribeScheduleResponse$LastModifiedDate' => 'The date and time that the schedule was last modified.
', 'Job$CreateDate' => 'The date and time that the job was created.
', 'Job$LastModifiedDate' => 'The modification date and time of the job.
', 'JobRun$CompletedOn' => 'The date and time when the job completed processing.
', 'JobRun$StartedOn' => 'The date and time when the job run began.
', 'Project$CreateDate' => 'The date and time that the project was created.
', 'Project$LastModifiedDate' => 'The last modification date and time for the project.
', 'Project$OpenDate' => 'The date and time when the project was opened.
', 'Recipe$CreateDate' => 'The date and time that the recipe was created.
', 'Recipe$LastModifiedDate' => 'The last modification date and time of the recipe.
', 'Recipe$PublishedDate' => 'The date and time when the recipe was published.
', 'RulesetItem$CreateDate' => 'The date and time that the ruleset was created.
', 'RulesetItem$LastModifiedDate' => 'The modification date and time of the ruleset.
', 'Schedule$CreateDate' => 'The date and time that the schedule was created.
', 'Schedule$LastModifiedDate' => 'The date and time when the schedule was last modified.
', 'UpdateProjectResponse$LastModifiedDate' => 'The date and time that the project was last modified.
', ], ], 'DatetimeFormat' => [ 'base' => NULL, 'refs' => [ 'DatetimeOptions$Format' => 'Required option, that defines the datetime format used for a date parameter in the Amazon S3 path. Should use only supported datetime specifiers and separation characters, all literal a-z or A-Z characters should be escaped with single quotes. E.g. "MM.dd.yyyy-\'at\'-HH:mm".
', ], ], 'DatetimeOptions' => [ 'base' => 'Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset.
', 'refs' => [ 'DatasetParameter$DatetimeOptions' => 'Additional parameter options such as a format and a timezone. Required for datetime parameters.
', ], ], 'DeleteDatasetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDatasetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRecipeVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRecipeVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'Delimiter' => [ 'base' => NULL, 'refs' => [ 'CsvOptions$Delimiter' => 'A single character that specifies the delimiter being used in the CSV file.
', 'CsvOutputOptions$Delimiter' => 'A single character that specifies the delimiter used to create CSV job output.
', ], ], 'DescribeDatasetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDatasetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRecipeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRecipeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'Disabled' => [ 'base' => NULL, 'refs' => [ 'Rule$Disabled' => 'A value that specifies whether the rule is disabled. Once a rule is disabled, a profile job will not validate it during a job run. Default value is false.
', ], ], 'EncryptionKeyArn' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$EncryptionKeyArn' => 'The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
', 'CreateRecipeJobRequest$EncryptionKeyArn' => 'The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
', 'DescribeJobResponse$EncryptionKeyArn' => 'The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
', 'Job$EncryptionKeyArn' => '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
', 'UpdateProfileJobRequest$EncryptionKeyArn' => 'The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
', 'UpdateRecipeJobRequest$EncryptionKeyArn' => 'The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
', ], ], 'EncryptionMode' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$EncryptionMode' => 'The encryption mode for the job, which can be one of the following:
SSE-KMS
- SSE-KMS
- Server-side encryption with KMS-managed keys.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
Configuration of entity detection for a profile job. When undefined, entity detection is disabled.
', 'refs' => [ 'ProfileConfiguration$EntityDetectorConfiguration' => 'Configuration of entity detection for a profile job. When undefined, entity detection is disabled.
', ], ], 'EntityType' => [ 'base' => NULL, 'refs' => [ 'EntityTypeList$member' => NULL, ], ], 'EntityTypeList' => [ 'base' => NULL, 'refs' => [ 'EntityDetectorConfiguration$EntityTypes' => 'Entity types to detect. Can be any of the following:
USA_SSN
USA_ITIN
USA_PASSPORT_NUMBER
PHONE_NUMBER
USA_DRIVING_LICENSE
BANK_ACCOUNT
CREDIT_CARD
IP_ADDRESS
MAC_ADDRESS
USA_DEA_NUMBER
USA_HCPCS_CODE
USA_NATIONAL_PROVIDER_IDENTIFIER
USA_NATIONAL_DRUG_CODE
USA_HEALTH_INSURANCE_CLAIM_NUMBER
USA_MEDICARE_BENEFICIARY_IDENTIFIER
USA_CPT_CODE
PERSON_NAME
DATE
The Entity type group USA_ALL is also supported, and includes all of the above entity types except PERSON_NAME and DATE.
', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'RecipeVersionErrorDetail$ErrorCode' => 'The HTTP status code for the error.
', ], ], 'ExcelOptions' => [ 'base' => 'Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.
', 'refs' => [ 'FormatOptions$Excel' => 'Options that define how Excel input is to be interpreted by DataBrew.
', ], ], 'ExecutionTime' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$ExecutionTime' => 'The amount of time, in seconds, during which the job run consumed resources.
', 'JobRun$ExecutionTime' => 'The amount of time, in seconds, during which a job run consumed resources.
', ], ], 'Expression' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$Expression' => 'The expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions. For example, "(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)". Substitution variables should start with \':\' symbol.
', 'Rule$CheckExpression' => 'The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, (:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2)
. Column and value references are substitution variables that should start with the \':\' symbol. Depending on the context, substitution variables\' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no column reference in the left side of a condition, for example, is_between :val1 and :val2
.
For more information, see Available checks
', ], ], 'FilesLimit' => [ 'base' => 'Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.
', 'refs' => [ 'PathOptions$FilesLimit' => 'If provided, this structure imposes a limit on a number of files that should be selected.
', ], ], 'FilterExpression' => [ 'base' => 'Represents a structure for defining parameter conditions. Supported conditions are described here: Supported conditions for dynamic datasets in the Glue DataBrew Developer Guide.
', 'refs' => [ 'DatasetParameter$Filter' => 'The optional filter expression structure to apply additional matching criteria to the parameter.
', 'PathOptions$LastModifiedDateCondition' => 'If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
', ], ], 'FormatOptions' => [ 'base' => 'Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
', 'refs' => [ 'CreateDatasetRequest$FormatOptions' => NULL, 'Dataset$FormatOptions' => 'A set of options that define how DataBrew interprets the data in the dataset.
', 'DescribeDatasetResponse$FormatOptions' => NULL, 'UpdateDatasetRequest$FormatOptions' => NULL, ], ], 'GlueConnectionName' => [ 'base' => NULL, 'refs' => [ 'DatabaseInputDefinition$GlueConnectionName' => 'The Glue Connection that stores the connection information for the target database.
', 'DatabaseOutput$GlueConnectionName' => 'The Glue connection that stores the connection information for the target database.
', ], ], 'HeaderRow' => [ 'base' => NULL, 'refs' => [ 'CsvOptions$HeaderRow' => 'A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
', 'ExcelOptions$HeaderRow' => 'A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
', ], ], 'HiddenColumnList' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$HiddenColumns' => 'A list of columns to hide in the view frame.
', ], ], 'Input' => [ 'base' => 'Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
', 'refs' => [ 'CreateDatasetRequest$Input' => NULL, 'Dataset$Input' => 'Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
', 'DescribeDatasetResponse$Input' => NULL, 'UpdateDatasetRequest$Input' => NULL, ], ], 'InputFormat' => [ 'base' => NULL, 'refs' => [ 'CreateDatasetRequest$Format' => 'The file format of a dataset that is created from an Amazon S3 file or folder.
', 'Dataset$Format' => 'The file format of a dataset that is created from an Amazon S3 file or folder.
', 'DescribeDatasetResponse$Format' => 'The file format of a dataset that is created from an Amazon S3 file or folder.
', 'UpdateDatasetRequest$Format' => 'The file format of a dataset that is created from an Amazon S3 file or folder.
', ], ], 'InternalServerException' => [ 'base' => 'An internal service failure occurred.
', 'refs' => [], ], 'Job' => [ 'base' => 'Represents all of the attributes of a DataBrew job.
', 'refs' => [ 'JobList$member' => NULL, ], ], 'JobList' => [ 'base' => NULL, 'refs' => [ 'ListJobsResponse$Jobs' => 'A list of jobs that are defined.
', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$Name' => 'The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateProfileJobResponse$Name' => 'The name of the job that was created.
', 'CreateRecipeJobRequest$Name' => 'A unique name for the job. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateRecipeJobResponse$Name' => 'The name of the job that you created.
', 'DeleteJobRequest$Name' => 'The name of the job to be deleted.
', 'DeleteJobResponse$Name' => 'The name of the job that you deleted.
', 'DescribeJobRequest$Name' => 'The name of the job to be described.
', 'DescribeJobResponse$Name' => 'The name of the job.
', 'DescribeJobRunRequest$Name' => 'The name of the job being processed during this run.
', 'DescribeJobRunResponse$JobName' => 'The name of the job being processed during this run.
', 'Job$Name' => 'The unique name of the job.
', 'JobNameList$member' => NULL, 'JobRun$JobName' => 'The name of the job being processed during this run.
', 'ListJobRunsRequest$Name' => 'The name of the job.
', 'ListSchedulesRequest$JobName' => 'The name of the job that these schedules apply to.
', 'StartJobRunRequest$Name' => 'The name of the job to be run.
', 'StopJobRunRequest$Name' => 'The name of the job to be stopped.
', 'UpdateProfileJobRequest$Name' => 'The name of the job to be updated.
', 'UpdateProfileJobResponse$Name' => 'The name of the job that was updated.
', 'UpdateRecipeJobRequest$Name' => 'The name of the job to update.
', 'UpdateRecipeJobResponse$Name' => 'The name of the job that you updated.
', ], ], 'JobNameList' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleRequest$JobNames' => 'The name or names of one or more jobs to be run.
', 'DescribeScheduleResponse$JobNames' => 'The name or names of one or more jobs to be run by using the schedule.
', 'Schedule$JobNames' => 'A list of jobs to be run, according to the schedule.
', 'UpdateScheduleRequest$JobNames' => 'The name or names of one or more jobs to be run for this schedule.
', ], ], 'JobRun' => [ 'base' => 'Represents one run of a DataBrew job.
', 'refs' => [ 'JobRunList$member' => NULL, ], ], 'JobRunErrorMessage' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$ErrorMessage' => 'A message indicating an error (if any) that was encountered when the job ran.
', 'JobRun$ErrorMessage' => 'A message indicating an error (if any) that was encountered when the job ran.
', ], ], 'JobRunId' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunRequest$RunId' => 'The unique identifier of the job run.
', 'DescribeJobRunResponse$RunId' => 'The unique identifier of the job run.
', 'JobRun$RunId' => 'The unique identifier of the job run.
', 'StartJobRunResponse$RunId' => 'A system-generated identifier for this particular job run.
', 'StopJobRunRequest$RunId' => 'The ID of the job run to be stopped.
', 'StopJobRunResponse$RunId' => 'The ID of the job run that you stopped.
', ], ], 'JobRunList' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsResponse$JobRuns' => 'A list of job runs that have occurred for the specified job.
', ], ], 'JobRunState' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$State' => 'The current state of the job run entity itself.
', 'JobRun$State' => 'The current state of the job run entity itself.
', ], ], 'JobSample' => [ 'base' => 'A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample
value isn\'t provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
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.
', 'DescribeJobResponse$JobSample' => 'Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.
', 'DescribeJobRunResponse$JobSample' => '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.
', 'Job$JobSample' => 'A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample
value isn\'t provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample
value isn\'t provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
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' => [ 'base' => NULL, 'refs' => [ 'JobSample$Size' => 'The Size
parameter is only required when the mode is CUSTOM_ROWS. The profile job is run on the specified number of rows. The maximum value for size is Long.MAX_VALUE.
Long.MAX_VALUE = 9223372036854775807
', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'DescribeJobResponse$Type' => 'The job type, which must be one of the following:
PROFILE
- The job analyzes the dataset to determine its size, data types, data distribution, and more.
RECIPE
- The job applies one or more transformations to a dataset.
The job type of the job, which must be one of the following:
PROFILE
- A job to analyze a dataset, to determine its size, data types, data distribution, and more.
RECIPE
- A job to apply one or more transformations to a dataset.
Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.
', 'refs' => [ 'FormatOptions$Json' => 'Options that define how JSON input is to be interpreted by DataBrew.
', ], ], 'Key' => [ 'base' => NULL, 'refs' => [ 'S3Location$Key' => 'The unique name of the object in the bucket.
', ], ], 'LastModifiedBy' => [ 'base' => NULL, 'refs' => [ 'Dataset$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the dataset.
', 'DescribeDatasetResponse$LastModifiedBy' => 'The identifier (user name) of the user who last modified the dataset.
', 'DescribeJobResponse$LastModifiedBy' => 'The identifier (user name) of the user who last modified the job.
', 'DescribeProjectResponse$LastModifiedBy' => 'The identifier (user name) of the user who last modified the project.
', 'DescribeRecipeResponse$LastModifiedBy' => 'The identifier (user name) of the user who last modified the recipe.
', 'DescribeRulesetResponse$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the ruleset.
', 'DescribeScheduleResponse$LastModifiedBy' => 'The identifier (user name) of the user who last modified the schedule.
', 'Job$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the job.
', 'Project$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the project.
', 'Recipe$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the recipe.
', 'RulesetItem$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the ruleset.
', 'Schedule$LastModifiedBy' => 'The Amazon Resource Name (ARN) of the user who last modified the schedule.
', ], ], 'ListDatasetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDatasetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRecipeVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRecipeVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRecipesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRecipesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRulesetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRulesetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSchedulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSchedulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'LocaleCode' => [ 'base' => NULL, 'refs' => [ 'DatetimeOptions$LocaleCode' => 'Optional value for a non-US locale code, needed for correct interpretation of some date formats.
', ], ], 'LogGroupName' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$LogGroupName' => 'The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
', 'JobRun$LogGroupName' => 'The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
', ], ], 'LogSubscription' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$LogSubscription' => 'Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
', 'CreateRecipeJobRequest$LogSubscription' => 'Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
', 'DescribeJobResponse$LogSubscription' => 'Indicates whether Amazon CloudWatch logging is enabled for this job.
', 'DescribeJobRunResponse$LogSubscription' => 'The current status of Amazon CloudWatch logging for the job run.
', 'Job$LogSubscription' => 'The current status of Amazon CloudWatch logging for the job.
', 'JobRun$LogSubscription' => 'The current status of Amazon CloudWatch logging for the job run.
', 'UpdateProfileJobRequest$LogSubscription' => 'Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
', 'UpdateRecipeJobRequest$LogSubscription' => 'Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
', ], ], 'MaxCapacity' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$MaxCapacity' => 'The maximum number of nodes that DataBrew can use when the job processes data.
', 'CreateRecipeJobRequest$MaxCapacity' => 'The maximum number of nodes that DataBrew can consume when the job processes data.
', 'DescribeJobResponse$MaxCapacity' => 'The maximum number of compute nodes that DataBrew can consume when the job processes data.
', 'Job$MaxCapacity' => 'The maximum number of nodes that can be consumed when the job processes data.
', 'UpdateProfileJobRequest$MaxCapacity' => 'The maximum number of compute nodes that DataBrew can use when the job processes data.
', 'UpdateRecipeJobRequest$MaxCapacity' => 'The maximum number of nodes that DataBrew can consume when the job processes data.
', ], ], 'MaxFiles' => [ 'base' => NULL, 'refs' => [ 'FilesLimit$MaxFiles' => 'The number of Amazon S3 files to select.
', ], ], 'MaxOutputFiles' => [ 'base' => NULL, 'refs' => [ 'Output$MaxOutputFiles' => 'Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.
', ], ], 'MaxResults100' => [ 'base' => NULL, 'refs' => [ 'ListDatasetsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListJobRunsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListJobsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListProjectsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListRecipeVersionsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListRecipesRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListRulesetsRequest$MaxResults' => 'The maximum number of results to return in this request.
', 'ListSchedulesRequest$MaxResults' => 'The maximum number of results to return in this request.
', ], ], 'MaxRetries' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', 'CreateRecipeJobRequest$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', 'DescribeJobResponse$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', 'Job$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', 'UpdateProfileJobRequest$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', 'UpdateRecipeJobRequest$MaxRetries' => 'The maximum number of times to retry the job after a job run fails.
', ], ], 'Message' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'InternalServerException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'Metadata' => [ 'base' => 'Contains additional resource information needed for specific datasets.
', 'refs' => [ 'Input$Metadata' => 'Contains additional resource information needed for specific datasets.
', ], ], 'MultiLine' => [ 'base' => NULL, 'refs' => [ 'JsonOptions$MultiLine' => 'A value that specifies whether JSON input contains embedded new line characters.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListDatasetsRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListDatasetsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListJobRunsRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListJobRunsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListJobsRequest$NextToken' => '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.
', 'ListJobsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListProjectsRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListProjectsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListRecipeVersionsRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListRecipeVersionsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListRecipesRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListRecipesResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListRulesetsRequest$NextToken' => '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.
', 'ListRulesetsResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', 'ListSchedulesRequest$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListSchedulesResponse$NextToken' => 'A token that you can use in a subsequent call to retrieve the next set of results.
', ], ], 'OpenedBy' => [ 'base' => NULL, 'refs' => [ 'DescribeProjectResponse$OpenedBy' => 'The identifier (user name) of the user that opened the project for use.
', 'Project$OpenedBy' => 'The Amazon Resource Name (ARN) of the user that opened the project for use.
', ], ], 'Operation' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Operation' => 'The name of a valid DataBrew transformation to be performed on the data.
', ], ], 'Order' => [ 'base' => NULL, 'refs' => [ 'FilesLimit$Order' => 'A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
', ], ], 'OrderedBy' => [ 'base' => NULL, 'refs' => [ 'FilesLimit$OrderedBy' => 'A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it\'s the only allowed value.
', ], ], 'Output' => [ 'base' => 'Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.
', 'refs' => [ 'OutputList$member' => NULL, ], ], 'OutputFormat' => [ 'base' => NULL, 'refs' => [ 'Output$Format' => 'The data format of the output of the job.
', ], ], 'OutputFormatOptions' => [ 'base' => 'Represents a set of options that define the structure of comma-separated (CSV) job output.
', 'refs' => [ 'Output$FormatOptions' => 'Represents options that define how DataBrew formats job output files.
', ], ], 'OutputList' => [ 'base' => NULL, 'refs' => [ 'CreateRecipeJobRequest$Outputs' => 'One or more artifacts that represent the output from running the job.
', 'DescribeJobResponse$Outputs' => 'One or more artifacts that represent the output from running the job.
', 'DescribeJobRunResponse$Outputs' => 'One or more output artifacts from a job run.
', 'Job$Outputs' => 'One or more artifacts that represent output from running the job.
', 'JobRun$Outputs' => 'One or more output artifacts from a job run.
', 'UpdateRecipeJobRequest$Outputs' => 'One or more artifacts that represent the output from running the job.
', ], ], 'OverwriteOutput' => [ 'base' => NULL, 'refs' => [ 'DataCatalogOutput$Overwrite' => 'A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
', 'Output$Overwrite' => 'A value that, if true, means that any data in the location specified for output is overwritten with new output.
', ], ], 'ParameterMap' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Parameters' => 'Contextual parameters for the transformation.
', 'StatisticOverride$Parameters' => 'A map that includes overrides of an evaluation’s parameters.
', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$key' => NULL, ], ], 'ParameterType' => [ 'base' => NULL, 'refs' => [ 'DatasetParameter$Type' => 'The type of the dataset parameter, can be one of a \'String\', \'Number\' or \'Datetime\'.
', ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$value' => NULL, ], ], 'PathOptions' => [ 'base' => 'Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
', 'refs' => [ 'CreateDatasetRequest$PathOptions' => 'A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
', 'Dataset$PathOptions' => 'A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
', 'DescribeDatasetResponse$PathOptions' => 'A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
', 'UpdateDatasetRequest$PathOptions' => 'A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
', ], ], 'PathParameterName' => [ 'base' => NULL, 'refs' => [ 'DatasetParameter$Name' => 'The name of the parameter that is used in the dataset\'s Amazon S3 path.
', 'PathParametersMap$key' => NULL, ], ], 'PathParametersMap' => [ 'base' => 'A structure that map names of parameters used in the Amazon S3 path of a dataset to their definitions. A definition includes parameter type and conditions.
', 'refs' => [ 'PathOptions$Parameters' => 'A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
', ], ], 'Preview' => [ 'base' => NULL, 'refs' => [ 'SendProjectSessionActionRequest$Preview' => 'If true, the result of the recipe step will be returned, but not applied.
', ], ], 'ProfileConfiguration' => [ 'base' => 'Configuration for profile jobs. Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.
', 'refs' => [ 'CreateProfileJobRequest$Configuration' => 'Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
', 'DescribeJobResponse$ProfileConfiguration' => 'Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
', 'DescribeJobRunResponse$ProfileConfiguration' => 'Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
', 'UpdateProfileJobRequest$Configuration' => 'Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
', ], ], 'Project' => [ 'base' => 'Represents all of the attributes of a DataBrew project.
', 'refs' => [ 'ProjectList$member' => NULL, ], ], 'ProjectList' => [ 'base' => NULL, 'refs' => [ 'ListProjectsResponse$Projects' => 'A list of projects that are defined .
', ], ], 'ProjectName' => [ 'base' => NULL, 'refs' => [ 'CreateProjectRequest$Name' => 'A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateProjectResponse$Name' => 'The name of the project that you created.
', 'CreateRecipeJobRequest$ProjectName' => 'Either the name of an existing project, or a combination of a recipe and a dataset to associate with the recipe.
', 'DeleteProjectRequest$Name' => 'The name of the project to be deleted.
', 'DeleteProjectResponse$Name' => 'The name of the project that you deleted.
', 'DescribeJobResponse$ProjectName' => 'The DataBrew project associated with this job.
', 'DescribeProjectRequest$Name' => 'The name of the project to be described.
', 'DescribeProjectResponse$Name' => 'The name of the project.
', 'DescribeRecipeResponse$ProjectName' => 'The name of the project associated with this recipe.
', 'Job$ProjectName' => 'The name of the project that the job is associated with.
', 'ListJobsRequest$ProjectName' => 'The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
', 'Project$Name' => 'The unique name of a project.
', 'Recipe$ProjectName' => 'The name of the project that the recipe is associated with.
', 'SendProjectSessionActionRequest$Name' => 'The name of the project to apply the action to.
', 'SendProjectSessionActionResponse$Name' => 'The name of the project that was affected by the action.
', 'StartProjectSessionRequest$Name' => 'The name of the project to act upon.
', 'StartProjectSessionResponse$Name' => 'The name of the project to be acted upon.
', 'UpdateProjectRequest$Name' => 'The name of the project to be updated.
', 'UpdateProjectResponse$Name' => 'The name of the project that you updated.
', ], ], 'PublishRecipeRequest' => [ 'base' => NULL, 'refs' => [], ], 'PublishRecipeResponse' => [ 'base' => NULL, 'refs' => [], ], 'PublishedBy' => [ 'base' => NULL, 'refs' => [ 'DescribeRecipeResponse$PublishedBy' => 'The identifier (user name) of the user who last published the recipe.
', 'Recipe$PublishedBy' => 'The Amazon Resource Name (ARN) of the user who published the recipe.
', ], ], 'QueryString' => [ 'base' => NULL, 'refs' => [ 'DatabaseInputDefinition$QueryString' => 'Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
', ], ], 'Recipe' => [ 'base' => 'Represents one or more actions to be performed on a DataBrew dataset.
', 'refs' => [ 'RecipeList$member' => NULL, ], ], 'RecipeAction' => [ 'base' => 'Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.
', 'refs' => [ 'RecipeStep$Action' => 'The particular action to be performed in the recipe step.
', ], ], 'RecipeDescription' => [ 'base' => NULL, 'refs' => [ 'CreateRecipeRequest$Description' => 'A description for the recipe.
', 'DescribeRecipeResponse$Description' => 'The description of the recipe.
', 'PublishRecipeRequest$Description' => 'A description of the recipe to be published, for this version of the recipe.
', 'Recipe$Description' => 'The description of the recipe.
', 'UpdateRecipeRequest$Description' => 'A description of the recipe.
', ], ], 'RecipeErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteRecipeVersionResponse$Errors' => 'Errors, if any, that occurred while attempting to delete the recipe versions.
', ], ], 'RecipeErrorMessage' => [ 'base' => NULL, 'refs' => [ 'RecipeVersionErrorDetail$ErrorMessage' => 'The text of the error message.
', ], ], 'RecipeList' => [ 'base' => NULL, 'refs' => [ 'ListRecipeVersionsResponse$Recipes' => 'A list of versions for the specified recipe.
', 'ListRecipesResponse$Recipes' => 'A list of recipes that are defined.
', ], ], 'RecipeName' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteRecipeVersionRequest$Name' => 'The name of the recipe whose versions are to be deleted.
', 'BatchDeleteRecipeVersionResponse$Name' => 'The name of the recipe that was modified.
', 'CreateProjectRequest$RecipeName' => 'The name of an existing recipe to associate with the project.
', 'CreateRecipeRequest$Name' => 'A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateRecipeResponse$Name' => 'The name of the recipe that you created.
', 'DeleteRecipeVersionRequest$Name' => 'The name of the recipe.
', 'DeleteRecipeVersionResponse$Name' => 'The name of the recipe that was deleted.
', 'DescribeProjectResponse$RecipeName' => 'The recipe associated with this job.
', 'DescribeRecipeRequest$Name' => 'The name of the recipe to be described.
', 'DescribeRecipeResponse$Name' => 'The name of the recipe.
', 'ListRecipeVersionsRequest$Name' => 'The name of the recipe for which to return version information.
', 'Project$RecipeName' => 'The name of a recipe that will be developed during a project session.
', 'PublishRecipeRequest$Name' => 'The name of the recipe to be published.
', 'PublishRecipeResponse$Name' => 'The name of the recipe that you published.
', 'Recipe$Name' => 'The unique name for the recipe.
', 'RecipeReference$Name' => 'The name of the recipe.
', 'UpdateRecipeRequest$Name' => 'The name of the recipe to be updated.
', 'UpdateRecipeResponse$Name' => 'The name of the recipe that was updated.
', ], ], 'RecipeReference' => [ 'base' => 'Represents the name and version of a DataBrew recipe.
', 'refs' => [ 'CreateRecipeJobRequest$RecipeReference' => NULL, 'DescribeJobResponse$RecipeReference' => NULL, 'DescribeJobRunResponse$RecipeReference' => NULL, 'Job$RecipeReference' => 'A set of steps that the job runs.
', 'JobRun$RecipeReference' => 'The set of steps processed by the job.
', ], ], 'RecipeStep' => [ 'base' => 'Represents a single step from a DataBrew recipe to be performed.
', 'refs' => [ 'RecipeStepList$member' => NULL, 'SendProjectSessionActionRequest$RecipeStep' => NULL, ], ], 'RecipeStepList' => [ 'base' => NULL, 'refs' => [ 'CreateRecipeRequest$Steps' => '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.
', 'DescribeRecipeResponse$Steps' => '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.
', 'Recipe$Steps' => 'A list of steps that are defined by the recipe.
', 'UpdateRecipeRequest$Steps' => '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.
', ], ], 'RecipeVersion' => [ 'base' => NULL, 'refs' => [ 'DeleteRecipeVersionRequest$RecipeVersion' => 'The version of the recipe to be deleted. You can specify a numeric versions (X.Y
) or LATEST_WORKING
. LATEST_PUBLISHED
is not supported.
The version of the recipe that was deleted.
', 'DescribeRecipeRequest$RecipeVersion' => 'The recipe version identifier. If this parameter isn\'t specified, then the latest published version is returned.
', 'DescribeRecipeResponse$RecipeVersion' => 'The recipe version identifier.
', 'ListRecipesRequest$RecipeVersion' => '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
The identifier for the version for the recipe. Must be one of the following:
Numeric version (X.Y
) - X
and Y
stand for major and minor version numbers. The maximum length of each is 6 digits, and neither can be negative values. Both X
and Y
are required, and "0.0" isn\'t a valid version.
LATEST_WORKING
- the most recent valid version being developed in a DataBrew project.
LATEST_PUBLISHED
- the most recent published version.
The identifier for the version for the recipe.
', 'RecipeVersionErrorDetail$RecipeVersion' => 'The identifier for the recipe version associated with this error.
', 'RecipeVersionList$member' => NULL, ], ], 'RecipeVersionErrorDetail' => [ 'base' => 'Represents any errors encountered when attempting to delete multiple recipe versions.
', 'refs' => [ 'RecipeErrorList$member' => NULL, ], ], 'RecipeVersionList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteRecipeVersionRequest$RecipeVersions' => '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.
One or more resources can\'t be found.
', 'refs' => [], ], 'Result' => [ 'base' => NULL, 'refs' => [ 'SendProjectSessionActionResponse$Result' => 'A message indicating the result of performing the action.
', ], ], 'RowRange' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$RowRange' => 'The number of rows to include in the view frame, beginning with the StartRowIndex
value.
Represents a single data quality requirement that should be validated in the scope of this dataset.
', 'refs' => [ 'RuleList$member' => NULL, ], ], 'RuleCount' => [ 'base' => NULL, 'refs' => [ 'RulesetItem$RuleCount' => 'The number of rules that are defined in the ruleset.
', ], ], 'RuleList' => [ 'base' => NULL, 'refs' => [ 'CreateRulesetRequest$Rules' => 'A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
', 'DescribeRulesetResponse$Rules' => 'A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
', 'UpdateRulesetRequest$Rules' => 'A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
', ], ], 'RuleName' => [ 'base' => NULL, 'refs' => [ 'Rule$Name' => 'The name of the rule.
', ], ], 'RulesetDescription' => [ 'base' => NULL, 'refs' => [ 'CreateRulesetRequest$Description' => 'The description of the ruleset.
', 'DescribeRulesetResponse$Description' => 'The description of the ruleset.
', 'RulesetItem$Description' => 'The description of the ruleset.
', 'UpdateRulesetRequest$Description' => 'The description of the ruleset.
', ], ], 'RulesetItem' => [ 'base' => 'Contains metadata about the ruleset.
', 'refs' => [ 'RulesetItemList$member' => NULL, ], ], 'RulesetItemList' => [ 'base' => NULL, 'refs' => [ 'ListRulesetsResponse$Rulesets' => 'A list of RulesetItem. RulesetItem contains meta data of a ruleset.
', ], ], 'RulesetName' => [ 'base' => NULL, 'refs' => [ 'CreateRulesetRequest$Name' => 'The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateRulesetResponse$Name' => 'The unique name of the created ruleset.
', 'DeleteRulesetRequest$Name' => 'The name of the ruleset to be deleted.
', 'DeleteRulesetResponse$Name' => 'The name of the deleted ruleset.
', 'DescribeRulesetRequest$Name' => 'The name of the ruleset to be described.
', 'DescribeRulesetResponse$Name' => 'The name of the ruleset.
', 'RulesetItem$Name' => 'The name of the ruleset.
', 'UpdateRulesetRequest$Name' => 'The name of the ruleset to be updated.
', 'UpdateRulesetResponse$Name' => 'The name of the updated ruleset.
', ], ], 'S3Location' => [ 'base' => 'Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
', 'refs' => [ 'CreateProfileJobRequest$OutputLocation' => NULL, 'DataCatalogInputDefinition$TempDirectory' => 'Represents an Amazon location where DataBrew can store intermediate results.
', 'DatabaseInputDefinition$TempDirectory' => NULL, 'DatabaseTableOutputOptions$TempDirectory' => 'Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
', 'Input$S3InputDefinition' => 'The Amazon S3 location where the data is stored.
', 'Output$Location' => 'The location in Amazon S3 where the job writes its output.
', 'S3TableOutputOptions$Location' => 'Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
', 'UpdateProfileJobRequest$OutputLocation' => NULL, ], ], 'S3TableOutputOptions' => [ 'base' => 'Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
', 'refs' => [ 'DataCatalogOutput$S3Options' => 'Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
', ], ], 'Sample' => [ 'base' => 'Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
', 'refs' => [ 'CreateProjectRequest$Sample' => NULL, 'DescribeProjectResponse$Sample' => NULL, 'Project$Sample' => 'The sample size and sampling type to apply to the data. If this parameter isn\'t specified, then the sample consists of the first 500 rows from the dataset.
', 'UpdateProjectRequest$Sample' => NULL, ], ], 'SampleMode' => [ 'base' => NULL, 'refs' => [ 'JobSample$Mode' => 'A value that determines whether the profile job is run on the entire dataset or a specified number of rows. This value must be one of the following:
FULL_DATASET - The profile job is run on the entire dataset.
CUSTOM_ROWS - The profile job is run on the number of rows specified in the Size
parameter.
The number of rows in the sample.
', ], ], 'SampleType' => [ 'base' => NULL, 'refs' => [ 'Sample$Type' => 'The way in which DataBrew obtains rows from a dataset.
', ], ], 'Schedule' => [ 'base' => 'Represents one or more dates and times when a job is to run.
', 'refs' => [ 'ScheduleList$member' => NULL, ], ], 'ScheduleList' => [ 'base' => NULL, 'refs' => [ 'ListSchedulesResponse$Schedules' => 'A list of schedules that are defined.
', ], ], 'ScheduleName' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleRequest$Name' => 'A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
', 'CreateScheduleResponse$Name' => 'The name of the schedule that was created.
', 'DeleteScheduleRequest$Name' => 'The name of the schedule to be deleted.
', 'DeleteScheduleResponse$Name' => 'The name of the schedule that was deleted.
', 'DescribeScheduleRequest$Name' => 'The name of the schedule to be described.
', 'DescribeScheduleResponse$Name' => 'The name of the schedule.
', 'Schedule$Name' => 'The name of the schedule.
', 'UpdateScheduleRequest$Name' => 'The name of the schedule to update.
', 'UpdateScheduleResponse$Name' => 'The name of the schedule that was updated.
', ], ], 'SendProjectSessionActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendProjectSessionActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ServiceQuotaExceededException' => [ 'base' => 'A service quota is exceeded.
', 'refs' => [], ], 'SessionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeProjectResponse$SessionStatus' => 'Describes the current state of the session:
PROVISIONING
- allocating resources for the session.
INITIALIZING
- getting the session ready for first use.
ASSIGNED
- the session is ready for use.
One or more sheet numbers in the Excel file that will be included in the dataset.
', ], ], 'SheetName' => [ 'base' => NULL, 'refs' => [ 'SheetNameList$member' => NULL, ], ], 'SheetNameList' => [ 'base' => NULL, 'refs' => [ 'ExcelOptions$SheetNames' => 'One or more named sheets in the Excel file that will be included in the dataset.
', ], ], 'Source' => [ 'base' => NULL, 'refs' => [ 'Dataset$Source' => 'The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
', 'DescribeDatasetResponse$Source' => 'The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
', ], ], 'StartColumnIndex' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$StartColumnIndex' => 'The starting index for the range of columns to return in the view frame.
', ], ], 'StartJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartProjectSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartProjectSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartRowIndex' => [ 'base' => NULL, 'refs' => [ 'ViewFrame$StartRowIndex' => 'The starting index for the range of rows to return in the view frame.
', ], ], 'StartedBy' => [ 'base' => NULL, 'refs' => [ 'DescribeJobRunResponse$StartedBy' => 'The Amazon Resource Name (ARN) of the user who started the job run.
', 'JobRun$StartedBy' => 'The Amazon Resource Name (ARN) of the user who initiated the job run.
', ], ], 'Statistic' => [ 'base' => NULL, 'refs' => [ 'StatisticList$member' => NULL, 'StatisticOverride$Statistic' => 'The name of an evaluation
', ], ], 'StatisticList' => [ 'base' => NULL, 'refs' => [ 'AllowedStatistics$Statistics' => 'One or more column statistics to allow for columns that contain detected entities.
', 'StatisticsConfiguration$IncludedStatistics' => 'List of included evaluations. When the list is undefined, all supported evaluations will be included.
', ], ], 'StatisticOverride' => [ 'base' => 'Override of a particular evaluation for a profile job.
', 'refs' => [ 'StatisticOverrideList$member' => NULL, ], ], 'StatisticOverrideList' => [ 'base' => NULL, 'refs' => [ 'StatisticsConfiguration$Overrides' => 'List of overrides for evaluations.
', ], ], 'StatisticsConfiguration' => [ 'base' => 'Configuration of evaluations for a profile job. This configuration can be used to select evaluations and override the parameters of selected evaluations.
', 'refs' => [ 'ColumnStatisticsConfiguration$Statistics' => 'Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
', 'ProfileConfiguration$DatasetStatisticsConfiguration' => 'Configuration for inter-column evaluations. Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.
', ], ], 'StepIndex' => [ 'base' => NULL, 'refs' => [ 'SendProjectSessionActionRequest$StepIndex' => '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.
', ], ], 'StopJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'TableName' => [ 'base' => NULL, 'refs' => [ 'DataCatalogInputDefinition$TableName' => 'The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
', 'DataCatalogOutput$TableName' => 'The name of a table in the Data Catalog.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => 'The tag keys (names) of one or more tags to be removed.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateDatasetRequest$Tags' => 'Metadata tags to apply to this dataset.
', 'CreateProfileJobRequest$Tags' => 'Metadata tags to apply to this job.
', 'CreateProjectRequest$Tags' => 'Metadata tags to apply to this project.
', 'CreateRecipeJobRequest$Tags' => 'Metadata tags to apply to this job.
', 'CreateRecipeRequest$Tags' => 'Metadata tags to apply to this recipe.
', 'CreateRulesetRequest$Tags' => 'Metadata tags to apply to the ruleset.
', 'CreateScheduleRequest$Tags' => 'Metadata tags to apply to this schedule.
', 'Dataset$Tags' => 'Metadata tags that have been applied to the dataset.
', 'DescribeDatasetResponse$Tags' => 'Metadata tags associated with this dataset.
', 'DescribeJobResponse$Tags' => 'Metadata tags associated with this job.
', 'DescribeProjectResponse$Tags' => 'Metadata tags associated with this project.
', 'DescribeRecipeResponse$Tags' => 'Metadata tags associated with this project.
', 'DescribeRulesetResponse$Tags' => 'Metadata tags that have been applied to the ruleset.
', 'DescribeScheduleResponse$Tags' => 'Metadata tags associated with this schedule.
', 'Job$Tags' => 'Metadata tags that have been applied to the job.
', 'ListTagsForResourceResponse$Tags' => 'A list of tags associated with the DataBrew resource.
', 'Project$Tags' => 'Metadata tags that have been applied to the project.
', 'Recipe$Tags' => 'Metadata tags that have been applied to the recipe.
', 'RulesetItem$Tags' => 'Metadata tags that have been applied to the ruleset.
', 'Schedule$Tags' => 'Metadata tags that have been applied to the schedule.
', 'TagResourceRequest$Tags' => 'One or more tags to be assigned to the resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TargetColumn' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$TargetColumn' => 'A column to apply this condition to.
', ], ], 'Threshold' => [ 'base' => 'The threshold used with a non-aggregate check expression. The non-aggregate check expression will be applied to each row in a specific column. Then the threshold will be used to determine whether the validation succeeds.
', 'refs' => [ 'Rule$Threshold' => 'The threshold used with a non-aggregate check expression. Non-aggregate check expressions will be applied to each row in a specific column, and the threshold will be used to determine whether the validation succeeds.
', ], ], 'ThresholdType' => [ 'base' => NULL, 'refs' => [ 'Threshold$Type' => 'The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
', ], ], 'ThresholdUnit' => [ 'base' => NULL, 'refs' => [ 'Threshold$Unit' => 'Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
', ], ], 'ThresholdValue' => [ 'base' => NULL, 'refs' => [ 'Threshold$Value' => 'The value of a threshold.
', ], ], 'Timeout' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$Timeout' => 'The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path. Shouldn\'t be used if Format for this parameter includes timezone fields. If no offset specified, UTC is assumed.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatasetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatasetResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProfileJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProfileJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRecipeJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRecipeJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRecipeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRecipeResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationConfiguration' => [ 'base' => '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.
', 'refs' => [ 'ValidationConfigurationList$member' => NULL, ], ], 'ValidationConfigurationList' => [ 'base' => NULL, 'refs' => [ 'CreateProfileJobRequest$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job.
', 'DescribeJobResponse$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job.
', 'DescribeJobRunResponse$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job.
', 'Job$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job.
', 'JobRun$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job run.
', 'UpdateProfileJobRequest$ValidationConfigurations' => 'List of validation configurations that are applied to the profile job.
', ], ], 'ValidationException' => [ 'base' => 'The input parameters for this request failed validation.
', 'refs' => [], ], 'ValidationMode' => [ 'base' => NULL, 'refs' => [ 'ValidationConfiguration$ValidationMode' => 'Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
', ], ], 'ValueReference' => [ 'base' => NULL, 'refs' => [ 'ValuesMap$key' => NULL, ], ], 'ValuesMap' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$ValuesMap' => 'The map of substitution variable names to their values used in this filter expression.
', 'Rule$SubstitutionMap' => 'The map of substitution variable names to their values used in a check expression. Variable names should start with a \':\' (colon). Variable values can either be actual values or column names. To differentiate between the two, column names should be enclosed in backticks, for example, ":col1": "`Column A`".
Represents the data being transformed during an action.
', 'refs' => [ 'SendProjectSessionActionRequest$ViewFrame' => NULL, ], ], ],];