aws-sdk-glue 1.186.0 → 1.187.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,9 @@ module Aws::Glue
33
33
  AmazonRedshiftNodeData = Shapes::StructureShape.new(name: 'AmazonRedshiftNodeData')
34
34
  AmazonRedshiftSource = Shapes::StructureShape.new(name: 'AmazonRedshiftSource')
35
35
  AmazonRedshiftTarget = Shapes::StructureShape.new(name: 'AmazonRedshiftTarget')
36
+ AnnotationError = Shapes::StructureShape.new(name: 'AnnotationError')
37
+ AnnotationErrorList = Shapes::ListShape.new(name: 'AnnotationErrorList')
38
+ AnnotationList = Shapes::ListShape.new(name: 'AnnotationList')
36
39
  ApplyMapping = Shapes::StructureShape.new(name: 'ApplyMapping')
37
40
  ArnString = Shapes::StringShape.new(name: 'ArnString')
38
41
  AthenaConnectorSource = Shapes::StructureShape.new(name: 'AthenaConnectorSource')
@@ -90,6 +93,8 @@ module Aws::Glue
90
93
  BatchGetTriggersResponse = Shapes::StructureShape.new(name: 'BatchGetTriggersResponse')
91
94
  BatchGetWorkflowsRequest = Shapes::StructureShape.new(name: 'BatchGetWorkflowsRequest')
92
95
  BatchGetWorkflowsResponse = Shapes::StructureShape.new(name: 'BatchGetWorkflowsResponse')
96
+ BatchPutDataQualityStatisticAnnotationRequest = Shapes::StructureShape.new(name: 'BatchPutDataQualityStatisticAnnotationRequest')
97
+ BatchPutDataQualityStatisticAnnotationResponse = Shapes::StructureShape.new(name: 'BatchPutDataQualityStatisticAnnotationResponse')
93
98
  BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
94
99
  BatchStopJobRunError = Shapes::StructureShape.new(name: 'BatchStopJobRunError')
95
100
  BatchStopJobRunErrorList = Shapes::ListShape.new(name: 'BatchStopJobRunErrorList')
@@ -335,6 +340,7 @@ module Aws::Glue
335
340
  DataQualityAnalyzerResults = Shapes::ListShape.new(name: 'DataQualityAnalyzerResults')
336
341
  DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
337
342
  DataQualityMetricValues = Shapes::StructureShape.new(name: 'DataQualityMetricValues')
343
+ DataQualityModelStatus = Shapes::StringShape.new(name: 'DataQualityModelStatus')
338
344
  DataQualityObservation = Shapes::StructureShape.new(name: 'DataQualityObservation')
339
345
  DataQualityObservationDescription = Shapes::StringShape.new(name: 'DataQualityObservationDescription')
340
346
  DataQualityObservations = Shapes::ListShape.new(name: 'DataQualityObservations')
@@ -371,6 +377,7 @@ module Aws::Glue
371
377
  DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
372
378
  DatabrewCondition = Shapes::StringShape.new(name: 'DatabrewCondition')
373
379
  DatabrewConditionValue = Shapes::StringShape.new(name: 'DatabrewConditionValue')
380
+ DatapointInclusionAnnotation = Shapes::StructureShape.new(name: 'DatapointInclusionAnnotation')
374
381
  Datatype = Shapes::StructureShape.new(name: 'Datatype')
375
382
  DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
376
383
  DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
@@ -549,6 +556,10 @@ module Aws::Glue
549
556
  GetCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'GetCustomEntityTypeResponse')
550
557
  GetDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsRequest')
551
558
  GetDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsResponse')
559
+ GetDataQualityModelRequest = Shapes::StructureShape.new(name: 'GetDataQualityModelRequest')
560
+ GetDataQualityModelResponse = Shapes::StructureShape.new(name: 'GetDataQualityModelResponse')
561
+ GetDataQualityModelResultRequest = Shapes::StructureShape.new(name: 'GetDataQualityModelResultRequest')
562
+ GetDataQualityModelResultResponse = Shapes::StructureShape.new(name: 'GetDataQualityModelResultResponse')
552
563
  GetDataQualityResultRequest = Shapes::StructureShape.new(name: 'GetDataQualityResultRequest')
553
564
  GetDataQualityResultResponse = Shapes::StructureShape.new(name: 'GetDataQualityResultResponse')
554
565
  GetDataQualityRuleRecommendationRunRequest = Shapes::StructureShape.new(name: 'GetDataQualityRuleRecommendationRunRequest')
@@ -690,6 +701,8 @@ module Aws::Glue
690
701
  ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
691
702
  ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
692
703
  ImportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ImportLabelsTaskRunProperties')
704
+ InclusionAnnotationList = Shapes::ListShape.new(name: 'InclusionAnnotationList')
705
+ InclusionAnnotationValue = Shapes::StringShape.new(name: 'InclusionAnnotationValue')
693
706
  Integer = Shapes::IntegerShape.new(name: 'Integer')
694
707
  IntegerFlag = Shapes::IntegerShape.new(name: 'IntegerFlag')
695
708
  IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
@@ -764,6 +777,10 @@ module Aws::Glue
764
777
  ListDataQualityRulesetEvaluationRunsResponse = Shapes::StructureShape.new(name: 'ListDataQualityRulesetEvaluationRunsResponse')
765
778
  ListDataQualityRulesetsRequest = Shapes::StructureShape.new(name: 'ListDataQualityRulesetsRequest')
766
779
  ListDataQualityRulesetsResponse = Shapes::StructureShape.new(name: 'ListDataQualityRulesetsResponse')
780
+ ListDataQualityStatisticAnnotationsRequest = Shapes::StructureShape.new(name: 'ListDataQualityStatisticAnnotationsRequest')
781
+ ListDataQualityStatisticAnnotationsResponse = Shapes::StructureShape.new(name: 'ListDataQualityStatisticAnnotationsResponse')
782
+ ListDataQualityStatisticsRequest = Shapes::StructureShape.new(name: 'ListDataQualityStatisticsRequest')
783
+ ListDataQualityStatisticsResponse = Shapes::StructureShape.new(name: 'ListDataQualityStatisticsResponse')
767
784
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
768
785
  ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
769
786
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
@@ -937,6 +954,8 @@ module Aws::Glue
937
954
  PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
938
955
  PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
939
956
  PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
957
+ PutDataQualityProfileAnnotationRequest = Shapes::StructureShape.new(name: 'PutDataQualityProfileAnnotationRequest')
958
+ PutDataQualityProfileAnnotationResponse = Shapes::StructureShape.new(name: 'PutDataQualityProfileAnnotationResponse')
940
959
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
941
960
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
942
961
  PutSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataInput')
@@ -962,6 +981,7 @@ module Aws::Glue
962
981
  RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
963
982
  RedshiftSource = Shapes::StructureShape.new(name: 'RedshiftSource')
964
983
  RedshiftTarget = Shapes::StructureShape.new(name: 'RedshiftTarget')
984
+ ReferenceDatasetsList = Shapes::ListShape.new(name: 'ReferenceDatasetsList')
965
985
  RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
966
986
  RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
967
987
  RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
@@ -989,6 +1009,7 @@ module Aws::Glue
989
1009
  RowTag = Shapes::StringShape.new(name: 'RowTag')
990
1010
  RulesetNames = Shapes::ListShape.new(name: 'RulesetNames')
991
1011
  RunId = Shapes::StringShape.new(name: 'RunId')
1012
+ RunIdentifier = Shapes::StructureShape.new(name: 'RunIdentifier')
992
1013
  RunMetrics = Shapes::StructureShape.new(name: 'RunMetrics')
993
1014
  RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
994
1015
  RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
@@ -1114,6 +1135,14 @@ module Aws::Glue
1114
1135
  StatementOutput = Shapes::StructureShape.new(name: 'StatementOutput')
1115
1136
  StatementOutputData = Shapes::StructureShape.new(name: 'StatementOutputData')
1116
1137
  StatementState = Shapes::StringShape.new(name: 'StatementState')
1138
+ StatisticAnnotation = Shapes::StructureShape.new(name: 'StatisticAnnotation')
1139
+ StatisticEvaluationLevel = Shapes::StringShape.new(name: 'StatisticEvaluationLevel')
1140
+ StatisticModelResult = Shapes::StructureShape.new(name: 'StatisticModelResult')
1141
+ StatisticModelResults = Shapes::ListShape.new(name: 'StatisticModelResults')
1142
+ StatisticNameString = Shapes::StringShape.new(name: 'StatisticNameString')
1143
+ StatisticPropertiesMap = Shapes::MapShape.new(name: 'StatisticPropertiesMap')
1144
+ StatisticSummary = Shapes::StructureShape.new(name: 'StatisticSummary')
1145
+ StatisticSummaryList = Shapes::ListShape.new(name: 'StatisticSummaryList')
1117
1146
  StopColumnStatisticsTaskRunRequest = Shapes::StructureShape.new(name: 'StopColumnStatisticsTaskRunRequest')
1118
1147
  StopColumnStatisticsTaskRunResponse = Shapes::StructureShape.new(name: 'StopColumnStatisticsTaskRunResponse')
1119
1148
  StopCrawlerRequest = Shapes::StructureShape.new(name: 'StopCrawlerRequest')
@@ -1168,7 +1197,9 @@ module Aws::Glue
1168
1197
  TaskType = Shapes::StringShape.new(name: 'TaskType')
1169
1198
  Timeout = Shapes::IntegerShape.new(name: 'Timeout')
1170
1199
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1200
+ TimestampFilter = Shapes::StructureShape.new(name: 'TimestampFilter')
1171
1201
  TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
1202
+ TimestampedInclusionAnnotation = Shapes::StructureShape.new(name: 'TimestampedInclusionAnnotation')
1172
1203
  Token = Shapes::StringShape.new(name: 'Token')
1173
1204
  TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
1174
1205
  TokenUrlParameterKey = Shapes::StringShape.new(name: 'TokenUrlParameterKey')
@@ -1298,6 +1329,7 @@ module Aws::Glue
1298
1329
  Workflows = Shapes::ListShape.new(name: 'Workflows')
1299
1330
  XMLClassifier = Shapes::StructureShape.new(name: 'XMLClassifier')
1300
1331
  databaseNameString = Shapes::StringShape.new(name: 'databaseNameString')
1332
+ double = Shapes::FloatShape.new(name: 'double')
1301
1333
  tableNameString = Shapes::StringShape.new(name: 'tableNameString')
1302
1334
 
1303
1335
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -1382,6 +1414,15 @@ module Aws::Glue
1382
1414
  AmazonRedshiftTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, location_name: "Inputs"))
1383
1415
  AmazonRedshiftTarget.struct_class = Types::AmazonRedshiftTarget
1384
1416
 
1417
+ AnnotationError.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
1418
+ AnnotationError.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
1419
+ AnnotationError.add_member(:failure_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "FailureReason"))
1420
+ AnnotationError.struct_class = Types::AnnotationError
1421
+
1422
+ AnnotationErrorList.member = Shapes::ShapeRef.new(shape: AnnotationError)
1423
+
1424
+ AnnotationList.member = Shapes::ShapeRef.new(shape: StatisticAnnotation)
1425
+
1385
1426
  ApplyMapping.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1386
1427
  ApplyMapping.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
1387
1428
  ApplyMapping.add_member(:mapping, Shapes::ShapeRef.new(shape: Mappings, required: true, location_name: "Mapping"))
@@ -1578,6 +1619,13 @@ module Aws::Glue
1578
1619
  BatchGetWorkflowsResponse.add_member(:missing_workflows, Shapes::ShapeRef.new(shape: WorkflowNames, location_name: "MissingWorkflows"))
1579
1620
  BatchGetWorkflowsResponse.struct_class = Types::BatchGetWorkflowsResponse
1580
1621
 
1622
+ BatchPutDataQualityStatisticAnnotationRequest.add_member(:inclusion_annotations, Shapes::ShapeRef.new(shape: InclusionAnnotationList, required: true, location_name: "InclusionAnnotations"))
1623
+ BatchPutDataQualityStatisticAnnotationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
1624
+ BatchPutDataQualityStatisticAnnotationRequest.struct_class = Types::BatchPutDataQualityStatisticAnnotationRequest
1625
+
1626
+ BatchPutDataQualityStatisticAnnotationResponse.add_member(:failed_inclusion_annotations, Shapes::ShapeRef.new(shape: AnnotationErrorList, location_name: "FailedInclusionAnnotations"))
1627
+ BatchPutDataQualityStatisticAnnotationResponse.struct_class = Types::BatchPutDataQualityStatisticAnnotationResponse
1628
+
1581
1629
  BatchStopJobRunError.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
1582
1630
  BatchStopJobRunError.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
1583
1631
  BatchStopJobRunError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
@@ -2226,6 +2274,7 @@ module Aws::Glue
2226
2274
  CreateDataQualityRulesetRequest.add_member(:ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, required: true, location_name: "Ruleset"))
2227
2275
  CreateDataQualityRulesetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
2228
2276
  CreateDataQualityRulesetRequest.add_member(:target_table, Shapes::ShapeRef.new(shape: DataQualityTargetTable, location_name: "TargetTable"))
2277
+ CreateDataQualityRulesetRequest.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
2229
2278
  CreateDataQualityRulesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
2230
2279
  CreateDataQualityRulesetRequest.struct_class = Types::CreateDataQualityRulesetRequest
2231
2280
 
@@ -2575,6 +2624,7 @@ module Aws::Glue
2575
2624
  DataQualityObservations.member = Shapes::ShapeRef.new(shape: DataQualityObservation)
2576
2625
 
2577
2626
  DataQualityResult.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
2627
+ DataQualityResult.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
2578
2628
  DataQualityResult.add_member(:score, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Score"))
2579
2629
  DataQualityResult.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
2580
2630
  DataQualityResult.add_member(:ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RulesetName"))
@@ -2629,6 +2679,7 @@ module Aws::Glue
2629
2679
  DataQualityRuleResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
2630
2680
  DataQualityRuleResult.add_member(:result, Shapes::ShapeRef.new(shape: DataQualityRuleResultStatus, location_name: "Result"))
2631
2681
  DataQualityRuleResult.add_member(:evaluated_metrics, Shapes::ShapeRef.new(shape: EvaluatedMetricsMap, location_name: "EvaluatedMetrics"))
2682
+ DataQualityRuleResult.add_member(:evaluated_rule, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluatedRule"))
2632
2683
  DataQualityRuleResult.struct_class = Types::DataQualityRuleResult
2633
2684
 
2634
2685
  DataQualityRuleResults.member = Shapes::ShapeRef.new(shape: DataQualityRuleResult)
@@ -2706,6 +2757,11 @@ module Aws::Glue
2706
2757
 
2707
2758
  DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
2708
2759
 
2760
+ DatapointInclusionAnnotation.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
2761
+ DatapointInclusionAnnotation.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
2762
+ DatapointInclusionAnnotation.add_member(:inclusion_annotation, Shapes::ShapeRef.new(shape: InclusionAnnotationValue, location_name: "InclusionAnnotation"))
2763
+ DatapointInclusionAnnotation.struct_class = Types::DatapointInclusionAnnotation
2764
+
2709
2765
  Datatype.add_member(:id, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Id"))
2710
2766
  Datatype.add_member(:label, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Label"))
2711
2767
  Datatype.struct_class = Types::Datatype
@@ -3304,10 +3360,29 @@ module Aws::Glue
3304
3360
  GetDataCatalogEncryptionSettingsResponse.add_member(:data_catalog_encryption_settings, Shapes::ShapeRef.new(shape: DataCatalogEncryptionSettings, location_name: "DataCatalogEncryptionSettings"))
3305
3361
  GetDataCatalogEncryptionSettingsResponse.struct_class = Types::GetDataCatalogEncryptionSettingsResponse
3306
3362
 
3363
+ GetDataQualityModelRequest.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
3364
+ GetDataQualityModelRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "ProfileId"))
3365
+ GetDataQualityModelRequest.struct_class = Types::GetDataQualityModelRequest
3366
+
3367
+ GetDataQualityModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: DataQualityModelStatus, location_name: "Status"))
3368
+ GetDataQualityModelResponse.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
3369
+ GetDataQualityModelResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
3370
+ GetDataQualityModelResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: HashString, location_name: "FailureReason"))
3371
+ GetDataQualityModelResponse.struct_class = Types::GetDataQualityModelResponse
3372
+
3373
+ GetDataQualityModelResultRequest.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "StatisticId"))
3374
+ GetDataQualityModelResultRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "ProfileId"))
3375
+ GetDataQualityModelResultRequest.struct_class = Types::GetDataQualityModelResultRequest
3376
+
3377
+ GetDataQualityModelResultResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
3378
+ GetDataQualityModelResultResponse.add_member(:model, Shapes::ShapeRef.new(shape: StatisticModelResults, location_name: "Model"))
3379
+ GetDataQualityModelResultResponse.struct_class = Types::GetDataQualityModelResultResponse
3380
+
3307
3381
  GetDataQualityResultRequest.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "ResultId"))
