Skip to content

Commit 31194b2

Browse files
author
awstools
committed
docs(client-rds): Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
1 parent 49662bc commit 31194b2

File tree

4 files changed

+35
-22
lines changed

4 files changed

+35
-22
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ export interface StopDBInstanceCommandInput extends StopDBInstanceMessage {}
2828
export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint,
32-
* DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if
33-
* necessary.</p>
31+
* <p>Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata,
32+
* including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains
33+
* the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically
34+
* after 7 days.</p>
3435
* <p>For more information, see
3536
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
3637
* Stopping an Amazon RDS DB Instance Temporarily</a> in the

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

+11-4
Original file line numberDiff line numberDiff line change
@@ -4984,11 +4984,11 @@ 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 | slowquery</code>
4987+
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
49884988
* </p>
49894989
* </li>
49904990
* <li>
4991-
* <p>Aurora PostgreSQL - <code>postgresql</code>
4991+
* <p>Aurora PostgreSQL - <code>instance | postgresql</code>
49924992
* </p>
49934993
* </li>
49944994
* <li>
@@ -6207,7 +6207,14 @@ export interface DBCluster {
62076207
IAMDatabaseAuthenticationEnabled?: boolean | undefined;
62086208

62096209
/**
6210-
* <p>The ID of the clone group with which the DB cluster is associated.</p>
6210+
* <p>The ID of the clone group with which the DB cluster is associated. For newly created
6211+
* clusters, the ID is typically null. </p>
6212+
* <p>If you clone a DB cluster when the ID is null, the operation populates the ID value
6213+
* for the source cluster and the clone because both clusters become part of the same clone
6214+
* group. Even if you delete the clone cluster, the clone group ID remains for the lifetime
6215+
* of the source cluster to show that it was used in a cloning operation.</p>
6216+
* <p>For PITR, the clone group ID is inherited from the source cluster. For snapshot
6217+
* restore operations, the clone group ID isn't inherited from the source cluster.</p>
62116218
* @public
62126219
*/
62136220
CloneGroupId?: string | undefined;
@@ -8620,7 +8627,7 @@ export interface CreateDBInstanceMessage {
86208627
NetworkType?: string | undefined;
86218628

86228629
/**
8623-
* <p>The storage throughput value for the DB instance.</p>
8630+
* <p>The storage throughput value, in mebibyte per second (MiBps), for the DB instance.</p>
86248631
* <p>This setting applies only to the <code>gp3</code> storage type.</p>
86258632
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
86268633
* @public

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

+12-7
Original file line numberDiff line numberDiff line change
@@ -7673,11 +7673,11 @@ 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 | slowquery</code>
7676+
* <p>Aurora MySQL - <code>audit | error | general | instance | slowquery</code>
76777677
* </p>
76787678
* </li>
76797679
* <li>
7680-
* <p>Aurora PostgreSQL - <code>postgresql</code>
7680+
* <p>Aurora PostgreSQL - <code>instance | postgresql</code>
76817681
* </p>
76827682
* </li>
76837683
* <li>
@@ -11423,7 +11423,12 @@ export interface RestoreDBClusterFromS3Message {
1142311423
* <p>
1142411424
* <b>Aurora MySQL</b>
1142511425
* </p>
11426-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
11426+
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
11427+
* <p>
11428+
* <b>Aurora PostgreSQL</b>
11429+
* </p>
11430+
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
11431+
* <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>
1142711432
* <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>
1142811433
* @public
1142911434
*/
@@ -11859,11 +11864,11 @@ export interface RestoreDBClusterFromSnapshotMessage {
1185911864
* <p>
1186011865
* <b>Aurora MySQL</b>
1186111866
* </p>
11862-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
11867+
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
1186311868
* <p>
1186411869
* <b>Aurora PostgreSQL</b>
1186511870
* </p>
11866-
* <p>Possible value is <code>postgresql</code>.</p>
11871+
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
1186711872
* <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>
1186811873
* <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>
1186911874
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
@@ -12371,11 +12376,11 @@ export interface RestoreDBClusterToPointInTimeMessage {
1237112376
* <p>
1237212377
* <b>Aurora MySQL</b>
1237312378
* </p>
12374-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
12379+
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, <code>instance</code>, and <code>slowquery</code>.</p>
1237512380
* <p>
1237612381
* <b>Aurora PostgreSQL</b>
1237712382
* </p>
12378-
* <p>Possible value is <code>postgresql</code>.</p>
12383+
* <p>Possible value are <code>instance</code> and <code>postgresql</code>.</p>
1237912384
* <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>
1238012385
* <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>
1238112386
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>

0 commit comments

Comments
 (0)