aws-sdk-dynamodb 1.143.0 → 1.144.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: 74f2d8b95a6bf7334ca7ba5fb2903337a60f8e9560d875ffd2bd177f6c177dac
4
- data.tar.gz: d1fbf4bf876038c268439a195f43fe847b0083bbac47b7389c91ca0c8c25ef71
3
+ metadata.gz: ba5aca242b047b53709e1bf9a5db2953613ddd1ea28da539dc3547835513e41b
4
+ data.tar.gz: e26aa8e912a84eca188d574b82ffba370a150ea1bb3234d7e56585568ba09b3a
5
5
  SHA512:
6
- metadata.gz: 9523577d087f95a5f3a726ec106659bd332d89d1d4facf8f8e97648b00699a1ebae789278dcc08eda98ee264ce5afd1cb0d57870b9f587fc6df089ff9b551573
7
- data.tar.gz: 254b11539c7cdc8d9824306e1152b70cf904862fef3165361610912458463cc6fc2c4a4d73e8dc1d87946f2f055ef9e5ebc56515126cc921e7f91e8861bc5e2f
6
+ metadata.gz: 51c0fbeebef6b3bfcbdb2593b3d356813b9f3078d5ae0574cea85c5fff836e15442ef19a7e6013eb44d670b2ec98bbce04c5822c6351ba71180e2930c1efebc7
7
+ data.tar.gz: 499be8fcfd02ccd78c9f22662c84c7470cde6e3344dca25f3ad1b0aa90db4124301a6c83d21f81e0e9aae9914ae3a6c2d557972399bfbb4e4a852e11853add85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.144.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.143.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.143.0
1
+ 1.144.0
@@ -212,8 +212,7 @@ module Aws::DynamoDB
212
212
  # accepted modes and the configuration defaults that are included.
213
213
  #
214
214
  # @option options [Boolean] :disable_host_prefix_injection (false)
215
- # Set to true to disable SDK automatically adding host prefix
216
- # to default service endpoint when available.
215
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
217
216
  #
218
217
  # @option options [Boolean] :disable_request_compression (false)
219
218
  # When set to 'true' the request body will not be compressed
@@ -8641,7 +8640,7 @@ module Aws::DynamoDB
8641
8640
  tracer: tracer
8642
8641
  )
8643
8642
  context[:gem_name] = 'aws-sdk-dynamodb'
8644
- context[:gem_version] = '1.143.0'
8643
+ context[:gem_version] = '1.144.0'
8645
8644
  Seahorse::Client::Request.new(handlers, context)
8646
8645
  end
8647
8646
 
@@ -56,7 +56,7 @@ module Aws::DynamoDB
56
56
  autoload :Endpoints, 'aws-sdk-dynamodb/endpoints'
57
57
  autoload :Table, 'aws-sdk-dynamodb/table'
58
58
 
59
- GEM_VERSION = '1.143.0'
59
+ GEM_VERSION = '1.144.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.143.0
4
+ version: 1.144.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services