aws-sdk-glue 1.162.0 → 1.164.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de7088f01376469882deb638f7d9f1647768cc2fc5bcf0d968746da0cbf2a0dc
4
- data.tar.gz: 1ccc6a6ab43654f659abdc805540a95a8f93ca12a4e261f861cd062235cbef8a
3
+ metadata.gz: 046c3b0f786c328eff7ba98ad85c0eff03b14cfc2793e56e3847f739f7f562bb
4
+ data.tar.gz: c8ed0c4157cc51ee83de9d83b178845ecbd67fcac4d800c44456fbf574f2ad21
5
5
  SHA512:
6
- metadata.gz: c322312e389e27f97df04b2db68517dd96996a8fc5b46499e62c6cf7a604041b96f9ab9d25b06cbc52c3c73b824b1050334a98ae4294b71cfca44f3b68c40b25
7
- data.tar.gz: bc232b56f19a97a8e492ed28345bdd246eaac09a74eb0db56bae94ae2300461dd4f1c973da54dfaae6a0645fc6c1fc4733252f949c0d90347debf7f03bc83493
6
+ metadata.gz: abc8ce7096a5b0928d7d7c415bc0c62da012eacada3f5d7857d420c2263a4103f3770a856074d562d17ef557911ea923f7450b130f5c4f242f9c6143ade82b48
7
+ data.tar.gz: f4f1e8f0bb568f0016a7116f58c7e6ee4fdd35dc4b3a2156bc720358d9f3c75644d94b3859063d8c630804e0ee75e56f91c37dde615ffae50ddb32b78d189bdd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.164.0 (2023-11-30)
5
+ ------------------
6
+
7
+ * Feature - Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.
8
+
9
+ 1.163.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.162.0 (2023-11-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.162.0
1
+ 1.164.0
@@ -948,6 +948,21 @@ module Aws::Glue
948
948
  # resp.results[0].rule_results[0].result #=> String, one of "PASS", "FAIL", "ERROR"
949
949
  # resp.results[0].rule_results[0].evaluated_metrics #=> Hash
950
950
  # resp.results[0].rule_results[0].evaluated_metrics["NameString"] #=> Float
951
+ # resp.results[0].analyzer_results #=> Array
952
+ # resp.results[0].analyzer_results[0].name #=> String
953
+ # resp.results[0].analyzer_results[0].description #=> String
954
+ # resp.results[0].analyzer_results[0].evaluation_message #=> String
955
+ # resp.results[0].analyzer_results[0].evaluated_metrics #=> Hash
956
+ # resp.results[0].analyzer_results[0].evaluated_metrics["NameString"] #=> Float
957
+ # resp.results[0].observations #=> Array
958
+ # resp.results[0].observations[0].description #=> String
959
+ # resp.results[0].observations[0].metric_based_observation.metric_name #=> String
960
+ # resp.results[0].observations[0].metric_based_observation.metric_values.actual_value #=> Float
961
+ # resp.results[0].observations[0].metric_based_observation.metric_values.expected_value #=> Float
962
+ # resp.results[0].observations[0].metric_based_observation.metric_values.lower_limit #=> Float
963
+ # resp.results[0].observations[0].metric_based_observation.metric_values.upper_limit #=> Float
964
+ # resp.results[0].observations[0].metric_based_observation.new_rules #=> Array
965
+ # resp.results[0].observations[0].metric_based_observation.new_rules[0] #=> String
951
966
  # resp.results_not_found #=> Array
952
967
  # resp.results_not_found[0] #=> String
953
968
  #
@@ -6735,6 +6750,8 @@ module Aws::Glue
6735
6750
  # * {Types::GetDataQualityResultResponse#job_run_id #job_run_id} => String
6736
6751
  # * {Types::GetDataQualityResultResponse#ruleset_evaluation_run_id #ruleset_evaluation_run_id} => String
6737
6752
  # * {Types::GetDataQualityResultResponse#rule_results #rule_results} => Array<Types::DataQualityRuleResult>
6753
+ # * {Types::GetDataQualityResultResponse#analyzer_results #analyzer_results} => Array<Types::DataQualityAnalyzerResult>
6754
+ # * {Types::GetDataQualityResultResponse#observations #observations} => Array<Types::DataQualityObservation>
6738
6755
  #
6739
6756
  # @example Request syntax with placeholder values
6740
6757
  #
@@ -6766,6 +6783,21 @@ module Aws::Glue
6766
6783
  # resp.rule_results[0].result #=> String, one of "PASS", "FAIL", "ERROR"
6767
6784
  # resp.rule_results[0].evaluated_metrics #=> Hash
6768
6785
  # resp.rule_results[0].evaluated_metrics["NameString"] #=> Float
6786
+ # resp.analyzer_results #=> Array
6787
+ # resp.analyzer_results[0].name #=> String
6788
+ # resp.analyzer_results[0].description #=> String
6789
+ # resp.analyzer_results[0].evaluation_message #=> String
6790
+ # resp.analyzer_results[0].evaluated_metrics #=> Hash
6791
+ # resp.analyzer_results[0].evaluated_metrics["NameString"] #=> Float
6792
+ # resp.observations #=> Array
6793
+ # resp.observations[0].description #=> String
6794
+ # resp.observations[0].metric_based_observation.metric_name #=> String
6795
+ # resp.observations[0].metric_based_observation.metric_values.actual_value #=> Float
6796
+ # resp.observations[0].metric_based_observation.metric_values.expected_value #=> Float
6797
+ # resp.observations[0].metric_based_observation.metric_values.lower_limit #=> Float
6798
+ # resp.observations[0].metric_based_observation.metric_values.upper_limit #=> Float
6799
+ # resp.observations[0].metric_based_observation.new_rules #=> Array
6800
+ # resp.observations[0].metric_based_observation.new_rules[0] #=> String
6769
6801
  #
6770
6802
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityResult AWS API Documentation
6771
6803
  #
@@ -16891,7 +16923,7 @@ module Aws::Glue
16891
16923
  params: params,
16892
16924
  config: config)
16893
16925
  context[:gem_name] = 'aws-sdk-glue'
16894
- context[:gem_version] = '1.162.0'
16926
+ context[:gem_version] = '1.164.0'
16895
16927
  Seahorse::Client::Request.new(handlers, context)
16896
16928
  end
16897
16929
 
@@ -312,7 +312,13 @@ module Aws::Glue
312
312
  DataFormat = Shapes::StringShape.new(name: 'DataFormat')
313
313
  DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
314
314
  DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
315
+ DataQualityAnalyzerResult = Shapes::StructureShape.new(name: 'DataQualityAnalyzerResult')
316
+ DataQualityAnalyzerResults = Shapes::ListShape.new(name: 'DataQualityAnalyzerResults')
315
317
  DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
318
+ DataQualityMetricValues = Shapes::StructureShape.new(name: 'DataQualityMetricValues')
319
+ DataQualityObservation = Shapes::StructureShape.new(name: 'DataQualityObservation')
320
+ DataQualityObservationDescription = Shapes::StringShape.new(name: 'DataQualityObservationDescription')
321
+ DataQualityObservations = Shapes::ListShape.new(name: 'DataQualityObservations')
316
322
  DataQualityResult = Shapes::StructureShape.new(name: 'DataQualityResult')
317
323
  DataQualityResultDescription = Shapes::StructureShape.new(name: 'DataQualityResultDescription')
318
324
  DataQualityResultDescriptionList = Shapes::ListShape.new(name: 'DataQualityResultDescriptionList')
@@ -324,6 +330,7 @@ module Aws::Glue
324
330
  DataQualityRuleRecommendationRunFilter = Shapes::StructureShape.new(name: 'DataQualityRuleRecommendationRunFilter')
