You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-rds): Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration.
* <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the
48
48
* engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html">Upgrading a MySQL DB snapshot engine version</a>.
49
-
* For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>
49
+
* For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>
50
50
* <note>
51
51
* <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
* <p>The name of the DB parameter group to associate with this DB instance.</p>
9940
-
* <p>If you don't specify a value for <code>DBParameterGroupName</code>, then Amazon RDS
9941
-
* uses the <code>DBParameterGroup</code> of the source DB instance for a same Region read
9939
+
* <p>The name of the DB parameter group to associate with this read replica DB
9940
+
* instance.</p>
9941
+
* <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a
9942
+
* value for <code>DBParameterGroupName</code>, then Amazon RDS uses the
9943
+
* <code>DBParameterGroup</code> of the source DB instance for a same Region read
9942
9944
* replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
9943
9945
* cross-Region read replica.</p>
9944
-
* <p>Specifying a parameter group for this operation is only supported for MySQL DB instances for cross-Region read replicas and for Oracle DB instances. It isn't supported for MySQL DB instances for same Region read replicas or for RDS Custom.</p>
9946
+
* <p>For Multi-AZ DB cluster same Region read replica instances, if you don't specify a
9947
+
* value for <code>DBParameterGroupName</code>, then Amazon RDS uses the default
9948
+
* <code>DBParameterGroup</code>.</p>
9949
+
* <p>Specifying a parameter group for this operation is only supported for MySQL DB
9950
+
* instances for cross-Region read replicas, for Multi-AZ DB cluster read replica
9951
+
* instances, and for Oracle DB instances. It isn't supported for MySQL DB instances for
9952
+
* same Region read replicas or for RDS Custom.</p>
Copy file name to clipboardExpand all lines: clients/client-rds/src/models/models_1.ts
+17-20
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,6 @@ import {
45
45
46
46
import { RDSServiceException as __BaseException } from "./RDSServiceException";
47
47
48
-
/**
49
-
* @public
50
-
*/
51
-
export interface DeleteTenantDatabaseResult {
52
-
/**
53
-
* <p>A tenant database in the DB instance. This data type is an element in the response to
54
-
* the <code>DescribeTenantDatabases</code> action.</p>
55
-
* @public
56
-
*/
57
-
TenantDatabase?: TenantDatabase;
58
-
}
59
-
60
48
/**
61
49
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
0 commit comments