Skip to content

Commit ccc082a

Browse files
author
awstools
committed
docs(client-rds): Doc only update for a valid option in DB parameter group
1 parent d2fdd87 commit ccc082a

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,8 @@ export interface CreateDBClusterMessage {
43604360
* <p>Constraints:</p>
43614361
* <ul>
43624362
* <li>
4363-
* <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>
4363+
* <p>Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for Multi-AZ DB
4364+
* clusters) letters, numbers, or hyphens.</p>
43644365
* </li>
43654366
* <li>
43664367
* <p>First character must be a letter.</p>
@@ -6687,7 +6688,7 @@ export interface CreateDBClusterParameterGroupMessage {
66876688
* <p>
66886689
* <b>RDS for PostgreSQL</b>
66896690
* </p>
6690-
* <p>Example: <code>postgres12</code>
6691+
* <p>Example: <code>postgres13</code>
66916692
* </p>
66926693
* <p>To list all of the available parameter group families for a DB engine, use the following command:</p>
66936694
* <p>

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

+5
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ export interface DescribeAccountAttributesMessage {}
155155
* </li>
156156
* <li>
157157
* <p>
158+
* <code>DescribeDBShardGroups</code>
159+
* </p>
160+
* </li>
161+
* <li>
162+
* <p>
158163
* <code>DescribePendingMaintenanceActions</code>
159164
* </p>
160165
* </li>

codegen/sdk-codegen/aws-models/rds.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4168,7 +4168,7 @@
41684168
"target": "com.amazonaws.rds#String",
41694169
"traits": {
41704170
"smithy.api#clientOptional": {},
4171-
"smithy.api#documentation": "<p>The identifier for this DB cluster. This parameter is stored as a lowercase string.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster1</code>\n </p>",
4171+
"smithy.api#documentation": "<p>The identifier for this DB cluster. This parameter is stored as a lowercase string.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for Multi-AZ DB\n clusters) letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster1</code>\n </p>",
41724172
"smithy.api#required": {}
41734173
}
41744174
},
@@ -4513,7 +4513,7 @@
45134513
"target": "com.amazonaws.rds#String",
45144514
"traits": {
45154515
"smithy.api#clientOptional": {},
4516-
"smithy.api#documentation": "<p>The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster \n parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.</p>\n <p>\n <b>Aurora MySQL</b>\n </p>\n <p>Example: <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>\n </p>\n <p>\n <b>Aurora PostgreSQL</b>\n </p>\n <p>Example: <code>aurora-postgresql14</code>\n </p>\n <p>\n <b>RDS for MySQL</b>\n </p>\n <p>Example: <code>mysql8.0</code>\n </p>\n <p>\n <b>RDS for PostgreSQL</b>\n </p>\n <p>Example: <code>postgres12</code>\n </p>\n <p>To list all of the available parameter group families for a DB engine, use the following command:</p>\n <p>\n <code>aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine <engine></code>\n </p>\n <p>For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command:</p>\n <p>\n <code>aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine aurora-postgresql</code>\n </p>\n <note>\n <p>The output contains duplicates.</p>\n </note>\n <p>The following are the valid DB engine values:</p>\n <ul>\n <li>\n <p>\n <code>aurora-mysql</code>\n </p>\n </li>\n <li>\n <p>\n <code>aurora-postgresql</code>\n </p>\n </li>\n <li>\n <p>\n <code>mysql</code>\n </p>\n </li>\n <li>\n <p>\n <code>postgres</code>\n </p>\n </li>\n </ul>",
4516+
"smithy.api#documentation": "<p>The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster \n parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.</p>\n <p>\n <b>Aurora MySQL</b>\n </p>\n <p>Example: <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>\n </p>\n <p>\n <b>Aurora PostgreSQL</b>\n </p>\n <p>Example: <code>aurora-postgresql14</code>\n </p>\n <p>\n <b>RDS for MySQL</b>\n </p>\n <p>Example: <code>mysql8.0</code>\n </p>\n <p>\n <b>RDS for PostgreSQL</b>\n </p>\n <p>Example: <code>postgres13</code>\n </p>\n <p>To list all of the available parameter group families for a DB engine, use the following command:</p>\n <p>\n <code>aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine <engine></code>\n </p>\n <p>For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command:</p>\n <p>\n <code>aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine aurora-postgresql</code>\n </p>\n <note>\n <p>The output contains duplicates.</p>\n </note>\n <p>The following are the valid DB engine values:</p>\n <ul>\n <li>\n <p>\n <code>aurora-mysql</code>\n </p>\n </li>\n <li>\n <p>\n <code>aurora-postgresql</code>\n </p>\n </li>\n <li>\n <p>\n <code>mysql</code>\n </p>\n </li>\n <li>\n <p>\n <code>postgres</code>\n </p>\n </li>\n </ul>",
45174517
"smithy.api#required": {}
45184518
}
45194519
},
@@ -19128,7 +19128,7 @@
1912819128
}
1912919129
},
1913019130
"traits": {
19131-
"smithy.api#documentation": "<p>A filter name and value pair that is used to return a more specific list of results \n from a describe operation. Filters can be used to match a set of resources by specific \n criteria, such as IDs. The filters supported by a describe operation are documented \n with the describe operation.</p>\n <note>\n <p>Currently, wildcards are not supported in filters.</p>\n </note>\n <p>The following actions can be filtered:</p>\n <ul>\n <li>\n <p>\n <code>DescribeDBClusterBacktracks</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusters</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBInstances</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBRecommendations</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribePendingMaintenanceActions</code>\n </p>\n </li>\n </ul>"
19131+
"smithy.api#documentation": "<p>A filter name and value pair that is used to return a more specific list of results \n from a describe operation. Filters can be used to match a set of resources by specific \n criteria, such as IDs. The filters supported by a describe operation are documented \n with the describe operation.</p>\n <note>\n <p>Currently, wildcards are not supported in filters.</p>\n </note>\n <p>The following actions can be filtered:</p>\n <ul>\n <li>\n <p>\n <code>DescribeDBClusterBacktracks</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusters</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBInstances</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBRecommendations</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBShardGroups</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribePendingMaintenanceActions</code>\n </p>\n </li>\n </ul>"
1913219132
}
1913319133
},
1913419134
"com.amazonaws.rds#FilterList": {

0 commit comments

Comments
 (0)