aws-sdk-rds 1.242.0 → 1.244.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +7 -1
- data/lib/aws-sdk-rds/endpoints.rb +162 -648
- data/lib/aws-sdk-rds/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e24d93d9deb5acdd1656e20c2dc05ce644aece9d9c937861ca7e4724af8950a1
|
4
|
+
data.tar.gz: 1d418c4f83da331bde806253b7591ff9522790df3edab038e12b12d11a887db2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c96a6189775dcc071f01bf329729e5621d7440beaa9671b3565d2c18f33ee591cc397b616f546a3fd12b815e5816bff3fa16ced8f8dc7f46cc96ec9adb62cd41
|
7
|
+
data.tar.gz: e84fd3f0f777a03d621aecb3ae4c589baa7723d81ada4d9b9407d212e3a5dcfae3d4df9eae99e78a8a13dc54400a863180a7ce6feb1f1b63fdd4689bbf5532bd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.244.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.243.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.242.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.244.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -427,6 +427,12 @@ module Aws::RDS
|
|
427
427
|
# @option options [String] :ssl_ca_store
|
428
428
|
# Sets the X509::Store to verify peer certificate.
|
429
429
|
#
|
430
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
431
|
+
# Sets a client certificate when creating http connections.
|
432
|
+
#
|
433
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
434
|
+
# Sets a client key when creating http connections.
|
435
|
+
#
|
430
436
|
# @option options [Float] :ssl_timeout
|
431
437
|
# Sets the SSL timeout in seconds
|
432
438
|
#
|
@@ -31375,7 +31381,7 @@ module Aws::RDS
|
|
31375
31381
|
tracer: tracer
|
31376
31382
|
)
|
31377
31383
|
context[:gem_name] = 'aws-sdk-rds'
|
31378
|
-
context[:gem_version] = '1.
|
31384
|
+
context[:gem_version] = '1.244.0'
|
31379
31385
|
Seahorse::Client::Request.new(handlers, context)
|
31380
31386
|
end
|
31381
31387
|
|