aws-sdk-glue 1.220.0 → 1.222.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f241eaf494b8c5b420b5116a1d59915afe4af6fcc53f58bc1c639035c3ac78e
4
- data.tar.gz: 6f7f53b5e9bb40ec6937c8f13cd45b343a61bae1a811fcb7eddbd16ccbcdbfd7
3
+ metadata.gz: 06ff978a27f19ad72933805d99570e2f2d1bd04bd2fd44497964be6b471566af
4
+ data.tar.gz: 388917bf2360aca50ef34a5e7f23b91adc9aa561a1023bf7547bcf5976f97843
5
5
  SHA512:
6
- metadata.gz: 8945853fca052d6567ef7d48d357950ee170941e6037d9f66e42292a01706a0abf5316dcfa012ceb992eaea8e36e6f1e45d31aaa9f81b4559a0aa3f11ee4951e
7
- data.tar.gz: a11c3f54cd4003f6832480ff92091363e46c9c5f8a24a4d1d2d1aa8c839d376fe0cab9b2f229e9e70d4bb8af43c3b8e2ce15d6162406637efcb18960942c0cc1
6
+ metadata.gz: 6dc8b1ca9603603c6ab425215ef410b2b9ad40a38c08e9fbd3fd3f411d449e6b8b576cc4e9c342509683723f40124d253787a51e16a3f70ffa4585acbc63015e
7
+ data.tar.gz: 4c42d23f17eafe8d4d1b1a801626152176a3524eef33ab977b0564813358902e1d73cfddbd865a1a1a1a8e9bdc5cad4151c8da60757b82d09b604a46b9d9f1f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.222.0 (2025-06-23)
5
+ ------------------
6
+
7
+ * Feature - AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack.
8
+
9
+ 1.221.0 (2025-06-20)
10
+ ------------------
11
+
12
+ * Feature - AWS Glue Data Quality now provides aggregated metrics in evaluation results when publishAggregatedMetrics with row-level results are enabled. These metrics include summary statistics showing total counts of processed, passed, and failed rows and rules in a single view.
13
+
4
14
  1.220.0 (2025-06-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.220.0
1
+ 1.222.0
@@ -1028,6 +1028,8 @@ module Aws::Glue
1028
1028
  # resp.results[0].rule_results[0].evaluated_metrics #=> Hash
1029
1029
  # resp.results[0].rule_results[0].evaluated_metrics["NameString"] #=> Float
1030
1030
  # resp.results[0].rule_results[0].evaluated_rule #=> String
1031
+ # resp.results[0].rule_results[0].rule_metrics #=> Hash
1032
+ # resp.results[0].rule_results[0].rule_metrics["NameString"] #=> Float
1031
1033
  # resp.results[0].analyzer_results #=> Array
1032
1034
  # resp.results[0].analyzer_results[0].name #=> String
1033
1035
  # resp.results[0].analyzer_results[0].description #=> String
@@ -1044,6 +1046,12 @@ module Aws::Glue
1044
1046
  # resp.results[0].observations[0].metric_based_observation.metric_values.upper_limit #=> Float
1045
1047
  # resp.results[0].observations[0].metric_based_observation.new_rules #=> Array
1046
1048
  # resp.results[0].observations[0].metric_based_observation.new_rules[0] #=> String
1049
+ # resp.results[0].aggregated_metrics.total_rows_processed #=> Float
1050
+ # resp.results[0].aggregated_metrics.total_rows_passed #=> Float
1051
+ # resp.results[0].aggregated_metrics.total_rows_failed #=> Float
1052
+ # resp.results[0].aggregated_metrics.total_rules_processed #=> Float
1053
+ # resp.results[0].aggregated_metrics.total_rules_passed #=> Float
1054
+ # resp.results[0].aggregated_metrics.total_rules_failed #=> Float
1047
1055
  # resp.results_not_found #=> Array
1048
1056
  # resp.results_not_found[0] #=> String
1049
1057
  #
@@ -2235,6 +2243,7 @@ module Aws::Glue
2235
2243
  # resp.table_optimizers[0].table_optimizer.configuration.role_arn #=> String
2236
2244
  # resp.table_optimizers[0].table_optimizer.configuration.enabled #=> Boolean
2237
2245
  # resp.table_optimizers[0].table_optimizer.configuration.vpc_configuration.glue_connection_name #=> String
2246
+ # resp.table_optimizers[0].table_optimizer.configuration.compaction_configuration.iceberg_configuration.strategy #=> String, one of "binpack", "sort", "z-order"
2238
2247
  # resp.table_optimizers[0].table_optimizer.configuration.retention_configuration.iceberg_configuration.snapshot_retention_period_in_days #=> Integer
2239
2248
  # resp.table_optimizers[0].table_optimizer.configuration.retention_configuration.iceberg_configuration.number_of_snapshots_to_retain #=> Integer
2240
2249
  # resp.table_optimizers[0].table_optimizer.configuration.retention_configuration.iceberg_configuration.clean_expired_files #=> Boolean
@@ -2253,6 +2262,7 @@ module Aws::Glue
2253
2262
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.dpu_hours #=> Float
2254
2263
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
2255
2264
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
2265
+ # resp.table_optimizers[0].table_optimizer.last_run.compaction_strategy #=> String, one of "binpack", "sort", "z-order"
2256
2266
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
2257
2267
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
2258
2268
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
@@ -5307,6 +5317,11 @@ module Aws::Glue
5307
5317
  # vpc_configuration: {
5308
5318
  # glue_connection_name: "glueConnectionNameString",
5309
5319
  # },
5320
+ # compaction_configuration: {
5321
+ # iceberg_configuration: {
5322
+ # strategy: "binpack", # accepts binpack, sort, z-order
5323
+ # },
5324
+ # },
5310
5325
  # retention_configuration: {
5311
5326
  # iceberg_configuration: {
5312
5327
  # snapshot_retention_period_in_days: 1,
@@ -8424,6 +8439,7 @@ module Aws::Glue
8424
8439
  # * {Types::GetDataQualityResultResponse#rule_results #rule_results} => Array<Types::DataQualityRuleResult>
8425
8440
  # * {Types::GetDataQualityResultResponse#analyzer_results #analyzer_results} => Array<Types::DataQualityAnalyzerResult>
8426
8441
  # * {Types::GetDataQualityResultResponse#observations #observations} => Array<Types::DataQualityObservation>
8442
+ # * {Types::GetDataQualityResultResponse#aggregated_metrics #aggregated_metrics} => Types::DataQualityAggregatedMetrics
8427
8443
  #
8428
8444
  # @example Request syntax with placeholder values
8429
8445
  #
@@ -8457,6 +8473,8 @@ module Aws::Glue
8457
8473
  # resp.rule_results[0].evaluated_metrics #=> Hash
8458
8474
  # resp.rule_results[0].evaluated_metrics["NameString"] #=> Float
8459
8475
  # resp.rule_results[0].evaluated_rule #=> String
8476
+ # resp.rule_results[0].rule_metrics #=> Hash
8477
+ # resp.rule_results[0].rule_metrics["NameString"] #=> Float
8460
8478
  # resp.analyzer_results #=> Array
8461
8479
  # resp.analyzer_results[0].name #=> String
8462
8480
  # resp.analyzer_results[0].description #=> String
@@ -8473,6 +8491,12 @@ module Aws::Glue
8473
8491
  # resp.observations[0].metric_based_observation.metric_values.upper_limit #=> Float
8474
8492
  # resp.observations[0].metric_based_observation.new_rules #=> Array
8475
8493
  # resp.observations[0].metric_based_observation.new_rules[0] #=> String
8494
+ # resp.aggregated_metrics.total_rows_processed #=> Float
8495
+ # resp.aggregated_metrics.total_rows_passed #=> Float
8496
+ # resp.aggregated_metrics.total_rows_failed #=> Float
8497
+ # resp.aggregated_metrics.total_rules_processed #=> Float
8498
+ # resp.aggregated_metrics.total_rules_passed #=> Float
8499
+ # resp.aggregated_metrics.total_rules_failed #=> Float
8476
8500
  #
8477
8501
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityResult AWS API Documentation
8478
8502
  #
@@ -12920,6 +12944,7 @@ module Aws::Glue
12920
12944
  # resp.table_optimizer.configuration.role_arn #=> String
12921
12945
  # resp.table_optimizer.configuration.enabled #=> Boolean
12922
12946
  # resp.table_optimizer.configuration.vpc_configuration.glue_connection_name #=> String
12947
+ # resp.table_optimizer.configuration.compaction_configuration.iceberg_configuration.strategy #=> String, one of "binpack", "sort", "z-order"
12923
12948
  # resp.table_optimizer.configuration.retention_configuration.iceberg_configuration.snapshot_retention_period_in_days #=> Integer
12924
12949
  # resp.table_optimizer.configuration.retention_configuration.iceberg_configuration.number_of_snapshots_to_retain #=> Integer
12925
12950
  # resp.table_optimizer.configuration.retention_configuration.iceberg_configuration.clean_expired_files #=> Boolean
@@ -12938,6 +12963,7 @@ module Aws::Glue
12938
12963
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.dpu_hours #=> Float
12939
12964
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
12940
12965
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
12966
+ # resp.table_optimizer.last_run.compaction_strategy #=> String, one of "binpack", "sort", "z-order"
12941
12967
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
12942
12968
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
12943
12969
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
@@ -16123,6 +16149,7 @@ module Aws::Glue
16123
16149
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.dpu_hours #=> Float
16124
16150
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
16125
16151
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
16152
+ # resp.table_optimizer_runs[0].compaction_strategy #=> String, one of "binpack", "sort", "z-order"
16126
16153
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
16127
16154
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
16128
16155
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
@@ -19997,6 +20024,11 @@ module Aws::Glue
19997
20024
  # vpc_configuration: {
19998
20025
  # glue_connection_name: "glueConnectionNameString",
19999
20026
  # },
20027
+ # compaction_configuration: {
20028
+ # iceberg_configuration: {
20029
+ # strategy: "binpack", # accepts binpack, sort, z-order
20030
+ # },
20031
+ # },
20000
20032
  # retention_configuration: {
20001
20033
  # iceberg_configuration: {
20002
20034
  # snapshot_retention_period_in_days: 1,
@@ -20289,7 +20321,7 @@ module Aws::Glue
20289
20321
  tracer: tracer
20290
20322
  )
