aws-sdk-datazone 1.38.0 → 1.40.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: 856a073ded817a8605bf15327703f5280cc85f60114673984f5cab2a10196ea7
4
+ data.tar.gz: 8c0eaa7cba05ccf6d13189fef11c9aa4bff300833d1e161e7553866ce00564ef
5
5
  SHA512:
6
- metadata.gz: 385f6c09559e8d9346ca7190d4ffc6b215d5023982bb859ac14e81ceb2a5b8834be6ef72cb896f4da2605960507f758706b9ce38a37af97a1fce5407216ab58d
7
- data.tar.gz: f518fca3bdd23fc9b1d2006d4f8ac8cba8f96e6200bcb34d8925b7429d23818e8e6a2d4e8d48d8a94dfd5d79c6bd7db6d05d4419664c162c5e10d1bbcd127ec8
6
+ metadata.gz: 34119bfd07a209e8bea6f0d861ebb332b38f0d133ab8865010fc5faa11ea60ea88f0a85ef0c21a68260af0f8351376f250761197126c6739cb0fbf9f01587eff
7
+ data.tar.gz: dbf4605c60778b7f9dcede3f8f6a9bf80487b57f4357f3a21ba7252cd6efb632f8a8b84b80fb170d0a5863c22d5cf82532c620007d5c81eff5572d4153a8bc0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.38.0 (2025-05-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.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.40.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.40.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.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="