3308
3382
  GetDataQualityResultRequest.struct_class = Types::GetDataQualityResultRequest
3309
3383
 
3310
3384
  GetDataQualityResultResponse.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
3385
+ GetDataQualityResultResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
3311
3386
  GetDataQualityResultResponse.add_member(:score, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Score"))
3312
3387
  GetDataQualityResultResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
3313
3388
  GetDataQualityResultResponse.add_member(:ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RulesetName"))
@@ -3338,6 +3413,7 @@ module Aws::Glue
3338
3413
  GetDataQualityRuleRecommendationRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
3339
3414
  GetDataQualityRuleRecommendationRunResponse.add_member(:recommended_ruleset, Shapes::ShapeRef.new(shape: DataQualityRulesetString, location_name: "RecommendedRuleset"))
3340
3415
  GetDataQualityRuleRecommendationRunResponse.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
3416
+ GetDataQualityRuleRecommendationRunResponse.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
3341
3417
  GetDataQualityRuleRecommendationRunResponse.struct_class = Types::GetDataQualityRuleRecommendationRunResponse
3342
3418
 
3343
3419
  GetDataQualityRulesetEvaluationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
@@ -3370,6 +3446,7 @@ module Aws::Glue
3370
3446
  GetDataQualityRulesetResponse.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedOn"))
3371
3447
  GetDataQualityRulesetResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
3372
3448
  GetDataQualityRulesetResponse.add_member(:recommendation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RecommendationRunId"))
3449
+ GetDataQualityRulesetResponse.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
3373
3450
  GetDataQualityRulesetResponse.struct_class = Types::GetDataQualityRulesetResponse
3374
3451
 
3375
3452
  GetDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -3971,6 +4048,8 @@ module Aws::Glue
3971
4048
  ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
3972
4049
  ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
3973
4050
 
4051
+ InclusionAnnotationList.member = Shapes::ShapeRef.new(shape: DatapointInclusionAnnotation)
4052
+
3974
4053
  InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
3975
4054
  InternalServiceException.struct_class = Types::InternalServiceException
3976
4055
 
@@ -4313,6 +4392,28 @@ module Aws::Glue
4313
4392
  ListDataQualityRulesetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
4314
4393
  ListDataQualityRulesetsResponse.struct_class = Types::ListDataQualityRulesetsResponse
4315
4394
 
4395
+ ListDataQualityStatisticAnnotationsRequest.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
4396
+ ListDataQualityStatisticAnnotationsRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
4397
+ ListDataQualityStatisticAnnotationsRequest.add_member(:timestamp_filter, Shapes::ShapeRef.new(shape: TimestampFilter, location_name: "TimestampFilter"))
4398
+ ListDataQualityStatisticAnnotationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
4399
+ ListDataQualityStatisticAnnotationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
4400
+ ListDataQualityStatisticAnnotationsRequest.struct_class = Types::ListDataQualityStatisticAnnotationsRequest
4401
+
4402
+ ListDataQualityStatisticAnnotationsResponse.add_member(:annotations, Shapes::ShapeRef.new(shape: AnnotationList, location_name: "Annotations"))
4403
+ ListDataQualityStatisticAnnotationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
4404
+ ListDataQualityStatisticAnnotationsResponse.struct_class = Types::ListDataQualityStatisticAnnotationsResponse
4405
+
4406
+ ListDataQualityStatisticsRequest.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
4407
+ ListDataQualityStatisticsRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
4408
+ ListDataQualityStatisticsRequest.add_member(:timestamp_filter, Shapes::ShapeRef.new(shape: TimestampFilter, location_name: "TimestampFilter"))
4409
+ ListDataQualityStatisticsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
4410
+ ListDataQualityStatisticsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
4411
+ ListDataQualityStatisticsRequest.struct_class = Types::ListDataQualityStatisticsRequest
4412
+
4413
+ ListDataQualityStatisticsResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: StatisticSummaryList, location_name: "Statistics"))
4414
+ ListDataQualityStatisticsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
4415
+ ListDataQualityStatisticsResponse.struct_class = Types::ListDataQualityStatisticsResponse
4416
+
4316
4417
  ListDevEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
4317
4418
  ListDevEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
4318
4419
  ListDevEndpointsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -4521,6 +4622,7 @@ module Aws::Glue
4521
4622
  MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
4522
4623
 
4523
4624
  MetricBasedObservation.add_member(:metric_name, Shapes::ShapeRef.new(shape: NameString, location_name: "MetricName"))
4625
+ MetricBasedObservation.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
4524
4626
  MetricBasedObservation.add_member(:metric_values, Shapes::ShapeRef.new(shape: DataQualityMetricValues, location_name: "MetricValues"))
4525
4627
  MetricBasedObservation.add_member(:new_rules, Shapes::ShapeRef.new(shape: NewRules, location_name: "NewRules"))
4526
4628
  MetricBasedObservation.struct_class = Types::MetricBasedObservation
@@ -4769,6 +4871,12 @@ module Aws::Glue
4769
4871
 
4770
4872
  PutDataCatalogEncryptionSettingsResponse.struct_class = Types::PutDataCatalogEncryptionSettingsResponse
4771
4873
 
4874
+ PutDataQualityProfileAnnotationRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "ProfileId"))
4875
+ PutDataQualityProfileAnnotationRequest.add_member(:inclusion_annotation, Shapes::ShapeRef.new(shape: InclusionAnnotationValue, required: true, location_name: "InclusionAnnotation"))
4876
+ PutDataQualityProfileAnnotationRequest.struct_class = Types::PutDataQualityProfileAnnotationRequest
4877
+
4878
+ PutDataQualityProfileAnnotationResponse.struct_class = Types::PutDataQualityProfileAnnotationResponse
4879
+
4772
4880
  PutResourcePolicyRequest.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, required: true, location_name: "PolicyInJson"))