325
331
  DataQualityRuleRecommendationRunList = Shapes::ListShape.new(name: 'DataQualityRuleRecommendationRunList')
326
332
  DataQualityRuleResult = Shapes::StructureShape.new(name: 'DataQualityRuleResult')
333
+ DataQualityRuleResultDescription = Shapes::StringShape.new(name: 'DataQualityRuleResultDescription')
327
334
  DataQualityRuleResultStatus = Shapes::StringShape.new(name: 'DataQualityRuleResultStatus')
328
335
  DataQualityRuleResults = Shapes::ListShape.new(name: 'DataQualityRuleResults')
329
336
  DataQualityRulesetEvaluationRunDescription = Shapes::StructureShape.new(name: 'DataQualityRulesetEvaluationRunDescription')
@@ -788,6 +795,7 @@ module Aws::Glue
788
795
  MetadataList = Shapes::ListShape.new(name: 'MetadataList')
789
796
  MetadataOperation = Shapes::StringShape.new(name: 'MetadataOperation')
790
797
  MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
798
+ MetricBasedObservation = Shapes::StructureShape.new(name: 'MetricBasedObservation')
791
799
  MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
792
800
  MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
793
801
  MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
@@ -797,6 +805,7 @@ module Aws::Glue
797
805
  MySQLCatalogTarget = Shapes::StructureShape.new(name: 'MySQLCatalogTarget')
798
806
  NameString = Shapes::StringShape.new(name: 'NameString')
799
807
  NameStringList = Shapes::ListShape.new(name: 'NameStringList')
808
+ NewRules = Shapes::ListShape.new(name: 'NewRules')
800
809
  NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
801
810
  Node = Shapes::StructureShape.new(name: 'Node')
802
811
  NodeId = Shapes::StringShape.new(name: 'NodeId')
@@ -2414,10 +2423,30 @@ module Aws::Glue
2414
2423
  DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
2415
2424
  DataLakePrincipal.struct_class = Types::DataLakePrincipal
2416
2425
 
2426
+ DataQualityAnalyzerResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2427
+ DataQualityAnalyzerResult.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "Description"))
2428
+ DataQualityAnalyzerResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
2429
+ DataQualityAnalyzerResult.add_member(:evaluated_metrics, Shapes::ShapeRef.new(shape: EvaluatedMetricsMap, location_name: "EvaluatedMetrics"))
2430
+ DataQualityAnalyzerResult.struct_class = Types::DataQualityAnalyzerResult
2431
+
2432
+ DataQualityAnalyzerResults.member = Shapes::ShapeRef.new(shape: DataQualityAnalyzerResult)
2433
+
2417
2434
  DataQualityEvaluationRunAdditionalRunOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "CloudWatchMetricsEnabled"))
2418
2435
  DataQualityEvaluationRunAdditionalRunOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: UriString, location_name: "ResultsS3Prefix"))
2419
2436
  DataQualityEvaluationRunAdditionalRunOptions.struct_class = Types::DataQualityEvaluationRunAdditionalRunOptions
2420
2437
 
2438
+ DataQualityMetricValues.add_member(:actual_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "ActualValue"))
2439
+ DataQualityMetricValues.add_member(:expected_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "ExpectedValue"))
2440
+ DataQualityMetricValues.add_member(:lower_limit, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "LowerLimit"))
2441
+ DataQualityMetricValues.add_member(:upper_limit, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "UpperLimit"))
2442
+ DataQualityMetricValues.struct_class = Types::DataQualityMetricValues
2443
+
2444
+ DataQualityObservation.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityObservationDescription, location_name: "Description"))
2445
+ DataQualityObservation.add_member(:metric_based_observation, Shapes::ShapeRef.new(shape: MetricBasedObservation, location_name: "MetricBasedObservation"))
2446
+ DataQualityObservation.struct_class = Types::DataQualityObservation
2447
+
2448
+ DataQualityObservations.member = Shapes::ShapeRef.new(shape: DataQualityObservation)
2449
+
2421
2450
  DataQualityResult.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
