aws-sdk-dataexchange 1.65.0 → 1.66.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: 84655f85826811bdf3ef4b893526384383c199c3890806d52add3790a0754921
4
- data.tar.gz: dab802345b1052f83c3eb545b41f42d42f46514ea5907f20b8d5aa6906c54a3a
3
+ metadata.gz: 63925bd13a51c651688118b5b515668002cb1a9a4227a20f8fc481a2069cea6c
4
+ data.tar.gz: fd68cc94c725599b5cb313b4d362316094bb40f43650d021014a7ecee8d56d54
5
5
  SHA512:
6
- metadata.gz: 2943908fd475b02d11458a8b8adc0629e6649b83f337bb8de0d76655bf6b98eccc295319ef215a78c55038ce2db2c118c6eb20d041057e138b0d988b17b4e405
7
- data.tar.gz: 6154b1ce17e0c033817be4a39713ca5bf8e7bedb8d97f0122e2685ddbda3e73fade53f4ea33285855326e4389e667bdd4e814e323e8d7bb412c3a8e6fe838873
6
+ metadata.gz: ed48c981e893aad421d1965c87789311a7964450e56919eb92ff43974c8b574f9577566388a84c7356d9ad867fe0a1693e807a65495a722fa3d7262ca77e5e11
7
+ data.tar.gz: 152a3355b3439f1eb0c12d42ff8cb2da60c8474acf9399ff98656c246068e684e8ecda692c11c9154f98846df0b53252924461a99e8de4b7d1d98fcfa43b4a21
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -200,8 +200,7 @@ module Aws::DataExchange
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
@@ -2742,7 +2741,7 @@ module Aws::DataExchange
2742
2741
  tracer: tracer
2743
2742
  )
2744
2743
  context[:gem_name] = 'aws-sdk-dataexchange'
2745
- context[:gem_version] = '1.65.0'
2744
+ context[:gem_version] = '1.66.0'
2746
2745
  Seahorse::Client::Request.new(handlers, context)
2747
2746
  end
2748
2747
 
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.65.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services