diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index d9500227e523..724c455faf5e 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -43,8 +43,8 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan * MySQL, MariaDB, 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. Call the CreateDBInstance - * operation to create a DB instance for an Aurora DB cluster.

+ *

Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the CreateDBInstance + * operation.

*

All read replica DB instances are created with backups disabled. All other attributes * (including DB security groups and DB parameter groups) are inherited from the source DB * instance or cluster, except as specified.

diff --git a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts index c06d320f6c5f..d654d2516ba7 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts @@ -37,12 +37,11 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _ /** * @public - *

The DeleteDBInstance action deletes a previously provisioned DB instance. + *

Deletes a previously provisioned DB instance. * When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. - * Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

- *

If you request a final DB snapshot - * the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance - * is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.

+ * However, manual DB snapshots of the DB instance aren't deleted.

+ *

If you request a final DB snapshot, the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. + * This operation can't be canceled or reverted after it begins. To monitor the status of this operation, use DescribeDBInstance.

*

When a DB instance is in a failure state and has a status of failed, incompatible-restore, * or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter.

*

If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following @@ -55,11 +54,12 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _ *

The DB instance is the only instance in the DB cluster.

* * - *

To delete a DB instance in this case, first call the - * PromoteReadReplicaDBCluster API action to promote the DB cluster so - * it's no longer a read replica. After the promotion completes, then call the - * DeleteDBInstance API action to delete the final instance in the DB - * cluster.

+ *

To delete a DB instance in this case, first use the PromoteReadReplicaDBCluster operation to promote the DB cluster so that it's no longer a read replica. + * After the promotion completes, use the DeleteDBInstance operation to delete the final instance in the DB cluster.

+ * + *

For RDS Custom DB instances, deleting the DB instance permanently deletes the EC2 instance and the associated EBS volumes. Make sure that you don't terminate or delete + * these resources before you delete the DB instance. Otherwise, deleting the DB instance and creation of the final snapshot might fail.

+ *
* @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/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts index b2e34d523396..1ae3c75e60f8 100644 --- a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts @@ -38,7 +38,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe /** * @public - *

Returns a list of the available DB engines.

+ *

Describes the properties of specific versions of DB engines.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 2084eac1e39e..cdc9844d186f 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -711,7 +711,7 @@ export interface ApplyPendingMaintenanceActionMessage { /** * @public *

The pending maintenance action to apply to this resource.

- *

Valid values: system-update, db-upgrade, + *

Valid Values: system-update, db-upgrade, * hardware-maintenance, ca-certificate-rotation *

*/ @@ -721,7 +721,7 @@ export interface ApplyPendingMaintenanceActionMessage { * @public *

A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in * request of type immediate can't be undone.

- *

Valid values:

+ *

Valid Values:

*