aws-sdk-glue 1.212.0 → 1.213.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: 4db97c2db74007717bf0a1b3f680c2bd520a5a0bb8c9e257cd183e15cfe7e9c7
4
- data.tar.gz: cc8f8a0b1471fde0eb91188825501454c6039adfcc66c77eea2899af8ba55727
3
+ metadata.gz: 58571d166c0d50797b085565a73dd65b048a74e9263af2fe2994bf08e9700d3e
4
+ data.tar.gz: 9e8d3c6b7f91cfecfa7b20f3161d82a80299311e7cfc12a9c4a3b012495ffffb
5
5
  SHA512:
6
- metadata.gz: 5f0754f16d1cd4cfddbbc6a8e283731871b719ef514b6c9ced534592052af189ce12813762a20058b45aa008193757dd7ad3a43d92af21b414d3a46d8c39aafe
7
- data.tar.gz: bd1dde27fbbaec36aab960ba064a89a01fc1a04084c78cfe6c6f252bb101ed959019d80d95a75e39d4b7a69429c33cca255f2443e86a6b64608951d88b9cd084
6
+ metadata.gz: 732b0b5344878fb90c11cf35d0574e372db9ca60afc8d857bae0ebad9df6bebc8820a2e6ead717e030478f72cf1b214bc3585c5e8e76bb918b70e4f87901bfc1
7
+ data.tar.gz: 4b4d8f0dd10c1506976e7b22ef5c2761ba56d04b05e3538875c615237e0abf529d1421a7148be9996781fe9ee22b0065896ff2ccd2445d176cc7ba3fea1cc564
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.213.0 (2025-04-09)
5
+ ------------------
6
+
7
+ * Feature - The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization.
8
+
4
9
  1.212.0 (2025-04-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.212.0
1
+ 1.213.0
@@ -2198,14 +2198,17 @@ module Aws::Glue
2198
2198
  # resp.table_optimizers[0].table_optimizer.last_run.error #=> String
2199
2199
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_bytes_compacted #=> Integer
2200
2200
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_files_compacted #=> Integer
2201
+ # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.dpu_hours #=> Float
2201
2202
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
2202
2203
  # resp.table_optimizers[0].table_optimizer.last_run.compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
2203
2204
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
2204
2205
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
2205
2206
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
2207
+ # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.dpu_hours #=> Float
2206
2208
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_dpus #=> Integer
2207
2209
  # resp.table_optimizers[0].table_optimizer.last_run.retention_metrics.iceberg_metrics.job_duration_in_hour #=> Float
2208
2210
  # resp.table_optimizers[0].table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.number_of_orphan_files_deleted #=> Integer
2211
+ # resp.table_optimizers[0].table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.dpu_hours #=> Float
2209
2212
  # resp.table_optimizers[0].table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.number_of_dpus #=> Integer
2210
2213
  # resp.table_optimizers[0].table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.job_duration_in_hour #=> Float
2211
2214
  # resp.failures #=> Array
@@ -12748,14 +12751,17 @@ module Aws::Glue
12748
12751
  # resp.table_optimizer.last_run.error #=> String
12749
12752
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_bytes_compacted #=> Integer
12750
12753
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_files_compacted #=> Integer
12754
+ # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.dpu_hours #=> Float
12751
12755
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
12752
12756
  # resp.table_optimizer.last_run.compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
12753
12757
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
12754
12758
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
12755
12759
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
12760
+ # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.dpu_hours #=> Float
12756
12761
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.number_of_dpus #=> Integer
12757
12762
  # resp.table_optimizer.last_run.retention_metrics.iceberg_metrics.job_duration_in_hour #=> Float
12758
12763
  # resp.table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.number_of_orphan_files_deleted #=> Integer
12764
+ # resp.table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.dpu_hours #=> Float
12759
12765
  # resp.table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.number_of_dpus #=> Integer
12760
12766
  # resp.table_optimizer.last_run.orphan_file_deletion_metrics.iceberg_metrics.job_duration_in_hour #=> Float
12761
12767
  #
@@ -15920,14 +15926,17 @@ module Aws::Glue
15920
15926
  # resp.table_optimizer_runs[0].error #=> String
15921
15927
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.number_of_bytes_compacted #=> Integer
15922
15928
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.number_of_files_compacted #=> Integer
15929
+ # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.dpu_hours #=> Float
15923
15930
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.number_of_dpus #=> Integer
15924
15931
  # resp.table_optimizer_runs[0].compaction_metrics.iceberg_metrics.job_duration_in_hour #=> Float
15925
15932
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_data_files_deleted #=> Integer
15926
15933
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_manifest_files_deleted #=> Integer
15927
15934
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_manifest_lists_deleted #=> Integer
15935
+ # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.dpu_hours #=> Float
15928
15936
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.number_of_dpus #=> Integer
15929
15937
  # resp.table_optimizer_runs[0].retention_metrics.iceberg_metrics.job_duration_in_hour #=> Float
15930
15938
  # resp.table_optimizer_runs[0].orphan_file_deletion_metrics.iceberg_metrics.number_of_orphan_files_deleted #=> Integer
15939
+ # resp.table_optimizer_runs[0].orphan_file_deletion_metrics.iceberg_metrics.dpu_hours #=> Float
15931
15940
  # resp.table_optimizer_runs[0].orphan_file_deletion_metrics.iceberg_metrics.number_of_dpus #=> Integer
15932
15941
  # resp.table_optimizer_runs[0].orphan_file_deletion_metrics.iceberg_metrics.job_duration_in_hour #=> Float
15933
15942
  #
@@ -20085,7 +20094,7 @@ module Aws::Glue
20085
20094
  tracer: tracer
20086
20095
  )
