aws-sdk-glue 1.125.0 → 1.126.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,8 @@ module Aws::Glue
56
56
  BatchGetCrawlersResponse = Shapes::StructureShape.new(name: 'BatchGetCrawlersResponse')
57
57
  BatchGetCustomEntityTypesRequest = Shapes::StructureShape.new(name: 'BatchGetCustomEntityTypesRequest')
58
58
  BatchGetCustomEntityTypesResponse = Shapes::StructureShape.new(name: 'BatchGetCustomEntityTypesResponse')
59
+ BatchGetDataQualityResultRequest = Shapes::StructureShape.new(name: 'BatchGetDataQualityResultRequest')
60
+ BatchGetDataQualityResultResponse = Shapes::StructureShape.new(name: 'BatchGetDataQualityResultResponse')
59
61
  BatchGetDevEndpointsRequest = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsRequest')
60
62
  BatchGetDevEndpointsResponse = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsResponse')
61
63
  BatchGetJobsRequest = Shapes::StructureShape.new(name: 'BatchGetJobsRequest')
@@ -105,6 +107,10 @@ module Aws::Glue
105
107
  BoxedNonNegativeInt = Shapes::IntegerShape.new(name: 'BoxedNonNegativeInt')
106
108
  BoxedNonNegativeLong = Shapes::IntegerShape.new(name: 'BoxedNonNegativeLong')
107
109
  BoxedPositiveInt = Shapes::IntegerShape.new(name: 'BoxedPositiveInt')
110
+ CancelDataQualityRuleRecommendationRunRequest = Shapes::StructureShape.new(name: 'CancelDataQualityRuleRecommendationRunRequest')
111
+ CancelDataQualityRuleRecommendationRunResponse = Shapes::StructureShape.new(name: 'CancelDataQualityRuleRecommendationRunResponse')
112
+ CancelDataQualityRulesetEvaluationRunRequest = Shapes::StructureShape.new(name: 'CancelDataQualityRulesetEvaluationRunRequest')
113
+ CancelDataQualityRulesetEvaluationRunResponse = Shapes::StructureShape.new(name: 'CancelDataQualityRulesetEvaluationRunResponse')
108
114
  CancelMLTaskRunRequest = Shapes::StructureShape.new(name: 'CancelMLTaskRunRequest')
109
115
  CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
110
116
  CancelStatementRequest = Shapes::StructureShape.new(name: 'CancelStatementRequest')
@@ -214,6 +220,8 @@ module Aws::Glue
214
220
  CreateCsvClassifierRequest = Shapes::StructureShape.new(name: 'CreateCsvClassifierRequest')
215
221
  CreateCustomEntityTypeRequest = Shapes::StructureShape.new(name: 'CreateCustomEntityTypeRequest')
216
222
  CreateCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'CreateCustomEntityTypeResponse')
223
+ CreateDataQualityRulesetRequest = Shapes::StructureShape.new(name: 'CreateDataQualityRulesetRequest')
224
+ CreateDataQualityRulesetResponse = Shapes::StructureShape.new(name: 'CreateDataQualityRulesetResponse')
217
225
  CreateDatabaseRequest = Shapes::StructureShape.new(name: 'CreateDatabaseRequest')
218
226
  CreateDatabaseResponse = Shapes::StructureShape.new(name: 'CreateDatabaseResponse')
219
227
  CreateDevEndpointRequest = Shapes::StructureShape.new(name: 'CreateDevEndpointRequest')
@@ -260,12 +268,40 @@ module Aws::Glue
260
268
  CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
261
269
  CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
262
270
  CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
271
+ DQDLString = Shapes::StringShape.new(name: 'DQDLString')
272
+ DQResultsPublishingOptions = Shapes::StructureShape.new(name: 'DQResultsPublishingOptions')
273
+ DQStopJobOnFailureOptions = Shapes::StructureShape.new(name: 'DQStopJobOnFailureOptions')
274
+ DQStopJobOnFailureTiming = Shapes::StringShape.new(name: 'DQStopJobOnFailureTiming')
275
+ DQTransformOutput = Shapes::StringShape.new(name: 'DQTransformOutput')
263
276
  DagEdges = Shapes::ListShape.new(name: 'DagEdges')
264
277
  DagNodes = Shapes::ListShape.new(name: 'DagNodes')
265
278
  DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
266
279
  DataFormat = Shapes::StringShape.new(name: 'DataFormat')
267
280
  DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
268
281
  DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
282
+ DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
283
+ DataQualityResult = Shapes::StructureShape.new(name: 'DataQualityResult')
284
+ DataQualityResultDescription = Shapes::StructureShape.new(name: 'DataQualityResultDescription')
285
+ DataQualityResultDescriptionList = Shapes::ListShape.new(name: 'DataQualityResultDescriptionList')
286
+ DataQualityResultFilterCriteria = Shapes::StructureShape.new(name: 'DataQualityResultFilterCriteria')
287
+ DataQualityResultIdList = Shapes::ListShape.new(name: 'DataQualityResultIdList')
288
+ DataQualityResultIds = Shapes::ListShape.new(name: 'DataQualityResultIds')
289
+ DataQualityResultsList = Shapes::ListShape.new(name: 'DataQualityResultsList')
290
+ DataQualityRuleRecommendationRunDescription = Shapes::StructureShape.new(name: 'DataQualityRuleRecommendationRunDescription')
291
+ DataQualityRuleRecommendationRunFilter = Shapes::StructureShape.new(name: 'DataQualityRuleRecommendationRunFilter')
292
+ DataQualityRuleRecommendationRunList = Shapes::ListShape.new(name: 'DataQualityRuleRecommendationRunList')
293
+ DataQualityRuleResult = Shapes::StructureShape.new(name: 'DataQualityRuleResult')
294
+ DataQualityRuleResultStatus = Shapes::StringShape.new(name: 'DataQualityRuleResultStatus')
295
+ DataQualityRuleResults = Shapes::ListShape.new(name: 'DataQualityRuleResults')
296
+ DataQualityRulesetEvaluationRunDescription = Shapes::StructureShape.new(name: 'DataQualityRulesetEvaluationRunDescription')
297
+ DataQualityRulesetEvaluationRunFilter = Shapes::StructureShape.new(name: 'DataQualityRulesetEvaluationRunFilter')
298
+ DataQualityRulesetEvaluationRunList = Shapes::ListShape.new(name: 'DataQualityRulesetEvaluationRunList')
299
+ DataQualityRulesetFilterCriteria = Shapes::StructureShape.new(name: 'DataQualityRulesetFilterCriteria')
300
+ DataQualityRulesetList = Shapes::ListShape.new(name: 'DataQualityRulesetList')
301
+ DataQualityRulesetListDetails = Shapes::StructureShape.new(name: 'DataQualityRulesetListDetails')
302
+ DataQualityRulesetString = Shapes::StringShape.new(name: 'DataQualityRulesetString')
303
+ DataQualityTargetTable = Shapes::StructureShape.new(name: 'DataQualityTargetTable')
304
+ DataSource = Shapes::StructureShape.new(name: 'DataSource')
269
305
  Database = Shapes::StructureShape.new(name: 'Database')
