sig/client.rbs in aws-sdk-rds-1.259.0 vs sig/client.rbs in aws-sdk-rds-1.260.0
- old
+ new
@@ -298,10 +298,14 @@
key: ::String?,
value: ::String?
},
],
?target_db_instance_class: ::String,
- ?upgrade_target_storage_config: bool
+ ?upgrade_target_storage_config: bool,
+ ?target_iops: ::Integer,
+ ?target_storage_type: ::String,
+ ?target_allocated_storage: ::Integer,
+ ?target_storage_throughput: ::Integer
) -> _CreateBlueGreenDeploymentResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBlueGreenDeploymentResponseSuccess
interface _CreateCustomDBEngineVersionResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]