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
* <p>Specifies the scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database.
5184
+
* When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>
5185
+
* <p>Valid for: Aurora DB clusters only</p>
5186
+
* <note>
5187
+
* <p>You can't modify this setting after you create the DB cluster.</p>
* <p>The scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database.
6369
+
* When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>
6370
+
* @public
6371
+
*/
6372
+
ClusterScalabilityType?: ClusterScalabilityType;
6373
+
6342
6374
/**
6343
6375
* <p>The details of the DB instance’s server certificate.</p>
6344
6376
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or
11538
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or
11633
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.
Copy file name to clipboardExpand all lines: clients/client-rds/src/models/models_1.ts
+20
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,18 @@ 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
+
48
60
/**
49
61
* <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