Skip to content

Commit

Permalink
docs(client-rds): Documentation improvements for create, describe, an…
Browse files Browse the repository at this point in the history
…d modify DB clusters and DB instances.
  • Loading branch information
awstools committed Jun 23, 2023
1 parent 61cadba commit 8e56fb3
Show file tree
Hide file tree
Showing 6 changed files with 1,713 additions and 1,643 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met

/**
* @public
* <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
* <p>For more information on Amazon Aurora DB clusters, see
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M

/**
* @public
* <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
* <p>Describes provisioned RDS instances. This API supports pagination.</p>
* <note>
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
* </note>
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rds/src/commands/ModifyDBClusterCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M

/**
* @public
* <p>Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
* <p>Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
* You can change one or more settings by specifying these parameters and the new values in the
* request.</p>
* <p>For more information on Amazon Aurora DB clusters, see
Expand Down
Loading

0 comments on commit 8e56fb3

Please sign in to comment.