20087
20096
  context[:gem_name] = 'aws-sdk-glue'
20088
- context[:gem_version] = '1.212.0'
20097
+ context[:gem_version] = '1.213.0'
20089
20098
  Seahorse::Client::Request.new(handlers, context)
20090
20099
  end
20091
20100
 
@@ -1544,6 +1544,7 @@ module Aws::Glue
1544
1544
  double = Shapes::FloatShape.new(name: 'double')
1545
1545
  dpuCounts = Shapes::IntegerShape.new(name: 'dpuCounts')
1546
1546
  dpuDurationInHour = Shapes::FloatShape.new(name: 'dpuDurationInHour')
1547
+ dpuHours = Shapes::FloatShape.new(name: 'dpuHours')
1547
1548
  glueConnectionNameString = Shapes::StringShape.new(name: 'glueConnectionNameString')
1548
1549
  metricCounts = Shapes::IntegerShape.new(name: 'metricCounts')
1549
1550
  tableNameString = Shapes::StringShape.new(name: 'tableNameString')
@@ -4632,6 +4633,7 @@ module Aws::Glue
4632
4633
 
4633
4634
  IcebergCompactionMetrics.add_member(:number_of_bytes_compacted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfBytesCompacted"))
4634
4635
  IcebergCompactionMetrics.add_member(:number_of_files_compacted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfFilesCompacted"))
4636
+ IcebergCompactionMetrics.add_member(:dpu_hours, Shapes::ShapeRef.new(shape: dpuHours, location_name: "DpuHours"))
4635
4637
  IcebergCompactionMetrics.add_member(:number_of_dpus, Shapes::ShapeRef.new(shape: dpuCounts, location_name: "NumberOfDpus"))
4636
4638
  IcebergCompactionMetrics.add_member(:job_duration_in_hour, Shapes::ShapeRef.new(shape: dpuDurationInHour, location_name: "JobDurationInHour"))
4637
4639
  IcebergCompactionMetrics.struct_class = Types::IcebergCompactionMetrics
@@ -4645,6 +4647,7 @@ module Aws::Glue
4645
4647
  IcebergOrphanFileDeletionConfiguration.struct_class = Types::IcebergOrphanFileDeletionConfiguration
4646
4648
 
4647
4649
  IcebergOrphanFileDeletionMetrics.add_member(:number_of_orphan_files_deleted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfOrphanFilesDeleted"))
4650
+ IcebergOrphanFileDeletionMetrics.add_member(:dpu_hours, Shapes::ShapeRef.new(shape: dpuHours, location_name: "DpuHours"))
4648
4651
  IcebergOrphanFileDeletionMetrics.add_member(:number_of_dpus, Shapes::ShapeRef.new(shape: dpuCounts, location_name: "NumberOfDpus"))
4649
4652
  IcebergOrphanFileDeletionMetrics.add_member(:job_duration_in_hour, Shapes::ShapeRef.new(shape: dpuDurationInHour, location_name: "JobDurationInHour"))
4650
4653
  IcebergOrphanFileDeletionMetrics.struct_class = Types::IcebergOrphanFileDeletionMetrics
@@ -4657,6 +4660,7 @@ module Aws::Glue
4657
4660
  IcebergRetentionMetrics.add_member(:number_of_data_files_deleted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfDataFilesDeleted"))
4658
4661
  IcebergRetentionMetrics.add_member(:number_of_manifest_files_deleted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfManifestFilesDeleted"))
4659
4662
  IcebergRetentionMetrics.add_member(:number_of_manifest_lists_deleted, Shapes::ShapeRef.new(shape: metricCounts, location_name: "NumberOfManifestListsDeleted"))
4663
+ IcebergRetentionMetrics.add_member(:dpu_hours, Shapes::ShapeRef.new(shape: dpuHours, location_name: "DpuHours"))
4660
4664
  IcebergRetentionMetrics.add_member(:number_of_dpus, Shapes::ShapeRef.new(shape: dpuCounts, location_name: "NumberOfDpus"))
4661
4665
  IcebergRetentionMetrics.add_member(:job_duration_in_hour, Shapes::ShapeRef.new(shape: dpuDurationInHour, location_name: "JobDurationInHour"))
4662
4666
  IcebergRetentionMetrics.struct_class = Types::IcebergRetentionMetrics
@@ -15272,8 +15272,13 @@ module Aws::Glue
15272
15272
  # The number of files removed by the compaction job run.
15273
15273
  # @return [Integer]
15274
15274
  #
15275
- # @!attribute [rw] number_of_dpus
15275
+ # @!attribute [rw] dpu_hours
15276
15276
  # The number of DPU hours consumed by the job.
15277
+ # @return [Float]
15278
+ #
15279
+ # @!attribute [rw] number_of_dpus
15280
+ # The number of DPUs consumed by the job, rounded up to the nearest
15281
+ # whole number.
15277
15282
  # @return [Integer]
15278
15283
  #
15279
15284
  # @!attribute [rw] job_duration_in_hour
@@ -15285,6 +15290,7 @@ module Aws::Glue
15285
15290
  class IcebergCompactionMetrics < Struct.new(
15286
15291
  :number_of_bytes_compacted,
15287
15292
  :number_of_files_compacted,
15293
+ :dpu_hours,
15288
15294
  :number_of_dpus,
15289
15295
  :job_duration_in_hour)
15290
15296
  SENSITIVE = []
@@ -15341,8 +15347,13 @@ module Aws::Glue
15341
15347
  # run.
15342
15348
  # @return [Integer]
15343
15349
  #
15344
- # @!attribute [rw] number_of_dpus
15350
+ # @!attribute [rw] dpu_hours
15345
15351
  # The number of DPU hours consumed by the job.
15352
+ # @return [Float]
15353
+ #
15354
+ # @!attribute [rw] number_of_dpus
15355
+ # The number of DPUs consumed by the job, rounded up to the nearest
15356
+ # whole number.
15346
15357
  # @return [Integer]
15347
15358
  #
15348
15359
  # @!attribute [rw] job_duration_in_hour
@@ -15353,6 +15364,7 @@ module Aws::Glue
15353
15364
  #
15354
15365
  class IcebergOrphanFileDeletionMetrics < Struct.new(
15355
15366
  :number_of_orphan_files_deleted,
15367
+ :dpu_hours,
15356
15368
  :number_of_dpus,
15357
15369
  :job_duration_in_hour)
15358
15370
  SENSITIVE = []
@@ -15403,8 +15415,13 @@ module Aws::Glue
15403
15415
  # The number of manifest lists deleted by the retention job run.
15404
15416
  # @return [Integer]
15405
15417
  #
15406
- # @!attribute [rw] number_of_dpus
15418
+ # @!attribute [rw] dpu_hours
15407
15419
  # The number of DPU hours consumed by the job.
15420
+ # @return [Float]
15421
+ #
15422
+ # @!attribute [rw] number_of_dpus
15423
+ # The number of DPUs consumed by the job, rounded up to the nearest
15424
+ # whole number.
15408
15425
  # @return [Integer]
15409
15426
  #
15410
15427
  # @!attribute [rw] job_duration_in_hour
@@ -15417,6 +15434,7 @@ module Aws::Glue
15417
15434
  :number_of_data_files_deleted,
15418
15435
  :number_of_manifest_files_deleted,
15419
15436
  :number_of_manifest_lists_deleted,
15437
+ :dpu_hours,
15420
15438
  :number_of_dpus,
15421
15439
  :job_duration_in_hour)
15422
15440
  SENSITIVE = []
@@ -21490,7 +21508,8 @@ module Aws::Glue
21490
21508
  # @return [String]
21491
21509
  #
21492
21510
  # @!attribute [rw] number_of_dpus
21493
- # The number of DPU hours consumed by the job.
21511
+ # The number of DPUs consumed by the job, rounded up to the nearest
21512
+ # whole number.
21494
21513
  # @return [String]
21495
21514
  #
21496
21515
  # @!attribute [rw] job_duration_in_hour
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.212.0'
57
+ GEM_VERSION = '1.213.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -3819,6 +3819,7 @@ module Aws::Glue
3819
3819
  class IcebergCompactionMetrics
3820
3820
  attr_accessor number_of_bytes_compacted: ::Integer
3821
3821
  attr_accessor number_of_files_compacted: ::Integer
3822
+ attr_accessor dpu_hours: ::Float
3822
3823
  attr_accessor number_of_dpus: ::Integer
3823
3824
  attr_accessor job_duration_in_hour: ::Float
3824
3825
  SENSITIVE: []
@@ -3838,6 +3839,7 @@ module Aws::Glue
3838
3839
 
3839
3840
  class IcebergOrphanFileDeletionMetrics
3840
3841
  attr_accessor number_of_orphan_files_deleted: ::Integer
3842
+ attr_accessor dpu_hours: ::Float
3841
3843
  attr_accessor number_of_dpus: ::Integer
3842
3844
  attr_accessor job_duration_in_hour: ::Float
3843
3845
  SENSITIVE: []
@@ -3854,6 +3856,7 @@ module Aws::Glue
3854
3856
  attr_accessor number_of_data_files_deleted: ::Integer
3855
3857
  attr_accessor number_of_manifest_files_deleted: ::Integer
3856
3858
  attr_accessor number_of_manifest_lists_deleted: ::Integer
3859
+ attr_accessor dpu_hours: ::Float
3857
3860
  attr_accessor number_of_dpus: ::Integer
3858
3861
  attr_accessor job_duration_in_hour: ::Float
3859
3862
  SENSITIVE: []
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.212.0
4
+ version: 1.213.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: 2025-04-07 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core