lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.236.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.237.0

- old
+ new

@@ -2633,11 +2633,11 @@ # # Constraints: # # * Must match the name of an existing DB subnet group. # - # * Must not be `default`. + # ^ # # Example: `mydbsubnetgroup` # # @option params [required, String] :engine # The database engine to use for this DB cluster. @@ -29951,12 +29951,10 @@ # Starts an export of DB snapshot or DB cluster data to Amazon S3. The # provided IAM role must have access to the S3 bucket. # # You can't export snapshot data from Db2 or RDS Custom DB instances. # - # You can't export cluster data from Multi-AZ DB clusters. - # # For more information on exporting DB snapshot data, see [Exporting DB # snapshot data to Amazon S3][1] in the *Amazon RDS User Guide* or # [Exporting DB cluster snapshot data to Amazon S3][2] in the *Amazon # Aurora User Guide*. # @@ -31253,10 +31251,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.236.0' + context[:gem_version] = '1.237.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #