lib/aws-sdk-docdb/client.rb in aws-sdk-docdb-1.43.0 vs lib/aws-sdk-docdb/client.rb in aws-sdk-docdb-1.44.0

- old
+ new

@@ -4827,13 +4827,10 @@ # source DB cluster. # # * `copy-on-write` - The new DB cluster is restored as a clone of the # source DB cluster. # - # Constraints: You can't specify `copy-on-write` if the engine version - # of the source DB cluster is earlier than 1.11. - # # If you don't specify a `RestoreType` value, then the new DB cluster # is restored as a full copy of the source DB cluster. # # @option params [required, String] :source_db_cluster_identifier # The identifier of the source cluster from which to restore. @@ -5177,10 +5174,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-docdb' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #