@aws-sdk/client-rds 3.451.0 → 3.452.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.
|
@@ -7395,12 +7395,10 @@ export interface ModifyDBSnapshotMessage {
|
|
|
7395
7395
|
* <p>
|
|
7396
7396
|
* <b>MySQL</b>
|
|
7397
7397
|
* </p>
|
|
7398
|
-
* <
|
|
7399
|
-
* <
|
|
7400
|
-
*
|
|
7401
|
-
*
|
|
7402
|
-
* </li>
|
|
7403
|
-
* </ul>
|
|
7398
|
+
* <p>For the list of engine versions that are available for upgrading a DB snapshot, see
|
|
7399
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html">
|
|
7400
|
+
* Upgrading a MySQL DB snapshot engine version</a> in the <i>Amazon RDS User Guide.</i>
|
|
7401
|
+
* </p>
|
|
7404
7402
|
* <p>
|
|
7405
7403
|
* <b>Oracle</b>
|
|
7406
7404
|
* </p>
|
|
@@ -7432,8 +7430,9 @@ export interface ModifyDBSnapshotMessage {
|
|
|
7432
7430
|
* <b>PostgreSQL</b>
|
|
7433
7431
|
* </p>
|
|
7434
7432
|
* <p>For the list of engine versions that are available for upgrading a DB snapshot, see
|
|
7435
|
-
*
|
|
7436
|
-
*
|
|
7433
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html">
|
|
7434
|
+
* Upgrading a PostgreSQL DB snapshot engine version</a> in the <i>Amazon RDS User Guide.</i>
|
|
7435
|
+
* </p>
|
|
7437
7436
|
*/
|
|
7438
7437
|
EngineVersion?: string;
|
|
7439
7438
|
/**
|
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.
|
|
4
|
+
"version": "3.452.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|