@aws-sdk/client-rds 3.430.0 → 3.431.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
+ const u = "required", v = "fn", w = "argv", x = "ref";
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "String" }, j = { [u]: true, "default": false, "type": "Boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
7
  exports.ruleSet = _data;
@@ -9108,6 +9108,12 @@ const se_CreateBlueGreenDeploymentRequest = (input, context) => {
9108
9108
  entries[loc] = value;
9109
9109
  });
9110
9110
  }
9111
+ if (input.TargetDBInstanceClass != null) {
9112
+ entries["TargetDBInstanceClass"] = input.TargetDBInstanceClass;
9113
+ }
9114
+ if (input.UpgradeTargetStorageConfig != null) {
9115
+ entries["UpgradeTargetStorageConfig"] = input.UpgradeTargetStorageConfig;
9116
+ }
9111
9117
  return entries;
9112
9118
  };
9113
9119
  const se_CreateCustomDBEngineVersionMessage = (input, context) => {
@@ -9825,6 +9831,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
9825
9831
  if (input.DedicatedLogVolume != null) {
9826
9832
  entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
9827
9833
  }
9834
+ if (input.UpgradeStorageConfig != null) {
9835
+ entries["UpgradeStorageConfig"] = input.UpgradeStorageConfig;
9836
+ }
9828
9837
  return entries;
9829
9838
  };
9830
9839
  const se_CreateDBParameterGroupMessage = (input, context) => {
@@ -15681,6 +15690,9 @@ const de_DBInstance = (output, context) => {
15681
15690
  if (output["DedicatedLogVolume"] !== undefined) {
15682
15691
  contents.DedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["DedicatedLogVolume"]);
15683
15692
  }
15693
+ if (output["IsStorageConfigUpgradeAvailable"] !== undefined) {
15694
+ contents.IsStorageConfigUpgradeAvailable = (0, smithy_client_1.parseBoolean)(output["IsStorageConfigUpgradeAvailable"]);
15695
+ }
15684
15696
  return contents;
15685
15697
  };
15686
15698
  const de_DBInstanceAlreadyExistsFault = (output, context) => {
@@ -1,4 +1,4 @@
1
- const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
1
+ const u = "required", v = "fn", w = "argv", x = "ref";
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "String" }, j = { [u]: true, "default": false, "type": "Boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -8812,6 +8812,12 @@ const se_CreateBlueGreenDeploymentRequest = (input, context) => {
8812
8812
  entries[loc] = value;
8813
8813
  });
8814
8814
  }
8815
+ if (input.TargetDBInstanceClass != null) {
8816
+ entries["TargetDBInstanceClass"] = input.TargetDBInstanceClass;
8817
+ }
8818
+ if (input.UpgradeTargetStorageConfig != null) {
8819
+ entries["UpgradeTargetStorageConfig"] = input.UpgradeTargetStorageConfig;
8820
+ }
8815
8821
  return entries;
8816
8822
  };
8817
8823
  const se_CreateCustomDBEngineVersionMessage = (input, context) => {
@@ -9529,6 +9535,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
9529
9535
  if (input.DedicatedLogVolume != null) {
9530
9536
  entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
9531
9537
  }
9538
+ if (input.UpgradeStorageConfig != null) {
9539
+ entries["UpgradeStorageConfig"] = input.UpgradeStorageConfig;
9540
+ }
9532
9541
  return entries;
9533
9542
  };
9534
9543
  const se_CreateDBParameterGroupMessage = (input, context) => {
@@ -15385,6 +15394,9 @@ const de_DBInstance = (output, context) => {
15385
15394
  if (output["DedicatedLogVolume"] !== undefined) {
15386
15395
  contents.DedicatedLogVolume = __parseBoolean(output["DedicatedLogVolume"]);
15387
15396
  }
15397
+ if (output["IsStorageConfigUpgradeAvailable"] !== undefined) {
15398
+ contents.IsStorageConfigUpgradeAvailable = __parseBoolean(output["IsStorageConfigUpgradeAvailable"]);
15399
+ }
15388
15400
  return contents;
15389
15401
  };
15390
15402
  const de_DBInstanceAlreadyExistsFault = (output, context) => {
@@ -56,6 +56,8 @@ export interface CreateBlueGreenDeploymentCommandOutput extends CreateBlueGreenD
56
56
  * Value: "STRING_VALUE",
57
57
  * },
58
58
  * ],