4773
4881
  PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
4774
4882
  PutResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
@@ -4861,6 +4969,8 @@ module Aws::Glue
4861
4969
  RedshiftTarget.add_member(:upsert_redshift_options, Shapes::ShapeRef.new(shape: UpsertRedshiftTargetOptions, location_name: "UpsertRedshiftOptions"))
4862
4970
  RedshiftTarget.struct_class = Types::RedshiftTarget
4863
4971
 
4972
+ ReferenceDatasetsList.member = Shapes::ShapeRef.new(shape: NameString)
4973
+
4864
4974
  RegisterSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
4865
4975
  RegisterSchemaVersionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
4866
4976
  RegisterSchemaVersionInput.struct_class = Types::RegisterSchemaVersionInput
@@ -4941,6 +5051,10 @@ module Aws::Glue
4941
5051
 
4942
5052
  RulesetNames.member = Shapes::ShapeRef.new(shape: NameString)
4943
5053
 
5054
+ RunIdentifier.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
5055
+ RunIdentifier.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
5056
+ RunIdentifier.struct_class = Types::RunIdentifier
5057
+
4944
5058
  RunMetrics.add_member(:number_of_bytes_compacted, Shapes::ShapeRef.new(shape: MessageString, location_name: "NumberOfBytesCompacted"))
4945
5059
  RunMetrics.add_member(:number_of_files_compacted, Shapes::ShapeRef.new(shape: MessageString, location_name: "NumberOfFilesCompacted"))
4946
5060
  RunMetrics.add_member(:number_of_dpus, Shapes::ShapeRef.new(shape: MessageString, location_name: "NumberOfDpus"))
@@ -5393,6 +5507,7 @@ module Aws::Glue
5393
5507
  StartDataQualityRuleRecommendationRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
5394
5508
  StartDataQualityRuleRecommendationRunRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
5395
5509
  StartDataQualityRuleRecommendationRunRequest.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
5510
+ StartDataQualityRuleRecommendationRunRequest.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
5396
5511
  StartDataQualityRuleRecommendationRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
5397
5512
  StartDataQualityRuleRecommendationRunRequest.struct_class = Types::StartDataQualityRuleRecommendationRunRequest
5398
5513
 
@@ -5495,6 +5610,40 @@ module Aws::Glue
5495
5610
  StatementOutputData.add_member(:text_plain, Shapes::ShapeRef.new(shape: GenericString, location_name: "TextPlain"))
5496
5611
  StatementOutputData.struct_class = Types::StatementOutputData
5497
5612
 
