aws-sdk-rds 1.218.0 → 1.220.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -435,6 +435,7 @@ module Aws
435
435
  ?manage_master_user_password: bool,
436
436
  ?master_user_secret_kms_key_id: ::String,
437
437
  ?enable_local_write_forwarding: bool,
438
+ ?ca_certificate_identifier: ::String,
438
439
  ?source_region: ::String
439
440
  ) -> _CreateDBClusterResponseSuccess
440
441
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterResponseSuccess
@@ -2274,7 +2275,8 @@ module Aws
2274
2275
  ?allow_engine_mode_change: bool,
2275
2276
  ?enable_local_write_forwarding: bool,
2276
2277
  ?aws_backup_recovery_point_arn: ::String,
2277
- ?enable_limitless_database: bool
2278
+ ?enable_limitless_database: bool,
2279
+ ?ca_certificate_identifier: ::String
2278
2280
  ) -> _ModifyDBClusterResponseSuccess
2279
2281
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess
2280
2282
 
data/sig/db_cluster.rbs CHANGED
@@ -246,6 +246,12 @@ module Aws
246
246
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
247
247
  def limitless_database: () -> Types::LimitlessDatabase
248
248
 
249
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
250
+ def storage_throughput: () -> ::Integer
251
+
252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#certificate_details-instance_method
253
+ def certificate_details: () -> Types::CertificateDetails
254
+
249
255
  def client: () -> Client
250
256
 
251
257
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#load-instance_method
@@ -331,6 +337,7 @@ module Aws
331
337
  ?manage_master_user_password: bool,
332
338
  ?master_user_secret_kms_key_id: ::String,
333
339
  ?enable_local_write_forwarding: bool,
340
+ ?ca_certificate_identifier: ::String,
334
341
  ?source_region: ::String
335
342
  ) -> DBCluster
336
343
  | (?Hash[Symbol, untyped]) -> DBCluster
@@ -418,7 +425,8 @@ module Aws
418
425
  ?allow_engine_mode_change: bool,
419
426
  ?enable_local_write_forwarding: bool,
420
427
  ?aws_backup_recovery_point_arn: ::String,
421
- ?enable_limitless_database: bool
428
+ ?enable_limitless_database: bool,
429
+ ?ca_certificate_identifier: ::String
422
430
  ) -> DBCluster
423
431
  | (?Hash[Symbol, untyped]) -> DBCluster
424
432
 
@@ -91,6 +91,9 @@ module Aws
91
91
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#db_cluster_resource_id-instance_method
92
92
  def db_cluster_resource_id: () -> ::String
93
93
 
94
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#storage_throughput-instance_method
95
+ def storage_throughput: () -> ::Integer
96
+
94
97
  def client: () -> Client
95
98
 
96
99
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#load-instance_method
data/sig/resource.rbs CHANGED
@@ -147,6 +147,7 @@ module Aws
147
147
  ?manage_master_user_password: bool,
148
148
  ?master_user_secret_kms_key_id: ::String,
149
149
  ?enable_local_write_forwarding: bool,
150
+ ?ca_certificate_identifier: ::String,
150
151
  ?source_region: ::String
151
152
  ) -> DBCluster
152
153
  | (?Hash[Symbol, untyped]) -> DBCluster
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
@@ -811,6 +813,8 @@ module Aws::RDS
811
813
  attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
812
814
  attr_accessor aws_backup_recovery_point_arn: ::String
813
815
  attr_accessor limitless_database: Types::LimitlessDatabase
816
+ attr_accessor storage_throughput: ::Integer
817
+ attr_accessor certificate_details: Types::CertificateDetails
814
818
  SENSITIVE: []
815
819
  end
816
820
 
@@ -842,6 +846,7 @@ module Aws::RDS
842
846
  attr_accessor storage_type: ::String
843
847
  attr_accessor iops: ::Integer
844
848
  attr_accessor aws_backup_recovery_point_arn: ::String
849
+ attr_accessor storage_throughput: ::Integer
845
850
  SENSITIVE: []
846
851
  end
847
852
 
@@ -1010,6 +1015,7 @@ module Aws::RDS
1010
1015
  attr_accessor db_system_id: ::String
1011
1016
  attr_accessor storage_type: ::String
1012
1017
  attr_accessor db_cluster_resource_id: ::String
1018
+ attr_accessor storage_throughput: ::Integer
1013
1019
  SENSITIVE: []
1014
1020
  end
1015
1021
 
@@ -2834,6 +2840,7 @@ module Aws::RDS
2834
2840
  attr_accessor enable_local_write_forwarding: bool
2835
2841
  attr_accessor aws_backup_recovery_point_arn: ::String
2836
2842
  attr_accessor enable_limitless_database: bool
2843
+ attr_accessor ca_certificate_identifier: ::String
2837
2844
  SENSITIVE: []
2838
2845
  end
2839
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.218.0
4
+ version: 1.220.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-23 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core