aws-sdk-dax 1.69.0 → 1.70.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: b1bcf77c9f3d98af5383248a74c87942f03c5817dc2fe05b58396fd140d8f664
4
- data.tar.gz: a8461782379dd6d1f8557632b2305a6c4865a8eac928666b306db018805aea1a
3
+ metadata.gz: 88352b7fb67fdd3822c630ef15bf02134b6e6e2c76e6e67a84eb0f232bbb2667
4
+ data.tar.gz: 0fce4c3b7abc6025db7cdddf68bcfffb938523008a73205a10ae43f710f468a5
5
5
  SHA512:
6
- metadata.gz: ef687acd0ecc1d10b066847e8c3c40f03e7fcc761b16e501041c8a793975fe6062edb0b54a4d4b9471db1d55cc0f98ba4dd0f14ef47cbdb73550b9e55081db26
7
- data.tar.gz: fada8f096a116dfba472940e6aec23455541250cc7e8e75a1be0359748dc0f86835f3b84d8cdf8d4b9fa2270daca8ce4d98e4dff2b9e5fbede12d48a1a5c8fd9
6
+ metadata.gz: 973fee5519557a18895421a6323e73b2ffd93b2da61993c4342d9110cdec0b8cd3db88157560a947c5cf7fd27be84d761c21752401b399a55693a473f8a84617
7
+ data.tar.gz: b7dd42fb932a14ba73618979d2ee2f48a8755fd319487f61a9202ca06dfaaa6b776cc3dcae736d487c06cfb6a5be73e3076321a3311d8cd3f53511d17f244353
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -200,8 +200,7 @@ module Aws::DAX
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1810,7 +1809,7 @@ module Aws::DAX
1810
1809
  tracer: tracer
1811
1810
  )
1812
1811
  context[:gem_name] = 'aws-sdk-dax'
1813
- context[:gem_version] = '1.69.0'
1812
+ context[:gem_version] = '1.70.0'
1814
1813
  Seahorse::Client::Request.new(handlers, context)
1815
1814
  end
1816
1815
 
data/lib/aws-sdk-dax.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::DAX
54
54
  autoload :EndpointProvider, 'aws-sdk-dax/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dax/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services