Skip to content

Commit 6a6d341

Browse files
author
awstools
committed
docs(client-rds): Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
1 parent dd56d7a commit 6a6d341

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

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

+7-2
Original file line numberDiff line numberDiff line change
@@ -7011,14 +7011,19 @@ export interface CreateDBInstanceMessage {
70117011
* </dd>
70127012
* <dt>RDS for Db2</dt>
70137013
* <dd>
7014-
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>
7014+
* <p>The name of the database to create when the DB instance is created. If
7015+
* this parameter isn't specified, no database is created in the DB instance.
7016+
* In some cases, we recommend that you don't add a database name. For more
7017+
* information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations">Additional considerations</a> in the <i>Amazon RDS User
7018+
* Guide</i>.</p>
70157019
* <p>Constraints:</p>
70167020
* <ul>
70177021
* <li>
70187022
* <p>Must contain 1 to 64 letters or numbers.</p>
70197023
* </li>
70207024
* <li>
7021-
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
7025+
* <p>Must begin with a letter. Subsequent characters can be letters,
7026+
* underscores, or digits (0-9).</p>
70227027
* </li>
70237028
* <li>
70247029
* <p>Can't be a word reserved by the specified database engine.</p>

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -4772,7 +4772,9 @@ export interface DescribeGlobalClustersMessage {
47724772

47734773
/**
47744774
* @public
4775-
* <p>This parameter isn't currently supported.</p>
4775+
* <p>A filter that specifies one or more global database clusters to describe. This parameter is case-sensitive.</p>
4776+
* <p>Currently, the only supported filter is <code>region</code>.</p>
4777+
* <p>If used, the request returns information about any global cluster with at least one member (primary or secondary) in the specified Amazon Web Services Regions.</p>
47764778
*/
47774779
Filters?: Filter[];
47784780

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,7 @@
48624862
"DBName": {
48634863
"target": "com.amazonaws.rds#String",
48644864
"traits": {
4865-
"smithy.api#documentation": "<p>The meaning of this parameter differs according to the database engine you use.</p>\n <dl>\n <dt>Amazon Aurora MySQL</dt>\n <dd>\n <p>The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created \n in the DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 alphanumeric characters.</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon Aurora PostgreSQL</dt>\n <dd>\n <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, \n a database named <code>postgres</code> is created in the DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>It must contain 1 to 63 alphanumeric characters.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits\n (0 to 9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon RDS Custom for Oracle</dt>\n <dd>\n <p>The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is <code>ORCL</code> for non-CDBs and\n <code>RDSCDB</code> for CDBs.</p>\n <p>Default: <code>ORCL</code>\n </p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 8 alphanumeric characters.</p>\n </li>\n <li>\n <p>Must contain a letter.</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon RDS Custom for SQL Server</dt>\n <dd>\n <p>Not applicable. Must be null.</p>\n </dd>\n <dt>RDS for Db2</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for MariaDB</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for MySQL</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for Oracle</dt>\n <dd>\n <p>The Oracle System ID (SID) of the created DB instance. If you don't specify a value, \n the default value is <code>ORCL</code>. You can't specify the \n string <code>null</code>, or any other reserved word, for <code>DBName</code>.</p>\n <p>Default: <code>ORCL</code>\n </p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Can't be longer than 8 characters.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for PostgreSQL</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named <code>postgres</code> \n is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 63 letters, numbers, or underscores.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for SQL Server</dt>\n <dd>\n <p>Not applicable. Must be null.</p>\n </dd>\n </dl>"
4865+
"smithy.api#documentation": "<p>The meaning of this parameter differs according to the database engine you use.</p>\n <dl>\n <dt>Amazon Aurora MySQL</dt>\n <dd>\n <p>The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created \n in the DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 alphanumeric characters.</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon Aurora PostgreSQL</dt>\n <dd>\n <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, \n a database named <code>postgres</code> is created in the DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>It must contain 1 to 63 alphanumeric characters.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits\n (0 to 9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon RDS Custom for Oracle</dt>\n <dd>\n <p>The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is <code>ORCL</code> for non-CDBs and\n <code>RDSCDB</code> for CDBs.</p>\n <p>Default: <code>ORCL</code>\n </p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 8 alphanumeric characters.</p>\n </li>\n <li>\n <p>Must contain a letter.</p>\n </li>\n <li>\n <p>Can't be a word reserved by the database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>Amazon RDS Custom for SQL Server</dt>\n <dd>\n <p>Not applicable. Must be null.</p>\n </dd>\n <dt>RDS for Db2</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If\n this parameter isn't specified, no database is created in the DB instance.\n In some cases, we recommend that you don't add a database name. For more\n information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations\">Additional considerations</a> in the <i>Amazon RDS User\n Guide</i>.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters,\n underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for MariaDB</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for MySQL</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 64 letters or numbers.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for Oracle</dt>\n <dd>\n <p>The Oracle System ID (SID) of the created DB instance. If you don't specify a value, \n the default value is <code>ORCL</code>. You can't specify the \n string <code>null</code>, or any other reserved word, for <code>DBName</code>.</p>\n <p>Default: <code>ORCL</code>\n </p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Can't be longer than 8 characters.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for PostgreSQL</dt>\n <dd>\n <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named <code>postgres</code> \n is created in the DB instance.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain 1 to 63 letters, numbers, or underscores.</p>\n </li>\n <li>\n <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>\n </li>\n <li>\n <p>Can't be a word reserved by the specified database engine.</p>\n </li>\n </ul>\n </dd>\n <dt>RDS for SQL Server</dt>\n <dd>\n <p>Not applicable. Must be null.</p>\n </dd>\n </dl>"
48664866
}
48674867
},
48684868
"DBInstanceIdentifier": {
@@ -16849,7 +16849,7 @@
1684916849
"Filters": {
1685016850
"target": "com.amazonaws.rds#FilterList",
1685116851
"traits": {
16852-
"smithy.api#documentation": "<p>This parameter isn't currently supported.</p>"
16852+
"smithy.api#documentation": "<p>A filter that specifies one or more global database clusters to describe. This parameter is case-sensitive.</p>\n <p>Currently, the only supported filter is <code>region</code>.</p>\n <p>If used, the request returns information about any global cluster with at least one member (primary or secondary) in the specified Amazon Web Services Regions.</p>"
1685316853
}
1685416854
},
1685516855
"MaxRecords": {

0 commit comments

Comments
 (0)