aws-sdk-qldb 1.64.0 → 1.65.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: cb252322b09d92fe574785b44846fbac5966d27ab37f42d6c4c2cd31ee5727e6
4
- data.tar.gz: 38a1231b72ab71a7e56ff8472baa5fdae4deaa3e255f2acf865e1cbab8ddb1ac
3
+ metadata.gz: 749a8dcc58f9de20b8432e1c94825d8afdbde0fc4d7c844f8603df12630dacdd
4
+ data.tar.gz: ded8ed82743ce595e76ed557622c08cf432ee350a1afd845bbc43d17c7db4c88
5
5
  SHA512:
6
- metadata.gz: 2e1ae2dc766b0edb155224f9388afa14a74d3915c7688a69b8569cfa19f2f28d87006188e9b85cd1adf4ec1a3e40c991da7730a5bd60296128db1a9c7dbd3c63
7
- data.tar.gz: 14ab5a5dc95be42e9a80a944e8577a8aef4297f8063dfc923db20c844472a2573ee5efc8d256017580bb788fb8409e8320244dc1e8e82b3312e6262508ba54b6
6
+ metadata.gz: d2da6c2a95170da0a3129e5d65e2b5270e485f7c772d3b5be8983be07fbe721b7f3d961ded9b936c063620b9fc7721d988c7b7de2f6380ece101e239482d5845
7
+ data.tar.gz: 5318207e3c5ea9028ecf094a44819796fa736e0e0627c7b5ad39b7aef8d275cddfc867d43287b4f66f6cabd7ff2b4d02434f55d7bed14db676aebf946e0daa6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.64.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -1754,7 +1754,7 @@ module Aws::QLDB
1754
1754
  tracer: tracer
1755
1755
  )
1756
1756
  context[:gem_name] = 'aws-sdk-qldb'
1757
- context[:gem_version] = '1.64.0'
1757
+ context[:gem_version] = '1.65.0'
1758
1758
  Seahorse::Client::Request.new(handlers, context)
1759
1759
  end
1760
1760
 
@@ -13,22 +13,22 @@ module Aws::QLDB
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,
data/lib/aws-sdk-qldb.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::QLDB
54
54
  autoload :EndpointProvider, 'aws-sdk-qldb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qldb/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.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-qldb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services