20291
20323
  context[:gem_name] = 'aws-sdk-glue'
20292
- context[:gem_version] = '1.220.0'
20324
+ context[:gem_version] = '1.222.0'
20293
20325
  Seahorse::Client::Request.new(handlers, context)
20294
20326
  end
20295
20327
 
@@ -225,7 +225,9 @@ module Aws::Glue
225
225
  ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
226
226
  CommentString = Shapes::StringShape.new(name: 'CommentString')
227
227
  CommitIdString = Shapes::StringShape.new(name: 'CommitIdString')
228
+ CompactionConfiguration = Shapes::StructureShape.new(name: 'CompactionConfiguration')
228
229
  CompactionMetrics = Shapes::StructureShape.new(name: 'CompactionMetrics')
230
+ CompactionStrategy = Shapes::StringShape.new(name: 'CompactionStrategy')
229
231
  Comparator = Shapes::StringShape.new(name: 'Comparator')
230
232
  Compatibility = Shapes::StringShape.new(name: 'Compatibility')
231
233
  CompressionType = Shapes::StringShape.new(name: 'CompressionType')
@@ -392,6 +394,7 @@ module Aws::Glue
392
394
  DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
393
395
  DataOperation = Shapes::StringShape.new(name: 'DataOperation')
394
396
  DataOperations = Shapes::ListShape.new(name: 'DataOperations')
