Skip to content

Commit 8e56fb3

Browse files
author
awstools
committedJun 23, 2023
docs(client-rds): Documentation improvements for create, describe, and modify DB clusters and DB instances.
1 parent 61cadba commit 8e56fb3

File tree

6 files changed

+1713
-1643
lines changed

6 files changed

+1713
-1643
lines changed
 

‎clients/client-rds/src/commands/DescribeDBClustersCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
3636

3737
/**
3838
* @public
39-
* <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
39+
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
4040
* <p>For more information on Amazon Aurora DB clusters, see
4141
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
4242
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>

‎clients/client-rds/src/commands/DescribeDBInstancesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
3636

3737
/**
3838
* @public
39-
* <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
39+
* <p>Describes provisioned RDS instances. This API supports pagination.</p>
4040
* <note>
4141
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
4242
* </note>

‎clients/client-rds/src/commands/ModifyDBClusterCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
3636

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

0 commit comments

Comments
 (0)
Please sign in to comment.