@aws-sdk/client-rds 3.872.0 → 3.874.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.
@@ -29,13 +29,10 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
29
29
  /**
30
30
  * <p>Creates a new DB instance that acts as a read replica for an existing source DB
31
31
  * instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running
32
- * MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a
33
- * Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
32
+ * Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica
33
+ * for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
34
34
  * with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a>
35
35
  * in the <i>Amazon RDS User Guide</i>.</p>
36
- * <p>Amazon RDS for Db2 supports this operation for standby replicas. To create a standby
37
- * replica for a DB instance running Db2, you must set <code>ReplicaMode</code> to
38
- * <code>mounted</code>.</p>
39
36
  * <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code>
40
37
  * operation.</p>
41
38
  * <p>RDS creates read replicas with backups disabled. All other attributes
@@ -31,7 +31,7 @@ declare const ModifyDBSnapshotCommand_base: {
31
31
  * or unencrypted, but not shared or public.
32
32
  *
33
33
  * </p>
34
- * <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This operation
34
+ * <p>Amazon RDS supports upgrading DB snapshots for MariaDB, MySQL, PostgreSQL, and Oracle. This operation
35
35
  * doesn't apply to RDS Custom or RDS for Db2.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -32,7 +32,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
32
32
  * You can create a backup of your on-premises database,
33
33
  * store it on Amazon Simple Storage Service (Amazon S3),
34
34
  * and then restore the backup file onto a new Amazon RDS DB instance running MySQL.
35
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
35
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Restoring a backup into an Amazon RDS for MySQL DB instance</a>
36
36
  * in the <i>Amazon RDS User Guide.</i>
37
37
  * </p>
38
38
  * <p>This operation doesn't apply to RDS Custom.</p>
@@ -3846,9 +3846,14 @@ export interface ServerlessV2ScalingConfiguration {
3846
3846
  export interface CreateDBClusterMessage {
3847
3847
  /**
3848
3848
  * <p>A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster.</p>
3849
- * <p>For information on AZs, see
3850
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones">Availability Zones</a>
3851
- * in the <i>Amazon Aurora User Guide</i>.</p>
3849
+ * <p>For the first three DB instances that you create, RDS distributes each DB instance to
3850
+ * a different AZ that you specify. For additional DB instances that you create, RDS
3851
+ * randomly distributes them to the AZs that you specified. For example, if you create a DB
3852
+ * cluster with one writer instance and three reader instances, RDS might distribute the
3853
+ * writer instance to AZ 1, the first reader instance to AZ 2, the second reader instance
3854
+ * to AZ 3, and the third reader instance to either AZ 1, AZ 2, or AZ 3. </p>
3855
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones">Availability Zones</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances">High availability for Aurora DB instances</a> in the <i>Amazon Aurora
3856
+ * User Guide</i>.</p>
3852
3857
  * <p>Valid for Cluster Type: Aurora DB clusters only</p>
3853
3858
  * <p>Constraints:</p>
3854
3859
  * <ul>
@@ -6918,15 +6923,8 @@ export interface CreateDBInstanceMessage {
6918
6923
  /**
6919
6924
  * <p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set
6920
6925
  * the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
6921
- * <p>This setting doesn't apply to the following DB instances:</p>
6922
- * <ul>
6923
- * <li>
6924
- * <p>Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)</p>
6925
- * </li>
6926
- * <li>
6927
- * <p>RDS Custom</p>
6928
- * </li>
6929
- * </ul>
6926
+ * <p>This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs)
6927
+ * are managed by the DB cluster.</p>
6930
6928
  * @public
6931
6929
  */
6932
6930
  MultiAZ?: boolean | undefined;