5613
+ StatisticAnnotation.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
5614
+ StatisticAnnotation.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
5615
+ StatisticAnnotation.add_member(:statistic_recorded_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StatisticRecordedOn"))
5616
+ StatisticAnnotation.add_member(:inclusion_annotation, Shapes::ShapeRef.new(shape: TimestampedInclusionAnnotation, location_name: "InclusionAnnotation"))
5617
+ StatisticAnnotation.struct_class = Types::StatisticAnnotation
5618
+
5619
+ StatisticModelResult.add_member(:lower_bound, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "LowerBound"))
5620
+ StatisticModelResult.add_member(:upper_bound, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "UpperBound"))
5621
+ StatisticModelResult.add_member(:predicted_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "PredictedValue"))
5622
+ StatisticModelResult.add_member(:actual_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "ActualValue"))
5623
+ StatisticModelResult.add_member(:date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Date"))
5624
+ StatisticModelResult.add_member(:inclusion_annotation, Shapes::ShapeRef.new(shape: InclusionAnnotationValue, location_name: "InclusionAnnotation"))
5625
+ StatisticModelResult.struct_class = Types::StatisticModelResult
5626
+
5627
+ StatisticModelResults.member = Shapes::ShapeRef.new(shape: StatisticModelResult)
5628
+
5629
+ StatisticPropertiesMap.key = Shapes::ShapeRef.new(shape: NameString)
5630
+ StatisticPropertiesMap.value = Shapes::ShapeRef.new(shape: DescriptionString)
5631
+
5632
+ StatisticSummary.add_member(:statistic_id, Shapes::ShapeRef.new(shape: HashString, location_name: "StatisticId"))
5633
+ StatisticSummary.add_member(:profile_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ProfileId"))
5634
+ StatisticSummary.add_member(:run_identifier, Shapes::ShapeRef.new(shape: RunIdentifier, location_name: "RunIdentifier"))
5635
+ StatisticSummary.add_member(:statistic_name, Shapes::ShapeRef.new(shape: StatisticNameString, location_name: "StatisticName"))
5636
+ StatisticSummary.add_member(:double_value, Shapes::ShapeRef.new(shape: double, location_name: "DoubleValue"))
5637
+ StatisticSummary.add_member(:evaluation_level, Shapes::ShapeRef.new(shape: StatisticEvaluationLevel, location_name: "EvaluationLevel"))
5638
+ StatisticSummary.add_member(:columns_referenced, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "ColumnsReferenced"))
5639
+ StatisticSummary.add_member(:referenced_datasets, Shapes::ShapeRef.new(shape: ReferenceDatasetsList, location_name: "ReferencedDatasets"))
5640
+ StatisticSummary.add_member(:statistic_properties, Shapes::ShapeRef.new(shape: StatisticPropertiesMap, location_name: "StatisticProperties"))
5641
+ StatisticSummary.add_member(:recorded_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecordedOn"))
5642
+ StatisticSummary.add_member(:inclusion_annotation, Shapes::ShapeRef.new(shape: TimestampedInclusionAnnotation, location_name: "InclusionAnnotation"))
5643
+ StatisticSummary.struct_class = Types::StatisticSummary
5644
+
5645
+ StatisticSummaryList.member = Shapes::ShapeRef.new(shape: StatisticSummary)
5646
+
5498
5647
  StopColumnStatisticsTaskRunRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, required: true, location_name: "DatabaseName"))
5499
5648
  StopColumnStatisticsTaskRunRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
5500
5649
  StopColumnStatisticsTaskRunRequest.struct_class = Types::StopColumnStatisticsTaskRunRequest
@@ -5688,6 +5837,14 @@ module Aws::Glue
5688
5837
  TaskRunSortCriteria.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirectionType, required: true, location_name: "SortDirection"))
5689
5838
  TaskRunSortCriteria.struct_class = Types::TaskRunSortCriteria
5690
5839
 
5840
+ TimestampFilter.add_member(:recorded_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecordedBefore"))
5841
+ TimestampFilter.add_member(:recorded_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecordedAfter"))
5842
+ TimestampFilter.struct_class = Types::TimestampFilter
5843
+
5844
+ TimestampedInclusionAnnotation.add_member(:value, Shapes::ShapeRef.new(shape: InclusionAnnotationValue, location_name: "Value"))
5845
+ TimestampedInclusionAnnotation.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
5846
+ TimestampedInclusionAnnotation.struct_class = Types::TimestampedInclusionAnnotation
5847
+
5691
5848
  TokenUrlParametersMap.key = Shapes::ShapeRef.new(shape: TokenUrlParameterKey)
5692
5849
  TokenUrlParametersMap.value = Shapes::ShapeRef.new(shape: TokenUrlParameterValue)
5693
5850
 
@@ -6358,6 +6515,18 @@ module Aws::Glue
6358
6515
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6359
6516
  end)
6360
6517
 
6518
+ api.add_operation(:batch_put_data_quality_statistic_annotation, Seahorse::Model::Operation.new.tap do |o|
6519
+ o.name = "BatchPutDataQualityStatisticAnnotation"
6520
+ o.http_method = "POST"
6521
+ o.http_request_uri = "/"
6522
+ o.input = Shapes::ShapeRef.new(shape: BatchPutDataQualityStatisticAnnotationRequest)
6523
+ o.output = Shapes::ShapeRef.new(shape: BatchPutDataQualityStatisticAnnotationResponse)
6524
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6525
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6526
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6527
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
6528
+ end)
6529
+
6361
6530
  api.add_operation(:batch_stop_job_run, Seahorse::Model::Operation.new.tap do |o|
6362
6531
  o.name = "BatchStopJobRun"
6363
6532
  o.http_method = "POST"
@@ -7321,6 +7490,30 @@ module Aws::Glue
7321
7490
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7322
7491
  end)
7323
7492
 
7493
+ api.add_operation(:get_data_quality_model, Seahorse::Model::Operation.new.tap do |o|
7494
+ o.name = "GetDataQualityModel"
7495
+ o.http_method = "POST"
7496
+ o.http_request_uri = "/"
7497
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityModelRequest)
7498
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityModelResponse)
7499
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
7500
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7501
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7502
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7503
+ end)
7504
+
7505
+ api.add_operation(:get_data_quality_model_result, Seahorse::Model::Operation.new.tap do |o|
7506
+ o.name = "GetDataQualityModelResult"
7507
+ o.http_method = "POST"
7508
+ o.http_request_uri = "/"
7509
+ o.input = Shapes::ShapeRef.new(shape: GetDataQualityModelResultRequest)
7510
+ o.output = Shapes::ShapeRef.new(shape: GetDataQualityModelResultResponse)
7511
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
7512
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
7513
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7514
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7515
+ end)
7516
+
7324
7517
  api.add_operation(:get_data_quality_result, Seahorse::Model::Operation.new.tap do |o|
7325
7518
  o.name = "GetDataQualityResult"
7326
7519
  o.http_method = "POST"
@@ -8231,6 +8424,27 @@ module Aws::Glue
8231
8424
  )
8232
8425
  end)
8233
8426
 
8427
+ api.add_operation(:list_data_quality_statistic_annotations, Seahorse::Model::Operation.new.tap do |o|
8428
+ o.name = "ListDataQualityStatisticAnnotations"
8429
+ o.http_method = "POST"
8430
+ o.http_request_uri = "/"
8431
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityStatisticAnnotationsRequest)
8432
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityStatisticAnnotationsResponse)
8433
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
8434
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8435
+ end)
8436
+
8437
+ api.add_operation(:list_data_quality_statistics, Seahorse::Model::Operation.new.tap do |o|
8438
+ o.name = "ListDataQualityStatistics"
8439
+ o.http_method = "POST"
8440
+ o.http_request_uri = "/"
8441
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityStatisticsRequest)
8442
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityStatisticsResponse)
8443
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
8444
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
8445
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8446
+ end)
8447
+
8234
8448
  api.add_operation(:list_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
8235
8449
  o.name = "ListDevEndpoints"
8236
8450
  o.http_method = "POST"
@@ -8452,6 +8666,17 @@ module Aws::Glue
8452
8666
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
8453
8667
  end)
8454
8668
 
8669
+ api.add_operation(:put_data_quality_profile_annotation, Seahorse::Model::Operation.new.tap do |o|
8670
+ o.name = "PutDataQualityProfileAnnotation"
8671
+ o.http_method = "POST"
8672
+ o.http_request_uri = "/"
8673
+ o.input = Shapes::ShapeRef.new(shape: PutDataQualityProfileAnnotationRequest)
8674
+ o.output = Shapes::ShapeRef.new(shape: PutDataQualityProfileAnnotationResponse)
8675
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
8676
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
8677
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8678
+ end)
8679
+
8455
8680
  api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
8456
8681
  o.name = "PutResourcePolicy"
8457
8682
  o.http_method = "POST"
@@ -222,6 +222,20 @@ module Aws::Glue
222
222
  end
223
223
  end
224
224
 
225
+ class BatchPutDataQualityStatisticAnnotation
226
+ def self.build(context)
227
+ unless context.config.regional_endpoint
228
+ endpoint = context.config.endpoint.to_s
229
+ end
230
+ Aws::Glue::EndpointParameters.new(
231
+ region: context.config.region,
232
+ use_dual_stack: context.config.use_dualstack_endpoint,
233
+ use_fips: context.config.use_fips_endpoint,
234
+ endpoint: endpoint,
235
+ )
236
+ end
237
+ end
238
+
225
239
  class BatchStopJobRun
226
240
  def self.build(context)
227
241
  unless context.config.regional_endpoint
@@ -1258,6 +1272,34 @@ module Aws::Glue
1258
1272
  end
1259
1273
  end
1260
1274
 
1275
+ class GetDataQualityModel
1276
+ def self.build(context)
1277
+ unless context.config.regional_endpoint
1278
+ endpoint = context.config.endpoint.to_s
1279
+ end
1280
+ Aws::Glue::EndpointParameters.new(
1281
+ region: context.config.region,
1282
+ use_dual_stack: context.config.use_dualstack_endpoint,
1283
+ use_fips: context.config.use_fips_endpoint,
1284
+ endpoint: endpoint,
1285
+ )
1286
+ end
1287
+ end
1288
+
1289
+ class GetDataQualityModelResult
1290
+ def self.build(context)
1291
+ unless context.config.regional_endpoint
1292
+ endpoint = context.config.endpoint.to_s
1293
+ end
1294
+ Aws::Glue::EndpointParameters.new(
1295
+ region: context.config.region,
1296
+ use_dual_stack: context.config.use_dualstack_endpoint,
1297
+ use_fips: context.config.use_fips_endpoint,
1298
+ endpoint: endpoint,
1299
+ )
1300
+ end
1301
+ end
1302
+
1261
1303
  class GetDataQualityResult