2422
2451
  DataQualityResult.add_member(:score, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Score"))
2423
2452
  DataQualityResult.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
@@ -2429,6 +2458,8 @@ module Aws::Glue
2429
2458
  DataQualityResult.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
2430
2459
  DataQualityResult.add_member(:ruleset_evaluation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RulesetEvaluationRunId"))
2431
2460
  DataQualityResult.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
2461
+ DataQualityResult.add_member(:analyzer_results, Shapes::ShapeRef.new(shape: DataQualityAnalyzerResults, location_name: "AnalyzerResults"))
2462
+ DataQualityResult.add_member(:observations, Shapes::ShapeRef.new(shape: DataQualityObservations, location_name: "Observations"))
2432
2463
  DataQualityResult.struct_class = Types::DataQualityResult
2433
2464
 
2434
2465
  DataQualityResultDescription.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
@@ -2467,8 +2498,8 @@ module Aws::Glue
2467
2498
  DataQualityRuleRecommendationRunList.member = Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunDescription)
2468
2499
 
2469
2500
  DataQualityRuleResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2470
- DataQualityRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2471
- DataQualityRuleResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "EvaluationMessage"))
2501
+ DataQualityRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "Description"))
2502
+ DataQualityRuleResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
2472
2503
  DataQualityRuleResult.add_member(:result, Shapes::ShapeRef.new(shape: DataQualityRuleResultStatus, location_name: "Result"))
2473
2504
  DataQualityRuleResult.add_member(:evaluated_metrics, Shapes::ShapeRef.new(shape: EvaluatedMetricsMap, location_name: "EvaluatedMetrics"))
2474
2505
  DataQualityRuleResult.struct_class = Types::DataQualityRuleResult
@@ -3152,6 +3183,8 @@ module Aws::Glue
3152
3183
  GetDataQualityResultResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