@@ -6997,11 +6995,12 @@ export interface CreateDBInstanceMessage {
6997
6995
  /**
6998
6996
  * <p>The license model information for this DB instance.</p>
6999
6997
  * <note>
7000
- * <p>License models for RDS for Db2 require additional configuration. The Bring Your
7001
- * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
7002
- * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
7003
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
7004
- * options</a> in the <i>Amazon RDS User Guide</i>.</p>
6998
+ * <p>License models for RDS for Db2 require additional configuration. The bring your
6999
+ * own license (BYOL) model requires a custom parameter group and an Amazon Web Services License
7000
+ * Manager self-managed license. The Db2 license through Amazon Web Services Marketplace model
7001
+ * requires an Amazon Web Services Marketplace subscription. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon
7002
+ * RDS for Db2 licensing options</a> in the <i>Amazon RDS User
7003
+ * Guide</i>.</p>
7005
7004
  * <p>The default for RDS for Db2 is <code>bring-your-own-license</code>.</p>
7006
7005
  * </note>
7007
7006
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
@@ -8273,9 +8272,10 @@ export interface DBInstance {
8273
8272
  ReadReplicaDBClusterIdentifiers?: string[] | undefined;
8274
8273
  /**
8275
8274
  * <p>The open mode of a Db2 or an Oracle read replica. The default is
8276
- * <code>open-read-only</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with read replicas for
8277
- * Amazon RDS for Db2</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html">Working with read replicas
8278
- * for Amazon RDS for Oracle</a> in the <i>Amazon RDS User Guide</i>. </p>
8275
+ * <code>open-read-only</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with replicas for
8276
+ * Amazon RDS for Db2</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html">Working with read
8277
+ * replicas for Amazon RDS for Oracle</a> in the <i>Amazon RDS User
8278
+ * Guide</i>. </p>
8279
8279
  * <note>
8280
8280
  * <p>This attribute is only supported in RDS for Db2, RDS for Oracle, and RDS Custom
8281
8281
  * for Oracle.</p>
@@ -9275,10 +9275,8 @@ export interface CreateDBInstanceReadReplicaMessage {
9275
9275
  DomainDnsIps?: string[] | undefined;
9276
9276
  /**
9277
9277
  * <p>The open mode of the replica database.</p>
9278
- * <note>
9279
- * <p>This parameter is only supported for Db2 DB instances and Oracle DB
9280
- * instances.</p>
9281
- * </note>
9278
+ * <p>This parameter is only supported for Db2 DB instances and Oracle DB
9279
+ * instances.</p>
9282
9280
  * <dl>
9283
9281
  * <dt>Db2</dt>
9284
9282
  * <dd>
@@ -9287,8 +9285,7 @@ export interface CreateDBInstanceReadReplicaMessage {
9287
9285
  * cross-Region disaster recovery. Because it doesn't accept user
9288
9286
  * connections, a standby replica can't serve a read-only workload.</p>
9289
9287
  * <p>You can create a combination of standby and read-only DB replicas for the
9290
- * same primary DB instance. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with read
9291
- * replicas for Amazon RDS for Db2</a> in the <i>Amazon RDS User
9288
+ * same primary DB instance. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with replicas for Amazon RDS for Db2</a> in the <i>Amazon RDS User
9292
9289
  * Guide</i>.</p>
9293
9290
  * <p>To create standby DB replicas for RDS for Db2, set this parameter to
9294
9291
  * <code>mounted</code>.</p>
@@ -9778,12 +9775,11 @@ export interface CreateDBProxyRequest {
9778
9775
  */
9779
9776
  IdleClientTimeout?: number | undefined;
9780
9777
  /**
9781
- * <p>Specifies whether the proxy includes detailed information about SQL statements in its logs.
9782
- * This information helps you to debug issues involving SQL behavior or the performance
9783
- * and scalability of the proxy connections. The debug information includes the text of
9784
- * SQL statements that you submit through the proxy. Thus, only enable this setting
9785
- * when needed for debugging, and only when you have security measures in place to
9786
- * safeguard any sensitive information that appears in the logs.</p>
9778
+ * <p>Specifies whether the proxy logs detailed connection and query information.
9779
+ * When you enable <code>DebugLogging</code>, the proxy captures connection details
9780
+ * and connection pool behavior from your queries. Debug logging increases CloudWatch costs
9781
+ * and can impact proxy performance. Enable this option only when you need
9782
+ * to troubleshoot connection or performance issues.</p>
9787
9783
  * @public
9788
9784
  */
9789
9785
  DebugLogging?: boolean | undefined;
@@ -9927,12 +9923,11 @@ export interface DBProxy {
9927
9923
  */
9928
9924
  IdleClientTimeout?: number | undefined;
9929
9925
  /**
9930
- * <p>Indicates whether the proxy includes detailed information about SQL statements in its logs.
9931
- * This information helps you to debug issues involving SQL behavior or the performance
9932
- * and scalability of the proxy connections. The debug information includes the text of
9933
- * SQL statements that you submit through the proxy. Thus, only enable this setting
9934
- * when needed for debugging, and only when you have security measures in place to
9935
- * safeguard any sensitive information that appears in the logs.</p>
9926
+ * <p>Specifies whether the proxy logs detailed connection and query information.
9927
+ * When you enable <code>DebugLogging</code>, the proxy captures connection details
9928
+ * and connection pool behavior from your queries. Debug logging increases CloudWatch costs
9929
+ * and can impact proxy performance. Enable this option only when you need
9930
+ * to troubleshoot connection or performance issues.</p>
9936
9931
  * @public
9937
9932
  */
9938
9933
  DebugLogging?: boolean | undefined;
@@ -8635,10 +8635,8 @@ export interface ModifyDBInstanceMessage {
8635
8635
  CertificateRotationRestart?: boolean | undefined;
8636
8636
  /**
8637
8637
  * <p>The open mode of a replica database.</p>
8638
- * <note>
8639
- * <p>This parameter is only supported for Db2 DB instances and Oracle DB
8640
- * instances.</p>
8641
- * </note>
8638
+ * <p>This parameter is only supported for Db2 DB instances and Oracle DB
8639
+ * instances.</p>
8642
8640
  * <dl>
8643
8641
  * <dt>Db2</dt>
8644
8642
  * <dd>
@@ -8647,9 +8645,9 @@ export interface ModifyDBInstanceMessage {
8647
8645
  * cross-Region disaster recovery. Because it doesn't accept user
8648
8646
  * connections, a standby replica can't serve a read-only workload.</p>
8649
8647
  * <p>You can create a combination of standby and read-only DB replicas for the
8650
- * same primary DB instance. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with read
8648
+ * same primary DB instance. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html">Working with
8651
8649
  * replicas for Amazon RDS for Db2</a> in the <i>Amazon RDS User
8652
- * Guide</i>.</p>
8650
+ * Guide</i>.</p>
8653
8651
  * <p>To create standby DB replicas for RDS for Db2, set this parameter to
8654
8652
  * <code>mounted</code>.</p>
8655
8653
  * </dd>
@@ -8699,8 +8697,8 @@ export interface ModifyDBInstanceMessage {
8699
8697
  */
8700
8698
  AutomationMode?: AutomationMode | undefined;
8701
8699
  /**
8702
- * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes
8703
- * full automation.</p>
8700
+ * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom
8701
+ * resumes full automation.</p>
8704
8702
  * <p>Default: <code>60</code>
8705
8703
  * </p>
8706
8704
  * <p>Constraints:</p>
@@ -8964,12 +8962,11 @@ export interface ModifyDBProxyRequest {
8964
8962
  */
8965
8963
  IdleClientTimeout?: number | undefined;
8966
8964
  /**
8967
- * <p>Whether the proxy includes detailed information about SQL statements in its logs.
8968
- * This information helps you to debug issues involving SQL behavior or the performance
8969
- * and scalability of the proxy connections. The debug information includes the text of
8970
- * SQL statements that you submit through the proxy. Thus, only enable this setting
8971
- * when needed for debugging, and only when you have security measures in place to
8972
- * safeguard any sensitive information that appears in the logs.</p>
8965
+ * <p>Specifies whether the proxy logs detailed connection and query information.
8966
+ * When you enable <code>DebugLogging</code>, the proxy captures connection details
8967
+ * and connection pool behavior from your queries. Debug logging increases CloudWatch costs
8968
+ * and can impact proxy performance. Enable this option only when you need
8969
+ * to troubleshoot connection or performance issues.</p>
8973
8970
  * @public
8974
8971
  */
8975
8972
  DebugLogging?: boolean | undefined;
@@ -9260,6 +9257,13 @@ export interface ModifyDBSnapshotMessage {
9260
9257
  * <p>The engine version to upgrade the DB snapshot to.</p>
9261
9258
  * <p>The following are the database engines and engine versions that are available when you upgrade a DB snapshot.</p>
9262
9259
  * <p>
9260
+ * <b>MariaDB</b>
9261
+ * </p>
9262
+ * <p>For the list of engine versions that are available for upgrading a DB snapshot, see
9263
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mariadb-upgrade-snapshot.html">
9264
+ * Upgrading a MariaDB DB snapshot engine version</a> in the <i>Amazon RDS User Guide.</i>
9265
+ * </p>
9266
+ * <p>
9263
9267
  * <b>MySQL</b>
9264
9268
  * </p>
9265
9269
  * <p>For the list of engine versions that are available for upgrading a DB snapshot, see
@@ -9272,6 +9276,14 @@ export interface ModifyDBSnapshotMessage {
9272
9276
  * <ul>
9273
9277
  * <li>
9274
9278
  * <p>
9279
+ * <code>21.0.0.0.ru-2025-04.rur-2025-04.r1</code> (supported for 21.0.0.0.ru-2022-01.rur-2022-01.r1, 21.0.0.0.ru-2022-04.rur-2022-04.r1, 21.0.0.0.ru-2022-07.rur-2022-07.r1, 21.0.0.0.ru-2022-10.rur-2022-10.r1, 21.0.0.0.ru-2023-01.rur-2023-01.r1 and 21.0.0.0.ru-2023-01.rur-2023-01.r2 DB snapshots)</p>
9280
+ * </li>
9281
+ * <li>
9282
+ * <p>
9283
+ * <code>19.0.0.0.ru-2025-04.rur-2025-04.r1</code> (supported for 19.0.0.0.ru-2019-07.rur-2019-07.r1, 19.0.0.0.ru-2019-10.rur-2019-10.r1 and 0.0.0.ru-2020-01.rur-2020-01.r1 DB snapshots)</p>
9284
+ * </li>
9285
+ * <li>
9286
+ * <p>
9275
9287
  * <code>19.0.0.0.ru-2022-01.rur-2022-01.r1</code> (supported for 12.2.0.1 DB
9276
9288
  * snapshots)</p>
9277
9289
  * </li>
@@ -11955,11 +11967,12 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11955
11967
  /**
11956
11968
  * <p>License model information for the restored DB instance.</p>
11957
11969
  * <note>
11958
- * <p>License models for RDS for Db2 require additional configuration. The Bring Your
11959
- * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
11960
- * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
11961
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
11962
- * options</a> in the <i>Amazon RDS User Guide</i>.</p>
11970
+ * <p>License models for RDS for Db2 require additional configuration. The bring your
11971
+ * own license (BYOL) model requires a custom parameter group and an Amazon Web Services License
11972
+ * Manager self-managed license. The Db2 license through Amazon Web Services Marketplace model
11973
+ * requires an Amazon Web Services Marketplace subscription. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon
11974
+ * RDS for Db2 licensing options</a> in the <i>Amazon RDS User
11975
+ * Guide</i>.</p>
11963
11976
  * </note>
11964
11977
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
11965
11978
  * <p>Valid Values:</p>
@@ -13226,11 +13239,12 @@ export interface RestoreDBInstanceToPointInTimeMessage {
13226
13239
  /**
13227
13240
  * <p>The license model information for the restored DB instance.</p>
13228
13241
  * <note>
13229
- * <p>License models for RDS for Db2 require additional configuration. The Bring Your
13230
- * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
13231
- * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
13232
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
13233
- * options</a> in the <i>Amazon RDS User Guide</i>.</p>
13242
+ * <p>License models for RDS for Db2 require additional configuration. The bring your
13243
+ * own license (BYOL) model requires a custom parameter group and an Amazon Web Services License
13244
+ * Manager self-managed license. The Db2 license through Amazon Web Services Marketplace model
13245
+ * requires an Amazon Web Services Marketplace subscription. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon
13246
+ * RDS for Db2 licensing options</a> in the <i>Amazon RDS User
13247
+ * Guide</i>.</p>
13234
13248
  * </note>
13235
13249
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
13236
13250
  * <p>Valid Values:</p>
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.872.0",
4
+ "version": "3.874.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",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.864.0",
24
- "@aws-sdk/credential-provider-node": "3.872.0",
25
- "@aws-sdk/middleware-host-header": "3.862.0",
26
- "@aws-sdk/middleware-logger": "3.862.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-sdk-rds": "3.862.0",
29
- "@aws-sdk/middleware-user-agent": "3.864.0",
30
- "@aws-sdk/region-config-resolver": "3.862.0",
23
+ "@aws-sdk/core": "3.873.0",
24
+ "@aws-sdk/credential-provider-node": "3.873.0",
25
+ "@aws-sdk/middleware-host-header": "3.873.0",
26
+ "@aws-sdk/middleware-logger": "3.873.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
+ "@aws-sdk/middleware-sdk-rds": "3.873.0",
29
+ "@aws-sdk/middleware-user-agent": "3.873.0",
30
+ "@aws-sdk/region-config-resolver": "3.873.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
- "@aws-sdk/util-endpoints": "3.862.0",
33
- "@aws-sdk/util-user-agent-browser": "3.862.0",
34
- "@aws-sdk/util-user-agent-node": "3.864.0",
32
+ "@aws-sdk/util-endpoints": "3.873.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.873.0",
34
+ "@aws-sdk/util-user-agent-node": "3.873.0",
35
35
  "@smithy/config-resolver": "^4.1.5",
36
36
  "@smithy/core": "^3.8.0",
37
37
  "@smithy/fetch-http-handler": "^5.1.1",