397
+ DataQualityAggregatedMetrics = Shapes::StructureShape.new(name: 'DataQualityAggregatedMetrics')
395
398
  DataQualityAnalyzerResult = Shapes::StructureShape.new(name: 'DataQualityAnalyzerResult')
396
399
  DataQualityAnalyzerResults = Shapes::ListShape.new(name: 'DataQualityAnalyzerResults')
397
400
  DataQualityEncryption = Shapes::StructureShape.new(name: 'DataQualityEncryption')
@@ -795,6 +798,7 @@ module Aws::Glue
795
798
  HudiTargetList = Shapes::ListShape.new(name: 'HudiTargetList')
796
799
  HyperTargetCompressionType = Shapes::StringShape.new(name: 'HyperTargetCompressionType')
797
800
  IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
801
+ IcebergCompactionConfiguration = Shapes::StructureShape.new(name: 'IcebergCompactionConfiguration')
798
802
  IcebergCompactionMetrics = Shapes::StructureShape.new(name: 'IcebergCompactionMetrics')
799
803
  IcebergInput = Shapes::StructureShape.new(name: 'IcebergInput')
800
804
  IcebergOrphanFileDeletionConfiguration = Shapes::StructureShape.new(name: 'IcebergOrphanFileDeletionConfiguration')
@@ -1185,6 +1189,7 @@ module Aws::Glue
1185
1189
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
1186
1190
  RoleString = Shapes::StringShape.new(name: 'RoleString')
1187
1191
  RowTag = Shapes::StringShape.new(name: 'RowTag')
1192
+ RuleMetricsMap = Shapes::MapShape.new(name: 'RuleMetricsMap')
1188
1193
  RulesetNames = Shapes::ListShape.new(name: 'RulesetNames')
1189
1194
  RunId = Shapes::StringShape.new(name: 'RunId')
1190
1195
  RunIdentifier = Shapes::StructureShape.new(name: 'RunIdentifier')
@@ -2325,6 +2330,9 @@ module Aws::Glue
2325
2330
 
2326
2331
  ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
2327
2332
 
2333
+ CompactionConfiguration.add_member(:iceberg_configuration, Shapes::ShapeRef.new(shape: IcebergCompactionConfiguration, location_name: "icebergConfiguration"))
2334
+ CompactionConfiguration.struct_class = Types::CompactionConfiguration
2335
+
2328
2336
  CompactionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergCompactionMetrics, location_name: "IcebergMetrics"))
2329
2337
  CompactionMetrics.struct_class = Types::CompactionMetrics
2330
2338
 
@@ -3051,6 +3059,14 @@ module Aws::Glue
3051
3059
 
3052
3060
  DataOperations.member = Shapes::ShapeRef.new(shape: DataOperation)
3053
3061
 
3062
+ DataQualityAggregatedMetrics.add_member(:total_rows_processed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRowsProcessed"))
3063
+ DataQualityAggregatedMetrics.add_member(:total_rows_passed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRowsPassed"))
3064
+ DataQualityAggregatedMetrics.add_member(:total_rows_failed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRowsFailed"))
3065
+ DataQualityAggregatedMetrics.add_member(:total_rules_processed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRulesProcessed"))
3066
+ DataQualityAggregatedMetrics.add_member(:total_rules_passed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRulesPassed"))
3067
+ DataQualityAggregatedMetrics.add_member(:total_rules_failed, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "TotalRulesFailed"))
3068
+ DataQualityAggregatedMetrics.struct_class = Types::DataQualityAggregatedMetrics
3069
+
3054
3070
  DataQualityAnalyzerResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
3055
3071
  DataQualityAnalyzerResult.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "Description"))
3056
3072
  DataQualityAnalyzerResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
@@ -3094,6 +3110,7 @@ module Aws::Glue
3094
3110
  DataQualityResult.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
3095
3111
  DataQualityResult.add_member(:analyzer_results, Shapes::ShapeRef.new(shape: DataQualityAnalyzerResults, location_name: "AnalyzerResults"))
3096
3112
  DataQualityResult.add_member(:observations, Shapes::ShapeRef.new(shape: DataQualityObservations, location_name: "Observations"))
3113
+ DataQualityResult.add_member(:aggregated_metrics, Shapes::ShapeRef.new(shape: DataQualityAggregatedMetrics, location_name: "AggregatedMetrics"))
3097
3114
  DataQualityResult.struct_class = Types::DataQualityResult
3098
3115
 
3099
3116
  DataQualityResultDescription.add_member(:result_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ResultId"))
@@ -3137,6 +3154,7 @@ module Aws::Glue
3137
3154
  DataQualityRuleResult.add_member(:result, Shapes::ShapeRef.new(shape: DataQualityRuleResultStatus, location_name: "Result"))
3138
3155
  DataQualityRuleResult.add_member(:evaluated_metrics, Shapes::ShapeRef.new(shape: EvaluatedMetricsMap, location_name: "EvaluatedMetrics"))
3139
3156
  DataQualityRuleResult.add_member(:evaluated_rule, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluatedRule"))
3157
+ DataQualityRuleResult.add_member(:rule_metrics, Shapes::ShapeRef.new(shape: RuleMetricsMap, location_name: "RuleMetrics"))
3140
3158
  DataQualityRuleResult.struct_class = Types::DataQualityRuleResult
3141
3159
 
3142
3160
  DataQualityRuleResults.member = Shapes::ShapeRef.new(shape: DataQualityRuleResult)
@@ -4004,6 +4022,7 @@ module Aws::Glue
4004
4022
  GetDataQualityResultResponse.add_member(:rule_results, Shapes::ShapeRef.new(shape: DataQualityRuleResults, location_name: "RuleResults"))
4005
4023
  GetDataQualityResultResponse.add_member(:analyzer_results, Shapes::ShapeRef.new(shape: DataQualityAnalyzerResults, location_name: "AnalyzerResults"))
4006
4024
  GetDataQualityResultResponse.add_member(:observations, Shapes::ShapeRef.new(shape: DataQualityObservations, location_name: "Observations"))
4025
+ GetDataQualityResultResponse.add_member(:aggregated_metrics, Shapes::ShapeRef.new(shape: DataQualityAggregatedMetrics, location_name: "AggregatedMetrics"))
4007
4026
  GetDataQualityResultResponse.struct_class = Types::GetDataQualityResultResponse
4008
4027
 
4009
4028
  GetDataQualityRuleRecommendationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
@@ -4661,6 +4680,9 @@ module Aws::Glue
4661
4680
 
4662
4681
  HudiTargetList.member = Shapes::ShapeRef.new(shape: HudiTarget)
4663
4682
 
4683
+ IcebergCompactionConfiguration.add_member(:strategy, Shapes::ShapeRef.new(shape: CompactionStrategy, location_name: "strategy"))
4684
+ IcebergCompactionConfiguration.struct_class = Types::IcebergCompactionConfiguration
4685
+
4664
4686
  IcebergCompactionMetrics.add_member(:number_of_bytes_compacted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfBytesCompacted"))
4665
4687
  IcebergCompactionMetrics.add_member(:number_of_files_compacted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfFilesCompacted"))
4666
4688
  IcebergCompactionMetrics.add_member(:dpu_hours, Shapes::ShapeRef.new(shape: dpuHours, location_name: "DpuHours"))
@@ -5891,6 +5913,9 @@ module Aws::Glue
5891
5913
  RetentionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergRetentionMetrics, location_name: "IcebergMetrics"))
5892
5914
  RetentionMetrics.struct_class = Types::RetentionMetrics
5893
5915
 
5916
+ RuleMetricsMap.key = Shapes::ShapeRef.new(shape: NameString)
5917
+ RuleMetricsMap.value = Shapes::ShapeRef.new(shape: NullableDouble)
5918
+
5894
5919
  RulesetNames.member = Shapes::ShapeRef.new(shape: NameString)
5895
5920
 
5896
5921
  RunIdentifier.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
@@ -6688,6 +6713,7 @@ module Aws::Glue
6688
6713
  TableOptimizerConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "roleArn"))
6689
6714
  TableOptimizerConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enabled"))
6690
6715
  TableOptimizerConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: TableOptimizerVpcConfiguration, location_name: "vpcConfiguration"))
6716
+ TableOptimizerConfiguration.add_member(:compaction_configuration, Shapes::ShapeRef.new(shape: CompactionConfiguration, location_name: "compactionConfiguration"))
6691
6717
  TableOptimizerConfiguration.add_member(:retention_configuration, Shapes::ShapeRef.new(shape: RetentionConfiguration, location_name: "retentionConfiguration"))
6692
6718
  TableOptimizerConfiguration.add_member(:orphan_file_deletion_configuration, Shapes::ShapeRef.new(shape: OrphanFileDeletionConfiguration, location_name: "orphanFileDeletionConfiguration"))
6693
6719
  TableOptimizerConfiguration.struct_class = Types::TableOptimizerConfiguration
@@ -6698,6 +6724,7 @@ module Aws::Glue
6698
6724
  TableOptimizerRun.add_member(:metrics, Shapes::ShapeRef.new(shape: RunMetrics, deprecated: true, location_name: "metrics", metadata: {"deprecatedMessage" => "Metrics has been replaced by optimizer type specific metrics such as IcebergCompactionMetrics"}))
6699
6725
  TableOptimizerRun.add_member(:error, Shapes::ShapeRef.new(shape: MessageString, location_name: "error"))
6700
6726
  TableOptimizerRun.add_member(:compaction_metrics, Shapes::ShapeRef.new(shape: CompactionMetrics, location_name: "compactionMetrics"))
6727
+ TableOptimizerRun.add_member(:compaction_strategy, Shapes::ShapeRef.new(shape: CompactionStrategy, location_name: "compactionStrategy"))
6701
6728
  TableOptimizerRun.add_member(:retention_metrics, Shapes::ShapeRef.new(shape: RetentionMetrics, location_name: "retentionMetrics"))
6702
6729
  TableOptimizerRun.add_member(:orphan_file_deletion_metrics, Shapes::ShapeRef.new(shape: OrphanFileDeletionMetrics, location_name: "orphanFileDeletionMetrics"))
6703
6730
  TableOptimizerRun.struct_class = Types::TableOptimizerRun
@@ -3423,6 +3423,22 @@ module Aws::Glue
3423
3423
  include Aws::Structure
3424
3424
  end
3425
3425
 
3426
+ # The configuration for a compaction optimizer. This configuration
3427
+ # defines how data files in your table will be compacted to improve
3428
+ # query performance and reduce storage costs.
3429
+ #
3430
+ # @!attribute [rw] iceberg_configuration
3431
+ # The configuration for an Iceberg compaction optimizer.
3432
+ # @return [Types::IcebergCompactionConfiguration]
3433
+ #
3434
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CompactionConfiguration AWS API Documentation
3435
+ #
3436
+ class CompactionConfiguration < Struct.new(
3437
+ :iceberg_configuration)
3438
+ SENSITIVE = []
3439
+ include Aws::Structure
3440
+ end
3441
+
3426
3442
  # A structure that contains compaction metrics for the optimizer run.
3427
3443
  #
3428
3444
  # @!attribute [rw] iceberg_metrics
@@ -5285,6 +5301,8 @@ module Aws::Glue
5285
5301
  include Aws::Structure
5286
5302
  end
5287
5303
 
5304
+ # A request to create a data quality ruleset.
5305
+ #
5288
5306
  # @!attribute [rw] name
5289
5307
  # A unique name for the data quality ruleset.
5290
5308
  # @return [String]
@@ -7623,6 +7641,51 @@ module Aws::Glue
7623
7641
  include Aws::Structure
7624
7642
  end
7625
7643
 
7644
+ # A summary of metrics showing the total counts of processed rows and
7645
+ # rules, including their pass/fail statistics based on row-level
7646
+ # results.
7647
+ #
7648
+ # @!attribute [rw] total_rows_processed
7649
+ # The total number of rows that were processed during the data quality
7650
+ # evaluation.
7651
+ # @return [Float]
7652
+ #
7653
+ # @!attribute [rw] total_rows_passed
7654
+ # The total number of rows that passed all applicable data quality
7655
+ # rules.
7656
+ # @return [Float]
7657
+ #
7658
+ # @!attribute [rw] total_rows_failed
7659
+ # The total number of rows that failed one or more data quality rules.
7660
+ # @return [Float]
7661
+ #
7662
+ # @!attribute [rw] total_rules_processed
7663
+ # The total number of data quality rules that were evaluated.
7664
+ # @return [Float]
7665
+ #
7666
+ # @!attribute [rw] total_rules_passed
7667
+ # The total number of data quality rules that passed their evaluation
7668
+ # criteria.
7669
+ # @return [Float]
7670
+ #
7671
+ # @!attribute [rw] total_rules_failed
7672
+ # The total number of data quality rules that failed their evaluation
7673
+ # criteria.
7674
+ # @return [Float]
7675
+ #
7676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityAggregatedMetrics AWS API Documentation
7677
+ #
7678
+ class DataQualityAggregatedMetrics < Struct.new(
7679
+ :total_rows_processed,
7680
+ :total_rows_passed,
7681
+ :total_rows_failed,
7682
+ :total_rules_processed,
7683
+ :total_rules_passed,
7684
+ :total_rules_failed)
7685
+ SENSITIVE = []
7686
+ include Aws::Structure
7687
+ end
7688
+
7626
7689
  # Describes the result of the evaluation of a data quality analyzer.
7627
7690
  #
7628
7691
  # @!attribute [rw] name
@@ -7822,6 +7885,12 @@ module Aws::Glue
7822
7885
  # observations generated after evaluating the rules and analyzers.
7823
7886
  # @return [Array<Types::DataQualityObservation>]
7824
7887
  #
7888
+ # @!attribute [rw] aggregated_metrics
7889
+ # A summary of `DataQualityAggregatedMetrics` objects showing the
7890
+ # total counts of processed rows and rules, including their pass/fail
7891
+ # statistics based on row-level results.
7892
+ # @return [Types::DataQualityAggregatedMetrics]
7893
+ #
7825
7894
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityResult AWS API Documentation
7826
7895
  #
