sig/client.rbs in aws-sdk-rds-1.223.0 vs sig/client.rbs in aws-sdk-rds-1.224.0
- old
+ new
@@ -643,10 +643,11 @@
?enable_customer_owned_ip: bool,
?allocated_storage: ::Integer,
?source_db_cluster_identifier: ::String,
?dedicated_log_volume: bool,
?upgrade_storage_config: bool,
+ ?ca_certificate_identifier: ::String,
?source_region: ::String
) -> _CreateDBInstanceReadReplicaResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceReadReplicaResponseSuccess
interface _CreateDBParameterGroupResponseSuccess
@@ -3085,11 +3086,12 @@
?backup_target: ::String,
?network_type: ::String,
?storage_throughput: ::Integer,
?db_cluster_snapshot_identifier: ::String,
?allocated_storage: ::Integer,
- ?dedicated_log_volume: bool
+ ?dedicated_log_volume: bool,
+ ?ca_certificate_identifier: ::String
) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
interface _RestoreDBInstanceFromS3ResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBInstanceFromS3Result]
@@ -3153,11 +3155,12 @@
?max_allocated_storage: ::Integer,
?network_type: ::String,
?storage_throughput: ::Integer,
?manage_master_user_password: bool,
?master_user_secret_kms_key_id: ::String,
- ?dedicated_log_volume: bool
+ ?dedicated_log_volume: bool,
+ ?ca_certificate_identifier: ::String
) -> _RestoreDBInstanceFromS3ResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromS3ResponseSuccess
interface _RestoreDBInstanceToPointInTimeResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBInstanceToPointInTimeResult]
@@ -3216,10 +3219,11 @@
?custom_iam_instance_profile: ::String,
?backup_target: ::String,
?network_type: ::String,
?storage_throughput: ::Integer,
?allocated_storage: ::Integer,
- ?dedicated_log_volume: bool
+ ?dedicated_log_volume: bool,
+ ?ca_certificate_identifier: ::String
) -> _RestoreDBInstanceToPointInTimeResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceToPointInTimeResponseSuccess
interface _RevokeDBSecurityGroupIngressResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::RevokeDBSecurityGroupIngressResult]