@aws-sdk/client-rds 3.430.0 → 3.433.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_query.js +12 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_query.js +12 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +33 -33
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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.
|
|
4
|
+
"version": "3.433.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,42 +21,42 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
39
|
-
"@smithy/hash-node": "^2.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
47
|
-
"@smithy/node-http-handler": "^2.1.
|
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
|
49
|
-
"@smithy/smithy-client": "^2.1.
|
|
50
|
-
"@smithy/types": "^2.
|
|
51
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.433.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.433.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
|
+
"@aws-sdk/types": "3.433.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
|
+
"@smithy/hash-node": "^2.0.12",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
50
|
+
"@smithy/types": "^2.4.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.12",
|
|
52
52
|
"@smithy/util-base64": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
57
|
-
"@smithy/util-retry": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-retry": "^2.0.5",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^2.0.
|
|
59
|
+
"@smithy/util-waiter": "^2.0.12",
|
|
60
60
|
"fast-xml-parser": "4.2.5",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|