@aws-sdk/client-rds 3.738.0 → 3.741.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.
@@ -27,9 +27,10 @@ declare const StopDBInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint,
31
- * DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if
32
- * necessary.</p>
30
+ * <p>Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata,
31
+ * including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains
32
+ * the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically
33
+ * after 7 days.</p>
33
34
  * <p>For more information, see
34
35
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
35
36
  * Stopping an Amazon RDS DB Instance Temporarily</a> in the
@@ -4232,11 +4232,11 @@ export interface CreateDBClusterMessage {
4232
4232
  * <p>The following values are valid for each DB engine:</p>
4233
4233
  * <ul>
4234
4234
  * <li>
4235
- * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
4235
+ * <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
4236
4236
  * </p>
4237
4237
  * </li>
4238
4238
  * <li>
4239
- * <p>Aurora PostgreSQL - <code>postgresql</code>
4239
+ * <p>Aurora PostgreSQL - <code>instance | postgresql</code>
4240
4240
  * </p>
4241
4241
  * </li>
4242
4242
  * <li>
@@ -5331,7 +5331,14 @@ export interface DBCluster {
5331
5331
  */
5332
5332
  IAMDatabaseAuthenticationEnabled?: boolean | undefined;
5333
5333
  /**
5334
- * <p>The ID of the clone group with which the DB cluster is associated.</p>
5334
+ * <p>The ID of the clone group with which the DB cluster is associated. For newly created
5335
+ * clusters, the ID is typically null. </p>
5336
+ * <p>If you clone a DB cluster when the ID is null, the operation populates the ID value
5337
+ * for the source cluster and the clone because both clusters become part of the same clone
5338
+ * group. Even if you delete the clone cluster, the clone group ID remains for the lifetime
5339
+ * of the source cluster to show that it was used in a cloning operation.</p>
5340
+ * <p>For PITR, the clone group ID is inherited from the source cluster. For snapshot
5341
+ * restore operations, the clone group ID isn't inherited from the source cluster.</p>
5335
5342
  * @public
5336
5343
  */
5337
5344
  CloneGroupId?: string | undefined;
@@ -7472,7 +7479,7 @@ export interface CreateDBInstanceMessage {
7472
7479
  */
7473
7480
  NetworkType?: string | undefined;
7474
7481
  /**
7475
- * <p>The storage throughput value for the DB instance.</p>
7482
+ * <p>The storage throughput value, in mebibyte per second (MiBps), for the DB instance.</p>
7476
7483
  * <p>This setting applies only to the <code>gp3</code> storage type.</p>
7477
7484
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
7478
7485
  * @public
@@ -6908,11 +6908,11 @@ export interface ModifyDBClusterMessage {
6908
6908
  * <p>The following values are valid for each DB engine:</p>
6909
6909
  * <ul>
6910
6910
  * <li>
6911
- * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
6911
+ * <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
6912
6912
  * </p>
6913
6913
  * </li>
6914
6914
  * <li>
6915
- * <p>Aurora PostgreSQL - <code>postgresql</code>
6915
+ * <p>Aurora PostgreSQL - <code>instance | postgresql</code>
6916
6916
  * </p>
6917
6917
  * </li>
6918
6918
  * <li>
@@ -10312,7 +10312,12 @@ export interface RestoreDBClusterFromS3Message {
10312
10312
  * <p>
10313
10313
  * <b>Aurora MySQL</b>
10314
10314
  * </p>
10315
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
10315
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
10316
+ * <p>
10317
+ * <b>Aurora PostgreSQL</b>
10318
+ * </p>
10319
+ * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
10320
+ * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
10316
10321
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
10317
10322
  * @public
10318
10323
  */
@@ -10706,11 +10711,11 @@ export interface RestoreDBClusterFromSnapshotMessage {
10706
10711
  * <p>
10707
10712
  * <b>Aurora MySQL</b>
10708
10713
  * </p>
10709
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
10714
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
10710
10715
  * <p>
10711
10716
  * <b>Aurora PostgreSQL</b>
10712
10717
  * </p>
10713
- * <p>Possible value is <code>postgresql</code>.</p>
10718
+ * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
10714
10719
  * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
10715
10720
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
10716
10721
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -11183,11 +11188,11 @@ export interface RestoreDBClusterToPointInTimeMessage {
11183
11188
  * <p>
11184
11189
  * <b>Aurora MySQL</b>
11185
11190
  * </p>
11186
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
11191
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
11187
11192
  * <p>
11188
11193
  * <b>Aurora PostgreSQL</b>
11189
11194
  * </p>
11190
- * <p>Possible value is <code>postgresql</code>.</p>
11195
+ * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
11191
11196
  * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
11192
11197
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
11193
11198
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</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.738.0",
4
+ "version": "3.741.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.738.0",
24
+ "@aws-sdk/credential-provider-node": "3.741.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",