7827
7896
  class DataQualityResult < Struct.new(
@@ -7838,7 +7907,8 @@ module Aws::Glue
7838
7907
  :ruleset_evaluation_run_id,
7839
7908
  :rule_results,
7840
7909
  :analyzer_results,
7841
- :observations)
7910
+ :observations,
7911
+ :aggregated_metrics)
7842
7912
  SENSITIVE = []
7843
7913
  include Aws::Structure
7844
7914
  end
@@ -7991,6 +8061,11 @@ module Aws::Glue
7991
8061
  # The evaluated rule.
7992
8062
  # @return [String]
7993
8063
  #
8064
+ # @!attribute [rw] rule_metrics
8065
+ # A map containing metrics associated with the evaluation of the rule
8066
+ # based on row-level results.
8067
+ # @return [Hash<String,Float>]
8068
+ #
7994
8069
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityRuleResult AWS API Documentation
7995
8070
  #
7996
8071
  class DataQualityRuleResult < Struct.new(
@@ -7999,8 +8074,9 @@ module Aws::Glue
7999
8074
  :evaluation_message,
8000
8075
  :result,
8001
8076
  :evaluated_metrics,
8002
- :evaluated_rule)
8003
- SENSITIVE = [:description, :evaluation_message, :evaluated_metrics, :evaluated_rule]
8077
+ :evaluated_rule,
8078
+ :rule_metrics)
8079
+ SENSITIVE = [:description, :evaluation_message, :evaluated_metrics, :evaluated_rule, :rule_metrics]
8004
8080
  include Aws::Structure
8005
8081
  end
8006
8082
 
@@ -11930,6 +12006,8 @@ module Aws::Glue
11930
12006
  include Aws::Structure
11931
12007
  end
11932
12008
 
12009
+ # The response for the data quality result.
12010
+ #
11933
12011
  # @!attribute [rw] result_id
11934
12012
  # A unique result ID for the data quality result.
11935
12013
  # @return [String]
@@ -11994,6 +12072,12 @@ module Aws::Glue
11994
12072
  # observations generated after evaluating the rules and analyzers.
11995
12073
  # @return [Array<Types::DataQualityObservation>]
11996
12074
  #
12075
+ # @!attribute [rw] aggregated_metrics
12076
+ # A summary of `DataQualityAggregatedMetrics` objects showing the
12077
+ # total counts of processed rows and rules, including their pass/fail
12078
+ # statistics based on row-level results.
12079
+ # @return [Types::DataQualityAggregatedMetrics]
12080
+ #
11997
12081
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityResultResponse AWS API Documentation
11998
12082
  #
11999
12083
  class GetDataQualityResultResponse < Struct.new(
@@ -12010,7 +12094,8 @@ module Aws::Glue
12010
12094
  :ruleset_evaluation_run_id,
12011
12095
  :rule_results,
12012
12096
  :analyzer_results,
12013
- :observations)
12097
+ :observations,
12098
+ :aggregated_metrics)
12014
12099
  SENSITIVE = []
12015
12100
  include Aws::Structure
12016
12101
  end
@@ -12027,6 +12112,8 @@ module Aws::Glue
12027
12112
  include Aws::Structure
12028
12113
  end
12029
12114
 
12115
+ # The response for the Data Quality rule recommendation run.
12116
+ #
12030
12117
  # @!attribute [rw] run_id
12031
12118
  # The unique run identifier associated with this run.
12032
12119
  # @return [String]
@@ -12223,6 +12310,8 @@ module Aws::Glue
12223
12310
  include Aws::Structure
12224
12311
  end
12225
12312
 
12313
+ # Returns the data quality ruleset response.
12314
+ #
12226
12315
  # @!attribute [rw] name
12227
12316
  # The name of the ruleset.
12228
12317
  # @return [String]
@@ -15376,6 +15465,44 @@ module Aws::Glue
15376
15465
  include Aws::Structure
15377
15466
  end
15378
15467
 
15468
+ # The configuration for an Iceberg compaction optimizer. This
15469
+ # configuration defines parameters for optimizing the layout of data
15470
+ # files in Iceberg tables.
15471
+ #
15472
+ # @!attribute [rw] strategy
15473
+ # The strategy to use for compaction. Valid values are:
15474
+ #
15475
+ # * `binpack`: Combines small files into larger files, typically
15476
+ # targeting sizes over 100MB, while applying any pending deletes.
15477
+ # This is the recommended compaction strategy for most use cases.
15478
+ #
15479
+ # * `sort`: Organizes data based on specified columns which are sorted
15480
+ # hierarchically during compaction, improving query performance for
15481
+ # filtered operations. This strategy is recommended when your
15482
+ # queries frequently filter on specific columns. To use this
15483
+ # strategy, you must first define a sort order in your Iceberg table
15484
+ # properties using the `sort_order` table property.
15485
+ #
15486
+ # * `z-order`: Optimizes data organization by blending multiple
15487
+ # attributes into a single scalar value that can be used for
15488
+ # sorting, allowing efficient querying across multiple dimensions.
15489
+ # This strategy is recommended when you need to query data across
15490
+ # multiple dimensions simultaneously. To use this strategy, you must
15491
+ # first define a sort order in your Iceberg table properties using
15492
+ # the `sort_order` table property.
15493
+ #
15494
+ # If an input is not provided, the default value 'binpack' will be
15495
+ # used.
15496
+ # @return [String]
15497
+ #
15498
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IcebergCompactionConfiguration AWS API Documentation
15499
+ #
15500
+ class IcebergCompactionConfiguration < Struct.new(
15501
+ :strategy)
15502
+ SENSITIVE = []
15503
+ include Aws::Structure
15504
+ end
15505
+
15379
15506
  # Compaction metrics for Iceberg for the optimizer run.