270
306
  DatabaseIdentifier = Shapes::StructureShape.new(name: 'DatabaseIdentifier')
271
307
  DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
@@ -291,6 +327,8 @@ module Aws::Glue
291
327
  DeleteCrawlerResponse = Shapes::StructureShape.new(name: 'DeleteCrawlerResponse')
292
328
  DeleteCustomEntityTypeRequest = Shapes::StructureShape.new(name: 'DeleteCustomEntityTypeRequest')
293
329
  DeleteCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'DeleteCustomEntityTypeResponse')
330
+ DeleteDataQualityRulesetRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityRulesetRequest')
331
+ DeleteDataQualityRulesetResponse = Shapes::StructureShape.new(name: 'DeleteDataQualityRulesetResponse')
294
332
  DeleteDatabaseRequest = Shapes::StructureShape.new(name: 'DeleteDatabaseRequest')
295
333
  DeleteDatabaseResponse = Shapes::StructureShape.new(name: 'DeleteDatabaseResponse')
296
334
  DeleteDevEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDevEndpointRequest')
@@ -364,6 +402,7 @@ module Aws::Glue
364
402
  ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
365
403
  ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
366
404
  ErrorString = Shapes::StringShape.new(name: 'ErrorString')
405
+ EvaluateDataQuality = Shapes::StructureShape.new(name: 'EvaluateDataQuality')
367
406
  EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
368
407
  EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
369
408
  EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
@@ -427,6 +466,14 @@ module Aws::Glue
427
466
  GetCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'GetCustomEntityTypeResponse')
428
467
  GetDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsRequest')
429
468
  GetDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsResponse')
469
+ GetDataQualityResultRequest = Shapes::StructureShape.new(name: 'GetDataQualityResultRequest')
470
+ GetDataQualityResultResponse = Shapes::StructureShape.new(name: 'GetDataQualityResultResponse')
471
+ GetDataQualityRuleRecommendationRunRequest = Shapes::StructureShape.new(name: 'GetDataQualityRuleRecommendationRunRequest')
472
+ GetDataQualityRuleRecommendationRunResponse = Shapes::StructureShape.new(name: 'GetDataQualityRuleRecommendationRunResponse')
473
+ GetDataQualityRulesetEvaluationRunRequest = Shapes::StructureShape.new(name: 'GetDataQualityRulesetEvaluationRunRequest')
474
+ GetDataQualityRulesetEvaluationRunResponse = Shapes::StructureShape.new(name: 'GetDataQualityRulesetEvaluationRunResponse')
475
+ GetDataQualityRulesetRequest = Shapes::StructureShape.new(name: 'GetDataQualityRulesetRequest')
476
+ GetDataQualityRulesetResponse = Shapes::StructureShape.new(name: 'GetDataQualityRulesetResponse')
430
477
  GetDatabaseRequest = Shapes::StructureShape.new(name: 'GetDatabaseRequest')
431
478
  GetDatabaseResponse = Shapes::StructureShape.new(name: 'GetDatabaseResponse')
432
479
  GetDatabasesRequest = Shapes::StructureShape.new(name: 'GetDatabasesRequest')
@@ -532,6 +579,7 @@ module Aws::Glue
532
579
  GlueStudioSchemaColumn = Shapes::StructureShape.new(name: 'GlueStudioSchemaColumn')
533
580
  GlueStudioSchemaColumnList = Shapes::ListShape.new(name: 'GlueStudioSchemaColumnList')
534
581
  GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
582
+ GlueTableAdditionalOptions = Shapes::MapShape.new(name: 'GlueTableAdditionalOptions')
535
583
  GlueTables = Shapes::ListShape.new(name: 'GlueTables')
536
584
  GlueVersionString = Shapes::StringShape.new(name: 'GlueVersionString')
537
585
  GovernedCatalogSource = Shapes::StructureShape.new(name: 'GovernedCatalogSource')
@@ -608,6 +656,14 @@ module Aws::Glue
608
656
  ListCrawlsResponse = Shapes::StructureShape.new(name: 'ListCrawlsResponse')
609
657
  ListCustomEntityTypesRequest = Shapes::StructureShape.new(name: 'ListCustomEntityTypesRequest')
610
658
  ListCustomEntityTypesResponse = Shapes::StructureShape.new(name: 'ListCustomEntityTypesResponse')
659
+ ListDataQualityResultsRequest = Shapes::StructureShape.new(name: 'ListDataQualityResultsRequest')
660
+ ListDataQualityResultsResponse = Shapes::StructureShape.new(name: 'ListDataQualityResultsResponse')
661
+ ListDataQualityRuleRecommendationRunsRequest = Shapes::StructureShape.new(name: 'ListDataQualityRuleRecommendationRunsRequest')
662
+ ListDataQualityRuleRecommendationRunsResponse = Shapes::StructureShape.new(name: 'ListDataQualityRuleRecommendationRunsResponse')
663
+ ListDataQualityRulesetEvaluationRunsRequest = Shapes::StructureShape.new(name: 'ListDataQualityRulesetEvaluationRunsRequest')
664
+ ListDataQualityRulesetEvaluationRunsResponse = Shapes::StructureShape.new(name: 'ListDataQualityRulesetEvaluationRunsResponse')
665
+ ListDataQualityRulesetsRequest = Shapes::StructureShape.new(name: 'ListDataQualityRulesetsRequest')
666
+ ListDataQualityRulesetsResponse = Shapes::StructureShape.new(name: 'ListDataQualityRulesetsResponse')
611
667
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
612
668
  ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
613
669
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
@@ -795,6 +851,7 @@ module Aws::Glue
795
851
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
796
852
  RoleString = Shapes::StringShape.new(name: 'RoleString')
797
853
  RowTag = Shapes::StringShape.new(name: 'RowTag')
854
+ RulesetNames = Shapes::ListShape.new(name: 'RulesetNames')
798
855
  RunId = Shapes::StringShape.new(name: 'RunId')
799
856
  RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
800
857
  RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
@@ -879,6 +936,10 @@ module Aws::Glue
879
936
  StartCrawlerResponse = Shapes::StructureShape.new(name: 'StartCrawlerResponse')
880
937
  StartCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StartCrawlerScheduleRequest')
881
938
  StartCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StartCrawlerScheduleResponse')
