aws-sdk-redshiftdataapiservice 1.63.0 → 1.64.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: 8a1b8b485a6d4602ca63ae9c38e12aa5629810af702196cf35d6e6977c8baedc
4
- data.tar.gz: b61aa3f02b0800211bec0784570237968dced40ae2570999024d201779f06b58
3
+ metadata.gz: 52b35fba2f201a2462717527fd27e887e3907d0d2979ef7e92c3c398b75d4a19
4
+ data.tar.gz: deb0aafb30ee2fd987d4d826e0a634f73f70198dafeb3c1f774d68deefef0f17
5
5
  SHA512:
6
- metadata.gz: a578402a91b0fbc908a6cd473a5bb3417b86ee03e2f5518b772f499f0ee0315370bbadd8934d589028904b6c21f2d099c57f86824c943302ba3fb08a4db8825f
7
- data.tar.gz: 9c64891ded92e763e5666bdde3f55c4a6eb26aead23c6628a81ec5e1557f55a69076045e06aef10e3956739d1fbe09880507d5e85a1b722410dff836643efcde
6
+ metadata.gz: ff839c7cc8a4b146af3e83fd606337adf0a352dc3627f784be83aa10325f5950eb3ce4f8ffd6704807bd225a0ffe4f34f19f337a7d25a491190a9ecd022e4e39
7
+ data.tar.gz: 878ba802f2b56b2e655b4850cc75d22c39c9b2e50a66d7384fb517db1cba8f94e77542f70b5838288532d2ba6cc7e76c2d31c6c062d9eadc897e1cfc65d0ebc7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.63.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -1757,7 +1757,7 @@ module Aws::RedshiftDataAPIService
1757
1757
  tracer: tracer
1758
1758
  )
1759
1759
  context[:gem_name] = 'aws-sdk-redshiftdataapiservice'
1760
- context[:gem_version] = '1.63.0'
1760
+ context[:gem_version] = '1.64.0'
1761
1761
  Seahorse::Client::Request.new(handlers, context)
1762
1762
  end
1763
1763
 
@@ -13,22 +13,22 @@ module Aws::RedshiftDataAPIService
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::RedshiftDataAPIService
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftdataapiservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftdataapiservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.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-redshiftdataapiservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services