15380
15507
  #
15381
15508
  # @!attribute [rw] number_of_bytes_compacted
@@ -24197,6 +24324,8 @@ module Aws::Glue
24197
24324
  #
24198
24325
  class StartCrawlerScheduleResponse < Aws::EmptyStructure; end
24199
24326
 
24327
+ # The request of the Data Quality rule recommendation request.
24328
+ #
24200
24329
  # @!attribute [rw] data_source
24201
24330
  # The data source (Glue table) associated with this run.
24202
24331
  # @return [Types::DataSource]
@@ -25676,6 +25805,12 @@ module Aws::Glue
25676
25805
  # that are in a customer VPC.
25677
25806
  # @return [Types::TableOptimizerVpcConfiguration]
25678
25807
  #
25808
+ # @!attribute [rw] compaction_configuration
25809
+ # The configuration for a compaction optimizer. This configuration
25810
+ # defines how data files in your table will be compacted to improve
25811
+ # query performance and reduce storage costs.
25812
+ # @return [Types::CompactionConfiguration]
25813
+ #
25679
25814
  # @!attribute [rw] retention_configuration
25680
25815
  # The configuration for a snapshot retention optimizer.
25681
25816
  # @return [Types::RetentionConfiguration]
@@ -25690,6 +25825,7 @@ module Aws::Glue
25690
25825
  :role_arn,
25691
25826
  :enabled,
25692
25827
  :vpc_configuration,
25828
+ :compaction_configuration,
25693
25829
  :retention_configuration,
25694
25830
  :orphan_file_deletion_configuration)
25695
25831
  SENSITIVE = []
@@ -25727,6 +25863,31 @@ module Aws::Glue
25727
25863
  # run.
25728
25864
  # @return [Types::CompactionMetrics]
25729
25865
  #
25866
+ # @!attribute [rw] compaction_strategy
25867
+ # The strategy used for the compaction run. Indicates which algorithm
25868
+ # was applied to determine how files were selected and combined during
25869
+ # the compaction process. Valid values are:
25870
+ #
25871
+ # * `binpack`: Combines small files into larger files, typically
25872
+ # targeting sizes over 100MB, while applying any pending deletes.
25873
+ # This is the recommended compaction strategy for most use cases.
25874
+ #
25875
+ # * `sort`: Organizes data based on specified columns which are sorted
25876
+ # hierarchically during compaction, improving query performance for
25877
+ # filtered operations. This strategy is recommended when your
25878
+ # queries frequently filter on specific columns. To use this
25879
+ # strategy, you must first define a sort order in your Iceberg table
25880
+ # properties using the `sort_order` table property.
25881
+ #
25882
+ # * `z-order`: Optimizes data organization by blending multiple
25883
+ # attributes into a single scalar value that can be used for
25884
+ # sorting, allowing efficient querying across multiple dimensions.
25885
+ # This strategy is recommended when you need to query data across
25886
+ # multiple dimensions simultaneously. To use this strategy, you must
25887
+ # first define a sort order in your Iceberg table properties using
25888
+ # the `sort_order` table property.
25889
+ # @return [String]
25890
+ #
25730
25891
  # @!attribute [rw] retention_metrics
25731
25892
  # A `RetentionMetrics` object containing metrics for the optimizer
25732
25893
  # run.
@@ -25746,6 +25907,7 @@ module Aws::Glue
25746
25907
  :metrics,
25747
25908
  :error,
25748
25909
  :compaction_metrics,
25910
+ :compaction_strategy,
25749
25911
  :retention_metrics,
25750
25912
  :orphan_file_deletion_metrics)
25751
25913
  SENSITIVE = []
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.220.0'
57
+ GEM_VERSION = '1.222.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -2635,6 +2635,11 @@ module Aws
2635
2635
  vpc_configuration: {
2636
2636
  glue_connection_name: ::String?
2637
2637
  }?,