939
+ StartDataQualityRuleRecommendationRunRequest = Shapes::StructureShape.new(name: 'StartDataQualityRuleRecommendationRunRequest')
940
+ StartDataQualityRuleRecommendationRunResponse = Shapes::StructureShape.new(name: 'StartDataQualityRuleRecommendationRunResponse')
941
+ StartDataQualityRulesetEvaluationRunRequest = Shapes::StructureShape.new(name: 'StartDataQualityRulesetEvaluationRunRequest')
942
+ StartDataQualityRulesetEvaluationRunResponse = Shapes::StructureShape.new(name: 'StartDataQualityRulesetEvaluationRunResponse')
882
943
  StartExportLabelsTaskRunRequest = Shapes::StructureShape.new(name: 'StartExportLabelsTaskRunRequest')
883
944
  StartExportLabelsTaskRunResponse = Shapes::StructureShape.new(name: 'StartExportLabelsTaskRunResponse')
884
945
  StartImportLabelsTaskRunRequest = Shapes::StructureShape.new(name: 'StartImportLabelsTaskRunRequest')
@@ -994,6 +1055,8 @@ module Aws::Glue
994
1055
  UpdateCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerScheduleRequest')
995
1056
  UpdateCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'UpdateCrawlerScheduleResponse')
996
1057
  UpdateCsvClassifierRequest = Shapes::StructureShape.new(name: 'UpdateCsvClassifierRequest')
1058
+ UpdateDataQualityRulesetRequest = Shapes::StructureShape.new(name: 'UpdateDataQualityRulesetRequest')
1059
+ UpdateDataQualityRulesetResponse = Shapes::StructureShape.new(name: 'UpdateDataQualityRulesetResponse')
997
1060
  UpdateDatabaseRequest = Shapes::StructureShape.new(name: 'UpdateDatabaseRequest')
998
1061
  UpdateDatabaseResponse = Shapes::StructureShape.new(name: 'UpdateDatabaseResponse')
999
1062
  UpdateDevEndpointRequest = Shapes::StructureShape.new(name: 'UpdateDevEndpointRequest')
@@ -1194,6 +1257,13 @@ module Aws::Glue
1194
1257
  BatchGetCustomEntityTypesResponse.add_member(:custom_entity_types_not_found, Shapes::ShapeRef.new(shape: CustomEntityTypeNames, location_name: "CustomEntityTypesNotFound"))
1195
1258
  BatchGetCustomEntityTypesResponse.struct_class = Types::BatchGetCustomEntityTypesResponse
1196
1259
 
1260
+ BatchGetDataQualityResultRequest.add_member(:result_ids, Shapes::ShapeRef.new(shape: DataQualityResultIds, required: true, location_name: "ResultIds"))
1261
+ BatchGetDataQualityResultRequest.struct_class = Types::BatchGetDataQualityResultRequest
1262
+
1263
+ BatchGetDataQualityResultResponse.add_member(:results, Shapes::ShapeRef.new(shape: DataQualityResultsList, required: true, location_name: "Results"))
1264
+ BatchGetDataQualityResultResponse.add_member(:results_not_found, Shapes::ShapeRef.new(shape: DataQualityResultIds, location_name: "ResultsNotFound"))
1265
+ BatchGetDataQualityResultResponse.struct_class = Types::BatchGetDataQualityResultResponse
1266
+
1197
1267
  BatchGetDevEndpointsRequest.add_member(:dev_endpoint_names, Shapes::ShapeRef.new(shape: DevEndpointNames, required: true, location_name: "DevEndpointNames"))
1198
1268
  BatchGetDevEndpointsRequest.struct_class = Types::BatchGetDevEndpointsRequest
1199
1269
 
@@ -1325,6 +1395,16 @@ module Aws::Glue
1325
1395
 
1326
1396
  BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
1327
1397
 
1398
+ CancelDataQualityRuleRecommendationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
1399
+ CancelDataQualityRuleRecommendationRunRequest.struct_class = Types::CancelDataQualityRuleRecommendationRunRequest
1400
+
1401
+ CancelDataQualityRuleRecommendationRunResponse.struct_class = Types::CancelDataQualityRuleRecommendationRunResponse
1402
+
1403
+ CancelDataQualityRulesetEvaluationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
1404
+ CancelDataQualityRulesetEvaluationRunRequest.struct_class = Types::CancelDataQualityRulesetEvaluationRunRequest
1405
+
1406
+ CancelDataQualityRulesetEvaluationRunResponse.struct_class = Types::CancelDataQualityRulesetEvaluationRunResponse
1407
+
1328
1408
  CancelMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
1329
1409
  CancelMLTaskRunRequest.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TaskRunId"))
1330
1410
  CancelMLTaskRunRequest.struct_class = Types::CancelMLTaskRunRequest
@@ -1463,6 +1543,7 @@ module Aws::Glue
1463
1543
  CodeGenConfigurationNode.add_member(:oracle_sql_catalog_target, Shapes::ShapeRef.new(shape: OracleSQLCatalogTarget, location_name: "OracleSQLCatalogTarget"))
1464
1544
  CodeGenConfigurationNode.add_member(:postgre_sql_catalog_target, Shapes::ShapeRef.new(shape: PostgreSQLCatalogTarget, location_name: "PostgreSQLCatalogTarget"))
1465
1545
  CodeGenConfigurationNode.add_member(:dynamic_transform, Shapes::ShapeRef.new(shape: DynamicTransform, location_name: "DynamicTransform"))
1546
+ CodeGenConfigurationNode.add_member(:evaluate_data_quality, Shapes::ShapeRef.new(shape: EvaluateDataQuality, location_name: "EvaluateDataQuality"))
1466
1547
  CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
1467
1548
 
1468
1549
  CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
@@ -1749,6 +1830,17 @@ module Aws::Glue
1749
1830
  CreateCustomEntityTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1750
1831
  CreateCustomEntityTypeResponse.struct_class = Types::CreateCustomEntityTypeResponse
1751
1832
 
1833
+ CreateDataQualityRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1834
+ CreateDataQualityRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1835
+ CreateDataQualityRulesetRequest.add_member(:ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, required: true, location_name: "Ruleset"))
1836
+ CreateDataQualityRulesetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1837
+ CreateDataQualityRulesetRequest.add_member(:target_table, Shapes::ShapeRef.new(shape: DataQualityTargetTable, location_name: "TargetTable"))
1838
+ CreateDataQualityRulesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
1839
+ CreateDataQualityRulesetRequest.struct_class = Types::CreateDataQualityRulesetRequest
1840
+
1841
+ CreateDataQualityRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1842
+ CreateDataQualityRulesetResponse.struct_class = Types::CreateDataQualityRulesetResponse
1843
+
1752
1844
  CreateDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1753
1845
  CreateDatabaseRequest.add_member(:database_input, Shapes::ShapeRef.new(shape: DatabaseInput, required: true, location_name: "DatabaseInput"))
1754
1846
  CreateDatabaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -2018,6 +2110,15 @@ module Aws::Glue
2018
2110
 
2019
2111
  CustomEntityTypes.member = Shapes::ShapeRef.new(shape: CustomEntityType)
