@aws-sdk/client-rds 3.303.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-sqlserver-ee (for RDS Custom for SQL Server instances)</code>
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-se (for RDS Custom for SQL Server instances)</code>
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-web (for RDS Custom for SQL Server instances)</code>
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 engine is <code>custom-oracle-ee</code>.</p>
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 value is <code>custom-oracle-ee</code>.</p>
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
- * any pending modifications are asynchronously applied
3247
- * as soon as possible, regardless of the
3248
- * <code>PreferredMaintenanceWindow</code> setting for the DB cluster.
3249
- * If this parameter is disabled, changes to the
3250
- * DB cluster are applied during the next maintenance window.</p>
3251
- * <p>The <code>ApplyImmediately</code> parameter only affects the <code>EnableIAMDatabaseAuthentication</code>,
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. </p>
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.303.0",
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",
@@ -21,40 +21,40 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-sdk-rds": "3.303.0",
37
- "@aws-sdk/middleware-serde": "3.303.0",
38
- "@aws-sdk/middleware-signing": "3.303.0",
39
- "@aws-sdk/middleware-stack": "3.303.0",
40
- "@aws-sdk/middleware-user-agent": "3.303.0",
41
- "@aws-sdk/node-config-provider": "3.303.0",
42
- "@aws-sdk/node-http-handler": "3.303.0",
43
- "@aws-sdk/protocol-http": "3.303.0",
44
- "@aws-sdk/smithy-client": "3.303.0",
45
- "@aws-sdk/types": "3.303.0",
46
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.306.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.306.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-sdk-rds": "3.306.0",
37
+ "@aws-sdk/middleware-serde": "3.306.0",
38
+ "@aws-sdk/middleware-signing": "3.306.0",
39
+ "@aws-sdk/middleware-stack": "3.306.0",
40
+ "@aws-sdk/middleware-user-agent": "3.306.0",
41
+ "@aws-sdk/node-config-provider": "3.306.0",
42
+ "@aws-sdk/node-http-handler": "3.306.0",
43
+ "@aws-sdk/protocol-http": "3.306.0",
44
+ "@aws-sdk/smithy-client": "3.306.0",
45
+ "@aws-sdk/types": "3.306.0",
46
+ "@aws-sdk/url-parser": "3.306.0",
47
47
  "@aws-sdk/util-base64": "3.303.0",
48
48
  "@aws-sdk/util-body-length-browser": "3.303.0",
49
49
  "@aws-sdk/util-body-length-node": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
52
- "@aws-sdk/util-endpoints": "3.303.0",
53
- "@aws-sdk/util-retry": "3.303.0",
54
- "@aws-sdk/util-user-agent-browser": "3.303.0",
55
- "@aws-sdk/util-user-agent-node": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.306.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.306.0",
52
+ "@aws-sdk/util-endpoints": "3.306.0",
53
+ "@aws-sdk/util-retry": "3.306.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
55
+ "@aws-sdk/util-user-agent-node": "3.306.0",
56
56
  "@aws-sdk/util-utf8": "3.303.0",
57
- "@aws-sdk/util-waiter": "3.303.0",
57
+ "@aws-sdk/util-waiter": "3.306.0",
58
58
  "fast-xml-parser": "4.1.2",
59
59
  "tslib": "^2.5.0"
60
60
  },