Skip to content

Commit bede5ab

Browse files
author
awstools
committed
docs(client-rds): Note support for Database Insights for Amazon RDS.
1 parent 7c625fa commit bede5ab

File tree

4 files changed

+61
-56
lines changed

4 files changed

+61
-56
lines changed

clients/client-rds/src/commands/StartExportTaskCommand.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
3131
/**
3232
* <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
3333
* The provided IAM role must have access to the S3 bucket.</p>
34-
* <p>You can't export snapshot data from Db2 or RDS Custom DB instances.</p>
34+
* <p>You can't export snapshot data from RDS Custom DB instances. For more information,
35+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.ExportSnapshotToS3.html">
36+
* Supported Regions and DB engines for exporting snapshots to S3 in Amazon RDS</a>.</p>
3537
* <p>For more information on exporting DB snapshot data, see
3638
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
3739
* data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>

clients/client-rds/src/models/models_0.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4984,19 +4984,19 @@ export interface CreateDBClusterMessage {
49844984
* <p>The following values are valid for each DB engine:</p>
49854985
* <ul>
49864986
* <li>
4987-
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
4987+
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery | iam-db-auth-error</code>
49884988
* </p>
49894989
* </li>
49904990
* <li>
4991-
* <p>Aurora PostgreSQL - <code>instance | postgresql</code>
4991+
* <p>Aurora PostgreSQL - <code>instance | postgresql | iam-db-auth-error</code>
49924992
* </p>
49934993
* </li>
49944994
* <li>
4995-
* <p>RDS for MySQL - <code>error | general | slowquery</code>
4995+
* <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
49964996
* </p>
49974997
* </li>
49984998
* <li>
4999-
* <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
4999+
* <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
50005000
* </p>
50015001
* </li>
50025002
* </ul>
@@ -8207,8 +8207,8 @@ export interface CreateDBInstanceMessage {
82078207
* <p>This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.</p>
82088208
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
82098209
* </p>
8210-
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
8211-
* is specified. Otherwise, <code>gp2</code>.</p>
8210+
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter is specified. Otherwise,
8211+
* <code>gp3</code>.</p>
82128212
* @public
82138213
*/
82148214
StorageType?: string | undefined;
@@ -8484,27 +8484,27 @@ export interface CreateDBInstanceMessage {
84848484
* <p>The following values are valid for each DB engine:</p>
84858485
* <ul>
84868486
* <li>
8487-
* <p>RDS for Db2 - <code>diag.log | notify.log</code>
8487+
* <p>RDS for Db2 - <code>diag.log | notify.log | iam-db-auth-error</code>
84888488
* </p>
84898489
* </li>
84908490
* <li>
8491-
* <p>RDS for MariaDB - <code>audit | error | general | slowquery</code>
8491+
* <p>RDS for MariaDB - <code>audit | error | general | slowquery | iam-db-auth-error</code>
84928492
* </p>
84938493
* </li>
84948494
* <li>
84958495
* <p>RDS for Microsoft SQL Server - <code>agent | error</code>
84968496
* </p>
84978497
* </li>
84988498
* <li>
8499-
* <p>RDS for MySQL - <code>audit | error | general | slowquery</code>
8499+
* <p>RDS for MySQL - <code>audit | error | general | slowquery | iam-db-auth-error</code>
85008500
* </p>
85018501
* </li>
85028502
* <li>
85038503
* <p>RDS for Oracle - <code>alert | audit | listener | trace | oemagent</code>
85048504
* </p>
85058505
* </li>
85068506
* <li>
8507-
* <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
8507+
* <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
85088508
* </p>
85098509
* </li>
85108510
* </ul>
@@ -10273,8 +10273,8 @@ export interface CreateDBInstanceReadReplicaMessage {
1027310273
* <code>Iops</code> parameter.</p>
1027410274
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
1027510275
* </p>
10276-
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter
10277-
* is specified. Otherwise, <code>gp2</code>.</p>
10276+
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter is specified. Otherwise,
10277+
* <code>gp3</code>.</p>
1027810278
* @public
1027910279
*/
1028010280
StorageType?: string | undefined;
@@ -11121,8 +11121,7 @@ export interface UserAuthConfigInfo {
1112111121
SecretArn?: string | undefined;
1112211122

1112311123
/**
11124-
* <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
11125-
* The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
11124+
* <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. </p>
1112611125
* @public
1112711126
*/
1112811127
IAMAuth?: IAMAuthMode | undefined;

clients/client-rds/src/models/models_1.ts

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7673,19 +7673,19 @@ export interface ModifyDBClusterMessage {
76737673
* <p>The following values are valid for each DB engine:</p>
76747674
* <ul>
76757675
* <li>
7676-
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
7676+
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery | iam-db-auth-error</code>
76777677
* </p>
76787678
* </li>
76797679
* <li>
7680-
* <p>Aurora PostgreSQL - <code>instance | postgresql</code>
7680+
* <p>Aurora PostgreSQL - <code>instance | postgresql | iam-db-auth-error</code>
76817681
* </p>
76827682
* </li>
76837683
* <li>
7684-
* <p>RDS for MySQL - <code>error | general | slowquery</code>
7684+
* <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
76857685
* </p>
76867686
* </li>
76877687
* <li>
7688-
* <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
7688+
* <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
76897689
* </p>
76907690
* </li>
76917691
* </ul>
@@ -9192,19 +9192,19 @@ export interface ModifyDBInstanceMessage {
91929192
* <p>The following values are valid for each DB engine:</p>
91939193
* <ul>
91949194
* <li>
9195-
* <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
9195+
* <p>Aurora MySQL - <code>audit | error | general | slowquery | iam-db-auth-error</code>
91969196
* </p>
91979197
* </li>
91989198
* <li>
9199-
* <p>Aurora PostgreSQL - <code>postgresql</code>
9199+
* <p>Aurora PostgreSQL - <code>postgresql | iam-db-auth-error</code>
92009200
* </p>
92019201
* </li>
92029202
* <li>
9203-
* <p>RDS for MySQL - <code>error | general | slowquery</code>
9203+
* <p>RDS for MySQL - <code>error | general | slowquery | iam-db-auth-error</code>
92049204
* </p>
92059205
* </li>
92069206
* <li>
9207-
* <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
9207+
* <p>RDS for PostgreSQL - <code>postgresql | upgrade | iam-db-auth-error</code>
92089208
* </p>
92099209
* </li>
92109210
* </ul>
@@ -9738,11 +9738,15 @@ export interface ConnectionPoolConfiguration {
97389738
SessionPinningFilters?: string[] | undefined;
97399739

97409740
/**
9741-
* <p>One or more SQL statements for the proxy to run when opening each new database connection.
9742-
* Typically used with <code>SET</code> statements to make sure that each connection has identical
9743-
* settings such as time zone and character set. For multiple statements, use semicolons as the separator.
9744-
* You can also include multiple variables in a single <code>SET</code> statement, such as
9745-
* <code>SET x=1, y=2</code>.</p>
9741+
* <p>Add an initialization query, or modify the current one. You can specify one or more SQL statements for
9742+
* the proxy to run when opening each new database connection. The setting is
9743+
* typically used with <code>SET</code> statements to make sure that each
9744+
* connection has identical settings. Make sure that the query you add is valid. To
9745+
* include multiple variables in a single <code>SET</code> statement, use comma
9746+
* separators.</p>
9747+
* <p>For example: <code>SET variable1=value1, variable2=value2</code>
9748+
* </p>
9749+
* <p>For multiple statements, use semicolons as the separator.</p>
97469750
* <p>Default: no initialization query</p>
97479751
* @public
97489752
*/
@@ -11424,11 +11428,11 @@ export interface RestoreDBClusterFromS3Message {
1142411428
* <p>
1142511429
* <b>Aurora MySQL</b>
1142611430
* </p>
11427-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
11431+
* <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>
1142811432
* <p>
1142911433
* <b>Aurora PostgreSQL</b>
1143011434
* </p>
11431-
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
11435+
* <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
1143211436
* <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>
1143311437
* <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>
1143411438
* @public
@@ -11857,19 +11861,19 @@ export interface RestoreDBClusterFromSnapshotMessage {
1185711861
* <p>
1185811862
* <b>RDS for MySQL</b>
1185911863
* </p>
11860-
* <p>Possible values are <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
11864+
* <p>Possible values are <code>error</code>, <code>general</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
1186111865
* <p>
1186211866
* <b>RDS for PostgreSQL</b>
1186311867
* </p>
11864-
* <p>Possible values are <code>postgresql</code> and <code>upgrade</code>.</p>
11868+
* <p>Possible values are <code>postgresql</code>, <code>upgrade</code>, and <code>iam-db-auth-error</code>.</p>
1186511869
* <p>
1186611870
* <b>Aurora MySQL</b>
1186711871
* </p>
11868-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
11872+
* <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>
1186911873
* <p>
1187011874
* <b>Aurora PostgreSQL</b>
1187111875
* </p>
11872-
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
11876+
* <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
1187311877
* <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>
1187411878
* <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>
1187511879
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -12369,19 +12373,19 @@ export interface RestoreDBClusterToPointInTimeMessage {
1236912373
* <p>
1237012374
* <b>RDS for MySQL</b>
1237112375
* </p>
12372-
* <p>Possible values are <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
12376+
* <p>Possible values are <code>error</code>, <code>general</code>, <code>slowquery</code>, and <code>iam-db-auth-error</code>.</p>
1237312377
* <p>
1237412378
* <b>RDS for PostgreSQL</b>
1237512379
* </p>
12376-
* <p>Possible values are <code>postgresql</code> and <code>upgrade</code>.</p>
12380+
* <p>Possible values are <code>postgresql</code>, <code>upgrade</code>, and <code>iam-db-auth-error</code>.</p>
1237712381
* <p>
1237812382
* <b>Aurora MySQL</b>
1237912383
* </p>
12380-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
12384+
* <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>
1238112385
* <p>
1238212386
* <b>Aurora PostgreSQL</b>
1238312387
* </p>
12384-
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
12388+
* <p>Possible value are <code>instance</code>, <code>postgresql</code>, and <code>iam-db-auth-error</code>.</p>
1238512389
* <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>
1238612390
* <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>
1238712391
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -12984,8 +12988,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
1298412988
* </p>
1298512989
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
1298612990
* <code>Iops</code> parameter.</p>
12987-
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter
12988-
* is specified, otherwise <code>gp2</code>
12991+
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter is specified, otherwise
12992+
* <code>gp3</code>
1298912993
* </p>
1299012994
* @public
1299112995
*/
@@ -14349,8 +14353,8 @@ export interface RestoreDBInstanceToPointInTimeMessage {
1434914353
* <p>The storage type to associate with the DB instance.</p>
1435014354
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
1435114355
* </p>
14352-
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
14353-
* is specified. Otherwise, <code>gp2</code>.</p>
14356+
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter is specified. Otherwise,
14357+
* <code>gp3</code>.</p>
1435414358
* <p>Constraints:</p>
1435514359
* <ul>
1435614360
* <li>

0 commit comments

Comments
 (0)