Skip to content

Commit

Permalink
Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance…
Browse files Browse the repository at this point in the history
… log type in the create and modify DB Cluster.
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 31, 2025
1 parent 72947cd commit 754c7c7
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 63 deletions.
16 changes: 8 additions & 8 deletions generator/ServiceModels/rds/rds-2014-10-31.docs.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions generator/ServiceModels/rds/rds-2014-10-31.normal.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,11 @@ internal bool IsSetDomainIAMRoleName()
/// </para>
/// <ul> <li>
/// <para>
/// Aurora MySQL - <c>audit | error | general | slowquery</c>
/// Aurora MySQL - <c>audit | error | general | instance | slowquery</c>
/// </para>
/// </li> <li>
/// <para>
/// Aurora PostgreSQL - <c>postgresql</c>
/// Aurora PostgreSQL - <c>instance | postgresql</c>
/// </para>
/// </li> <li>
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@ internal bool IsSetStorageEncrypted()
/// <summary>
/// Gets and sets the property StorageThroughput.
/// <para>
/// The storage throughput value for the DB instance.
/// The storage throughput value, in mebibyte per second (MiBps), for the DB instance.
/// </para>
///
/// <para>
Expand Down
15 changes: 14 additions & 1 deletion sdk/src/Services/RDS/Generated/Model/DBCluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,20 @@ internal bool IsSetCharacterSetName()
/// <summary>
/// Gets and sets the property CloneGroupId.
/// <para>
/// The ID of the clone group with which the DB cluster is associated.
/// The ID of the clone group with which the DB cluster is associated. For newly created
/// clusters, the ID is typically null.
/// </para>
///
/// <para>
/// If you clone a DB cluster when the ID is null, the operation populates the ID value
/// for the source cluster and the clone because both clusters become part of the same
/// clone group. Even if you delete the clone cluster, the clone group ID remains for
/// the lifetime of the source cluster to show that it was used in a cloning operation.
/// </para>
///
/// <para>
/// For PITR, the clone group ID is inherited from the source cluster. For snapshot restore
/// operations, the clone group ID isn't inherited from the source cluster.
/// </para>
/// </summary>
public string CloneGroupId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,11 @@ internal bool IsSetCACertificateIdentifier()
/// </para>
/// <ul> <li>
/// <para>
/// Aurora MySQL - <c>audit | error | general | slowquery</c>
/// Aurora MySQL - <c>audit | error | general | instance | slowquery</c>
/// </para>
/// </li> <li>
/// <para>
/// Aurora PostgreSQL - <c>postgresql</c>
/// Aurora PostgreSQL - <c>instance | postgresql</c>
/// </para>
/// </li> <li>
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,21 @@ internal bool IsSetDomainIAMRoleName()
/// </para>
///
/// <para>
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, and <c>slowquery</c>.
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, <c>instance</c>, and
/// <c>slowquery</c>.
/// </para>
///
/// <para>
/// <b>Aurora PostgreSQL</b>
/// </para>
///
/// <para>
/// Possible value are <c>instance</c> and <c>postgresql</c>.
/// </para>
///
/// <para>
/// 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>.
/// </para>
///
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,15 +454,16 @@ internal bool IsSetDomainIAMRoleName()
/// </para>
///
/// <para>
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, and <c>slowquery</c>.
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, <c>instance</c>, and
/// <c>slowquery</c>.
/// </para>
///
/// <para>
/// <b>Aurora PostgreSQL</b>
/// </para>
///
/// <para>
/// Possible value is <c>postgresql</c>.
/// Possible value are <c>instance</c> and <c>postgresql</c>.
/// </para>
///
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,16 @@ internal bool IsSetDomainIAMRoleName()
/// </para>
///
/// <para>
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, and <c>slowquery</c>.
/// Possible values are <c>audit</c>, <c>error</c>, <c>general</c>, <c>instance</c>, and
/// <c>slowquery</c>.
/// </para>
///
/// <para>
/// <b>Aurora PostgreSQL</b>
/// </para>
///
/// <para>
/// Possible value is <c>postgresql</c>.
/// Possible value are <c>instance</c> and <c>postgresql</c>.
/// </para>
///
/// <para>
Expand Down
9 changes: 5 additions & 4 deletions sdk/src/Services/RDS/Generated/Model/StopDBInstanceRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ namespace Amazon.RDS.Model
{
/// <summary>
/// Container for the parameters to the StopDBInstance operation.
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
9 changes: 5 additions & 4 deletions sdk/src/Services/RDS/Generated/_bcl35/AmazonRDSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12803,10 +12803,11 @@ public virtual StopDBClusterResponse EndStopDBCluster(IAsyncResult asyncResult)
#region StopDBInstance

/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
9 changes: 5 additions & 4 deletions sdk/src/Services/RDS/Generated/_bcl35/IAmazonRDS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10347,10 +10347,11 @@ public partial interface IAmazonRDS : IAmazonService, IDisposable


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
18 changes: 10 additions & 8 deletions sdk/src/Services/RDS/Generated/_bcl45/AmazonRDSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14805,10 +14805,11 @@ public virtual StopDBClusterResponse StopDBCluster(StopDBClusterRequest request)


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down Expand Up @@ -14853,10 +14854,11 @@ public virtual StopDBInstanceResponse StopDBInstance(StopDBInstanceRequest reque


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
18 changes: 10 additions & 8 deletions sdk/src/Services/RDS/Generated/_bcl45/IAmazonRDS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12477,10 +12477,11 @@ public partial interface IAmazonRDS : IAmazonService, IDisposable


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down Expand Up @@ -12519,10 +12520,11 @@ public partial interface IAmazonRDS : IAmazonService, IDisposable


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9782,10 +9782,11 @@ internal virtual StopDBInstanceResponse StopDBInstance(StopDBInstanceRequest req


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down
9 changes: 5 additions & 4 deletions sdk/src/Services/RDS/Generated/_netstandard/IAmazonRDS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6944,10 +6944,11 @@ public partial interface IAmazonRDS : IAmazonService, IDisposable


/// <summary>
/// Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the
/// DB instance's metadata, including its endpoint, DB parameter group, and option group
/// membership. Amazon RDS also retains the transaction logs so you can do a point-in-time
/// restore if necessary.
/// Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS
/// retains the DB instance's metadata, including its endpoint, DB parameter group, and
/// option group membership. Amazon RDS also retains the transaction logs so you can do
/// a point-in-time restore if necessary. The instance restarts automatically after 7
/// days.
///
///
/// <para>
Expand Down

0 comments on commit 754c7c7

Please sign in to comment.