59
+ * TargetDBInstanceClass: "STRING_VALUE",
60
+ * UpgradeTargetStorageConfig: true || false,
59
61
  * };
60
62
  * const command = new CreateBlueGreenDeploymentCommand(input);
61
63
  * const response = await client.send(command);
@@ -341,6 +341,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
341
341
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
342
342
  * // PercentProgress: "STRING_VALUE",
343
343
  * // DedicatedLogVolume: true || false,
344
+ * // IsStorageConfigUpgradeAvailable: true || false,
344
345
  * // },
345
346
  * // };
346
347
  *
@@ -102,6 +102,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
102
102
  * AllocatedStorage: Number("int"),
103
103
  * SourceDBClusterIdentifier: "STRING_VALUE",
104
104
  * DedicatedLogVolume: true || false,
105
+ * UpgradeStorageConfig: true || false,
105
106
  * };
106
107
  * const command = new CreateDBInstanceReadReplicaCommand(input);
107
108
  * const response = await client.send(command);
@@ -325,6 +326,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
325
326
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
326
327
  * // PercentProgress: "STRING_VALUE",
327
328
  * // DedicatedLogVolume: true || false,
329
+ * // IsStorageConfigUpgradeAvailable: true || false,
328
330
  * // },
329
331
  * // };
330
332
  *
@@ -280,6 +280,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
280
280
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
281
281
  * // PercentProgress: "STRING_VALUE",
282
282
  * // DedicatedLogVolume: true || false,
283
+ * // IsStorageConfigUpgradeAvailable: true || false,
283
284
  * // },
284
285
  * // };
285
286
  *
@@ -270,6 +270,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
270
270
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
271
271
  * // PercentProgress: "STRING_VALUE",
272
272
  * // DedicatedLogVolume: true || false,
273
+ * // IsStorageConfigUpgradeAvailable: true || false,
273
274
  * // },
274
275
  * // ],
275
276
  * // };
@@ -335,6 +335,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
335
335
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
336
336
  * // PercentProgress: "STRING_VALUE",
337
337
  * // DedicatedLogVolume: true || false,
338
+ * // IsStorageConfigUpgradeAvailable: true || false,
338
339
  * // },
339
340
  * // };
340
341
  *
@@ -274,6 +274,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
274
274
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
275
275
  * // PercentProgress: "STRING_VALUE",
276
276
  * // DedicatedLogVolume: true || false,
277
+ * // IsStorageConfigUpgradeAvailable: true || false,
277
278
  * // },
278
279
  * // };
279
280
  *
@@ -265,6 +265,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
265
265
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
266
266
  * // PercentProgress: "STRING_VALUE",
267
267
  * // DedicatedLogVolume: true || false,
268
+ * // IsStorageConfigUpgradeAvailable: true || false,
268
269
  * // },
269
270
  * // };
270
271
  *
@@ -323,6 +323,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
323
323
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
324
324
  * // PercentProgress: "STRING_VALUE",
325
325
  * // DedicatedLogVolume: true || false,
326
+ * // IsStorageConfigUpgradeAvailable: true || false,
326
327
  * // },
327
328
  * // };
328
329
  *
@@ -327,6 +327,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
327
327
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
328
328
  * // PercentProgress: "STRING_VALUE",
329
329
  * // DedicatedLogVolume: true || false,
330
+ * // IsStorageConfigUpgradeAvailable: true || false,
330
331
  * // },
331
332
  * // };
332
333
  *
@@ -323,6 +323,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
323
323
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
324
324
  * // PercentProgress: "STRING_VALUE",
325
325
  * // DedicatedLogVolume: true || false,
326
+ * // IsStorageConfigUpgradeAvailable: true || false,
326
327
  * // },
327
328
  * // };
328
329
  *
@@ -264,6 +264,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
264
264
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
265
265
  * // PercentProgress: "STRING_VALUE",
266
266
  * // DedicatedLogVolume: true || false,
267
+ * // IsStorageConfigUpgradeAvailable: true || false,
267
268
  * // },
268
269
  * // };
269
270
  *
@@ -267,6 +267,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
267
267
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
268
268
  * // PercentProgress: "STRING_VALUE",
269
269
  * // DedicatedLogVolume: true || false,
270
+ * // IsStorageConfigUpgradeAvailable: true || false,
270
271
  * // },
271
272
  * // };
272
273
  *