2020
2112
 
2113
+ DQResultsPublishingOptions.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "EvaluationContext"))
2114
+ DQResultsPublishingOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ResultsS3Prefix"))
2115
+ DQResultsPublishingOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CloudWatchMetricsEnabled"))
2116
+ DQResultsPublishingOptions.add_member(:results_publishing_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "ResultsPublishingEnabled"))
2117
+ DQResultsPublishingOptions.struct_class = Types::DQResultsPublishingOptions
2118
+
2119
+ DQStopJobOnFailureOptions.add_member(:stop_job_on_failure_timing, Shapes::ShapeRef.new(shape: DQStopJobOnFailureTiming, location_name: "StopJobOnFailureTiming"))
2120
+ DQStopJobOnFailureOptions.struct_class = Types::DQStopJobOnFailureOptions
2121
+
2021
2122
  DagEdges.member = Shapes::ShapeRef.new(shape: CodeGenEdge)
2022
2123
 
2023
2124
  DagNodes.member = Shapes::ShapeRef.new(shape: CodeGenNode)
@@ -2029,6 +2130,106 @@ module Aws::Glue
2029
2130
  DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
2030
2131
  DataLakePrincipal.struct_class = Types::DataLakePrincipal
2031
2132
 
2133
+ DataQualityEvaluationRunAdditionalRunOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "CloudWatchMetricsEnabled"))
2134
+ DataQualityEvaluationRunAdditionalRunOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: UriString, location_name: "ResultsS3Prefix"))
2135
+ DataQualityEvaluationRunAdditionalRunOptions.struct_class = Types::DataQualityEvaluationRunAdditionalRunOptions
2136
+
2137
+ DataQualityResult.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
2138
+ DataQualityResult.add_member(:score, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Score"))
2139
+ DataQualityResult.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2140
+ DataQualityResult.add_member(:ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RulesetName"))
2141
+ DataQualityResult.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: GenericString, location_name: "EvaluationContext"))
2142
+ DataQualityResult.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2143
+ DataQualityResult.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
2144
+ DataQualityResult.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
2145
+ DataQualityResult.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
2146
+ DataQualityResult.add_member(:ruleset_evaluation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RulesetEvaluationRunId"))
2147
+ DataQualityResult.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
2148
+ DataQualityResult.struct_class = Types::DataQualityResult
2149
+
2150
+ DataQualityResultDescription.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
2151
+ DataQualityResultDescription.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2152
+ DataQualityResultDescription.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
2153
+ DataQualityResultDescription.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
2154
+ DataQualityResultDescription.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2155
+ DataQualityResultDescription.struct_class = Types::DataQualityResultDescription
2156
+
2157
+ DataQualityResultDescriptionList.member = Shapes::ShapeRef.new(shape: DataQualityResultDescription)
2158
+
2159
+ DataQualityResultFilterCriteria.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2160
+ DataQualityResultFilterCriteria.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
2161
+ DataQualityResultFilterCriteria.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
2162
+ DataQualityResultFilterCriteria.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAfter"))
2163
+ DataQualityResultFilterCriteria.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedBefore"))
2164
+ DataQualityResultFilterCriteria.struct_class = Types::DataQualityResultFilterCriteria
2165
+
2166
+ DataQualityResultIdList.member = Shapes::ShapeRef.new(shape: HashString)
2167
+
2168
+ DataQualityResultIds.member = Shapes::ShapeRef.new(shape: HashString)
2169
+
2170
+ DataQualityResultsList.member = Shapes::ShapeRef.new(shape: DataQualityResult)
2171
+
2172
+ DataQualityRuleRecommendationRunDescription.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
2173
+ DataQualityRuleRecommendationRunDescription.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
2174
+ DataQualityRuleRecommendationRunDescription.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2175
+ DataQualityRuleRecommendationRunDescription.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2176
+ DataQualityRuleRecommendationRunDescription.struct_class = Types::DataQualityRuleRecommendationRunDescription
2177
+
2178
+ DataQualityRuleRecommendationRunFilter.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
2179
+ DataQualityRuleRecommendationRunFilter.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedBefore"))
2180
+ DataQualityRuleRecommendationRunFilter.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAfter"))
2181
+ DataQualityRuleRecommendationRunFilter.struct_class = Types::DataQualityRuleRecommendationRunFilter
2182
+
2183
+ DataQualityRuleRecommendationRunList.member = Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunDescription)
2184
+
2185
+ DataQualityRuleResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2186
+ DataQualityRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2187
+ DataQualityRuleResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "EvaluationMessage"))
2188
+ DataQualityRuleResult.add_member(:result, Shapes::ShapeRef.new(shape: DataQualityRuleResultStatus, location_name: "Result"))
2189
+ DataQualityRuleResult.struct_class = Types::DataQualityRuleResult
2190
+
2191
+ DataQualityRuleResults.member = Shapes::ShapeRef.new(shape: DataQualityRuleResult)
2192
+
2193
+ DataQualityRulesetEvaluationRunDescription.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
2194
+ DataQualityRulesetEvaluationRunDescription.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
2195
+ DataQualityRulesetEvaluationRunDescription.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2196
+ DataQualityRulesetEvaluationRunDescription.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2197
+ DataQualityRulesetEvaluationRunDescription.struct_class = Types::DataQualityRulesetEvaluationRunDescription
2198
+
2199
+ DataQualityRulesetEvaluationRunFilter.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
2200
+ DataQualityRulesetEvaluationRunFilter.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedBefore"))
2201
+ DataQualityRulesetEvaluationRunFilter.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAfter"))
2202
+ DataQualityRulesetEvaluationRunFilter.struct_class = Types::DataQualityRulesetEvaluationRunFilter
2203
+
2204
+ DataQualityRulesetEvaluationRunList.member = Shapes::ShapeRef.new(shape: DataQualityRulesetEvaluationRunDescription)
2205
+
2206
+ DataQualityRulesetFilterCriteria.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2207
+ DataQualityRulesetFilterCriteria.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2208
+ DataQualityRulesetFilterCriteria.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
2209
+ DataQualityRulesetFilterCriteria.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
2210
+ DataQualityRulesetFilterCriteria.add_member(:last_modified_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedBefore"))
2211
+ DataQualityRulesetFilterCriteria.add_member(:last_modified_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedAfter"))
2212
+ DataQualityRulesetFilterCriteria.add_member(:target_table, Shapes::ShapeRef.new(shape: DataQualityTargetTable, location_name: "TargetTable"))
2213
+ DataQualityRulesetFilterCriteria.struct_class = Types::DataQualityRulesetFilterCriteria
2214
+
2215
+ DataQualityRulesetList.member = Shapes::ShapeRef.new(shape: DataQualityRulesetListDetails)
2216
+
2217
+ DataQualityRulesetListDetails.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2218
+ DataQualityRulesetListDetails.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2219
+ DataQualityRulesetListDetails.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedOn"))
2220
+ DataQualityRulesetListDetails.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
2221
+ DataQualityRulesetListDetails.add_member(:target_table, Shapes::ShapeRef.new(shape: DataQualityTargetTable, location_name: "TargetTable"))
2222
+ DataQualityRulesetListDetails.add_member(:recommendation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RecommendationRunId"))
2223
+ DataQualityRulesetListDetails.add_member(:rule_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "RuleCount"))
2224
+ DataQualityRulesetListDetails.struct_class = Types::DataQualityRulesetListDetails
2225
+
2226
+ DataQualityTargetTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2227
+ DataQualityTargetTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2228
+ DataQualityTargetTable.struct_class = Types::DataQualityTargetTable
2229
+
2230
+ DataSource.add_member(:glue_table, Shapes::ShapeRef.new(shape: GlueTable, required: true, location_name: "GlueTable"))
2231
+ DataSource.struct_class = Types::DataSource
2232
+
2032
2233
  Database.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2033
2234
  Database.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2034
2235
  Database.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
@@ -2120,6 +2321,11 @@ module Aws::Glue
2120
2321
  DeleteCustomEntityTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2121
2322
  DeleteCustomEntityTypeResponse.struct_class = Types::DeleteCustomEntityTypeResponse
2122
2323
 
2324
+ DeleteDataQualityRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2325
+ DeleteDataQualityRulesetRequest.struct_class = Types::DeleteDataQualityRulesetRequest
2326
+
2327
+ DeleteDataQualityRulesetResponse.struct_class = Types::DeleteDataQualityRulesetResponse
2328
+
2123
2329
  DeleteDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2124
2330
  DeleteDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2125
2331
  DeleteDatabaseRequest.struct_class = Types::DeleteDatabaseRequest
@@ -2377,6 +2583,14 @@ module Aws::Glue
2377
2583
  ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessageString, location_name: "ErrorMessage"))
