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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c81e0eb5323004fcb0e5d19fdc63fc902538ee8cb060399a03a2c44aed3f642
4
- data.tar.gz: e1251c7a285a2541ebbdf36202c6fb9807c3c83457ce073dfa0e6a750f2308be
3
+ metadata.gz: e24d93d9deb5acdd1656e20c2dc05ce644aece9d9c937861ca7e4724af8950a1
4
+ data.tar.gz: 1d418c4f83da331bde806253b7591ff9522790df3edab038e12b12d11a887db2
5
5
  SHA512:
6
- metadata.gz: 0345a7b1d2b01b52a3b0c514d8f941099f3931de60e61a3a78e4bee78d72a53b40aae335616312a67fe42fec6773779422ad659caedf4a9756214ad8a068eca2
7
- data.tar.gz: 2c86e89772b63f562fcc8cac960aefa739c42f1c1a055c01f97b75aefeb554d7e3ff17b3877714c74bd6704b3c2f34a7aeb81656fcfa222adbd7f90b9546d305
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.242.0
1
+ 1.244.0
@@ -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.242.0'
31384
+ context[:gem_version] = '1.244.0'
31379
31385
  Seahorse::Client::Request.new(handlers, context)
31380
31386
  end
31381
31387