@@ -256,6 +256,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
256
256
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
257
257
  * // PercentProgress: "STRING_VALUE",
258
258
  * // DedicatedLogVolume: true || false,
259
+ * // IsStorageConfigUpgradeAvailable: true || false,
259
260
  * // },
260
261
  * // };
261
262
  *
@@ -2657,6 +2657,18 @@ export interface CreateBlueGreenDeploymentRequest {
2657
2657
  * <p>Tags to assign to the blue/green deployment.</p>
2658
2658
  */
2659
2659
  Tags?: Tag[];
2660
+ /**
2661
+ * @public
2662
+ * <p>Specify the DB instance class for the databases in the green environment.</p>
2663
+ */
2664
+ TargetDBInstanceClass?: string;
2665
+ /**
2666
+ * @public
2667
+ * <p>Whether to upgrade the storage file system configuration on the green database. This
2668
+ * option migrates the green DB instance from the older 32-bit file system to the preferred
2669
+ * configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.UpgradeFileSystem">Upgrading the storage file system for a DB instance</a>.</p>
2670
+ */
2671
+ UpgradeTargetStorageConfig?: boolean;
2660
2672
  }
2661
2673
  /**
2662
2674
  * @public
@@ -7878,6 +7890,14 @@ export interface DBInstance {
7878
7890
  * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
7879
7891
  */
7880
7892
  DedicatedLogVolume?: boolean;
7893
+ /**
7894
+ * @public
7895
+ * <p>Indicates whether an upgrade is recommended for the storage file system configuration
7896
+ * on the DB instance. To migrate to the preferred configuration, you can either create a
7897
+ * blue/green deployment, or create a read replica from the DB instance. For more
7898
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.UpgradeFileSystem">Upgrading the storage file system for a DB instance</a>.</p>
7899
+ */
7900
+ IsStorageConfigUpgradeAvailable?: boolean;
7881
7901
  }
7882
7902
  /**
7883
7903
  * @public
@@ -8550,6 +8570,12 @@ export interface CreateDBInstanceReadReplicaMessage {
8550
8570
  * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
8551
8571
  */
8552
8572
  DedicatedLogVolume?: boolean;
8573
+ /**
8574
+ * @public
8575
+ * <p>Whether to upgrade the storage file system configuration on the read replica. This option
8576
+ * migrates the read replica from the old storage file system layout to the preferred layout.</p>
8577
+ */
8578
+ UpgradeStorageConfig?: boolean;
8553
8579
  }
8554
8580
  /**
8555
8581
  * @public
@@ -636,6 +636,8 @@ export interface CreateBlueGreenDeploymentRequest {
636
636
  TargetDBParameterGroupName?: string;
637
637
  TargetDBClusterParameterGroupName?: string;
638
638
  Tags?: Tag[];
639
+ TargetDBInstanceClass?: string;
640
+ UpgradeTargetStorageConfig?: boolean;
639
641
  }
640
642
  export interface SwitchoverDetail {
641
643
  SourceMember?: string;
@@ -1422,6 +1424,7 @@ export interface DBInstance {
1422
1424
  ReadReplicaSourceDBClusterIdentifier?: string;
1423
1425
  PercentProgress?: string;
1424
1426
  DedicatedLogVolume?: boolean;
1427
+ IsStorageConfigUpgradeAvailable?: boolean;
1425
1428
  }
1426
1429
  export interface CreateDBInstanceResult {
1427
1430
  DBInstance?: DBInstance;
@@ -1511,6 +1514,7 @@ export interface CreateDBInstanceReadReplicaMessage {
1511
1514
  AllocatedStorage?: number;
1512
1515
  SourceDBClusterIdentifier?: string;
1513
1516
  DedicatedLogVolume?: boolean;
1517
+ UpgradeStorageConfig?: boolean;
1514
1518
  }
1515
1519
  export interface CreateDBInstanceReadReplicaResult {
1516
1520
  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.430.0",
4
+ "version": "3.431.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,9 +21,9 @@
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.430.0",
25
- "@aws-sdk/credential-provider-node": "3.430.0",
26
- "@aws-sdk/middleware-host-header": "3.429.0",
24
+ "@aws-sdk/client-sts": "3.431.0",
25
+ "@aws-sdk/credential-provider-node": "3.431.0",
26
+ "@aws-sdk/middleware-host-header": "3.431.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-sdk-rds": "3.430.0",