2378
2584
  ErrorDetails.struct_class = Types::ErrorDetails
2379
2585
 
2586
+ EvaluateDataQuality.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2587
+ EvaluateDataQuality.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2588
+ EvaluateDataQuality.add_member(:ruleset, Shapes::ShapeRef.new(shape: DQDLString, required: true, location_name: "Ruleset"))
2589
+ EvaluateDataQuality.add_member(:output, Shapes::ShapeRef.new(shape: DQTransformOutput, location_name: "Output"))
2590
+ EvaluateDataQuality.add_member(:publishing_options, Shapes::ShapeRef.new(shape: DQResultsPublishingOptions, location_name: "PublishingOptions"))
2591
+ EvaluateDataQuality.add_member(:stop_job_on_failure_options, Shapes::ShapeRef.new(shape: DQStopJobOnFailureOptions, location_name: "StopJobOnFailureOptions"))
2592
+ EvaluateDataQuality.struct_class = Types::EvaluateDataQuality
2593
+
2380
2594
  EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
2381
2595
  EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
2382
2596
  EvaluationMetrics.struct_class = Types::EvaluationMetrics
@@ -2565,6 +2779,71 @@ module Aws::Glue
2565
2779
  GetDataCatalogEncryptionSettingsResponse.add_member(:data_catalog_encryption_settings, Shapes::ShapeRef.new(shape: DataCatalogEncryptionSettings, location_name: "DataCatalogEncryptionSettings"))
2566
2780
  GetDataCatalogEncryptionSettingsResponse.struct_class = Types::GetDataCatalogEncryptionSettingsResponse
2567
2781
 
