sig/client.rbs in aws-sdk-docdb-1.70.0 vs sig/client.rbs in aws-sdk-docdb-1.71.0

- old
+ new

@@ -683,9 +683,22 @@ ?db_cluster_identifier: ::String, ?target_db_instance_identifier: ::String ) -> _FailoverDBClusterResponseSuccess | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverDBClusterResponseSuccess + interface _FailoverGlobalClusterResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::FailoverGlobalClusterResult] + def global_cluster: () -> Types::GlobalCluster + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDB/Client.html#failover_global_cluster-instance_method + def failover_global_cluster: ( + global_cluster_identifier: ::String, + target_db_cluster_identifier: ::String, + ?allow_data_loss: bool, + ?switchover: bool + ) -> _FailoverGlobalClusterResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverGlobalClusterResponseSuccess + interface _ListTagsForResourceResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::TagListMessage] def tag_list: () -> ::Array[Types::Tag] end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDB/Client.html#list_tags_for_resource-instance_method