3153
3184
  GetDataQualityResultResponse.add_member(:ruleset_evaluation_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RulesetEvaluationRunId"))
3154
3185
  GetDataQualityResultResponse.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
3186
+ GetDataQualityResultResponse.add_member(:analyzer_results, Shapes::ShapeRef.new(shape: DataQualityAnalyzerResults, location_name: "AnalyzerResults"))
3187
+ GetDataQualityResultResponse.add_member(:observations, Shapes::ShapeRef.new(shape: DataQualityObservations, location_name: "Observations"))
3155
3188
  GetDataQualityResultResponse.struct_class = Types::GetDataQualityResultResponse
3156
3189
 
3157
3190
  GetDataQualityRuleRecommendationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
@@ -4309,6 +4342,11 @@ module Aws::Glue
4309
4342
 
4310
4343
  MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
4311
4344
 
4345
+ MetricBasedObservation.add_member(:metric_name, Shapes::ShapeRef.new(shape: NameString, location_name: "MetricName"))
4346
+ MetricBasedObservation.add_member(:metric_values, Shapes::ShapeRef.new(shape: DataQualityMetricValues, location_name: "MetricValues"))
4347
+ MetricBasedObservation.add_member(:new_rules, Shapes::ShapeRef.new(shape: NewRules, location_name: "NewRules"))
4348
+ MetricBasedObservation.struct_class = Types::MetricBasedObservation
4349
+
4312
4350
  MicrosoftSQLServerCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4313
4351
  MicrosoftSQLServerCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
4314
4352
  MicrosoftSQLServerCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
@@ -4340,6 +4378,8 @@ module Aws::Glue
4340
4378
 
4341
4379
  NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
4342
4380
 
4381
+ NewRules.member = Shapes::ShapeRef.new(shape: NameString)
4382
+
4343
4383
  NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
4344
4384
  NoScheduleException.struct_class = Types::NoScheduleException
4345
4385
 
@@ -25,16 +25,17 @@ module Aws::Glue
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -6160,6 +6160,35 @@ module Aws::Glue
6160
6160
  include Aws::Structure
6161
6161
  end
6162
6162
 
6163
+ # Describes the result of the evaluation of a data quality analyzer.
6164
+ #
6165
+ # @!attribute [rw] name
6166
+ # The name of the data quality analyzer.
6167
+ # @return [String]
6168
+ #
6169
+ # @!attribute [rw] description
6170
+ # A description of the data quality analyzer.
6171
+ # @return [String]
6172
+ #
6173
+ # @!attribute [rw] evaluation_message
6174
+ # An evaluation message.
6175
+ # @return [String]
6176
+ #
6177
+ # @!attribute [rw] evaluated_metrics
6178
+ # A map of metrics associated with the evaluation of the analyzer.
6179
+ # @return [Hash<String,Float>]
6180
+ #
6181
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityAnalyzerResult AWS API Documentation
6182
+ #
6183
+ class DataQualityAnalyzerResult < Struct.new(
6184
+ :name,
6185
+ :description,
6186
+ :evaluation_message,
6187
+ :evaluated_metrics)
6188
+ SENSITIVE = []
6189
+ include Aws::Structure
6190
+ end
6191
+
6163
6192
  # Additional run options you can specify for an evaluation run.
6164
6193
  #
6165
6194
  # @!attribute [rw] cloud_watch_metrics_enabled
@@ -6179,6 +6208,60 @@ module Aws::Glue
6179
6208
  include Aws::Structure
6180
6209
  end
6181
6210
 
6211
+ # Describes the data quality metric value according to the analysis of
6212
+ # historical data.
6213
+ #
6214
+ # @!attribute [rw] actual_value
6215
+ # The actual value of the data quality metric.
6216
+ # @return [Float]
6217
+ #
6218
+ # @!attribute [rw] expected_value
6219
+ # The expected value of the data quality metric according to the
6220
+ # analysis of historical data.
6221
+ # @return [Float]
6222
+ #
6223
+ # @!attribute [rw] lower_limit
6224
+ # The lower limit of the data quality metric value according to the
6225
+ # analysis of historical data.
6226
+ # @return [Float]
6227
+ #
6228
+ # @!attribute [rw] upper_limit
6229
+ # The upper limit of the data quality metric value according to the
6230
+ # analysis of historical data.
6231
+ # @return [Float]
6232
+ #
6233
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityMetricValues AWS API Documentation
6234
+ #
6235
+ class DataQualityMetricValues < Struct.new(
6236
+ :actual_value,
6237
+ :expected_value,
6238
+ :lower_limit,
6239
+ :upper_limit)
6240
+ SENSITIVE = []
6241
+ include Aws::Structure
6242
+ end
6243
+
6244
+ # Describes the observation generated after evaluating the rules and
6245
+ # analyzers.
6246
+ #
6247
+ # @!attribute [rw] description
6248
+ # A description of the data quality observation.
6249
+ # @return [String]
6250
+ #
6251
+ # @!attribute [rw] metric_based_observation
6252
+ # An object of type `MetricBasedObservation` representing the
6253
+ # observation that is based on evaluated data quality metrics.
6254
+ # @return [Types::MetricBasedObservation]
6255
+ #
6256
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityObservation AWS API Documentation
6257
+ #
6258
+ class DataQualityObservation < Struct.new(
6259
+ :description,
6260
+ :metric_based_observation)
6261
+ SENSITIVE = []
6262
+ include Aws::Structure
6263
+ end
6264
+
6182
6265
  # Describes a data quality result.
6183
6266
  #
6184
6267
  # @!attribute [rw] result_id
@@ -6231,6 +6314,16 @@ module Aws::Glue
6231
6314
  # for each rule.
6232
6315
  # @return [Array<Types::DataQualityRuleResult>]
6233
6316
  #
6317
+ # @!attribute [rw] analyzer_results
6318
+ # A list of `DataQualityAnalyzerResult` objects representing the
6319
+ # results for each analyzer.
6320
+ # @return [Array<Types::DataQualityAnalyzerResult>]
6321
+ #
6322
+ # @!attribute [rw] observations
6323
+ # A list of `DataQualityObservation` objects representing the
6324
+ # observations generated after evaluating the rules and analyzers.
6325
+ # @return [Array<Types::DataQualityObservation>]
6326
+ #
6234
6327
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityResult AWS API Documentation
6235
6328
  #
6236
6329
  class DataQualityResult < Struct.new(
@@ -6244,7 +6337,9 @@ module Aws::Glue
6244
6337
  :job_name,
6245
6338
  :job_run_id,
6246
6339
  :ruleset_evaluation_run_id,
6247
- :rule_results)
6340
+ :rule_results,
6341
+ :analyzer_results,
6342
+ :observations)
6248
6343
  SENSITIVE = []