2782
+ GetDataQualityResultRequest.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "ResultId"))
2783
+ GetDataQualityResultRequest.struct_class = Types::GetDataQualityResultRequest
2784
+
2785
+ GetDataQualityResultResponse.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
2786
+ GetDataQualityResultResponse.add_member(:score, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Score"))
2787
+ GetDataQualityResultResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2788
+ GetDataQualityResultResponse.add_member(:ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RulesetName"))
2789
+ GetDataQualityResultResponse.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: GenericString, location_name: "EvaluationContext"))
2790
+ GetDataQualityResultResponse.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2791
+ GetDataQualityResultResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
2792
+ GetDataQualityResultResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
2793
+ GetDataQualityResultResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
2794
+ GetDataQualityResultResponse.add_member(:ruleset_evaluation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RulesetEvaluationRunId"))
2795
+ GetDataQualityResultResponse.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
2796
+ GetDataQualityResultResponse.struct_class = Types::GetDataQualityResultResponse
2797
+
2798
+ GetDataQualityRuleRecommendationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
2799
+ GetDataQualityRuleRecommendationRunRequest.struct_class = Types::GetDataQualityRuleRecommendationRunRequest
2800
+
2801
+ GetDataQualityRuleRecommendationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
2802
+ GetDataQualityRuleRecommendationRunResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2803
+ GetDataQualityRuleRecommendationRunResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
2804
+ GetDataQualityRuleRecommendationRunResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
2805
+ GetDataQualityRuleRecommendationRunResponse.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
2806
+ GetDataQualityRuleRecommendationRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
2807
+ GetDataQualityRuleRecommendationRunResponse.add_member(:error_string, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorString"))
2808
+ GetDataQualityRuleRecommendationRunResponse.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2809
+ GetDataQualityRuleRecommendationRunResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
2810
+ GetDataQualityRuleRecommendationRunResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
2811
+ GetDataQualityRuleRecommendationRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
2812
+ GetDataQualityRuleRecommendationRunResponse.add_member(:recommended_ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, location_name: "RecommendedRuleset"))
2813
+ GetDataQualityRuleRecommendationRunResponse.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
2814
+ GetDataQualityRuleRecommendationRunResponse.struct_class = Types::GetDataQualityRuleRecommendationRunResponse
2815
+
2816
+ GetDataQualityRulesetEvaluationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
2817
+ GetDataQualityRulesetEvaluationRunRequest.struct_class = Types::GetDataQualityRulesetEvaluationRunRequest
2818
+
2819
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
2820
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2821
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
2822
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
2823
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
2824
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:additional_run_options, Shapes::ShapeRef.new(shape: DataQualityEvaluationRunAdditionalRunOptions, location_name: "AdditionalRunOptions"))
2825
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
2826
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:error_string, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorString"))
2827
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
2828
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
2829
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
2830
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
2831
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:ruleset_names, Shapes::ShapeRef.new(shape: RulesetNames, location_name: "RulesetNames"))
2832
+ GetDataQualityRulesetEvaluationRunResponse.add_member(:result_ids, Shapes::ShapeRef.new(shape: DataQualityResultIdList, location_name: "ResultIds"))
2833
+ GetDataQualityRulesetEvaluationRunResponse.struct_class = Types::GetDataQualityRulesetEvaluationRunResponse
2834
+
2835
+ GetDataQualityRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2836
+ GetDataQualityRulesetRequest.struct_class = Types::GetDataQualityRulesetRequest
2837
+
2838
+ GetDataQualityRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2839
+ GetDataQualityRulesetResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2840
+ GetDataQualityRulesetResponse.add_member(:ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, location_name: "Ruleset"))
2841
+ GetDataQualityRulesetResponse.add_member(:target_table, Shapes::ShapeRef.new(shape: DataQualityTargetTable, location_name: "TargetTable"))
2842
+ GetDataQualityRulesetResponse.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedOn"))
2843
+ GetDataQualityRulesetResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
2844
+ GetDataQualityRulesetResponse.add_member(:recommendation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RecommendationRunId"))
2845
+ GetDataQualityRulesetResponse.struct_class = Types::GetDataQualityRulesetResponse
2846
+
2568
2847
  GetDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2569
2848
  GetDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2570
2849
  GetDatabaseRequest.struct_class = Types::GetDatabaseRequest
@@ -3052,8 +3331,12 @@ module Aws::Glue
3052
3331
  GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
3053
3332
  GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
3054
3333
  GlueTable.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
3334
+ GlueTable.add_member(:additional_options, Shapes::ShapeRef.new(shape: GlueTableAdditionalOptions, location_name: "AdditionalOptions"))
3055
3335
  GlueTable.struct_class = Types::GlueTable
3056
3336
 
3337
+ GlueTableAdditionalOptions.key = Shapes::ShapeRef.new(shape: NameString)
3338
+ GlueTableAdditionalOptions.value = Shapes::ShapeRef.new(shape: DescriptionString)
3339
+
3057
3340
  GlueTables.member = Shapes::ShapeRef.new(shape: GlueTable)
3058
3341
 
3059
3342
  GovernedCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -3380,6 +3663,43 @@ module Aws::Glue
3380
3663
  ListCustomEntityTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3381
3664
  ListCustomEntityTypesResponse.struct_class = Types::ListCustomEntityTypesResponse
3382
3665
 
3666
+ ListDataQualityResultsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DataQualityResultFilterCriteria, location_name: "Filter"))
3667
+ ListDataQualityResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3668
+ ListDataQualityResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3669
+ ListDataQualityResultsRequest.struct_class = Types::ListDataQualityResultsRequest
3670
+
3671
+ ListDataQualityResultsResponse.add_member(:results, Shapes::ShapeRef.new(shape: DataQualityResultDescriptionList, required: true, location_name: "Results"))
3672
+ ListDataQualityResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3673
+ ListDataQualityResultsResponse.struct_class = Types::ListDataQualityResultsResponse
3674
+
3675
+ ListDataQualityRuleRecommendationRunsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunFilter, location_name: "Filter"))
3676
+ ListDataQualityRuleRecommendationRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3677
+ ListDataQualityRuleRecommendationRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3678
+ ListDataQualityRuleRecommendationRunsRequest.struct_class = Types::ListDataQualityRuleRecommendationRunsRequest
3679
+
3680
+ ListDataQualityRuleRecommendationRunsResponse.add_member(:runs, Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunList, location_name: "Runs"))
3681
+ ListDataQualityRuleRecommendationRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3682
+ ListDataQualityRuleRecommendationRunsResponse.struct_class = Types::ListDataQualityRuleRecommendationRunsResponse
3683
+
3684
+ ListDataQualityRulesetEvaluationRunsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DataQualityRulesetEvaluationRunFilter, location_name: "Filter"))
3685
+ ListDataQualityRulesetEvaluationRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3686
+ ListDataQualityRulesetEvaluationRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3687
+ ListDataQualityRulesetEvaluationRunsRequest.struct_class = Types::ListDataQualityRulesetEvaluationRunsRequest
3688
+
3689
+ ListDataQualityRulesetEvaluationRunsResponse.add_member(:runs, Shapes::ShapeRef.new(shape: DataQualityRulesetEvaluationRunList, location_name: "Runs"))
3690
+ ListDataQualityRulesetEvaluationRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3691
+ ListDataQualityRulesetEvaluationRunsResponse.struct_class = Types::ListDataQualityRulesetEvaluationRunsResponse
3692
+
3693
+ ListDataQualityRulesetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3694
+ ListDataQualityRulesetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3695
+ ListDataQualityRulesetsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DataQualityRulesetFilterCriteria, location_name: "Filter"))
3696
+ ListDataQualityRulesetsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
3697
+ ListDataQualityRulesetsRequest.struct_class = Types::ListDataQualityRulesetsRequest
3698
+
3699
+ ListDataQualityRulesetsResponse.add_member(:rulesets, Shapes::ShapeRef.new(shape: DataQualityRulesetList, location_name: "Rulesets"))
3700
+ ListDataQualityRulesetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
3701
+ ListDataQualityRulesetsResponse.struct_class = Types::ListDataQualityRulesetsResponse
3702
+
3383
3703
  ListDevEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
3384
3704
  ListDevEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3385
3705
  ListDevEndpointsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -3912,6 +4232,8 @@ module Aws::Glue
3912
4232
  ResumeWorkflowRunResponse.add_member(:node_ids, Shapes::ShapeRef.new(shape: NodeIdList, location_name: "NodeIds"))
3913
4233
  ResumeWorkflowRunResponse.struct_class = Types::ResumeWorkflowRunResponse
3914
4234
 
4235
+ RulesetNames.member = Shapes::ShapeRef.new(shape: NameString)
4236
+
3915
4237
  RunStatementRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "SessionId"))
3916
4238
  RunStatementRequest.add_member(:code, Shapes::ShapeRef.new(shape: OrchestrationStatementCodeString, required: true, location_name: "Code"))
3917
4239
  RunStatementRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
@@ -4235,6 +4557,29 @@ module Aws::Glue
4235
4557
 
4236
4558
  StartCrawlerScheduleResponse.struct_class = Types::StartCrawlerScheduleResponse
4237
4559
 
4560
+ StartDataQualityRuleRecommendationRunRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
4561
+ StartDataQualityRuleRecommendationRunRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, required: true, location_name: "Role"))
4562
+ StartDataQualityRuleRecommendationRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
4563
+ StartDataQualityRuleRecommendationRunRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
4564
+ StartDataQualityRuleRecommendationRunRequest.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
4565
+ StartDataQualityRuleRecommendationRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
4566
+ StartDataQualityRuleRecommendationRunRequest.struct_class = Types::StartDataQualityRuleRecommendationRunRequest
4567
+
4568
+ StartDataQualityRuleRecommendationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
4569
+ StartDataQualityRuleRecommendationRunResponse.struct_class = Types::StartDataQualityRuleRecommendationRunResponse
4570
+
4571
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
4572
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, required: true, location_name: "Role"))
4573
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
4574
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
4575
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
4576
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:additional_run_options, Shapes::ShapeRef.new(shape: DataQualityEvaluationRunAdditionalRunOptions, location_name: "AdditionalRunOptions"))
4577
+ StartDataQualityRulesetEvaluationRunRequest.add_member(:ruleset_names, Shapes::ShapeRef.new(shape: RulesetNames, required: true, location_name: "RulesetNames"))
4578
+ StartDataQualityRulesetEvaluationRunRequest.struct_class = Types::StartDataQualityRulesetEvaluationRunRequest
4579
+
4580
+ StartDataQualityRulesetEvaluationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
4581
+ StartDataQualityRulesetEvaluationRunResponse.struct_class = Types::StartDataQualityRulesetEvaluationRunResponse
4582
+
4238
4583
  StartExportLabelsTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