2638
+ compaction_configuration: {
2639
+ iceberg_configuration: {
2640
+ strategy: ("binpack" | "sort" | "z-order")?
2641
+ }?
2642
+ }?,
2638
2643
  retention_configuration: {
2639
2644
  iceberg_configuration: {
2640
2645
  snapshot_retention_period_in_days: ::Integer?,
@@ -3461,6 +3466,7 @@ module Aws
3461
3466
  def rule_results: () -> ::Array[Types::DataQualityRuleResult]
3462
3467
  def analyzer_results: () -> ::Array[Types::DataQualityAnalyzerResult]
3463
3468
  def observations: () -> ::Array[Types::DataQualityObservation]
3469
+ def aggregated_metrics: () -> Types::DataQualityAggregatedMetrics
3464
3470
  end
3465
3471
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_data_quality_result-instance_method
3466
3472
  def get_data_quality_result: (
@@ -7575,6 +7581,11 @@ module Aws
7575
7581
  vpc_configuration: {
7576
7582
  glue_connection_name: ::String?
7577
7583
  }?,
7584
+ compaction_configuration: {
7585
+ iceberg_configuration: {
7586
+ strategy: ("binpack" | "sort" | "z-order")?
7587
+ }?
7588
+ }?,
7578
7589
  retention_configuration: {
7579
7590
  iceberg_configuration: {
7580
7591
  snapshot_retention_period_in_days: ::Integer?,
data/sig/types.rbs CHANGED
@@ -889,6 +889,11 @@ module Aws::Glue
889
889
  SENSITIVE: []
890
890
  end
891
891
 
892
+ class CompactionConfiguration
893
+ attr_accessor iceberg_configuration: Types::IcebergCompactionConfiguration
894
+ SENSITIVE: []
895
+ end
896
+
892
897
  class CompactionMetrics
893
898
  attr_accessor iceberg_metrics: Types::IcebergCompactionMetrics
894
899
  SENSITIVE: []
@@ -1727,6 +1732,16 @@ module Aws::Glue
1727
1732
  SENSITIVE: []
1728
1733
  end
1729
1734
 
1735
+ class DataQualityAggregatedMetrics
1736
+ attr_accessor total_rows_processed: ::Float
1737
+ attr_accessor total_rows_passed: ::Float
1738
+ attr_accessor total_rows_failed: ::Float
1739
+ attr_accessor total_rules_processed: ::Float
1740
+ attr_accessor total_rules_passed: ::Float
1741
+ attr_accessor total_rules_failed: ::Float
1742
+ SENSITIVE: []
1743
+ end
1744
+
1730
1745
  class DataQualityAnalyzerResult
1731
1746
  attr_accessor name: ::String
1732
1747
  attr_accessor description: ::String
@@ -1777,6 +1792,7 @@ module Aws::Glue
1777
1792
  attr_accessor rule_results: ::Array[Types::DataQualityRuleResult]
1778
1793
  attr_accessor analyzer_results: ::Array[Types::DataQualityAnalyzerResult]
1779
1794
  attr_accessor observations: ::Array[Types::DataQualityObservation]
1795
+ attr_accessor aggregated_metrics: Types::DataQualityAggregatedMetrics
1780
1796
  SENSITIVE: []
1781
1797
  end
1782
1798
 
@@ -1820,7 +1836,8 @@ module Aws::Glue
1820
1836
  attr_accessor result: ("PASS" | "FAIL" | "ERROR")
1821
1837
  attr_accessor evaluated_metrics: ::Hash[::String, ::Float]
1822
1838
  attr_accessor evaluated_rule: ::String
1823
- SENSITIVE: [:description, :evaluation_message, :evaluated_metrics, :evaluated_rule]
1839
+ attr_accessor rule_metrics: ::Hash[::String, ::Float]
1840
+ SENSITIVE: [:description, :evaluation_message, :evaluated_metrics, :evaluated_rule, :rule_metrics]
1824
1841
  end
1825
1842
 
1826
1843
  class DataQualityRulesetEvaluationRunDescription
@@ -2959,6 +2976,7 @@ module Aws::Glue
2959
2976
  attr_accessor rule_results: ::Array[Types::DataQualityRuleResult]
2960
2977
  attr_accessor analyzer_results: ::Array[Types::DataQualityAnalyzerResult]
2961
2978
  attr_accessor observations: ::Array[Types::DataQualityObservation]
2979
+ attr_accessor aggregated_metrics: Types::DataQualityAggregatedMetrics
2962
2980
  SENSITIVE: []
2963
2981
  end
2964
2982
 
@@ -3834,6 +3852,11 @@ module Aws::Glue
3834
3852
  SENSITIVE: []
3835
3853
  end
3836
3854
 
3855
+ class IcebergCompactionConfiguration
3856
+ attr_accessor strategy: ("binpack" | "sort" | "z-order")
3857
+ SENSITIVE: []
3858
+ end
3859
+
3837
3860
  class IcebergCompactionMetrics
3838
3861
  attr_accessor number_of_bytes_compacted: ::Integer
3839
3862
  attr_accessor number_of_files_compacted: ::Integer
@@ -6288,6 +6311,7 @@ module Aws::Glue
6288
6311
  attr_accessor role_arn: ::String
6289
6312
  attr_accessor enabled: bool
6290
6313
  attr_accessor vpc_configuration: Types::TableOptimizerVpcConfiguration
6314
+ attr_accessor compaction_configuration: Types::CompactionConfiguration
6291
6315
  attr_accessor retention_configuration: Types::RetentionConfiguration
6292
6316
  attr_accessor orphan_file_deletion_configuration: Types::OrphanFileDeletionConfiguration
6293
6317
  SENSITIVE: []
@@ -6300,6 +6324,7 @@ module Aws::Glue
6300
6324
  attr_accessor metrics: Types::RunMetrics
6301
6325
  attr_accessor error: ::String
6302
6326
  attr_accessor compaction_metrics: Types::CompactionMetrics
6327
+ attr_accessor compaction_strategy: ("binpack" | "sort" | "z-order")
6303
6328
  attr_accessor retention_metrics: Types::RetentionMetrics
6304
6329
  attr_accessor orphan_file_deletion_metrics: Types::OrphanFileDeletionMetrics
6305
6330
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.220.0
4
+ version: 1.222.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services