6249
6344
  include Aws::Structure
6250
6345
  end
@@ -9527,6 +9622,16 @@ module Aws::Glue
9527
9622
  # for each rule.
9528
9623
  # @return [Array<Types::DataQualityRuleResult>]
9529
9624
  #
9625
+ # @!attribute [rw] analyzer_results
9626
+ # A list of `DataQualityAnalyzerResult` objects representing the
9627
+ # results for each analyzer.
9628
+ # @return [Array<Types::DataQualityAnalyzerResult>]
9629
+ #
9630
+ # @!attribute [rw] observations
9631
+ # A list of `DataQualityObservation` objects representing the
9632
+ # observations generated after evaluating the rules and analyzers.
9633
+ # @return [Array<Types::DataQualityObservation>]
9634
+ #
9530
9635
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityResultResponse AWS API Documentation
9531
9636
  #
9532
9637
  class GetDataQualityResultResponse < Struct.new(
@@ -9540,7 +9645,9 @@ module Aws::Glue
9540
9645
  :job_name,
9541
9646
  :job_run_id,
9542
9647
  :ruleset_evaluation_run_id,
9543
- :rule_results)
9648
+ :rule_results,
9649
+ :analyzer_results,
9650
+ :observations)
9544
9651
  SENSITIVE = []
9545
9652
  include Aws::Structure
9546
9653
  end
@@ -15744,6 +15851,34 @@ module Aws::Glue
15744
15851
  include Aws::Structure
15745
15852
  end
15746
15853
 
15854
+ # Describes the metric based observation generated based on evaluated
15855
+ # data quality metrics.
15856
+ #
15857
+ # @!attribute [rw] metric_name
15858
+ # The name of the data quality metric used for generating the
15859
+ # observation.
15860
+ # @return [String]
15861
+ #
15862
+ # @!attribute [rw] metric_values
15863
+ # An object of type `DataQualityMetricValues` representing the
15864
+ # analysis of the data quality metric value.
15865
+ # @return [Types::DataQualityMetricValues]
15866
+ #
15867
+ # @!attribute [rw] new_rules
15868
+ # A list of new data quality rules generated as part of the
15869
+ # observation based on the data quality metric value.
15870
+ # @return [Array<String>]
15871
+ #
15872
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MetricBasedObservation AWS API Documentation
15873
+ #
15874
+ class MetricBasedObservation < Struct.new(
15875
+ :metric_name,
15876
+ :metric_values,
15877
+ :new_rules)
15878
+ SENSITIVE = []
15879
+ include Aws::Structure
15880
+ end
15881
+
15747
15882
  # Specifies a Microsoft SQL server data source in the Glue Data Catalog.
15748
15883
  #
15749
15884
  # @!attribute [rw] name
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.162.0'
55
+ GEM_VERSION = '1.164.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.162.0
4
+ version: 1.164.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core