4239
4584
  StartExportLabelsTaskRunRequest.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, required: true, location_name: "OutputS3Path"))
4240
4585
  StartExportLabelsTaskRunRequest.struct_class = Types::StartExportLabelsTaskRunRequest
@@ -4644,6 +4989,17 @@ module Aws::Glue
4644
4989
  UpdateCsvClassifierRequest.add_member(:custom_datatypes, Shapes::ShapeRef.new(shape: CustomDatatypes, location_name: "CustomDatatypes"))
4645
4990
  UpdateCsvClassifierRequest.struct_class = Types::UpdateCsvClassifierRequest
4646
4991
 
4992
+ UpdateDataQualityRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
4993
+ UpdateDataQualityRulesetRequest.add_member(:updated_name, Shapes::ShapeRef.new(shape: NameString, location_name: "UpdatedName"))
4994
+ UpdateDataQualityRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
4995
+ UpdateDataQualityRulesetRequest.add_member(:ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, location_name: "Ruleset"))
4996
+ UpdateDataQualityRulesetRequest.struct_class = Types::UpdateDataQualityRulesetRequest
4997
+
4998
+ UpdateDataQualityRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
4999
+ UpdateDataQualityRulesetResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
5000
+ UpdateDataQualityRulesetResponse.add_member(:ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, location_name: "Ruleset"))
5001
+ UpdateDataQualityRulesetResponse.struct_class = Types::UpdateDataQualityRulesetResponse
5002
+
4647
5003
  UpdateDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
4648
5004
  UpdateDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
4649
5005
  UpdateDatabaseRequest.add_member(:database_input, Shapes::ShapeRef.new(shape: DatabaseInput, required: true, location_name: "DatabaseInput"))
@@ -4991,6 +5347,17 @@ module Aws::Glue
4991
5347
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4992
5348
  end)
4993
5349
 
5350
+ api.add_operation(:batch_get_data_quality_result, Seahorse::Model::Operation.new.tap do |o|
5351
+ o.name = "BatchGetDataQualityResult"
5352
+ o.http_method = "POST"
5353
+ o.http_request_uri = "/"
5354
+ o.input = Shapes::ShapeRef.new(shape: BatchGetDataQualityResultRequest)
5355
+ o.output = Shapes::ShapeRef.new(shape: BatchGetDataQualityResultResponse)
5356
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5357
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5358
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5359
+ end)
5360
+
4994
5361
  api.add_operation(:batch_get_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
4995
5362
  o.name = "BatchGetDevEndpoints"
4996
5363
  o.http_method = "POST"
@@ -5074,6 +5441,30 @@ module Aws::Glue
5074
5441
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5075
5442
  end)
5076
5443
 
5444
+ api.add_operation(:cancel_data_quality_rule_recommendation_run, Seahorse::Model::Operation.new.tap do |o|
5445
+ o.name = "CancelDataQualityRuleRecommendationRun"
5446
+ o.http_method = "POST"
5447
+ o.http_request_uri = "/"
5448
+ o.input = Shapes::ShapeRef.new(shape: CancelDataQualityRuleRecommendationRunRequest)
5449
+ o.output = Shapes::ShapeRef.new(shape: CancelDataQualityRuleRecommendationRunResponse)
5450
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5451
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5452
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5453
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5454
+ end)
5455
+
5456
+ api.add_operation(:cancel_data_quality_ruleset_evaluation_run, Seahorse::Model::Operation.new.tap do |o|
5457
+ o.name = "CancelDataQualityRulesetEvaluationRun"
5458
+ o.http_method = "POST"
5459
+ o.http_request_uri = "/"
5460
+ o.input = Shapes::ShapeRef.new(shape: CancelDataQualityRulesetEvaluationRunRequest)
5461
+ o.output = Shapes::ShapeRef.new(shape: CancelDataQualityRulesetEvaluationRunResponse)
5462
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5463
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5464
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5465
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5466
+ end)
5467
+
5077
5468
  api.add_operation(:cancel_ml_task_run, Seahorse::Model::Operation.new.tap do |o|
5078
5469
  o.name = "CancelMLTaskRun"
5079
5470
  o.http_method = "POST"
@@ -5175,6 +5566,19 @@ module Aws::Glue
5175
5566
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5176
5567
  end)
5177
5568
 
5569
+ api.add_operation(:create_data_quality_ruleset, Seahorse::Model::Operation.new.tap do |o|
5570
+ o.name = "CreateDataQualityRuleset"
5571
+ o.http_method = "POST"
5572
+ o.http_request_uri = "/"
5573
+ o.input = Shapes::ShapeRef.new(shape: CreateDataQualityRulesetRequest)
5574
+ o.output = Shapes::ShapeRef.new(shape: CreateDataQualityRulesetResponse)
5575
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5576
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
5577
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5578
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5579
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5580
+ end)
5581
+
5178
5582
  api.add_operation(:create_database, Seahorse::Model::Operation.new.tap do |o|
5179
5583
  o.name = "CreateDatabase"
5180
5584
  o.http_method = "POST"
@@ -5479,6 +5883,18 @@ module Aws::Glue
5479
5883
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5480
5884
  end)
5481
5885
 
5886
+ api.add_operation(:delete_data_quality_ruleset, Seahorse::Model::Operation.new.tap do |o|
5887
+ o.name = "DeleteDataQualityRuleset"
5888
+ o.http_method = "POST"
5889
+ o.http_request_uri = "/"
5890
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataQualityRulesetRequest)
5891
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataQualityRulesetResponse)
5892
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5893
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5894
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5895
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5896
+ end)
5897
+
5482
5898
  api.add_operation(:delete_database, Seahorse::Model::Operation.new.tap do |o|
5483
5899
  o.name = "DeleteDatabase"
5484
5900
  o.http_method = "POST"
@@ -5886,6 +6302,54 @@ module Aws::Glue
5886
6302
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5887
6303
  end)
5888
6304
 
