aws-sdk-rds 1.219.0 → 1.221.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.
data/sig/types.rbs CHANGED
@@ -192,6 +192,7 @@ module Aws::RDS
192
192
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
193
193
  attr_accessor iops: ::Integer
194
194
  attr_accessor storage_type: ::String
195
+ attr_accessor certificate_details: Types::CertificateDetails
195
196
  SENSITIVE: []
196
197
  end
197
198
 
@@ -391,6 +392,7 @@ module Aws::RDS
391
392
  attr_accessor manage_master_user_password: bool
392
393
  attr_accessor master_user_secret_kms_key_id: ::String
393
394
  attr_accessor enable_local_write_forwarding: bool
395
+ attr_accessor ca_certificate_identifier: ::String
394
396
  attr_accessor source_region: ::String
395
397
  SENSITIVE: []
396
398
  end
@@ -812,6 +814,7 @@ module Aws::RDS
812
814
  attr_accessor aws_backup_recovery_point_arn: ::String
813
815
  attr_accessor limitless_database: Types::LimitlessDatabase
814
816
  attr_accessor storage_throughput: ::Integer
817
+ attr_accessor certificate_details: Types::CertificateDetails
815
818
  SENSITIVE: []
816
819
  end
817
820
 
@@ -2837,6 +2840,7 @@ module Aws::RDS
2837
2840
  attr_accessor enable_local_write_forwarding: bool
2838
2841
  attr_accessor aws_backup_recovery_point_arn: ::String
2839
2842
  attr_accessor enable_limitless_database: bool
2843
+ attr_accessor ca_certificate_identifier: ::String
2840
2844
  SENSITIVE: []
2841
2845
  end
2842
2846
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.219.0
4
+ version: 1.221.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core