@aws-sdk/client-rds 3.687.0 → 3.690.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.
@@ -4549,7 +4549,7 @@ export interface CreateDBClusterMessage {
4549
4549
  * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
4550
4550
  * <ul>
4551
4551
  * <li>
4552
- * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
4552
+ * <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
4553
4553
  * </p>
4554
4554
  * </li>
4555
4555
  * <li>
@@ -10283,7 +10283,7 @@ export interface RestoreDBClusterFromS3Message {
10283
10283
  * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
10284
10284
  * <ul>
10285
10285
  * <li>
10286
- * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10286
+ * <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10287
10287
  * </p>
10288
10288
  * </li>
10289
10289
  * <li>
@@ -10804,7 +10804,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
10804
10804
  * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
10805
10805
  * <ul>
10806
10806
  * <li>
10807
- * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10807
+ * <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10808
10808
  * </p>
10809
10809
  * </li>
10810
10810
  * <li>
@@ -11290,7 +11290,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
11290
11290
  * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
11291
11291
  * <ul>
11292
11292
  * <li>
11293
- * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
11293
+ * <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
11294
11294
  * </p>
11295
11295
  * </li>
11296
11296
  * <li>
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.687.0",
4
+ "version": "3.690.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",