6305
+ api.add_operation(:get_data_quality_result, Seahorse::Model::Operation.new.tap do |o|
6306
+ o.name = "GetDataQualityResult"
6307
+ o.http_method = "POST"
6308
+ o.http_request_uri = "/"
6309
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityResultRequest)
6310
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityResultResponse)
6311
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6312
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6313
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6314
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6315
+ end)
6316
+
6317
+ api.add_operation(:get_data_quality_rule_recommendation_run, Seahorse::Model::Operation.new.tap do |o|
6318
+ o.name = "GetDataQualityRuleRecommendationRun"
6319
+ o.http_method = "POST"
6320
+ o.http_request_uri = "/"
6321
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityRuleRecommendationRunRequest)
6322
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityRuleRecommendationRunResponse)
6323
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6324
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6325
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6326
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6327
+ end)
6328
+
6329
+ api.add_operation(:get_data_quality_ruleset, Seahorse::Model::Operation.new.tap do |o|
6330
+ o.name = "GetDataQualityRuleset"
6331
+ o.http_method = "POST"
6332
+ o.http_request_uri = "/"
6333
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityRulesetRequest)
6334
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityRulesetResponse)
6335
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6336
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6337
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6338
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6339
+ end)
6340
+
6341
+ api.add_operation(:get_data_quality_ruleset_evaluation_run, Seahorse::Model::Operation.new.tap do |o|
6342
+ o.name = "GetDataQualityRulesetEvaluationRun"
6343
+ o.http_method = "POST"
6344
+ o.http_request_uri = "/"
6345
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityRulesetEvaluationRunRequest)
6346
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityRulesetEvaluationRunResponse)
6347
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6348
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6349
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6350
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6351
+ end)
6352
+
5889
6353
  api.add_operation(:get_database, Seahorse::Model::Operation.new.tap do |o|
5890
6354
  o.name = "GetDatabase"
5891
6355
  o.http_method = "POST"
@@ -6624,6 +7088,75 @@ module Aws::Glue
6624
7088
  )
6625
7089
  end)
6626
7090
 
7091
+ api.add_operation(:list_data_quality_results, Seahorse::Model::Operation.new.tap do |o|
7092
+ o.name = "ListDataQualityResults"
7093
+ o.http_method = "POST"
7094
+ o.http_request_uri = "/"
7095
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityResultsRequest)
7096
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityResultsResponse)
7097
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7098
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7099
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7100
+ o[:pager] = Aws::Pager.new(
7101
+ limit_key: "max_results",
7102
+ tokens: {
7103
+ "next_token" => "next_token"
7104
+ }
7105
+ )
7106
+ end)
7107
+
7108
+ api.add_operation(:list_data_quality_rule_recommendation_runs, Seahorse::Model::Operation.new.tap do |o|
7109
+ o.name = "ListDataQualityRuleRecommendationRuns"
7110
+ o.http_method = "POST"
7111
+ o.http_request_uri = "/"
7112
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityRuleRecommendationRunsRequest)
7113
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityRuleRecommendationRunsResponse)
7114
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7115
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7116
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7117
+ o[:pager] = Aws::Pager.new(
7118
+ limit_key: "max_results",
7119
+ tokens: {
7120
+ "next_token" => "next_token"
7121
+ }
7122
+ )
7123
+ end)
7124
+
7125
+ api.add_operation(:list_data_quality_ruleset_evaluation_runs, Seahorse::Model::Operation.new.tap do |o|
7126
+ o.name = "ListDataQualityRulesetEvaluationRuns"
7127
+ o.http_method = "POST"
7128
+ o.http_request_uri = "/"
7129
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityRulesetEvaluationRunsRequest)
7130
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityRulesetEvaluationRunsResponse)
7131
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7132
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7133
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7134
+ o[:pager] = Aws::Pager.new(
7135
+ limit_key: "max_results",
7136
+ tokens: {
7137
+ "next_token" => "next_token"
7138
+ }
7139
+ )
7140
+ end)
7141
+
7142
+ api.add_operation(:list_data_quality_rulesets, Seahorse::Model::Operation.new.tap do |o|
7143
+ o.name = "ListDataQualityRulesets"
7144
+ o.http_method = "POST"
7145
+ o.http_request_uri = "/"
7146
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityRulesetsRequest)
7147
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityRulesetsResponse)
7148
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
7149
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7150
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7151
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7152
+ o[:pager] = Aws::Pager.new(
7153
+ limit_key: "max_results",
7154
+ tokens: {
7155
+ "next_token" => "next_token"
7156
+ }
7157
+ )
7158
+ end)
7159
+
6627
7160
  api.add_operation(:list_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
6628
7161
  o.name = "ListDevEndpoints"
6629
7162
  o.http_method = "POST"
@@ -6983,6 +7516,31 @@ module Aws::Glue
6983
7516
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6984
7517
  end)
6985
7518
 
7519
+ api.add_operation(:start_data_quality_rule_recommendation_run, Seahorse::Model::Operation.new.tap do |o|
7520
+ o.name = "StartDataQualityRuleRecommendationRun"
7521
+ o.http_method = "POST"
7522
+ o.http_request_uri = "/"
7523
+ o.input = Shapes::ShapeRef.new(shape: StartDataQualityRuleRecommendationRunRequest)
7524
+ o.output = Shapes::ShapeRef.new(shape: StartDataQualityRuleRecommendationRunResponse)
7525
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7526
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7527
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7528
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7529
+ end)
7530
+
7531
+ api.add_operation(:start_data_quality_ruleset_evaluation_run, Seahorse::Model::Operation.new.tap do |o|
7532
+ o.name = "StartDataQualityRulesetEvaluationRun"
7533
+ o.http_method = "POST"
7534
+ o.http_request_uri = "/"
7535
+ o.input = Shapes::ShapeRef.new(shape: StartDataQualityRulesetEvaluationRunRequest)
7536
+ o.output = Shapes::ShapeRef.new(shape: StartDataQualityRulesetEvaluationRunResponse)
7537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7538
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
7539
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7540
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7541
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7542
+ end)
7543
+
6986
7544
  api.add_operation(:start_export_labels_task_run, Seahorse::Model::Operation.new.tap do |o|
6987
7545
  o.name = "StartExportLabelsTaskRun"
6988
7546
  o.http_method = "POST"
@@ -7256,6 +7814,21 @@ module Aws::Glue
7256
7814
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7257
7815
  end)
7258
7816
 
7817
+ api.add_operation(:update_data_quality_ruleset, Seahorse::Model::Operation.new.tap do |o|
7818
+ o.name = "UpdateDataQualityRuleset"
7819
+ o.http_method = "POST"
7820
+ o.http_request_uri = "/"
7821
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataQualityRulesetRequest)
7822
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataQualityRulesetResponse)
7823
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
7824
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
7825
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
7826
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7827
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7828
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7829
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
7830
+ end)
7831
+
7259
7832
  api.add_operation(:update_database, Seahorse::Model::Operation.new.tap do |o|
7260
7833
  o.name = "UpdateDatabase"
7261
7834
  o.http_method = "POST"