@aws-sdk/client-rds 3.723.0 → 3.725.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.
|
@@ -4309,15 +4309,6 @@ export interface CreateDBClusterMessage {
|
|
|
4309
4309
|
* <p>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running
|
|
4310
4310
|
* SQL queries on the DB cluster. You can also query your database
|
|
4311
4311
|
* from inside the RDS console with the RDS query editor.</p>
|
|
4312
|
-
* <p>RDS Data API is supported with the following DB clusters:</p>
|
|
4313
|
-
* <ul>
|
|
4314
|
-
* <li>
|
|
4315
|
-
* <p>Aurora PostgreSQL Serverless v2 and provisioned</p>
|
|
4316
|
-
* </li>
|
|
4317
|
-
* <li>
|
|
4318
|
-
* <p>Aurora PostgreSQL and Aurora MySQL Serverless v1</p>
|
|
4319
|
-
* </li>
|
|
4320
|
-
* </ul>
|
|
4321
4312
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
|
|
4322
4313
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
4323
4314
|
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
@@ -7948,17 +7948,18 @@ export interface ModifyDBInstanceMessage {
|
|
|
7948
7948
|
* unless the <code>ApplyImmediately</code> parameter is enabled for this request.
|
|
7949
7949
|
* If you are migrating from Provisioned IOPS to standard storage, set this value to 0.
|
|
7950
7950
|
* The DB instance will require a reboot for the change in storage type to take effect.</p>
|
|
7951
|
-
* <p>If you choose to migrate your DB instance from using standard storage to
|
|
7952
|
-
*
|
|
7953
|
-
*
|
|
7954
|
-
*
|
|
7955
|
-
*
|
|
7956
|
-
*
|
|
7957
|
-
*
|
|
7958
|
-
*
|
|
7959
|
-
*
|
|
7960
|
-
*
|
|
7961
|
-
*
|
|
7951
|
+
* <p>If you choose to migrate your DB instance from using standard storage to Provisioned
|
|
7952
|
+
* IOPS (io1), or from Provisioned IOPS to standard storage, the process can take time. The
|
|
7953
|
+
* duration of the migration depends on several factors such as database load, storage
|
|
7954
|
+
* size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any),
|
|
7955
|
+
* and the number of prior scale storage operations. Typical migration times are under 24
|
|
7956
|
+
* hours, but the process can take up to several days in some cases. During the migration,
|
|
7957
|
+
* the DB instance is available for use, but might experience performance degradation.
|
|
7958
|
+
* While the migration takes place, nightly backups for the instance are suspended. No
|
|
7959
|
+
* other Amazon RDS operations can take place for the instance, including modifying the
|
|
7960
|
+
* instance, rebooting the instance, deleting the instance, creating a read replica for the
|
|
7961
|
+
* instance, and creating a DB snapshot of the instance.</p>
|
|
7962
|
+
* <p></p>
|
|
7962
7963
|
* <p>Constraints:</p>
|
|
7963
7964
|
* <ul>
|
|
7964
7965
|
* <li>
|
|
@@ -8015,17 +8016,18 @@ export interface ModifyDBInstanceMessage {
|
|
|
8015
8016
|
* <p>The storage type to associate with the DB instance.</p>
|
|
8016
8017
|
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>
|
|
8017
8018
|
* you must also include a value for the <code>Iops</code> parameter.</p>
|
|
8018
|
-
* <p>If you choose to migrate your DB instance from using standard storage to
|
|
8019
|
-
* Provisioned IOPS, or from
|
|
8020
|
-
* can take time. The duration of the migration depends on several
|
|
8021
|
-
* load, storage size, storage type (standard or Provisioned
|
|
8022
|
-
* provisioned (if any), and the number of prior scale storage
|
|
8023
|
-
* migration times are under 24 hours, but the process can take up to
|
|
8024
|
-
* cases. During the migration, the DB instance is available for use,
|
|
8025
|
-
* performance degradation. While the migration takes place, nightly
|
|
8026
|
-
* instance are suspended. No other Amazon RDS operations can take place
|
|
8027
|
-
* including modifying the instance, rebooting the instance, deleting the
|
|
8028
|
-
* creating a read replica for the instance, and creating a DB snapshot of the
|
|
8019
|
+
* <p>If you choose to migrate your DB instance from using standard storage to gp2 (General
|
|
8020
|
+
* Purpose SSD), gp3, or Provisioned IOPS (io1), or from these storage types to standard
|
|
8021
|
+
* storage, the process can take time. The duration of the migration depends on several
|
|
8022
|
+
* factors such as database load, storage size, storage type (standard or Provisioned
|
|
8023
|
+
* IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage
|
|
8024
|
+
* operations. Typical migration times are under 24 hours, but the process can take up to
|
|
8025
|
+
* several days in some cases. During the migration, the DB instance is available for use,
|
|
8026
|
+
* but might experience performance degradation. While the migration takes place, nightly
|
|
8027
|
+
* backups for the instance are suspended. No other Amazon RDS operations can take place
|
|
8028
|
+
* for the instance, including modifying the instance, rebooting the instance, deleting the
|
|
8029
|
+
* instance, creating a read replica for the instance, and creating a DB snapshot of the
|
|
8030
|
+
* instance.</p>
|
|
8029
8031
|
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
8030
8032
|
* </p>
|
|
8031
8033
|
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
|
|
@@ -11256,7 +11258,8 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
11256
11258
|
* depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone
|
|
11257
11259
|
* from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone
|
|
11258
11260
|
* that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or
|
|
11259
|
-
* an encrypted provisioned cluster
|
|
11261
|
+
* an encrypted provisioned cluster. To create a full copy that is an Aurora Serverless v1 cluster, specify
|
|
11262
|
+
* the engine mode <code>serverless</code>.</p>
|
|
11260
11263
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
11261
11264
|
* @public
|
|
11262
11265
|
*/
|
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.725.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",
|