aws-sdk-finspace 1.58.0 → 1.59.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: b50e48b43abbe76a3550ece0c36602791272878d96f3b4e50cd1270120e65f19
4
- data.tar.gz: a9ed2e2111aedb7c212937d6cc55e17237a57a881d3c2f5420c9ab96341d754d
3
+ metadata.gz: 063f5b273ac300ca738063781fd8010da5cb8afedbc97c35fb1031a740c81a89
4
+ data.tar.gz: 847bd9213fc4c2e7e36ef7d29b78b8782311fbac5f8042d5cab97c2eab0cf6f9
5
5
  SHA512:
6
- metadata.gz: 45acdbd92708382a4702c3c7bc77befb6e7f8790f98a82e5e7686ff4455ace6bfad20dbc99c0932f1d179105cc53174987b86bcf2e8d9eca83279b29043e2ca1
7
- data.tar.gz: b0f9a456f1d1ba5375a0b8ab947cd63da717d569b8fe72b0c2f1ec4c1cfe478cbebdd87cc0b925e2c1b2394ca67e68f52a33eba33b6417d83459619a01f477fa
6
+ metadata.gz: 9841058efc7e438bdc092b19b804bfaee1e54deb735dbc837dfaec3e6513111c27a27f032db47ba06ad21e01611513b8b5b795e0e7522fa280698ea86f20e71c
7
+ data.tar.gz: 90ccc98861a5cafe10cccde17b18cf9c3165e294e62c5ed95ba915e42437bade6e92750cca994f231928ab2aa518a934828b9d1e3a24585aa8b3eb94a9861c6d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.58.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -3824,7 +3824,7 @@ module Aws::Finspace
3824
3824
  tracer: tracer
3825
3825
  )
3826
3826
  context[:gem_name] = 'aws-sdk-finspace'
3827
- context[:gem_version] = '1.58.0'
3827
+ context[:gem_version] = '1.59.0'
3828
3828
  Seahorse::Client::Request.new(handlers, context)
3829
3829
  end
3830
3830
 
@@ -13,22 +13,22 @@ module Aws::Finspace
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::Finspace
54
54
  autoload :EndpointProvider, 'aws-sdk-finspace/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspace/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-finspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services