aws-sdk-finspacedata 1.50.0 → 1.51.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: 3c3c0cbc8af3ccb870aad13ed5b439bfc39cefd962424299f52e57f6f7019c2f
4
- data.tar.gz: 59da4dced172a749fd2ab11db22022d244bdb3cb005d599e5fc72986457aa74e
3
+ metadata.gz: '0922b4cd7b05301f5f470567c4573ff3b1231595be2d0f673dada5d2f04ac6ab'
4
+ data.tar.gz: 812e87eb4e352c9f67c5ef0960a9f011c9235dfd5a03de3c40987509fd8a5c11
5
5
  SHA512:
6
- metadata.gz: c4a1c9584b11d97b8034e53575f7e51dbaca5e76f46ce4d1229b6962ee69f3c03783fec7e349aba437f179da4908e9f3a3dbeb1c8716261921da12fd7d68c8fe
7
- data.tar.gz: 61318492a50652e5fe2a36b9dd6da4fa8464b66d68e1b3ba4b2473a1c8e46a332b70a06a69993a8915350bad57eb7851ea3455945861e8aa5f90efab9d9e2486
6
+ metadata.gz: aba14b11d109934695bf0de2662aa874535bcac7d03c082995ed421e55ddd53c59bbcf4099976d6c9dbe9832b9957ebb4c20c0394a56ae07e9c5ec433c6a3767
7
+ data.tar.gz: 84c548376657757f7d973374f2f3f252c6b089deb6d9a0a6ff5d7e3ab4d5fb9535063c8ee81f4cf7316cdb7028ad7c6cc7a74cd386ded8b7582cdc2dca40e1e2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -202,8 +202,7 @@ module Aws::FinSpaceData
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -2210,7 +2209,7 @@ module Aws::FinSpaceData
2210
2209
  tracer: tracer
2211
2210
  )
2212
2211
  context[:gem_name] = 'aws-sdk-finspacedata'
2213
- context[:gem_version] = '1.50.0'
2212
+ context[:gem_version] = '1.51.0'
2214
2213
  Seahorse::Client::Request.new(handlers, context)
2215
2214
  end
2216
2215
 
@@ -54,7 +54,7 @@ module Aws::FinSpaceData
54
54
  autoload :EndpointProvider, 'aws-sdk-finspacedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspacedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.51.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-finspacedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services