sig/client.rbs in aws-sdk-docdb-1.79.0 vs sig/client.rbs in aws-sdk-docdb-1.80.0

- old
+ new

@@ -179,10 +179,12 @@ ?pre_signed_url: ::String, ?enable_cloudwatch_logs_exports: Array[::String], ?deletion_protection: bool, ?global_cluster_identifier: ::String, ?storage_type: ::String, + ?manage_master_user_password: bool, + ?master_user_secret_kms_key_id: ::String, ?source_region: ::String ) -> _CreateDBClusterResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterResponseSuccess interface _CreateDBClusterParameterGroupResponseSuccess @@ -737,10 +739,13 @@ disable_log_types: Array[::String]? }, ?engine_version: ::String, ?allow_major_version_upgrade: bool, ?deletion_protection: bool, - ?storage_type: ::String + ?storage_type: ::String, + ?manage_master_user_password: bool, + ?master_user_secret_kms_key_id: ::String, + ?rotate_master_user_password: bool ) -> _ModifyDBClusterResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess interface _ModifyDBClusterParameterGroupResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupNameMessage]