@aws-sdk/client-rds 3.859.0 → 3.861.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.
package/dist-cjs/index.js CHANGED
@@ -15375,6 +15375,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15375
15375
  if (output[_SVSC] != null) {
15376
15376
  contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
15377
15377
  }
15378
+ if (output[_SVPV] != null) {
15379
+ contents[_SVPV] = (0, import_smithy_client.expectString)(output[_SVPV]);
15380
+ }
15378
15381
  if (output[_NT] != null) {
15379
15382
  contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
15380
15383
  }
@@ -21653,6 +21656,7 @@ var _STu = "SupportedTimezones";
21653
21656
  var _STw = "SwitchoverTimeout";
21654
21657
  var _SUAP = "SecondsUntilAutoPause";
21655
21658
  var _SVFS = "ServerlessV2FeaturesSupport";
21659
+ var _SVPV = "ServerlessV2PlatformVersion";
21656
21660
  var _SVSC = "ServerlessV2ScalingConfiguration";
21657
21661
  var _Se = "Severity";
21658
21662
  var _Si = "Size";
@@ -11979,6 +11979,9 @@ const de_DBCluster = (output, context) => {
11979
11979
  if (output[_SVSC] != null) {
11980
11980
  contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
11981
11981
  }
11982
+ if (output[_SVPV] != null) {
11983
+ contents[_SVPV] = __expectString(output[_SVPV]);
11984
+ }
11982
11985
  if (output[_NT] != null) {
11983
11986
  contents[_NT] = __expectString(output[_NT]);
11984
11987
  }
@@ -18563,6 +18566,7 @@ const _STu = "SupportedTimezones";
18563
18566
  const _STw = "SwitchoverTimeout";
18564
18567
  const _SUAP = "SecondsUntilAutoPause";
18565
18568
  const _SVFS = "ServerlessV2FeaturesSupport";
18569
+ const _SVPV = "ServerlessV2PlatformVersion";
18566
18570
  const _SVSC = "ServerlessV2ScalingConfiguration";
18567
18571
  const _Se = "Severity";
18568
18572
  const _Si = "Size";
@@ -303,6 +303,7 @@ declare const CreateDBClusterCommand_base: {
303
303
  * // MaxCapacity: Number("double"),
304
304
  * // SecondsUntilAutoPause: Number("int"),
305
305
  * // },
306
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
306
307
  * // NetworkType: "STRING_VALUE",
307
308
  * // DBSystemId: "STRING_VALUE",
308
309
  * // MasterUserSecret: { // MasterUserSecret
@@ -222,6 +222,7 @@ declare const DeleteDBClusterCommand_base: {
222
222
  * // MaxCapacity: Number("double"),
223
223
  * // SecondsUntilAutoPause: Number("int"),
224
224
  * // },
225
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
225
226
  * // NetworkType: "STRING_VALUE",
226
227
  * // DBSystemId: "STRING_VALUE",
227
228
  * // MasterUserSecret: { // MasterUserSecret
@@ -229,6 +229,7 @@ declare const DescribeDBClustersCommand_base: {
229
229
  * // MaxCapacity: Number("double"),
230
230
  * // SecondsUntilAutoPause: Number("int"),
231
231
  * // },
232
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
232
233
  * // NetworkType: "STRING_VALUE",
233
234
  * // DBSystemId: "STRING_VALUE",
234
235
  * // MasterUserSecret: { // MasterUserSecret
@@ -228,6 +228,7 @@ declare const FailoverDBClusterCommand_base: {
228
228
  * // MaxCapacity: Number("double"),
229
229
  * // SecondsUntilAutoPause: Number("int"),
230
230
  * // },
231
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
231
232
  * // NetworkType: "STRING_VALUE",
232
233
  * // DBSystemId: "STRING_VALUE",
233
234
  * // MasterUserSecret: { // MasterUserSecret
@@ -282,6 +282,7 @@ declare const ModifyDBClusterCommand_base: {
282
282
  * // MaxCapacity: Number("double"),
283
283
  * // SecondsUntilAutoPause: Number("int"),
284
284
  * // },
285
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
285
286
  * // NetworkType: "STRING_VALUE",
286
287
  * // DBSystemId: "STRING_VALUE",
287
288
  * // MasterUserSecret: { // MasterUserSecret
@@ -209,6 +209,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
209
209
  * // MaxCapacity: Number("double"),
210
210
  * // SecondsUntilAutoPause: Number("int"),
211
211
  * // },
212
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
212
213
  * // NetworkType: "STRING_VALUE",
213
214
  * // DBSystemId: "STRING_VALUE",
214
215
  * // MasterUserSecret: { // MasterUserSecret
@@ -219,6 +219,7 @@ declare const RebootDBClusterCommand_base: {
219
219
  * // MaxCapacity: Number("double"),
220
220
  * // SecondsUntilAutoPause: Number("int"),
221
221
  * // },
222
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
222
223
  * // NetworkType: "STRING_VALUE",
223
224
  * // DBSystemId: "STRING_VALUE",
224
225
  * // MasterUserSecret: { // MasterUserSecret
@@ -277,6 +277,7 @@ declare const RestoreDBClusterFromS3Command_base: {
277
277
  * // MaxCapacity: Number("double"),
278
278
  * // SecondsUntilAutoPause: Number("int"),
279
279
  * // },
280
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
280
281
  * // NetworkType: "STRING_VALUE",
281
282
  * // DBSystemId: "STRING_VALUE",
282
283
  * // MasterUserSecret: { // MasterUserSecret
@@ -287,6 +287,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
287
287
  * // MaxCapacity: Number("double"),
288
288
  * // SecondsUntilAutoPause: Number("int"),
289
289
  * // },
290
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
290
291
  * // NetworkType: "STRING_VALUE",
291
292
  * // DBSystemId: "STRING_VALUE",
292
293
  * // MasterUserSecret: { // MasterUserSecret
@@ -289,6 +289,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
289
289
  * // MaxCapacity: Number("double"),
290
290
  * // SecondsUntilAutoPause: Number("int"),
291
291
  * // },
292
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
292
293
  * // NetworkType: "STRING_VALUE",
293
294
  * // DBSystemId: "STRING_VALUE",
294
295
  * // MasterUserSecret: { // MasterUserSecret
@@ -216,6 +216,7 @@ declare const StartDBClusterCommand_base: {
216
216
  * // MaxCapacity: Number("double"),
217
217
  * // SecondsUntilAutoPause: Number("int"),
218
218
  * // },
219
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
219
220
  * // NetworkType: "STRING_VALUE",
220
221
  * // DBSystemId: "STRING_VALUE",
221
222
  * // MasterUserSecret: { // MasterUserSecret
@@ -217,6 +217,7 @@ declare const StopDBClusterCommand_base: {
217
217
  * // MaxCapacity: Number("double"),
218
218
  * // SecondsUntilAutoPause: Number("int"),
219
219
  * // },
220
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
220
221
  * // NetworkType: "STRING_VALUE",
221
222
  * // DBSystemId: "STRING_VALUE",
222
223
  * // MasterUserSecret: { // MasterUserSecret
@@ -3345,7 +3345,7 @@ export interface CustomDBEngineVersionAMI {
3345
3345
  Status?: string | undefined;
3346
3346
  }
3347
3347
  /**
3348
- * <p>Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions.
3348
+ * <p>Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions and platform versions.
3349
3349
  * You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded
3350
3350
  * DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version
3351
3351
  * supports certain Aurora Serverless v2 features before you attempt to use those features.
@@ -3354,14 +3354,14 @@ export interface CustomDBEngineVersionAMI {
3354
3354
  */
3355
3355
  export interface ServerlessV2FeaturesSupport {
3356
3356
  /**
3357
- * <p>If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume
3357
+ * <p>If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume
3358
3358
  * feature of Aurora Serverless v2.</p>
3359
3359
  * @public
3360
3360
  */
3361
3361
  MinCapacity?: number | undefined;
3362
3362
  /**
3363
3363
  * <p>
3364
- * Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version.
3364
+ * Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform version.
3365
3365
  * Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
3366
3366
  * <code>256</code> or <code>128</code>.
3367
3367
  * </p>
@@ -3826,7 +3826,7 @@ export interface ServerlessV2ScalingConfiguration {
3826
3826
  /**
3827
3827
  * <p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
3828
3828
  * You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value
3829
- * that you can use is 256 for recent Aurora versions, or 128 for older versions.</p>
3829
+ * that you can use is 256 for recent Aurora versions, or 128 for older versions. You can check the attributes of your engine version or platform version to determine the specific maximum capacity supported.</p>
3830
3830
  * @public
3831
3831
  */
3832
3832
  MaxCapacity?: number | undefined;
@@ -5097,7 +5097,7 @@ export interface ServerlessV2ScalingConfigurationInfo {
5097
5097
  /**
5098
5098
  * <p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
5099
5099
  * You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value
5100
- * that you can use is 256 for recent Aurora versions, or 128 for older versions.</p>
5100
+ * that you can use is 256 for recent Aurora versions, or 128 for older versions. You can check the attributes of your engine version or platform version to determine the specific maximum capacity supported.</p>
5101
5101
  * @public
5102
5102
  */
5103
5103
  MaxCapacity?: number | undefined;
@@ -5142,7 +5142,7 @@ export interface DBClusterStatusInfo {
5142
5142
  Message?: string | undefined;
5143
5143
  }
5144
5144
  /**
5145
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
5145
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
5146
5146
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
5147
5147
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
5148
5148
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -5614,6 +5614,11 @@ export interface DBCluster {
5614
5614
  * @public
5615
5615
  */
5616
5616
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo | undefined;
5617
+ /**
5618
+ * <p>The version of the Aurora Serverless V2 platform used by the DB cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>
5619
+ * @public
5620
+ */
5621
+ ServerlessV2PlatformVersion?: string | undefined;
5617
5622
  /**
5618
5623
  * <p>The network type of the DB instance.</p>
5619
5624
  * <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
@@ -5699,7 +5704,7 @@ export interface DBCluster {
5699
5704
  */
5700
5705
  export interface CreateDBClusterResult {
5701
5706
  /**
5702
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
5707
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
5703
5708
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
5704
5709
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
5705
5710
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -6913,8 +6918,15 @@ export interface CreateDBInstanceMessage {
6913
6918
  /**
6914
6919
  * <p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set
6915
6920
  * the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
6916
- * <p>This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs)
6917
- * are managed by the DB cluster.</p>
6921
+ * <p>This setting doesn't apply to the following DB instances:</p>
6922
+ * <ul>
6923
+ * <li>
6924
+ * <p>Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)</p>
6925
+ * </li>
6926
+ * <li>
6927
+ * <p>RDS Custom</p>
6928
+ * </li>
6929
+ * </ul>
6918
6930
  * @public
6919
6931
  */
6920
6932
  MultiAZ?: boolean | undefined;
@@ -11879,7 +11891,7 @@ export interface DeleteDBClusterMessage {
11879
11891
  */
11880
11892
  export interface DeleteDBClusterResult {
11881
11893
  /**
11882
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
11894
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
11883
11895
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
11884
11896
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
11885
11897
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -6500,7 +6500,7 @@ export interface FailoverDBClusterMessage {
6500
6500
  */
6501
6501
  export interface FailoverDBClusterResult {
6502
6502
  /**
6503
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
6503
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
6504
6504
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
6505
6505
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
6506
6506
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -7580,7 +7580,7 @@ export interface ModifyDBClusterMessage {
7580
7580
  */
7581
7581
  export interface ModifyDBClusterResult {
7582
7582
  /**
7583
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
7583
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
7584
7584
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
7585
7585
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
7586
7586
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -9919,7 +9919,7 @@ export interface PromoteReadReplicaDBClusterMessage {
9919
9919
  */
9920
9920
  export interface PromoteReadReplicaDBClusterResult {
9921
9921
  /**
9922
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
9922
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
9923
9923
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
9924
9924
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
9925
9925
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -10032,7 +10032,7 @@ export interface RebootDBClusterMessage {
10032
10032
  */
10033
10033
  export interface RebootDBClusterResult {
10034
10034
  /**
10035
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
10035
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
10036
10036
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
10037
10037
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
10038
10038
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -10810,7 +10810,7 @@ export interface RestoreDBClusterFromS3Message {
10810
10810
  */
10811
10811
  export interface RestoreDBClusterFromS3Result {
10812
10812
  /**
10813
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
10813
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
10814
10814
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
10815
10815
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
10816
10816
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -11331,7 +11331,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
11331
11331
  */
11332
11332
  export interface RestoreDBClusterFromSnapshotResult {
11333
11333
  /**
11334
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
11334
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
11335
11335
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
11336
11336
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
11337
11337
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -11818,7 +11818,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
11818
11818
  */
11819
11819
  export interface RestoreDBClusterToPointInTimeResult {
11820
11820
  /**
11821
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
11821
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
11822
11822
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
11823
11823
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
11824
11824
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -13911,7 +13911,7 @@ export interface StartDBClusterMessage {
13911
13911
  */
13912
13912
  export interface StartDBClusterResult {
13913
13913
  /**
13914
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
13914
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
13915
13915
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
13916
13916
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
13917
13917
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -14242,7 +14242,7 @@ export interface StopDBClusterMessage {
14242
14242
  */
14243
14243
  export interface StopDBClusterResult {
14244
14244
  /**
14245
- * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
14245
+ * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>
14246
14246
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
14247
14247
  * <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
14248
14248
  * <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
@@ -1132,6 +1132,7 @@ export interface DBCluster {
1132
1132
  ServerlessV2ScalingConfiguration?:
1133
1133
  | ServerlessV2ScalingConfigurationInfo
1134
1134
  | undefined;
1135
+ ServerlessV2PlatformVersion?: string | undefined;
1135
1136
  NetworkType?: string | undefined;
1136
1137
  DBSystemId?: string | undefined;
1137
1138
  MasterUserSecret?: MasterUserSecret | undefined;
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.859.0",
4
+ "version": "3.861.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",