@aws-sdk/client-rds 3.758.0 → 3.761.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.
@@ -30,7 +30,9 @@ declare const StartExportTaskCommand_base: {
30
30
  /**
31
31
  * <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
32
32
  * The provided IAM role must have access to the S3 bucket.</p>
33
- * <p>You can't export snapshot data from Db2 or RDS Custom DB instances.</p>
33
+ * <p>You can't export snapshot data from RDS Custom DB instances. For more information,
34
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.ExportSnapshotToS3.html">
35
+ * Supported Regions and DB engines for exporting snapshots to S3 in Amazon RDS</a>.</p>
34
36
  * <p>For more information on exporting DB snapshot data, see
35
37
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
36
38
  * data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
@@ -4232,19 +4232,19 @@ 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 | instance | slowquery</code>
4235
+ * <p>Aurora MySQL - <code>audit | error | general | instance | slowquery | iam-db-auth-error</code>
4236
4236
  * </p>
4237
4237
  * </li>
4238
4238
  * <li>
4239
- * <p>Aurora PostgreSQL - <code>instance | postgresql</code>
4239
+ * <p>Aurora PostgreSQL - <code>instance | postgresql | iam-db-auth-error</code>
4240
4240
  * </p>
4241
4241
  * </li>
4242
4242
  * <li>
4243
- * <p>RDS for MySQL - <code>error | general | slowquery</code>
4243
+ * <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
4244
4244
  * </p>
4245
4245
  * </li>
4246
4246
  * <li>
4247
- * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
4247
+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
4248
4248
  * </p>
4249
4249
  * </li>
4250
4250
  * </ul>
@@ -7088,8 +7088,8 @@ export interface CreateDBInstanceMessage {
7088
7088
  * <p>This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.</p>
7089
7089
  * <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
7090
7090
  * </p>
7091
- * <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
7092
- * is specified. Otherwise, <code>gp2</code>.</p>
7091
+ * <p>Default: <code>io1</code>, if the <code>Iops</code> parameter is specified. Otherwise,
7092
+ * <code>gp3</code>.</p>
7093
7093
  * @public
7094
7094
  */
7095
7095
  StorageType?: string | undefined;
@@ -7344,11 +7344,11 @@ export interface CreateDBInstanceMessage {
7344
7344
  * <p>The following values are valid for each DB engine:</p>
7345
7345
  * <ul>
7346
7346
  * <li>
7347
- * <p>RDS for Db2 - <code>diag.log | notify.log</code>
7347
+ * <p>RDS for Db2 - <code>diag.log | notify.log | iam-db-auth-error</code>
7348
7348
  * </p>
7349
7349
  * </li>
7350
7350
  * <li>
7351
- * <p>RDS for MariaDB - <code>audit | error | general | slowquery</code>
7351
+ * <p>RDS for MariaDB - <code>audit | error | general | slowquery | iam-db-auth-error</code>
7352
7352
  * </p>
7353
7353
  * </li>
7354
7354
  * <li>
@@ -7356,7 +7356,7 @@ export interface CreateDBInstanceMessage {
7356
7356
  * </p>
7357
7357
  * </li>
7358
7358
  * <li>
7359
- * <p>RDS for MySQL - <code>audit | error | general | slowquery</code>
7359
+ * <p>RDS for MySQL - <code>audit | error | general | slowquery | iam-db-auth-error</code>
7360
7360
  * </p>
7361
7361
  * </li>
7362
7362
  * <li>
@@ -7364,7 +7364,7 @@ export interface CreateDBInstanceMessage {
7364
7364
  * </p>
7365
7365
  * </li>
7366
7366
  * <li>
7367
- * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
7367
+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
7368
7368
  * </p>
7369
7369
  * </li>
7370
7370
  * </ul>
@@ -8923,8 +8923,8 @@ export interface CreateDBInstanceReadReplicaMessage {
8923
8923
  * <code>Iops</code> parameter.</p>
8924
8924
  * <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
8925
8925
  * </p>
8926
- * <p>Default: <code>io1</code> if the <code>Iops</code> parameter
8927
- * is specified. Otherwise, <code>gp2</code>.</p>
8926
+ * <p>Default: <code>io1</code> if the <code>Iops</code> parameter is specified. Otherwise,
8927
+ * <code>gp3</code>.</p>
8928
8928
  * @public
8929
8929
  */
8930
8930
  StorageType?: string | undefined;
@@ -9697,8 +9697,7 @@ export interface UserAuthConfigInfo {
9697
9697
  */
9698
9698
  SecretArn?: string | undefined;
9699
9699
  /**
9700
- * <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
9701
- * The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
9700
+ * <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. </p>
9702
9701
  * @public
9703
9702
  */
9704
9703
  IAMAuth?: IAMAuthMode | undefined;
@@ -6908,19 +6908,19 @@ 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 | instance | slowquery</code>
6911
+ * <p>Aurora MySQL - <code>audit | error | general | instance | slowquery | iam-db-auth-error</code>
6912
6912
  * </p>
6913
6913
  * </li>
6914
6914
  * <li>
6915
- * <p>Aurora PostgreSQL - <code>instance | postgresql</code>
6915
+ * <p>Aurora PostgreSQL - <code>instance | postgresql | iam-db-auth-error</code>
6916
6916
  * </p>
6917
6917
  * </li>
6918
6918
  * <li>
6919
- * <p>RDS for MySQL - <code>error | general | slowquery</code>
6919
+ * <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
6920
6920
  * </p>
6921
6921
  * </li>
6922
6922
  * <li>
6923
- * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
6923
+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
6924
6924
  * </p>
6925
6925
  * </li>
6926
6926
  * </ul>
@@ -8315,19 +8315,19 @@ export interface ModifyDBInstanceMessage {
8315
8315
  * <p>The following values are valid for each DB engine:</p>
8316
8316
  * <ul>
8317
8317
  * <li>
8318
- * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
8318
+ * <p>Aurora MySQL - <code>audit | error | general | slowquery | iam-db-auth-error</code>
8319
8319
  * </p>
8320
8320
  * </li>
8321
8321
  * <li>
8322
- * <p>Aurora PostgreSQL - <code>postgresql</code>
8322
+ * <p>Aurora PostgreSQL - <code>postgresql | iam-db-auth-error</code>
8323
8323
  * </p>
8324
8324
  * </li>
8325
8325
  * <li>
8326
- * <p>RDS for MySQL - <code>error | general | slowquery</code>
8326
+ * <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
8327
8327
  * </p>
8328
8328
  * </li>
8329
8329
  * <li>
8330
- * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
8330
+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
8331
8331
  * </p>
8332
8332
  * </li>
8333
8333
  * </ul>
@@ -8821,11 +8821,15 @@ export interface ConnectionPoolConfiguration {
8821
8821
  */
8822
8822
  SessionPinningFilters?: string[] | undefined;
8823
8823
  /**
8824
- * <p>One or more SQL statements for the proxy to run when opening each new database connection.
8825
- * Typically used with <code>SET</code> statements to make sure that each connection has identical
8826
- * settings such as time zone and character set. For multiple statements, use semicolons as the separator.
8827
- * You can also include multiple variables in a single <code>SET</code> statement, such as
8828
- * <code>SET x=1, y=2</code>.</p>
8824
+ * <p>Add an initialization query, or modify the current one. You can specify one or more SQL statements for
8825
+ * the proxy to run when opening each new database connection. The setting is
8826
+ * typically used with <code>SET</code> statements to make sure that each
8827
+ * connection has identical settings. Make sure that the query you add is valid. To
8828
+ * include multiple variables in a single <code>SET</code> statement, use comma
8829
+ * separators.</p>
8830
+ * <p>For example: <code>SET variable1=value1, variable2=value2</code>
8831
+ * </p>
8832
+ * <p>For multiple statements, use semicolons as the separator.</p>
8829
8833
  * <p>Default: no initialization query</p>
8830
8834
  * @public
8831
8835
  */
@@ -10313,11 +10317,11 @@ export interface RestoreDBClusterFromS3Message {
10313
10317
  * <p>
10314
10318
  * <b>Aurora MySQL</b>
10315
10319
  * </p>
10316
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
10320
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
10317
10321
  * <p>
10318
10322
  * <b>Aurora PostgreSQL</b>
10319
10323
  * </p>
10320
- * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
10324
+ * <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
10321
10325
  * <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>
10322
10326
  * <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>
10323
10327
  * @public
@@ -10704,19 +10708,19 @@ export interface RestoreDBClusterFromSnapshotMessage {
10704
10708
  * <p>
10705
10709
  * <b>RDS for MySQL</b>
10706
10710
  * </p>
10707
- * <p>Possible values are <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
10711
+ * <p>Possible values are <code>error</code>, <code>general</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
10708
10712
  * <p>
10709
10713
  * <b>RDS for PostgreSQL</b>
10710
10714
  * </p>
10711
- * <p>Possible values are <code>postgresql</code> and <code>upgrade</code>.</p>
10715
+ * <p>Possible values are <code>postgresql</code>, <code>upgrade</code>, and <code>iam-db-auth-error</code>.</p>
10712
10716
  * <p>
10713
10717
  * <b>Aurora MySQL</b>
10714
10718
  * </p>
10715
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
10719
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
10716
10720
  * <p>
10717
10721
  * <b>Aurora PostgreSQL</b>
10718
10722
  * </p>
10719
- * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
10723
+ * <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
10720
10724
  * <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>
10721
10725
  * <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>
10722
10726
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -11181,19 +11185,19 @@ export interface RestoreDBClusterToPointInTimeMessage {
11181
11185
  * <p>
11182
11186
  * <b>RDS for MySQL</b>
11183
11187
  * </p>
11184
- * <p>Possible values are <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
11188
+ * <p>Possible values are <code>error</code>, <code>general</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
11185
11189
  * <p>
11186
11190
  * <b>RDS for PostgreSQL</b>
11187
11191
  * </p>
11188
- * <p>Possible values are <code>postgresql</code> and <code>upgrade</code>.</p>
11192
+ * <p>Possible values are <code>postgresql</code>, <code>upgrade</code>, and <code>iam-db-auth-error</code>.</p>
11189
11193
  * <p>
11190
11194
  * <b>Aurora MySQL</b>
11191
11195
  * </p>
11192
- * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
11196
+ * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
11193
11197
  * <p>
11194
11198
  * <b>Aurora PostgreSQL</b>
11195
11199
  * </p>
11196
- * <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
11200
+ * <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
11197
11201
  * <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>
11198
11202
  * <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>
11199
11203
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -11758,8 +11762,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11758
11762
  * </p>
11759
11763
  * <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
11760
11764
  * <code>Iops</code> parameter.</p>
11761
- * <p>Default: <code>io1</code> if the <code>Iops</code> parameter
11762
- * is specified, otherwise <code>gp2</code>
11765
+ * <p>Default: <code>io1</code> if the <code>Iops</code> parameter is specified, otherwise
11766
+ * <code>gp3</code>
11763
11767
  * </p>
11764
11768
  * @public
11765
11769
  */
@@ -13016,8 +13020,8 @@ export interface RestoreDBInstanceToPointInTimeMessage {
13016
13020
  * <p>The storage type to associate with the DB instance.</p>
13017
13021
  * <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
13018
13022
  * </p>
13019
- * <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
13020
- * is specified. Otherwise, <code>gp2</code>.</p>
13023
+ * <p>Default: <code>io1</code>, if the <code>Iops</code> parameter is specified. Otherwise,
13024
+ * <code>gp3</code>.</p>
13021
13025
  * <p>Constraints:</p>
13022
13026
  * <ul>
13023
13027
  * <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.758.0",
4
+ "version": "3.761.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",