1262
1304
  def self.build(context)
1263
1305
  unless context.config.regional_endpoint
@@ -2126,6 +2168,34 @@ module Aws::Glue
2126
2168
  end
2127
2169
  end
2128
2170
 
2171
+ class ListDataQualityStatisticAnnotations
2172
+ def self.build(context)
2173
+ unless context.config.regional_endpoint
2174
+ endpoint = context.config.endpoint.to_s
2175
+ end
2176
+ Aws::Glue::EndpointParameters.new(
2177
+ region: context.config.region,
2178
+ use_dual_stack: context.config.use_dualstack_endpoint,
2179
+ use_fips: context.config.use_fips_endpoint,
2180
+ endpoint: endpoint,
2181
+ )
2182
+ end
2183
+ end
2184
+
2185
+ class ListDataQualityStatistics
2186
+ def self.build(context)
2187
+ unless context.config.regional_endpoint
2188
+ endpoint = context.config.endpoint.to_s
2189
+ end
2190
+ Aws::Glue::EndpointParameters.new(
2191
+ region: context.config.region,
2192
+ use_dual_stack: context.config.use_dualstack_endpoint,
2193
+ use_fips: context.config.use_fips_endpoint,
2194
+ endpoint: endpoint,
2195
+ )
2196
+ end
2197
+ end
2198
+
2129
2199
  class ListDevEndpoints
2130
2200
  def self.build(context)
2131
2201
  unless context.config.regional_endpoint
@@ -2308,6 +2378,20 @@ module Aws::Glue
2308
2378
  end
2309
2379
  end
2310
2380
 
2381
+ class PutDataQualityProfileAnnotation
2382
+ def self.build(context)
2383
+ unless context.config.regional_endpoint
2384
+ endpoint = context.config.endpoint.to_s
2385
+ end
2386
+ Aws::Glue::EndpointParameters.new(
2387
+ region: context.config.region,
2388
+ use_dual_stack: context.config.use_dualstack_endpoint,
2389
+ use_fips: context.config.use_fips_endpoint,
2390
+ endpoint: endpoint,
2391
+ )
2392
+ end
2393
+ end
2394
+
2311
2395
  class PutResourcePolicy
2312
2396
  def self.build(context)
2313
2397
  unless context.config.regional_endpoint
@@ -88,6 +88,8 @@ module Aws::Glue
88
88
  Aws::Glue::Endpoints::BatchGetTriggers.build(context)
89
89
  when :batch_get_workflows
90
90
  Aws::Glue::Endpoints::BatchGetWorkflows.build(context)
91
+ when :batch_put_data_quality_statistic_annotation
92
+ Aws::Glue::Endpoints::BatchPutDataQualityStatisticAnnotation.build(context)
91
93
  when :batch_stop_job_run
92
94
  Aws::Glue::Endpoints::BatchStopJobRun.build(context)
93
95
  when :batch_update_partition
@@ -236,6 +238,10 @@ module Aws::Glue
236
238
  Aws::Glue::Endpoints::GetCustomEntityType.build(context)
237
239
  when :get_data_catalog_encryption_settings
238
240
  Aws::Glue::Endpoints::GetDataCatalogEncryptionSettings.build(context)
241
+ when :get_data_quality_model
242
+ Aws::Glue::Endpoints::GetDataQualityModel.build(context)
243
+ when :get_data_quality_model_result
244
+ Aws::Glue::Endpoints::GetDataQualityModelResult.build(context)
239
245
  when :get_data_quality_result
240
246
  Aws::Glue::Endpoints::GetDataQualityResult.build(context)
241
247
  when :get_data_quality_rule_recommendation_run
@@ -360,6 +366,10 @@ module Aws::Glue
360
366
  Aws::Glue::Endpoints::ListDataQualityRulesetEvaluationRuns.build(context)
361
367
  when :list_data_quality_rulesets
362
368
  Aws::Glue::Endpoints::ListDataQualityRulesets.build(context)
369
+ when :list_data_quality_statistic_annotations
370
+ Aws::Glue::Endpoints::ListDataQualityStatisticAnnotations.build(context)
371
+ when :list_data_quality_statistics
372
+ Aws::Glue::Endpoints::ListDataQualityStatistics.build(context)
363
373
  when :list_dev_endpoints
364
374
  Aws::Glue::Endpoints::ListDevEndpoints.build(context)
365
375
  when :list_jobs
@@ -386,6 +396,8 @@ module Aws::Glue
386
396
  Aws::Glue::Endpoints::ListWorkflows.build(context)
387
397
  when :put_data_catalog_encryption_settings
388
398
  Aws::Glue::Endpoints::PutDataCatalogEncryptionSettings.build(context)
399
+ when :put_data_quality_profile_annotation
400
+ Aws::Glue::Endpoints::PutDataQualityProfileAnnotation.build(context)
389
401
  when :put_resource_policy
390
402
  Aws::Glue::Endpoints::PutResourcePolicy.build(context)
391
403
  when :put_schema_version_metadata