aws-sdk-finspacedata 1.57.0 → 1.58.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: 1a27291b2913e5c12bc0ff7de7b89fa81efc3aaae6c36b465ace2e46dc2a2862
4
- data.tar.gz: 9c7ee102e6408c6286db2d7a1e03bd0de0b3dd69b3dc36b6546c0e88306e99b8
3
+ metadata.gz: aa1d2359c1bc1a2c2b9e44a88117a20aff37544a37677bab3db09862362259a5
4
+ data.tar.gz: 5c0d3819b91853a6346668248db742c017a3fb3030b092c35b759637762afdc9
5
5
  SHA512:
6
- metadata.gz: 1738e184bbb4801dd7328ada2396ed2a78fe1038d5cac375603d5f983f494d09d409ba7f7dc76976d9eb9bc393b1097ac70e8600a70ffb149e2dc6a10ad71fbb
7
- data.tar.gz: 2fc86fbd0cbb65e2e595bc490fd960d372ab8ceccd9ad32888fff70593383a3876323b0ec69f7e4104feb46eede388ab3a5f834cfb33143ab9d012e8b3472c32
6
+ metadata.gz: fd54cf820289b923f50db8dc846d05d3b31c54ae3f7aecac183a3ae7078a684fe2dd8004c48bc51eeb524001d49fecc7856b54a8a35b70dd206132521202f3ba
7
+ data.tar.gz: 9b228c91f6920e5fc69d47d8d7f25642e224f1c61c50219ccaeccd4bdbde542af0a65a51043f25b7ae4576036af6f99abdc3ff2599542fc4c7f05c16e271fb33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.57.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -2216,7 +2216,7 @@ module Aws::FinSpaceData
2216
2216
  tracer: tracer
2217
2217
  )
2218
2218
  context[:gem_name] = 'aws-sdk-finspacedata'
2219
- context[:gem_version] = '1.57.0'
2219
+ context[:gem_version] = '1.58.0'
2220
2220
  Seahorse::Client::Request.new(handlers, context)
2221
2221
  end
2222
2222
 
@@ -13,22 +13,22 @@ module Aws::FinSpaceData
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.57.0'
57
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services