aws-sdk-rdsdataservice 1.78.0 → 1.79.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: 774c3e5ac3d155d47ee91486025aaaba83690d2f4f40f0bfe04320db0be94e58
4
- data.tar.gz: 279cb442d20965c49933542afa570ebcd5125a1b69c82083718ff5e034e7cdec
3
+ metadata.gz: df8fa98573aed5380acec58213ccf8bd82999a50fb9362d58ff5266aa172960f
4
+ data.tar.gz: bf226ab1599c96daafeb8da0fdac559dddf53dccd6dda08267f9a0d5ee5870ae
5
5
  SHA512:
6
- metadata.gz: a61dcf1df4002060a0762181291c7a74423f73d5bae1ccafe95dba760aa4d98acfe5f975d8d956ec81b5f699539b4bdde40a5670179744561c45261f360bf7dc
7
- data.tar.gz: 94e54b36681ad7058514c813f1312b3703a46da5602a4db7e057877fa002f0cbeab20d07650f76d21ea8d666cc5f13c0744eddfa578813be8132a4ddf12a146c
6
+ metadata.gz: d91b6214404704521f5f662e93db6bed3758737abb72b9ee777e9fff829638210841c94fb97dc33e74c2c1614992df51e94be640d685f3c779c1bd4e35cb7c43
7
+ data.tar.gz: c33993c1d4e1d52b802848fcbddb5acc0d8b87b0bb9d58ffab7f74770343cf51d244574339c374f5c0ac7a8fb1f2c9a618005f93776f04a53cf2180d6269b82d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.78.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -1066,7 +1066,7 @@ module Aws::RDSDataService
1066
1066
  tracer: tracer
1067
1067
  )
1068
1068
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1069
- context[:gem_version] = '1.78.0'
1069
+ context[:gem_version] = '1.79.0'
1070
1070
  Seahorse::Client::Request.new(handlers, context)
1071
1071
  end
1072
1072
 
@@ -13,22 +13,22 @@ module Aws::RDSDataService
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::RDSDataService
54
54
  autoload :EndpointProvider, 'aws-sdk-rdsdataservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rdsdataservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.79.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-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services