|
4168 | 4168 | "target": "com.amazonaws.rds#String",
|
4169 | 4169 | "traits": {
|
4170 | 4170 | "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>", |
4172 | 4172 | "smithy.api#required": {}
|
4173 | 4173 | }
|
4174 | 4174 | },
|
|
4513 | 4513 | "target": "com.amazonaws.rds#String",
|
4514 | 4514 | "traits": {
|
4515 | 4515 | "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>", |
4517 | 4517 | "smithy.api#required": {}
|
4518 | 4518 | }
|
4519 | 4519 | },
|
|
19128 | 19128 | }
|
19129 | 19129 | },
|
19130 | 19130 | "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>" |
19132 | 19132 | }
|
19133 | 19133 | },
|
19134 | 19134 | "com.amazonaws.rds#FilterList": {
|
|
0 commit comments