@aws-sdk/client-rds 3.342.0 → 3.343.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.
@@ -11670,6 +11670,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
11670
11670
  if (input.MasterUserSecretKmsKeyId != null) {
11671
11671
  entries["MasterUserSecretKmsKeyId"] = input.MasterUserSecretKmsKeyId;
11672
11672
  }
11673
+ if (input.Engine != null) {
11674
+ entries["Engine"] = input.Engine;
11675
+ }
11673
11676
  return entries;
11674
11677
  };
11675
11678
  const se_ModifyDBParameterGroupMessage = (input, context) => {
@@ -17928,6 +17931,9 @@ const de_PendingModifiedValues = (output, context) => {
17928
17931
  if (output["StorageThroughput"] !== undefined) {
17929
17932
  contents.StorageThroughput = (0, smithy_client_1.strictParseInt32)(output["StorageThroughput"]);
17930
17933
  }
17934
+ if (output["Engine"] !== undefined) {
17935
+ contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
17936
+ }
17931
17937
  return contents;
17932
17938
  };
17933
17939
  const de_PointInTimeRestoreNotEnabledFault = (output, context) => {
@@ -11380,6 +11380,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
11380
11380
  if (input.MasterUserSecretKmsKeyId != null) {
11381
11381
  entries["MasterUserSecretKmsKeyId"] = input.MasterUserSecretKmsKeyId;
11382
11382
  }
11383
+ if (input.Engine != null) {
11384
+ entries["Engine"] = input.Engine;
11385
+ }
11383
11386
  return entries;
11384
11387
  };
11385
11388
  const se_ModifyDBParameterGroupMessage = (input, context) => {
@@ -17638,6 +17641,9 @@ const de_PendingModifiedValues = (output, context) => {
17638
17641
  if (output["StorageThroughput"] !== undefined) {
17639
17642
  contents.StorageThroughput = __strictParseInt32(output["StorageThroughput"]);
17640
17643
  }
17644
+ if (output["Engine"] !== undefined) {
17645
+ contents.Engine = __expectString(output["Engine"]);
17646
+ }
17641
17647
  return contents;
17642
17648
  };
17643
17649
  const de_PointInTimeRestoreNotEnabledFault = (output, context) => {
@@ -205,6 +205,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
205
205
  * // AutomationMode: "full" || "all-paused",
206
206
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
207
207
  * // StorageThroughput: Number("int"),
208
+ * // Engine: "STRING_VALUE",
208
209
  * // },
209
210
  * // LatestRestorableTime: new Date("TIMESTAMP"),
210
211
  * // MultiAZ: true || false,
@@ -190,6 +190,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
190
190
  * // AutomationMode: "full" || "all-paused",
191
191
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
192
192
  * // StorageThroughput: Number("int"),
193
+ * // Engine: "STRING_VALUE",
193
194
  * // },
194
195
  * // LatestRestorableTime: new Date("TIMESTAMP"),
195
196
  * // MultiAZ: true || false,
@@ -152,6 +152,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
152
152
  * // AutomationMode: "full" || "all-paused",
153
153
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
154
154
  * // StorageThroughput: Number("int"),
155
+ * // Engine: "STRING_VALUE",
155
156
  * // },
156
157
  * // LatestRestorableTime: new Date("TIMESTAMP"),
157
158
  * // MultiAZ: true || false,
@@ -142,6 +142,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
142
142
  * // AutomationMode: "full" || "all-paused",
143
143
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
144
144
  * // StorageThroughput: Number("int"),
145
+ * // Engine: "STRING_VALUE",
145
146
  * // },
146
147
  * // LatestRestorableTime: new Date("TIMESTAMP"),
147
148
  * // MultiAZ: true || false,
@@ -103,6 +103,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
103
103
  * ManageMasterUserPassword: true || false,
104
104
  * RotateMasterUserPassword: true || false,
105
105
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
106
+ * Engine: "STRING_VALUE",
106
107
  * };
107
108
  * const command = new ModifyDBInstanceCommand(input);
108
109
  * const response = await client.send(command);
@@ -198,6 +199,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
198
199
  * // AutomationMode: "full" || "all-paused",
199
200
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
200
201
  * // StorageThroughput: Number("int"),
202
+ * // Engine: "STRING_VALUE",
201
203
  * // },
202
204
  * // LatestRestorableTime: new Date("TIMESTAMP"),
203
205
  * // MultiAZ: true || false,
@@ -146,6 +146,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
146
146
  * // AutomationMode: "full" || "all-paused",
147
147
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
148
148
  * // StorageThroughput: Number("int"),
149
+ * // Engine: "STRING_VALUE",
149
150
  * // },
150
151
  * // LatestRestorableTime: new Date("TIMESTAMP"),
151
152
  * // MultiAZ: true || false,
@@ -137,6 +137,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
137
137
  * // AutomationMode: "full" || "all-paused",
138
138
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
139
139
  * // StorageThroughput: Number("int"),
140
+ * // Engine: "STRING_VALUE",
140
141
  * // },
141
142
  * // LatestRestorableTime: new Date("TIMESTAMP"),
142
143
  * // MultiAZ: true || false,
@@ -188,6 +188,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
188
188
  * // AutomationMode: "full" || "all-paused",
189
189
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
190
190
  * // StorageThroughput: Number("int"),
191
+ * // Engine: "STRING_VALUE",
191
192
  * // },
192
193
  * // LatestRestorableTime: new Date("TIMESTAMP"),
193
194
  * // MultiAZ: true || false,
@@ -198,6 +198,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
198
198
  * // AutomationMode: "full" || "all-paused",
199
199
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
200
200
  * // StorageThroughput: Number("int"),
201
+ * // Engine: "STRING_VALUE",
201
202
  * // },
202
203
  * // LatestRestorableTime: new Date("TIMESTAMP"),
203
204
  * // MultiAZ: true || false,
@@ -188,6 +188,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
188
188
  * // AutomationMode: "full" || "all-paused",
189
189
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
190
190
  * // StorageThroughput: Number("int"),
191
+ * // Engine: "STRING_VALUE",
191
192
  * // },
192
193
  * // LatestRestorableTime: new Date("TIMESTAMP"),
193
194
  * // MultiAZ: true || false,
@@ -136,6 +136,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
136
136
  * // AutomationMode: "full" || "all-paused",
137
137
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
138
138
  * // StorageThroughput: Number("int"),
139
+ * // Engine: "STRING_VALUE",
139
140
  * // },
140
141
  * // LatestRestorableTime: new Date("TIMESTAMP"),
141
142
  * // MultiAZ: true || false,
@@ -139,6 +139,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
139
139
  * // AutomationMode: "full" || "all-paused",
140
140
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
141
141
  * // StorageThroughput: Number("int"),
142
+ * // Engine: "STRING_VALUE",
142
143
  * // },
143
144
  * // LatestRestorableTime: new Date("TIMESTAMP"),
144
145
  * // MultiAZ: true || false,
@@ -128,6 +128,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
128
128
  * // AutomationMode: "full" || "all-paused",
129
129
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
130
130
  * // StorageThroughput: Number("int"),
131
+ * // Engine: "STRING_VALUE",
131
132
  * // },
132
133
  * // LatestRestorableTime: new Date("TIMESTAMP"),
133
134
  * // MultiAZ: true || false,
@@ -3626,6 +3626,8 @@ export interface CreateDBClusterMessage {
3626
3626
  * <p>Valid values: <code>aurora</code>, <code>aurora-iopt1</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
3627
3627
  * <p>Default: <code>aurora</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
3628
3628
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
3629
+ * <p>For more information on storage types for Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type">Storage configurations for Amazon Aurora DB clusters</a>. For more information on storage types for Multi-AZ DB
3630
+ * clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings">Settings for creating Multi-AZ DB clusters</a>.</p>
3629
3631
  */
3630
3632
  StorageType?: string;
3631
3633
  /**
@@ -6528,6 +6530,10 @@ export interface PendingModifiedValues {
6528
6530
  * <p>The storage throughput of the DB instance.</p>
6529
6531
  */
6530
6532
  StorageThroughput?: number;
6533
+ /**
6534
+ * <p>The database engine of the DB instance.</p>
6535
+ */
6536
+ Engine?: string;
6531
6537
  }
6532
6538
  /**
6533
6539
  * @public
@@ -4679,6 +4679,41 @@ export interface ModifyDBInstanceMessage {
4679
4679
  * has a different default KMS key for each Amazon Web Services Region.</p>
4680
4680
  */
4681
4681
  MasterUserSecretKmsKeyId?: string;
4682
+ /**
4683
+ * <p>The target Oracle DB engine when you convert a non-CDB to a CDB. This intermediate step is necessary to upgrade an Oracle Database 19c non-CDB
4684
+ * to an Oracle Database 21c CDB.</p>
4685
+ * <p>Note the following requirements:</p>
4686
+ * <ul>
4687
+ * <li>
4688
+ * <p>Make sure that you specify <code>oracle-ee-cdb</code> or <code>oracle-se2-cdb</code>.</p>
4689
+ * </li>
4690
+ * <li>
4691
+ * <p>Make sure that your DB engine runs Oracle Database 19c with an April 2021 or later RU.</p>
4692
+ * </li>
4693
+ * </ul>
4694
+ * <p>Note the following limitations:</p>
4695
+ * <ul>
4696
+ * <li>
4697
+ * <p>You can't convert a CDB to a non-CDB.</p>
4698
+ * </li>
4699
+ * <li>
4700
+ * <p>You can't convert a replica database.</p>
4701
+ * </li>
4702
+ * <li>
4703
+ * <p>You can't convert a non-CDB to a CDB and upgrade the engine version in the
4704
+ * same command.</p>
4705
+ * </li>
4706
+ * <li>
4707
+ * <p>You can't convert the existing custom parameter or option group when it has
4708
+ * options or parameters that are permanent or persistent. In this situation, the
4709
+ * DB instance reverts to the default option and parameter group. To avoid
4710
+ * reverting to the default, specify a new parameter group with
4711
+ * <code>--db-parameter-group-name</code> and a new option group with
4712
+ * <code>--option-group-name</code>.</p>
4713
+ * </li>
4714
+ * </ul>
4715
+ */
4716
+ Engine?: string;
4682
4717
  }
4683
4718
  /**
4684
4719
  * @public
@@ -4927,16 +4962,6 @@ export interface ModifyDBSnapshotMessage {
4927
4962
  * <ul>
4928
4963
  * <li>
4929
4964
  * <p>
4930
- * <code>19.0.0.0.ru-2022-01.rur-2022-01.r1</code> (supported for 12.2.0.1 DB
4931
- * snapshots)</p>
4932
- * </li>
4933
- * <li>
4934
- * <p>
4935
- * <code>19.0.0.0.ru-2022-07.rur-2022-07.r1</code> (supported for 12.1.0.2 DB
4936
- * snapshots)</p>
4937
- * </li>
4938
- * <li>
4939
- * <p>
4940
4965
  * <code>12.1.0.2.v8</code> (supported for 12.1.0.1 DB snapshots)</p>
4941
4966
  * </li>
4942
4967
  * <li>
@@ -1296,6 +1296,7 @@ export interface PendingModifiedValues {
1296
1296
  AutomationMode?: AutomationMode | string;
1297
1297
  ResumeFullAutomationModeTime?: Date;
1298
1298
  StorageThroughput?: number;
1299
+ Engine?: string;
1299
1300
  }
1300
1301
  export declare const ReplicaMode: {
1301
1302
  readonly MOUNTED: "mounted";
@@ -802,6 +802,7 @@ export interface ModifyDBInstanceMessage {
802
802
  ManageMasterUserPassword?: boolean;
803
803
  RotateMasterUserPassword?: boolean;
804
804
  MasterUserSecretKmsKeyId?: string;
805
+ Engine?: string;
805
806
  }
806
807
  export interface ModifyDBInstanceResult {
807
808
  DBInstance?: DBInstance;
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.342.0",
4
+ "version": "3.343.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",