aws-sdk-datazone 1.38.0 → 1.39.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: eabf1c6f81bc9fe28d7c8b146957fa579d4a92393bdcfff63cba03656f1160ad
4
- data.tar.gz: a453f49f7a68ce0897e2e68fab8237e7e60069d1af7119cacd7b9cf0ffc14250
3
+ metadata.gz: 32a9b278d0437d9e8a993e5f34c5a342e544cf099bdfd53cbf5f481e3059ace3
4
+ data.tar.gz: 05a9ace4fca9420f59aac83726aae6ff27c7fecc252c898727bfdb2d23be6afc
5
5
  SHA512:
6
- metadata.gz: 385f6c09559e8d9346ca7190d4ffc6b215d5023982bb859ac14e81ceb2a5b8834be6ef72cb896f4da2605960507f758706b9ce38a37af97a1fce5407216ab58d
7
- data.tar.gz: f518fca3bdd23fc9b1d2006d4f8ac8cba8f96e6200bcb34d8925b7429d23818e8e6a2d4e8d48d8a94dfd5d79c6bd7db6d05d4419664c162c5e10d1bbcd127ec8
6
+ metadata.gz: 9babc163e6a2e5c5a46cc816af8dbdbfab8b890641c906fcbe8c8d1b786680156c6866a1f811b462a6b43d8aca05390b11d1d271bbaf488fb8be5bc55fd512e6
7
+ data.tar.gz: 1ad58b427ee99f059ef7fa829d2676bf3ca8b4ebe77f485969ce6b5f13c14109de062a2587c0046dd8611e5c8cfd53fcd89d1e65d0315224da8097488dc79852
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.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.38.0 (2025-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -200,8 +200,7 @@ module Aws::DataZone
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
@@ -12704,7 +12703,7 @@ module Aws::DataZone
12704
12703
  tracer: tracer
12705
12704
  )
12706
12705
  context[:gem_name] = 'aws-sdk-datazone'
12707
- context[:gem_version] = '1.38.0'
12706
+ context[:gem_version] = '1.39.0'
12708
12707
  Seahorse::Client::Request.new(handlers, context)
12709
12708
  end
12710
12709
 
@@ -54,7 +54,7 @@ module Aws::DataZone
54
54
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
56
56
 
57
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.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-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services