@aws-sdk/client-rds 3.775.0 → 3.776.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,10 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
31
31
  * in time before <code>LatestRestorableTime</code> for up to
32
32
  * <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the
33
33
  * source DB cluster with the same configuration as the original DB cluster, except that
34
- * the new DB cluster is created with the default DB security group.</p>
34
+ * the new DB cluster is created with the default DB security group. Unless the
35
+ * <code>RestoreType</code> is set to <code>copy-on-write</code>, the restore may occur in a
36
+ * different Availability Zone (AZ) from the original DB cluster. The AZ where RDS restores
37
+ * the DB cluster depends on the AZs in the specified subnet group.</p>
35
38
  * <note>
36
39
  * <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB
37
40
  * cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.776.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",