@aws-sdk/client-rds 3.306.0 → 3.308.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5311,22 +5311,27 @@ export interface CreateDBInstanceMessage {
|
|
|
5311
5311
|
* </li>
|
|
5312
5312
|
* <li>
|
|
5313
5313
|
* <p>
|
|
5314
|
-
* <code>custom-oracle-ee (for RDS Custom for Oracle instances)</code>
|
|
5314
|
+
* <code>custom-oracle-ee (for RDS Custom for Oracle DB instances)</code>
|
|
5315
5315
|
* </p>
|
|
5316
5316
|
* </li>
|
|
5317
5317
|
* <li>
|
|
5318
5318
|
* <p>
|
|
5319
|
-
* <code>custom-
|
|
5319
|
+
* <code>custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances)</code>
|
|
5320
5320
|
* </p>
|
|
5321
5321
|
* </li>
|
|
5322
5322
|
* <li>
|
|
5323
5323
|
* <p>
|
|
5324
|
-
* <code>custom-sqlserver-
|
|
5324
|
+
* <code>custom-sqlserver-ee (for RDS Custom for SQL Server DB instances)</code>
|
|
5325
5325
|
* </p>
|
|
5326
5326
|
* </li>
|
|
5327
5327
|
* <li>
|
|
5328
5328
|
* <p>
|
|
5329
|
-
* <code>custom-sqlserver-
|
|
5329
|
+
* <code>custom-sqlserver-se (for RDS Custom for SQL Server DB instances)</code>
|
|
5330
|
+
* </p>
|
|
5331
|
+
* </li>
|
|
5332
|
+
* <li>
|
|
5333
|
+
* <p>
|
|
5334
|
+
* <code>custom-sqlserver-web (for RDS Custom for SQL Server DB instances)</code>
|
|
5330
5335
|
* </p>
|
|
5331
5336
|
* </li>
|
|
5332
5337
|
* <li>
|
|
@@ -7292,9 +7297,6 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7292
7297
|
* <p>Constraints:</p>
|
|
7293
7298
|
* <ul>
|
|
7294
7299
|
* <li>
|
|
7295
|
-
* <p>Can only be specified if the source DB instance identifier specifies a DB instance in another Amazon Web Services Region.</p>
|
|
7296
|
-
* </li>
|
|
7297
|
-
* <li>
|
|
7298
7300
|
* <p>If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
7299
7301
|
* </li>
|
|
7300
7302
|
* <li>
|
|
@@ -8698,7 +8700,7 @@ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
|
8698
8700
|
*/
|
|
8699
8701
|
export interface CreateGlobalClusterMessage {
|
|
8700
8702
|
/**
|
|
8701
|
-
* <p>The cluster identifier of the new global database cluster.</p>
|
|
8703
|
+
* <p>The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.</p>
|
|
8702
8704
|
*/
|
|
8703
8705
|
GlobalClusterIdentifier?: string;
|
|
8704
8706
|
/**
|
|
@@ -9066,7 +9068,7 @@ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException
|
|
|
9066
9068
|
*/
|
|
9067
9069
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
9068
9070
|
/**
|
|
9069
|
-
* <p>The database engine. The only supported
|
|
9071
|
+
* <p>The database engine. The only supported engines are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
|
|
9070
9072
|
*/
|
|
9071
9073
|
Engine: string | undefined;
|
|
9072
9074
|
/**
|
|
@@ -10459,6 +10461,12 @@ export interface DescribeDBClustersMessage {
|
|
|
10459
10461
|
* </li>
|
|
10460
10462
|
* <li>
|
|
10461
10463
|
* <p>
|
|
10464
|
+
* <code>db-cluster-resource-id</code> - Accepts DB cluster resource identifiers.
|
|
10465
|
+
* The results list will only include information about the DB clusters identified
|
|
10466
|
+
* by these DB cluster resource identifiers.</p>
|
|
10467
|
+
* </li>
|
|
10468
|
+
* <li>
|
|
10469
|
+
* <p>
|
|
10462
10470
|
* <code>domain</code> - Accepts Active Directory directory IDs.
|
|
10463
10471
|
* The results list only includes information about
|
|
10464
10472
|
* the DB clusters associated with these domains.</p>
|
|
@@ -3156,7 +3156,7 @@ export type CustomEngineVersionStatus = (typeof CustomEngineVersionStatus)[keyof
|
|
|
3156
3156
|
*/
|
|
3157
3157
|
export interface ModifyCustomDBEngineVersionMessage {
|
|
3158
3158
|
/**
|
|
3159
|
-
* <p>The DB engine. The only supported
|
|
3159
|
+
* <p>The DB engine. The only supported values are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
|
|
3160
3160
|
*/
|
|
3161
3161
|
Engine: string | undefined;
|
|
3162
3162
|
/**
|
|
@@ -3242,17 +3242,13 @@ export interface ModifyDBClusterMessage {
|
|
|
3242
3242
|
*/
|
|
3243
3243
|
NewDBClusterIdentifier?: string;
|
|
3244
3244
|
/**
|
|
3245
|
-
* <p>A value that indicates whether the modifications in this request and
|
|
3246
|
-
*
|
|
3247
|
-
*
|
|
3248
|
-
*
|
|
3249
|
-
*
|
|
3250
|
-
*
|
|
3251
|
-
*
|
|
3252
|
-
* <code>MasterUserPassword</code>, and <code>NewDBClusterIdentifier</code> values. If the <code>ApplyImmediately</code>
|
|
3253
|
-
* parameter is disabled, then changes to the <code>EnableIAMDatabaseAuthentication</code>, <code>MasterUserPassword</code>,
|
|
3254
|
-
* and <code>NewDBClusterIdentifier</code> values are applied during the next maintenance window. All other changes are
|
|
3255
|
-
* applied immediately, regardless of the value of the <code>ApplyImmediately</code> parameter.</p>
|
|
3245
|
+
* <p>A value that indicates whether the modifications in this request and any pending modifications are
|
|
3246
|
+
* asynchronously applied as soon as possible, regardless of the <code>PreferredMaintenanceWindow</code> setting
|
|
3247
|
+
* for the DB cluster. If this parameter is disabled, changes to the DB cluster are applied during the next
|
|
3248
|
+
* maintenance window.</p>
|
|
3249
|
+
* <p>Most modifications can be applied immediately or during the next scheduled maintenance window. Some
|
|
3250
|
+
* modifications, such as turning on deletion protection and changing the master password, are applied
|
|
3251
|
+
* immediately—regardless of when you choose to apply them.</p>
|
|
3256
3252
|
* <p>By default, this parameter is disabled.</p>
|
|
3257
3253
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3258
3254
|
*/
|
|
@@ -3398,7 +3394,7 @@ export interface ModifyDBClusterMessage {
|
|
|
3398
3394
|
/**
|
|
3399
3395
|
* <p>The version number of the database engine to which you want to upgrade. Changing this
|
|
3400
3396
|
* parameter results in an outage. The change is applied during the next maintenance window
|
|
3401
|
-
* unless <code>ApplyImmediately</code> is enabled
|
|
3397
|
+
* unless <code>ApplyImmediately</code> is enabled.</p>
|
|
3402
3398
|
* <p>If the cluster that you're modifying has one or more read replicas, all replicas must
|
|
3403
3399
|
* be running an engine version that's the same or later than the version you
|
|
3404
3400
|
* specify.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.308.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|