diff --git a/clients/client-rds/README.md b/clients/client-rds/README.md index d2d82cf0b923..4770159dea04 100644 --- a/clients/client-rds/README.md +++ b/clients/client-rds/README.md @@ -14,7 +14,7 @@ scale a relational database in the cloud. It provides cost-efficient, resizeable database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, -Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools +Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your diff --git a/clients/client-rds/src/RDS.ts b/clients/client-rds/src/RDS.ts index 050d02458137..15d25f9030bc 100644 --- a/clients/client-rds/src/RDS.ts +++ b/clients/client-rds/src/RDS.ts @@ -3457,7 +3457,7 @@ export interface RDS { * database and manages common database administration tasks, freeing up developers to focus on what makes their applications * and businesses unique.

*

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, - * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools + * Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your diff --git a/clients/client-rds/src/RDSClient.ts b/clients/client-rds/src/RDSClient.ts index e2299d00645e..46d2f7ff4223 100644 --- a/clients/client-rds/src/RDSClient.ts +++ b/clients/client-rds/src/RDSClient.ts @@ -1048,7 +1048,7 @@ export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {} * database and manages common database administration tasks, freeing up developers to focus on what makes their applications * and businesses unique.

*

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, - * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools + * Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index df6a65ab954f..cd99ab166a7f 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -40,7 +40,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan * @public *

Creates a new DB instance that acts as a read replica for an existing source DB * instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running - * MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a + * Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a * Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working * with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide.

*

Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the CreateDBInstance diff --git a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts index b36ffab762ac..80e6edb9df68 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts @@ -37,7 +37,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti /** * @public - *

Describes all available options.

+ *

Describes all available options for the specified engine.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 6d69bf8f4a59..5d710679f6e2 100644 --- a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -42,7 +42,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput /** * @public - *

Returns a list of orderable DB instance options for the specified DB engine, DB engine version, and DB instance class.

+ *

Describes the orderable DB instance options for a specified DB engine.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts index 99de5091c27b..19d1398e8669 100644 --- a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -56,7 +56,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa * Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.

* * - *

This action only applies to Aurora Serverless v1 DB clusters.

+ *

This operation only applies to Aurora Serverless v1 DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts index d4b4611b9a25..c419d98c1c5b 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts @@ -40,7 +40,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint, * @public *

Modifies the properties of an endpoint in an Amazon Aurora DB cluster.

* - *

This action only applies to Aurora DB clusters.

+ *

This operation only applies to Aurora DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts index 6c175aa472e3..d5a4145d781c 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -49,7 +49,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput * *

After you create a DB cluster parameter group, you should wait at least 5 minutes * before creating your first DB cluster that uses that DB cluster parameter group as the default parameter - * group. This allows Amazon RDS to fully complete the create action before the parameter + * group. This allows Amazon RDS to fully complete the create operation before the parameter * group is used as the default for a new DB cluster. This is especially important for parameters * that are critical when creating the default database for a DB cluster, such as the character set * for the default database defined by the character_set_database parameter. You can use the diff --git a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts index c06cc4f7960b..1cabb8e88ef3 100644 --- a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts @@ -43,7 +43,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam * *

After you modify a DB parameter group, you should wait at least 5 minutes * before creating your first DB instance that uses that DB parameter group as the default parameter - * group. This allows Amazon RDS to fully complete the modify action before the parameter + * group. This allows Amazon RDS to fully complete the modify operation before the parameter * group is used as the default for a new DB instance. This is especially important for parameters * that are critical when creating the default database for a DB instance, such as the character set * for the default database defined by the character_set_database parameter. You can use the diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts index 16c9136d1183..781c1da8fb7a 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts @@ -41,8 +41,8 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _ * or unencrypted, but not shared or public. * *

- *

Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command - * doesn't apply to RDS Custom.

+ *

Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This operation + * doesn't apply to RDS Custom or RDS for Db2.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts index f9b586da34b2..ed5c1f49892d 100644 --- a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts @@ -41,7 +41,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl * standalone cluster with read-write capability instead of being read-only and receiving data from a * primary cluster in a different Region.

* - *

This action only applies to Aurora DB clusters.

+ *

This operation only applies to Aurora DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts index 7b99fbf82f05..f1f47d6cd6ed 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts @@ -42,18 +42,18 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro * created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket in the * Amazon Aurora User Guide.

* - *

This action only restores the DB cluster, not the DB instances for that DB - * cluster. You must invoke the CreateDBInstance action to create DB + *

This operation only restores the DB cluster, not the DB instances for that DB + * cluster. You must invoke the CreateDBInstance operation to create DB * instances for the restored DB cluster, specifying the identifier of the restored DB * cluster in DBClusterIdentifier. You can create DB instances only after - * the RestoreDBClusterFromS3 action has completed and the DB + * the RestoreDBClusterFromS3 operation has completed and the DB * cluster is available.

*
*

For more information on Amazon Aurora, see * * What is Amazon Aurora? in the Amazon Aurora User Guide.

* - *

This action only applies to Aurora DB clusters. The source DB engine must be MySQL.

+ *

This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 308b7465ff77..af6b14594188 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -44,11 +44,11 @@ export interface RestoreDBClusterFromSnapshotCommandOutput * configuration. If you don't specify a security group, the new DB cluster is * associated with the default security group.

* - *

This action only restores the DB cluster, not the DB instances for that DB - * cluster. You must invoke the CreateDBInstance action to create DB + *

This operation only restores the DB cluster, not the DB instances for that DB + * cluster. You must invoke the CreateDBInstance operation to create DB * instances for the restored DB cluster, specifying the identifier of the restored DB * cluster in DBClusterIdentifier. You can create DB instances only after - * the RestoreDBClusterFromSnapshot action has completed and the DB + * the RestoreDBClusterFromSnapshot operation has completed and the DB * cluster is available.

*
*

For more information on Amazon Aurora DB clusters, see diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index b43a4ee6f041..2380087904b5 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -48,11 +48,11 @@ export interface RestoreDBClusterToPointInTimeCommandOutput * source DB cluster with the same configuration as the original DB cluster, except that * the new DB cluster is created with the default DB security group.

* - *

For Aurora, this action only restores the DB cluster, not the DB instances for that DB - * cluster. You must invoke the CreateDBInstance action to create DB + *

For Aurora, this operation only restores the DB cluster, not the DB instances for that DB + * cluster. You must invoke the CreateDBInstance operation to create DB * instances for the restored DB cluster, specifying the identifier of the restored DB * cluster in DBClusterIdentifier. You can create DB instances only after - * the RestoreDBClusterToPointInTime action has completed and the DB + * the RestoreDBClusterToPointInTime operation has completed and the DB * cluster is available.

*
*

For more information on Amazon Aurora DB clusters, see diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index ec3b5cd35dd8..5a45fe6f69cc 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -47,9 +47,9 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput * instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group * associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.

*

If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance - * before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you + * before you call the RestoreDBInstanceFromDBSnapshot operation. RDS doesn't allow two DB instances with the same name. After you * have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as - * the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original + * the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot operation. The result is that you replace the original * DB instance with the DB instance created from the snapshot.

*

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier * must be the ARN of the shared DB snapshot.

diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts index b0696fce147f..ea488a83dfca 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts @@ -45,7 +45,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF * For more information, see Importing Data into an Amazon RDS MySQL DB Instance * in the Amazon RDS User Guide. *

- *

This command doesn't apply to RDS Custom.

+ *

This operation doesn't apply to RDS Custom.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts index 842ee4c569fd..4ab27d9cb5fe 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -50,7 +50,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput * option group that is associated with mirroring; in this case, the instance becomes a * mirrored deployment and not a single-AZ deployment.

* - *

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.

+ *

This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/StartDBClusterCommand.ts b/clients/client-rds/src/commands/StartDBClusterCommand.ts index 41200e5cfd7a..5077706070c3 100644 --- a/clients/client-rds/src/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StartDBClusterCommand.ts @@ -38,12 +38,12 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met /** * @public *

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster - * CLI command, or the StopDBCluster action.

+ * CLI command, or the StopDBCluster operation.

*

For more information, see * * Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

* - *

This action only applies to Aurora DB clusters.

+ *

This operation only applies to Aurora DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/commands/StartDBInstanceCommand.ts b/clients/client-rds/src/commands/StartDBInstanceCommand.ts index d91d537ed810..13369c9e2f6e 100644 --- a/clients/client-rds/src/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceCommand.ts @@ -37,7 +37,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M /** * @public - *

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.

+ *

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance operation.

*

For more information, see * * Starting an Amazon RDS DB instance That Was Previously Stopped in the diff --git a/clients/client-rds/src/commands/StartExportTaskCommand.ts b/clients/client-rds/src/commands/StartExportTaskCommand.ts index b44dda4c5097..4be27d8cf365 100644 --- a/clients/client-rds/src/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/src/commands/StartExportTaskCommand.ts @@ -40,7 +40,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear * @public *

Starts an export of DB snapshot or DB cluster data to Amazon S3. * The provided IAM role must have access to the S3 bucket.

- *

You can't export snapshot data from RDS Custom DB instances.

+ *

You can't export snapshot data from Db2 or RDS Custom DB instances.

*

You can't export cluster data from Multi-AZ DB clusters.

*

For more information on exporting DB snapshot data, see * Exporting DB snapshot diff --git a/clients/client-rds/src/commands/StopActivityStreamCommand.ts b/clients/client-rds/src/commands/StopActivityStreamCommand.ts index 74cef3638bfd..e671e127e56b 100644 --- a/clients/client-rds/src/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StopActivityStreamCommand.ts @@ -38,7 +38,7 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo /** * @public *

Stops a database activity stream that was started using the Amazon Web Services console, - * the start-activity-stream CLI command, or the StartActivityStream action.

+ * the start-activity-stream CLI command, or the StartActivityStream operation.

*

For more information, see * * Monitoring Amazon Aurora with Database Activity Streams diff --git a/clients/client-rds/src/commands/StopDBClusterCommand.ts b/clients/client-rds/src/commands/StopDBClusterCommand.ts index 2c9b2e5c319f..90a5d014f806 100644 --- a/clients/client-rds/src/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StopDBClusterCommand.ts @@ -44,7 +44,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad * * Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

* - *

This action only applies to Aurora DB clusters.

+ *

This operation only applies to Aurora DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/index.ts b/clients/client-rds/src/index.ts index 303f03cd3c83..c25a67845759 100644 --- a/clients/client-rds/src/index.ts +++ b/clients/client-rds/src/index.ts @@ -8,7 +8,7 @@ * database and manages common database administration tasks, freeing up developers to focus on what makes their applications * and businesses unique.

*

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, - * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools + * Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 9b1ff1732f95..3a261912c110 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -6797,133 +6797,148 @@ export interface CreateDBInstanceMessage { /** * @public *

The meaning of this parameter differs according to the database engine you use.

- *

- * MySQL - *

- *

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.

- *

Constraints:

- * - *

- * MariaDB - *

- *

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.

- *

Constraints:

- * - *

- * PostgreSQL - *

- *

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres - * is created in the DB instance.

- *

Constraints:

- * - *

- * Oracle - *

- *

The Oracle System ID (SID) of the created DB instance. If you don't specify a value, - * the default value is ORCL. You can't specify the - * string null, or any other reserved word, for DBName.

- *

Default: ORCL - *

- *

Constraints:

- * - *

- * Amazon RDS Custom for Oracle - *

- *

The Oracle System ID (SID) of the created RDS Custom DB instance. - * If you don't specify a value, the default value is ORCL for non-CDBs and - * RDSCDB for CDBs.

- *

Default: ORCL - *

- *

Constraints:

- * - *

- * Amazon RDS Custom for SQL Server - *

- *

Not applicable. Must be null.

- *

- * SQL Server - *

- *

Not applicable. Must be null.

- *

- * Amazon Aurora MySQL - *

- *

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is - * created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created - * in the DB cluster.

- *

Constraints:

- * - *

- * Amazon Aurora PostgreSQL - *

- *

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is - * created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, - * a database named postgres is created in the DB cluster.

- *

Constraints:

- * + *
+ *
Amazon Aurora MySQL
+ *
+ *

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is + * created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created + * in the DB cluster.

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 64 alphanumeric characters.

    + *
  • + *
  • + *

    Can't be a word reserved by the database engine.

    + *
  • + *
+ *
+ *
Amazon Aurora PostgreSQL
+ *
+ *

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is + * created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, + * a database named postgres is created in the DB cluster.

+ *

Constraints:

+ *
    + *
  • + *

    It must contain 1 to 63 alphanumeric characters.

    + *
  • + *
  • + *

    Must begin with a letter. Subsequent characters can be letters, underscores, or digits + * (0 to 9).

    + *
  • + *
  • + *

    Can't be a word reserved by the database engine.

    + *
  • + *
+ *
+ *
Amazon RDS Custom for Oracle
+ *
+ *

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL for non-CDBs and + * RDSCDB for CDBs.

+ *

Default: ORCL + *

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 8 alphanumeric characters.

    + *
  • + *
  • + *

    Must contain a letter.

    + *
  • + *
  • + *

    Can't be a word reserved by the database engine.

    + *
  • + *
+ *
+ *
Amazon RDS Custom for SQL Server
+ *
+ *

Not applicable. Must be null.

+ *
+ *
RDS for Db2
+ *
+ *

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.

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 64 letters or numbers.

    + *
  • + *
  • + *

    Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

    + *
  • + *
  • + *

    Can't be a word reserved by the specified database engine.

    + *
  • + *
+ *
+ *
RDS for MariaDB
+ *
+ *

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.

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 64 letters or numbers.

    + *
  • + *
  • + *

    Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

    + *
  • + *
  • + *

    Can't be a word reserved by the specified database engine.

    + *
  • + *
+ *
+ *
RDS for MySQL
+ *
+ *

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.

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 64 letters or numbers.

    + *
  • + *
  • + *

    Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

    + *
  • + *
  • + *

    Can't be a word reserved by the specified database engine.

    + *
  • + *
+ *
+ *
RDS for Oracle
+ *
+ *

The Oracle System ID (SID) of the created DB instance. If you don't specify a value, + * the default value is ORCL. You can't specify the + * string null, or any other reserved word, for DBName.

+ *

Default: ORCL + *

+ *

Constraints:

+ *
    + *
  • + *

    Can't be longer than 8 characters.

    + *
  • + *
+ *
+ *
RDS for PostgreSQL
+ *
+ *

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres + * is created in the DB instance.

+ *

Constraints:

+ *
    + *
  • + *

    Must contain 1 to 63 letters, numbers, or underscores.

    + *
  • + *
  • + *

    Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

    + *
  • + *
  • + *

    Can't be a word reserved by the specified database engine.

    + *
  • + *
+ *
+ *
RDS for SQL Server
+ *
+ *

Not applicable. Must be null.

+ *
+ *
*/ DBName?: string; @@ -6967,6 +6982,18 @@ export interface CreateDBInstanceMessage { * * * + *
RDS for Db2
+ *
+ *

Constraints to the amount of storage for each storage type are the following:

+ * + *
*
RDS for MariaDB
*
*

Constraints to the amount of storage for each storage type are the following:

@@ -7118,6 +7145,16 @@ export interface CreateDBInstanceMessage { * *
  • *

    + * db2-ae + *

    + *
  • + *
  • + *

    + * db2-se + *

    + *
  • + *
  • + *

    * mariadb *

    *
  • @@ -7212,6 +7249,9 @@ export interface CreateDBInstanceMessage { *

    Length Constraints:

    *
    + *
    RDS for Db2
    + *
    + *

    For information, see Db2 on Amazon RDS versions in the + * Amazon RDS User Guide.

    + *
    *
    RDS for MariaDB
    *
    *

    For information, see MariaDB on Amazon RDS versions in the @@ -7509,6 +7558,10 @@ export interface CreateDBInstanceMessage { *

    Valid Values:

    *