@aws-sdk/client-rds 3.427.0 → 3.428.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/protocols/Aws_query.js +36 -0
- package/dist-es/protocols/Aws_query.js +36 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +3 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +3 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +3 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +30 -0
- package/dist-types/models/models_1.d.ts +30 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/package.json +33 -33
|
@@ -9654,6 +9654,9 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
9654
9654
|
if (input.DBSystemId != null) {
|
|
9655
9655
|
entries["DBSystemId"] = input.DBSystemId;
|
|
9656
9656
|
}
|
|
9657
|
+
if (input.DedicatedLogVolume != null) {
|
|
9658
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
9659
|
+
}
|
|
9657
9660
|
return entries;
|
|
9658
9661
|
};
|
|
9659
9662
|
const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
@@ -9819,6 +9822,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
9819
9822
|
if (input.SourceDBClusterIdentifier != null) {
|
|
9820
9823
|
entries["SourceDBClusterIdentifier"] = input.SourceDBClusterIdentifier;
|
|
9821
9824
|
}
|
|
9825
|
+
if (input.DedicatedLogVolume != null) {
|
|
9826
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
9827
|
+
}
|
|
9822
9828
|
return entries;
|
|
9823
9829
|
};
|
|
9824
9830
|
const se_CreateDBParameterGroupMessage = (input, context) => {
|
|
@@ -11976,6 +11982,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
11976
11982
|
if (input.Engine != null) {
|
|
11977
11983
|
entries["Engine"] = input.Engine;
|
|
11978
11984
|
}
|
|
11985
|
+
if (input.DedicatedLogVolume != null) {
|
|
11986
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
11987
|
+
}
|
|
11979
11988
|
return entries;
|
|
11980
11989
|
};
|
|
11981
11990
|
const se_ModifyDBParameterGroupMessage = (input, context) => {
|
|
@@ -13147,6 +13156,9 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
13147
13156
|
if (input.AllocatedStorage != null) {
|
|
13148
13157
|
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
13149
13158
|
}
|
|
13159
|
+
if (input.DedicatedLogVolume != null) {
|
|
13160
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
13161
|
+
}
|
|
13150
13162
|
return entries;
|
|
13151
13163
|
};
|
|
13152
13164
|
const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
@@ -13330,6 +13342,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
13330
13342
|
if (input.MasterUserSecretKmsKeyId != null) {
|
|
13331
13343
|
entries["MasterUserSecretKmsKeyId"] = input.MasterUserSecretKmsKeyId;
|
|
13332
13344
|
}
|
|
13345
|
+
if (input.DedicatedLogVolume != null) {
|
|
13346
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
13347
|
+
}
|
|
13333
13348
|
return entries;
|
|
13334
13349
|
};
|
|
13335
13350
|
const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
@@ -13498,6 +13513,9 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
13498
13513
|
if (input.AllocatedStorage != null) {
|
|
13499
13514
|
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
13500
13515
|
}
|
|
13516
|
+
if (input.DedicatedLogVolume != null) {
|
|
13517
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
13518
|
+
}
|
|
13501
13519
|
return entries;
|
|
13502
13520
|
};
|
|
13503
13521
|
const se_RevokeDBSecurityGroupIngressMessage = (input, context) => {
|
|
@@ -15660,6 +15678,9 @@ const de_DBInstance = (output, context) => {
|
|
|
15660
15678
|
if (output["PercentProgress"] !== undefined) {
|
|
15661
15679
|
contents.PercentProgress = (0, smithy_client_1.expectString)(output["PercentProgress"]);
|
|
15662
15680
|
}
|
|
15681
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
15682
|
+
contents.DedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["DedicatedLogVolume"]);
|
|
15683
|
+
}
|
|
15663
15684
|
return contents;
|
|
15664
15685
|
};
|
|
15665
15686
|
const de_DBInstanceAlreadyExistsFault = (output, context) => {
|
|
@@ -15762,6 +15783,9 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
15762
15783
|
if (output["AwsBackupRecoveryPointArn"] !== undefined) {
|
|
15763
15784
|
contents.AwsBackupRecoveryPointArn = (0, smithy_client_1.expectString)(output["AwsBackupRecoveryPointArn"]);
|
|
15764
15785
|
}
|
|
15786
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
15787
|
+
contents.DedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["DedicatedLogVolume"]);
|
|
15788
|
+
}
|
|
15765
15789
|
return contents;
|
|
15766
15790
|
};
|
|
15767
15791
|
const de_DBInstanceAutomatedBackupList = (output, context) => {
|
|
@@ -16448,6 +16472,9 @@ const de_DBSnapshot = (output, context) => {
|
|
|
16448
16472
|
if (output["DBSystemId"] !== undefined) {
|
|
16449
16473
|
contents.DBSystemId = (0, smithy_client_1.expectString)(output["DBSystemId"]);
|
|
16450
16474
|
}
|
|
16475
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
16476
|
+
contents.DedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["DedicatedLogVolume"]);
|
|
16477
|
+
}
|
|
16451
16478
|
return contents;
|
|
16452
16479
|
};
|
|
16453
16480
|
const de_DBSnapshotAlreadyExistsFault = (output, context) => {
|
|
@@ -18250,6 +18277,9 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
18250
18277
|
if (output["MaxStorageThroughputPerIops"] !== undefined) {
|
|
18251
18278
|
contents.MaxStorageThroughputPerIops = (0, smithy_client_1.strictParseFloat)(output["MaxStorageThroughputPerIops"]);
|
|
18252
18279
|
}
|
|
18280
|
+
if (output["SupportsDedicatedLogVolume"] !== undefined) {
|
|
18281
|
+
contents.SupportsDedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["SupportsDedicatedLogVolume"]);
|
|
18282
|
+
}
|
|
18253
18283
|
return contents;
|
|
18254
18284
|
};
|
|
18255
18285
|
const de_OrderableDBInstanceOptionsList = (output, context) => {
|
|
@@ -18459,6 +18489,9 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
18459
18489
|
if (output["Engine"] !== undefined) {
|
|
18460
18490
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
18461
18491
|
}
|
|
18492
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
18493
|
+
contents.DedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["DedicatedLogVolume"]);
|
|
18494
|
+
}
|
|
18462
18495
|
return contents;
|
|
18463
18496
|
};
|
|
18464
18497
|
const de_PointInTimeRestoreNotEnabledFault = (output, context) => {
|
|
@@ -19342,6 +19375,9 @@ const de_ValidDBInstanceModificationsMessage = (output, context) => {
|
|
|
19342
19375
|
output["ValidProcessorFeatures"]["AvailableProcessorFeature"] !== undefined) {
|
|
19343
19376
|
contents.ValidProcessorFeatures = de_AvailableProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["ValidProcessorFeatures"]["AvailableProcessorFeature"]), context);
|
|
19344
19377
|
}
|
|
19378
|
+
if (output["SupportsDedicatedLogVolume"] !== undefined) {
|
|
19379
|
+
contents.SupportsDedicatedLogVolume = (0, smithy_client_1.parseBoolean)(output["SupportsDedicatedLogVolume"]);
|
|
19380
|
+
}
|
|
19345
19381
|
return contents;
|
|
19346
19382
|
};
|
|
19347
19383
|
const de_ValidStorageOptions = (output, context) => {
|
|
@@ -9358,6 +9358,9 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
9358
9358
|
if (input.DBSystemId != null) {
|
|
9359
9359
|
entries["DBSystemId"] = input.DBSystemId;
|
|
9360
9360
|
}
|
|
9361
|
+
if (input.DedicatedLogVolume != null) {
|
|
9362
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
9363
|
+
}
|
|
9361
9364
|
return entries;
|
|
9362
9365
|
};
|
|
9363
9366
|
const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
@@ -9523,6 +9526,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
9523
9526
|
if (input.SourceDBClusterIdentifier != null) {
|
|
9524
9527
|
entries["SourceDBClusterIdentifier"] = input.SourceDBClusterIdentifier;
|
|
9525
9528
|
}
|
|
9529
|
+
if (input.DedicatedLogVolume != null) {
|
|
9530
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
9531
|
+
}
|
|
9526
9532
|
return entries;
|
|
9527
9533
|
};
|
|
9528
9534
|
const se_CreateDBParameterGroupMessage = (input, context) => {
|
|
@@ -11680,6 +11686,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
11680
11686
|
if (input.Engine != null) {
|
|
11681
11687
|
entries["Engine"] = input.Engine;
|
|
11682
11688
|
}
|
|
11689
|
+
if (input.DedicatedLogVolume != null) {
|
|
11690
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
11691
|
+
}
|
|
11683
11692
|
return entries;
|
|
11684
11693
|
};
|
|
11685
11694
|
const se_ModifyDBParameterGroupMessage = (input, context) => {
|
|
@@ -12851,6 +12860,9 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
12851
12860
|
if (input.AllocatedStorage != null) {
|
|
12852
12861
|
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
12853
12862
|
}
|
|
12863
|
+
if (input.DedicatedLogVolume != null) {
|
|
12864
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
12865
|
+
}
|
|
12854
12866
|
return entries;
|
|
12855
12867
|
};
|
|
12856
12868
|
const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
@@ -13034,6 +13046,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
13034
13046
|
if (input.MasterUserSecretKmsKeyId != null) {
|
|
13035
13047
|
entries["MasterUserSecretKmsKeyId"] = input.MasterUserSecretKmsKeyId;
|
|
13036
13048
|
}
|
|
13049
|
+
if (input.DedicatedLogVolume != null) {
|
|
13050
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
13051
|
+
}
|
|
13037
13052
|
return entries;
|
|
13038
13053
|
};
|
|
13039
13054
|
const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
@@ -13202,6 +13217,9 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
13202
13217
|
if (input.AllocatedStorage != null) {
|
|
13203
13218
|
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
13204
13219
|
}
|
|
13220
|
+
if (input.DedicatedLogVolume != null) {
|
|
13221
|
+
entries["DedicatedLogVolume"] = input.DedicatedLogVolume;
|
|
13222
|
+
}
|
|
13205
13223
|
return entries;
|
|
13206
13224
|
};
|
|
13207
13225
|
const se_RevokeDBSecurityGroupIngressMessage = (input, context) => {
|
|
@@ -15364,6 +15382,9 @@ const de_DBInstance = (output, context) => {
|
|
|
15364
15382
|
if (output["PercentProgress"] !== undefined) {
|
|
15365
15383
|
contents.PercentProgress = __expectString(output["PercentProgress"]);
|
|
15366
15384
|
}
|
|
15385
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
15386
|
+
contents.DedicatedLogVolume = __parseBoolean(output["DedicatedLogVolume"]);
|
|
15387
|
+
}
|
|
15367
15388
|
return contents;
|
|
15368
15389
|
};
|
|
15369
15390
|
const de_DBInstanceAlreadyExistsFault = (output, context) => {
|
|
@@ -15466,6 +15487,9 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
15466
15487
|
if (output["AwsBackupRecoveryPointArn"] !== undefined) {
|
|
15467
15488
|
contents.AwsBackupRecoveryPointArn = __expectString(output["AwsBackupRecoveryPointArn"]);
|
|
15468
15489
|
}
|
|
15490
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
15491
|
+
contents.DedicatedLogVolume = __parseBoolean(output["DedicatedLogVolume"]);
|
|
15492
|
+
}
|
|
15469
15493
|
return contents;
|
|
15470
15494
|
};
|
|
15471
15495
|
const de_DBInstanceAutomatedBackupList = (output, context) => {
|
|
@@ -16152,6 +16176,9 @@ const de_DBSnapshot = (output, context) => {
|
|
|
16152
16176
|
if (output["DBSystemId"] !== undefined) {
|
|
16153
16177
|
contents.DBSystemId = __expectString(output["DBSystemId"]);
|
|
16154
16178
|
}
|
|
16179
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
16180
|
+
contents.DedicatedLogVolume = __parseBoolean(output["DedicatedLogVolume"]);
|
|
16181
|
+
}
|
|
16155
16182
|
return contents;
|
|
16156
16183
|
};
|
|
16157
16184
|
const de_DBSnapshotAlreadyExistsFault = (output, context) => {
|
|
@@ -17954,6 +17981,9 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
17954
17981
|
if (output["MaxStorageThroughputPerIops"] !== undefined) {
|
|
17955
17982
|
contents.MaxStorageThroughputPerIops = __strictParseFloat(output["MaxStorageThroughputPerIops"]);
|
|
17956
17983
|
}
|
|
17984
|
+
if (output["SupportsDedicatedLogVolume"] !== undefined) {
|
|
17985
|
+
contents.SupportsDedicatedLogVolume = __parseBoolean(output["SupportsDedicatedLogVolume"]);
|
|
17986
|
+
}
|
|
17957
17987
|
return contents;
|
|
17958
17988
|
};
|
|
17959
17989
|
const de_OrderableDBInstanceOptionsList = (output, context) => {
|
|
@@ -18163,6 +18193,9 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
18163
18193
|
if (output["Engine"] !== undefined) {
|
|
18164
18194
|
contents.Engine = __expectString(output["Engine"]);
|
|
18165
18195
|
}
|
|
18196
|
+
if (output["DedicatedLogVolume"] !== undefined) {
|
|
18197
|
+
contents.DedicatedLogVolume = __parseBoolean(output["DedicatedLogVolume"]);
|
|
18198
|
+
}
|
|
18166
18199
|
return contents;
|
|
18167
18200
|
};
|
|
18168
18201
|
const de_PointInTimeRestoreNotEnabledFault = (output, context) => {
|
|
@@ -19046,6 +19079,9 @@ const de_ValidDBInstanceModificationsMessage = (output, context) => {
|
|
|
19046
19079
|
output["ValidProcessorFeatures"]["AvailableProcessorFeature"] !== undefined) {
|
|
19047
19080
|
contents.ValidProcessorFeatures = de_AvailableProcessorFeatureList(__getArrayIfSingleItem(output["ValidProcessorFeatures"]["AvailableProcessorFeature"]), context);
|
|
19048
19081
|
}
|
|
19082
|
+
if (output["SupportsDedicatedLogVolume"] !== undefined) {
|
|
19083
|
+
contents.SupportsDedicatedLogVolume = __parseBoolean(output["SupportsDedicatedLogVolume"]);
|
|
19084
|
+
}
|
|
19049
19085
|
return contents;
|
|
19050
19086
|
};
|
|
19051
19087
|
const de_ValidStorageOptions = (output, context) => {
|
|
@@ -100,6 +100,7 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
|
|
|
100
100
|
* // SnapshotTarget: "STRING_VALUE",
|
|
101
101
|
* // StorageThroughput: Number("int"),
|
|
102
102
|
* // DBSystemId: "STRING_VALUE",
|
|
103
|
+
* // DedicatedLogVolume: true || false,
|
|
103
104
|
* // },
|
|
104
105
|
* // };
|
|
105
106
|
*
|
|
@@ -117,6 +117,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
|
|
|
117
117
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
118
118
|
* CACertificateIdentifier: "STRING_VALUE",
|
|
119
119
|
* DBSystemId: "STRING_VALUE",
|
|
120
|
+
* DedicatedLogVolume: true || false,
|
|
120
121
|
* };
|
|
121
122
|
* const command = new CreateDBInstanceCommand(input);
|
|
122
123
|
* const response = await client.send(command);
|
|
@@ -213,6 +214,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
|
|
|
213
214
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
214
215
|
* // StorageThroughput: Number("int"),
|
|
215
216
|
* // Engine: "STRING_VALUE",
|
|
217
|
+
* // DedicatedLogVolume: true || false,
|
|
216
218
|
* // },
|
|
217
219
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
218
220
|
* // MultiAZ: true || false,
|
|
@@ -338,6 +340,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
|
|
|
338
340
|
* // },
|
|
339
341
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
340
342
|
* // PercentProgress: "STRING_VALUE",
|
|
343
|
+
* // DedicatedLogVolume: true || false,
|
|
341
344
|
* // },
|
|
342
345
|
* // };
|
|
343
346
|
*
|
|
@@ -101,6 +101,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
101
101
|
* EnableCustomerOwnedIp: true || false,
|
|
102
102
|
* AllocatedStorage: Number("int"),
|
|
103
103
|
* SourceDBClusterIdentifier: "STRING_VALUE",
|
|
104
|
+
* DedicatedLogVolume: true || false,
|
|
104
105
|
* };
|
|
105
106
|
* const command = new CreateDBInstanceReadReplicaCommand(input);
|
|
106
107
|
* const response = await client.send(command);
|
|
@@ -197,6 +198,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
197
198
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
198
199
|
* // StorageThroughput: Number("int"),
|
|
199
200
|
* // Engine: "STRING_VALUE",
|
|
201
|
+
* // DedicatedLogVolume: true || false,
|
|
200
202
|
* // },
|
|
201
203
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
202
204
|
* // MultiAZ: true || false,
|
|
@@ -322,6 +324,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
322
324
|
* // },
|
|
323
325
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
324
326
|
* // PercentProgress: "STRING_VALUE",
|
|
327
|
+
* // DedicatedLogVolume: true || false,
|
|
325
328
|
* // },
|
|
326
329
|
* // };
|
|
327
330
|
*
|
|
@@ -89,6 +89,7 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
|
|
|
89
89
|
* // SnapshotTarget: "STRING_VALUE",
|
|
90
90
|
* // StorageThroughput: Number("int"),
|
|
91
91
|
* // DBSystemId: "STRING_VALUE",
|
|
92
|
+
* // DedicatedLogVolume: true || false,
|
|
92
93
|
* // },
|
|
93
94
|
* // };
|
|
94
95
|
*
|
|
@@ -74,6 +74,7 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
74
74
|
* // BackupTarget: "STRING_VALUE",
|
|
75
75
|
* // StorageThroughput: Number("int"),
|
|
76
76
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
77
|
+
* // DedicatedLogVolume: true || false,
|
|
77
78
|
* // },
|
|
78
79
|
* // };
|
|
79
80
|
*
|
|
@@ -153,6 +153,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
153
153
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
154
154
|
* // StorageThroughput: Number("int"),
|
|
155
155
|
* // Engine: "STRING_VALUE",
|
|
156
|
+
* // DedicatedLogVolume: true || false,
|
|
156
157
|
* // },
|
|
157
158
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
158
159
|
* // MultiAZ: true || false,
|
|
@@ -278,6 +279,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
278
279
|
* // },
|
|
279
280
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
280
281
|
* // PercentProgress: "STRING_VALUE",
|
|
282
|
+
* // DedicatedLogVolume: true || false,
|
|
281
283
|
* // },
|
|
282
284
|
* // };
|
|
283
285
|
*
|
|
@@ -85,6 +85,7 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
85
85
|
* // SnapshotTarget: "STRING_VALUE",
|
|
86
86
|
* // StorageThroughput: Number("int"),
|
|
87
87
|
* // DBSystemId: "STRING_VALUE",
|
|
88
|
+
* // DedicatedLogVolume: true || false,
|
|
88
89
|
* // },
|
|
89
90
|
* // };
|
|
90
91
|
*
|
|
@@ -93,6 +93,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
|
|
|
93
93
|
* // BackupTarget: "STRING_VALUE",
|
|
94
94
|
* // StorageThroughput: Number("int"),
|
|
95
95
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
96
|
+
* // DedicatedLogVolume: true || false,
|
|
96
97
|
* // },
|
|
97
98
|
* // ],
|
|
98
99
|
* // };
|
|
@@ -143,6 +143,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
143
143
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
144
144
|
* // StorageThroughput: Number("int"),
|
|
145
145
|
* // Engine: "STRING_VALUE",
|
|
146
|
+
* // DedicatedLogVolume: true || false,
|
|
146
147
|
* // },
|
|
147
148
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
148
149
|
* // MultiAZ: true || false,
|
|
@@ -268,6 +269,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
268
269
|
* // },
|
|
269
270
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
270
271
|
* // PercentProgress: "STRING_VALUE",
|
|
272
|
+
* // DedicatedLogVolume: true || false,
|
|
271
273
|
* // },
|
|
272
274
|
* // ],
|
|
273
275
|
* // };
|
|
@@ -98,6 +98,7 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
|
|
|
98
98
|
* // SnapshotTarget: "STRING_VALUE",
|
|
99
99
|
* // StorageThroughput: Number("int"),
|
|
100
100
|
* // DBSystemId: "STRING_VALUE",
|
|
101
|
+
* // DedicatedLogVolume: true || false,
|
|
101
102
|
* // },
|
|
102
103
|
* // ],
|
|
103
104
|
* // };
|
|
@@ -104,6 +104,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
|
|
|
104
104
|
* // MaxStorageThroughputPerDbInstance: Number("int"),
|
|
105
105
|
* // MinStorageThroughputPerIops: Number("double"),
|
|
106
106
|
* // MaxStorageThroughputPerIops: Number("double"),
|
|
107
|
+
* // SupportsDedicatedLogVolume: true || false,
|
|
107
108
|
* // },
|
|
108
109
|
* // ],
|
|
109
110
|
* // Marker: "STRING_VALUE",
|
|
@@ -111,6 +111,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
111
111
|
* RotateMasterUserPassword: true || false,
|
|
112
112
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
113
113
|
* Engine: "STRING_VALUE",
|
|
114
|
+
* DedicatedLogVolume: true || false,
|
|
114
115
|
* };
|
|
115
116
|
* const command = new ModifyDBInstanceCommand(input);
|
|
116
117
|
* const response = await client.send(command);
|
|
@@ -207,6 +208,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
207
208
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
208
209
|
* // StorageThroughput: Number("int"),
|
|
209
210
|
* // Engine: "STRING_VALUE",
|
|
211
|
+
* // DedicatedLogVolume: true || false,
|
|
210
212
|
* // },
|
|
211
213
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
212
214
|
* // MultiAZ: true || false,
|
|
@@ -332,6 +334,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
332
334
|
* // },
|
|
333
335
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
334
336
|
* // PercentProgress: "STRING_VALUE",
|
|
337
|
+
* // DedicatedLogVolume: true || false,
|
|
335
338
|
* // },
|
|
336
339
|
* // };
|
|
337
340
|
*
|
|
@@ -88,6 +88,7 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
88
88
|
* // SnapshotTarget: "STRING_VALUE",
|
|
89
89
|
* // StorageThroughput: Number("int"),
|
|
90
90
|
* // DBSystemId: "STRING_VALUE",
|
|
91
|
+
* // DedicatedLogVolume: true || false,
|
|
91
92
|
* // },
|
|
92
93
|
* // };
|
|
93
94
|
*
|
|
@@ -147,6 +147,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
147
147
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
148
148
|
* // StorageThroughput: Number("int"),
|
|
149
149
|
* // Engine: "STRING_VALUE",
|
|
150
|
+
* // DedicatedLogVolume: true || false,
|
|
150
151
|
* // },
|
|
151
152
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
152
153
|
* // MultiAZ: true || false,
|
|
@@ -272,6 +273,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
272
273
|
* // },
|
|
273
274
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
274
275
|
* // PercentProgress: "STRING_VALUE",
|
|
276
|
+
* // DedicatedLogVolume: true || false,
|
|
275
277
|
* // },
|
|
276
278
|
* // };
|
|
277
279
|
*
|
|
@@ -138,6 +138,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
138
138
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
139
139
|
* // StorageThroughput: Number("int"),
|
|
140
140
|
* // Engine: "STRING_VALUE",
|
|
141
|
+
* // DedicatedLogVolume: true || false,
|
|
141
142
|
* // },
|
|
142
143
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
143
144
|
* // MultiAZ: true || false,
|
|
@@ -263,6 +264,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
263
264
|
* // },
|
|
264
265
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
265
266
|
* // PercentProgress: "STRING_VALUE",
|
|
267
|
+
* // DedicatedLogVolume: true || false,
|
|
266
268
|
* // },
|
|
267
269
|
* // };
|
|
268
270
|
*
|
|
@@ -99,6 +99,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
99
99
|
* StorageThroughput: Number("int"),
|
|
100
100
|
* DBClusterSnapshotIdentifier: "STRING_VALUE",
|
|
101
101
|
* AllocatedStorage: Number("int"),
|
|
102
|
+
* DedicatedLogVolume: true || false,
|
|
102
103
|
* };
|
|
103
104
|
* const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
|
|
104
105
|
* const response = await client.send(command);
|
|
@@ -195,6 +196,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
195
196
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
196
197
|
* // StorageThroughput: Number("int"),
|
|
197
198
|
* // Engine: "STRING_VALUE",
|
|
199
|
+
* // DedicatedLogVolume: true || false,
|
|
198
200
|
* // },
|
|
199
201
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
200
202
|
* // MultiAZ: true || false,
|
|
@@ -320,6 +322,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
320
322
|
* // },
|
|
321
323
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
322
324
|
* // PercentProgress: "STRING_VALUE",
|
|
325
|
+
* // DedicatedLogVolume: true || false,
|
|
323
326
|
* // },
|
|
324
327
|
* // };
|
|
325
328
|
*
|
|
@@ -103,6 +103,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
103
103
|
* StorageThroughput: Number("int"),
|
|
104
104
|
* ManageMasterUserPassword: true || false,
|
|
105
105
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
106
|
+
* DedicatedLogVolume: true || false,
|
|
106
107
|
* };
|
|
107
108
|
* const command = new RestoreDBInstanceFromS3Command(input);
|
|
108
109
|
* const response = await client.send(command);
|
|
@@ -199,6 +200,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
199
200
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
200
201
|
* // StorageThroughput: Number("int"),
|
|
201
202
|
* // Engine: "STRING_VALUE",
|
|
203
|
+
* // DedicatedLogVolume: true || false,
|
|
202
204
|
* // },
|
|
203
205
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
204
206
|
* // MultiAZ: true || false,
|
|
@@ -324,6 +326,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
324
326
|
* // },
|
|
325
327
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
326
328
|
* // PercentProgress: "STRING_VALUE",
|
|
329
|
+
* // DedicatedLogVolume: true || false,
|
|
327
330
|
* // },
|
|
328
331
|
* // };
|
|
329
332
|
*
|
|
@@ -99,6 +99,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
99
99
|
* NetworkType: "STRING_VALUE",
|
|
100
100
|
* StorageThroughput: Number("int"),
|
|
101
101
|
* AllocatedStorage: Number("int"),
|
|
102
|
+
* DedicatedLogVolume: true || false,
|
|
102
103
|
* };
|
|
103
104
|
* const command = new RestoreDBInstanceToPointInTimeCommand(input);
|
|
104
105
|
* const response = await client.send(command);
|
|
@@ -195,6 +196,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
195
196
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
196
197
|
* // StorageThroughput: Number("int"),
|
|
197
198
|
* // Engine: "STRING_VALUE",
|
|
199
|
+
* // DedicatedLogVolume: true || false,
|
|
198
200
|
* // },
|
|
199
201
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
200
202
|
* // MultiAZ: true || false,
|
|
@@ -320,6 +322,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
320
322
|
* // },
|
|
321
323
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
322
324
|
* // PercentProgress: "STRING_VALUE",
|
|
325
|
+
* // DedicatedLogVolume: true || false,
|
|
323
326
|
* // },
|
|
324
327
|
* // };
|
|
325
328
|
*
|
|
@@ -80,6 +80,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
80
80
|
* // BackupTarget: "STRING_VALUE",
|
|
81
81
|
* // StorageThroughput: Number("int"),
|
|
82
82
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
83
|
+
* // DedicatedLogVolume: true || false,
|
|
83
84
|
* // },
|
|
84
85
|
* // };
|
|
85
86
|
*
|
|
@@ -137,6 +137,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
137
137
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
138
138
|
* // StorageThroughput: Number("int"),
|
|
139
139
|
* // Engine: "STRING_VALUE",
|
|
140
|
+
* // DedicatedLogVolume: true || false,
|
|
140
141
|
* // },
|
|
141
142
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
142
143
|
* // MultiAZ: true || false,
|
|
@@ -262,6 +263,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
262
263
|
* // },
|
|
263
264
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
264
265
|
* // PercentProgress: "STRING_VALUE",
|
|
266
|
+
* // DedicatedLogVolume: true || false,
|
|
265
267
|
* // },
|
|
266
268
|
* // };
|
|
267
269
|
*
|
|
@@ -77,6 +77,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
77
77
|
* // BackupTarget: "STRING_VALUE",
|
|
78
78
|
* // StorageThroughput: Number("int"),
|
|
79
79
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
80
|
+
* // DedicatedLogVolume: true || false,
|
|
80
81
|
* // },
|
|
81
82
|
* // };
|
|
82
83
|
*
|
|
@@ -140,6 +140,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
140
140
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
141
141
|
* // StorageThroughput: Number("int"),
|
|
142
142
|
* // Engine: "STRING_VALUE",
|
|
143
|
+
* // DedicatedLogVolume: true || false,
|
|
143
144
|
* // },
|
|
144
145
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
145
146
|
* // MultiAZ: true || false,
|
|
@@ -265,6 +266,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
265
266
|
* // },
|
|
266
267
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
267
268
|
* // PercentProgress: "STRING_VALUE",
|
|
269
|
+
* // DedicatedLogVolume: true || false,
|
|
268
270
|
* // },
|
|
269
271
|
* // };
|
|
270
272
|
*
|
|
@@ -129,6 +129,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
129
129
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
130
130
|
* // StorageThroughput: Number("int"),
|
|
131
131
|
* // Engine: "STRING_VALUE",
|
|
132
|
+
* // DedicatedLogVolume: true || false,
|
|
132
133
|
* // },
|
|
133
134
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
134
135
|
* // MultiAZ: true || false,
|
|
@@ -254,6 +255,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
254
255
|
* // },
|
|
255
256
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
256
257
|
* // PercentProgress: "STRING_VALUE",
|
|
258
|
+
* // DedicatedLogVolume: true || false,
|
|
257
259
|
* // },
|
|
258
260
|
* // };
|
|
259
261
|
*
|
|
@@ -2218,6 +2218,11 @@ export interface DBSnapshot {
|
|
|
2218
2218
|
* manages your database files. The Oracle SID is also the name of your CDB.</p>
|
|
2219
2219
|
*/
|
|
2220
2220
|
DBSystemId?: string;
|
|
2221
|
+
/**
|
|
2222
|
+
* @public
|
|
2223
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
2224
|
+
*/
|
|
2225
|
+
DedicatedLogVolume?: boolean;
|
|
2221
2226
|
}
|
|
2222
2227
|
/**
|
|
2223
2228
|
* @public
|
|
@@ -6825,6 +6830,11 @@ export interface CreateDBInstanceMessage {
|
|
|
6825
6830
|
* the value defaults to <code>RDSCDB</code>. The Oracle SID is also the name of your CDB.</p>
|
|
6826
6831
|
*/
|
|
6827
6832
|
DBSystemId?: string;
|
|
6833
|
+
/**
|
|
6834
|
+
* @public
|
|
6835
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
6836
|
+
*/
|
|
6837
|
+
DedicatedLogVolume?: boolean;
|
|
6828
6838
|
}
|
|
6829
6839
|
/**
|
|
6830
6840
|
* @public
|
|
@@ -7263,6 +7273,11 @@ export interface PendingModifiedValues {
|
|
|
7263
7273
|
* <p>The database engine of the DB instance.</p>
|
|
7264
7274
|
*/
|
|
7265
7275
|
Engine?: string;
|
|
7276
|
+
/**
|
|
7277
|
+
* @public
|
|
7278
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.></p>
|
|
7279
|
+
*/
|
|
7280
|
+
DedicatedLogVolume?: boolean;
|
|
7266
7281
|
}
|
|
7267
7282
|
/**
|
|
7268
7283
|
* @public
|
|
@@ -7858,6 +7873,11 @@ export interface DBInstance {
|
|
|
7858
7873
|
* <p>The progress of the storage optimization operation as a percentage.</p>
|
|
7859
7874
|
*/
|
|
7860
7875
|
PercentProgress?: string;
|
|
7876
|
+
/**
|
|
7877
|
+
* @public
|
|
7878
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
7879
|
+
*/
|
|
7880
|
+
DedicatedLogVolume?: boolean;
|
|
7861
7881
|
}
|
|
7862
7882
|
/**
|
|
7863
7883
|
* @public
|
|
@@ -8525,6 +8545,11 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8525
8545
|
* </ul>
|
|
8526
8546
|
*/
|
|
8527
8547
|
SourceDBClusterIdentifier?: string;
|
|
8548
|
+
/**
|
|
8549
|
+
* @public
|
|
8550
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
8551
|
+
*/
|
|
8552
|
+
DedicatedLogVolume?: boolean;
|
|
8528
8553
|
}
|
|
8529
8554
|
/**
|
|
8530
8555
|
* @public
|
|
@@ -10833,6 +10858,11 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10833
10858
|
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
10834
10859
|
*/
|
|
10835
10860
|
AwsBackupRecoveryPointArn?: string;
|
|
10861
|
+
/**
|
|
10862
|
+
* @public
|
|
10863
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
10864
|
+
*/
|
|
10865
|
+
DedicatedLogVolume?: boolean;
|
|
10836
10866
|
}
|
|
10837
10867
|
/**
|
|
10838
10868
|
* @public
|
|
@@ -2966,6 +2966,11 @@ export interface OrderableDBInstanceOption {
|
|
|
2966
2966
|
* <p>Maximum storage throughput to provisioned IOPS ratio for a DB instance.</p>
|
|
2967
2967
|
*/
|
|
2968
2968
|
MaxStorageThroughputPerIops?: number;
|
|
2969
|
+
/**
|
|
2970
|
+
* @public
|
|
2971
|
+
* <p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>
|
|
2972
|
+
*/
|
|
2973
|
+
SupportsDedicatedLogVolume?: boolean;
|
|
2969
2974
|
}
|
|
2970
2975
|
/**
|
|
2971
2976
|
* @public
|
|
@@ -3632,6 +3637,11 @@ export interface ValidDBInstanceModificationsMessage {
|
|
|
3632
3637
|
* <p>Valid processor features for your DB instance.</p>
|
|
3633
3638
|
*/
|
|
3634
3639
|
ValidProcessorFeatures?: AvailableProcessorFeature[];
|
|
3640
|
+
/**
|
|
3641
|
+
* @public
|
|
3642
|
+
* <p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>
|
|
3643
|
+
*/
|
|
3644
|
+
SupportsDedicatedLogVolume?: boolean;
|
|
3635
3645
|
}
|
|
3636
3646
|
/**
|
|
3637
3647
|
* @public
|
|
@@ -5924,6 +5934,11 @@ export interface ModifyDBInstanceMessage {
|
|
|
5924
5934
|
* </ul>
|
|
5925
5935
|
*/
|
|
5926
5936
|
Engine?: string;
|
|
5937
|
+
/**
|
|
5938
|
+
* @public
|
|
5939
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
5940
|
+
*/
|
|
5941
|
+
DedicatedLogVolume?: boolean;
|
|
5927
5942
|
}
|
|
5928
5943
|
/**
|
|
5929
5944
|
* @public
|
|
@@ -8871,6 +8886,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8871
8886
|
* </note>
|
|
8872
8887
|
*/
|
|
8873
8888
|
AllocatedStorage?: number;
|
|
8889
|
+
/**
|
|
8890
|
+
* @public
|
|
8891
|
+
* <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
|
|
8892
|
+
*/
|
|
8893
|
+
DedicatedLogVolume?: boolean;
|
|
8874
8894
|
}
|
|
8875
8895
|
/**
|
|
8876
8896
|
* @public
|
|
@@ -9404,6 +9424,11 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9404
9424
|
* has a different default KMS key for each Amazon Web Services Region.</p>
|
|
9405
9425
|
*/
|
|
9406
9426
|
MasterUserSecretKmsKeyId?: string;
|
|
9427
|
+
/**
|
|
9428
|
+
* @public
|
|
9429
|
+
* <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
|
|
9430
|
+
*/
|
|
9431
|
+
DedicatedLogVolume?: boolean;
|
|
9407
9432
|
}
|
|
9408
9433
|
/**
|
|
9409
9434
|
* @public
|
|
@@ -9975,6 +10000,11 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
9975
10000
|
* </note>
|
|
9976
10001
|
*/
|
|
9977
10002
|
AllocatedStorage?: number;
|
|
10003
|
+
/**
|
|
10004
|
+
* @public
|
|
10005
|
+
* <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
|
|
10006
|
+
*/
|
|
10007
|
+
DedicatedLogVolume?: boolean;
|
|
9978
10008
|
}
|
|
9979
10009
|
/**
|
|
9980
10010
|
* @public
|
|
@@ -517,6 +517,7 @@ export interface DBSnapshot {
|
|
|
517
517
|
SnapshotTarget?: string;
|
|
518
518
|
StorageThroughput?: number;
|
|
519
519
|
DBSystemId?: string;
|
|
520
|
+
DedicatedLogVolume?: boolean;
|
|
520
521
|
}
|
|
521
522
|
export interface CopyDBSnapshotResult {
|
|
522
523
|
DBSnapshot?: DBSnapshot;
|
|
@@ -1249,6 +1250,7 @@ export interface CreateDBInstanceMessage {
|
|
|
1249
1250
|
MasterUserSecretKmsKeyId?: string;
|
|
1250
1251
|
CACertificateIdentifier?: string;
|
|
1251
1252
|
DBSystemId?: string;
|
|
1253
|
+
DedicatedLogVolume?: boolean;
|
|
1252
1254
|
}
|
|
1253
1255
|
export interface DBInstanceRole {
|
|
1254
1256
|
RoleArn?: string;
|
|
@@ -1323,6 +1325,7 @@ export interface PendingModifiedValues {
|
|
|
1323
1325
|
ResumeFullAutomationModeTime?: Date;
|
|
1324
1326
|
StorageThroughput?: number;
|
|
1325
1327
|
Engine?: string;
|
|
1328
|
+
DedicatedLogVolume?: boolean;
|
|
1326
1329
|
}
|
|
1327
1330
|
export declare const ReplicaMode: {
|
|
1328
1331
|
readonly MOUNTED: "mounted";
|
|
@@ -1418,6 +1421,7 @@ export interface DBInstance {
|
|
|
1418
1421
|
CertificateDetails?: CertificateDetails;
|
|
1419
1422
|
ReadReplicaSourceDBClusterIdentifier?: string;
|
|
1420
1423
|
PercentProgress?: string;
|
|
1424
|
+
DedicatedLogVolume?: boolean;
|
|
1421
1425
|
}
|
|
1422
1426
|
export interface CreateDBInstanceResult {
|
|
1423
1427
|
DBInstance?: DBInstance;
|
|
@@ -1506,6 +1510,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
1506
1510
|
EnableCustomerOwnedIp?: boolean;
|
|
1507
1511
|
AllocatedStorage?: number;
|
|
1508
1512
|
SourceDBClusterIdentifier?: string;
|
|
1513
|
+
DedicatedLogVolume?: boolean;
|
|
1509
1514
|
}
|
|
1510
1515
|
export interface CreateDBInstanceReadReplicaResult {
|
|
1511
1516
|
DBInstance?: DBInstance;
|
|
@@ -2139,6 +2144,7 @@ export interface DBInstanceAutomatedBackup {
|
|
|
2139
2144
|
BackupTarget?: string;
|
|
2140
2145
|
StorageThroughput?: number;
|
|
2141
2146
|
AwsBackupRecoveryPointArn?: string;
|
|
2147
|
+
DedicatedLogVolume?: boolean;
|
|
2142
2148
|
}
|
|
2143
2149
|
export interface DeleteDBInstanceAutomatedBackupResult {
|
|
2144
2150
|
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
@@ -471,6 +471,7 @@ export interface OrderableDBInstanceOption {
|
|
|
471
471
|
MaxStorageThroughputPerDbInstance?: number;
|
|
472
472
|
MinStorageThroughputPerIops?: number;
|
|
473
473
|
MaxStorageThroughputPerIops?: number;
|
|
474
|
+
SupportsDedicatedLogVolume?: boolean;
|
|
474
475
|
}
|
|
475
476
|
export interface OrderableDBInstanceOptionsMessage {
|
|
476
477
|
OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
|
|
@@ -612,6 +613,7 @@ export interface ValidStorageOptions {
|
|
|
612
613
|
export interface ValidDBInstanceModificationsMessage {
|
|
613
614
|
Storage?: ValidStorageOptions[];
|
|
614
615
|
ValidProcessorFeatures?: AvailableProcessorFeature[];
|
|
616
|
+
SupportsDedicatedLogVolume?: boolean;
|
|
615
617
|
}
|
|
616
618
|
export interface DescribeValidDBInstanceModificationsResult {
|
|
617
619
|
ValidDBInstanceModificationsMessage?: ValidDBInstanceModificationsMessage;
|
|
@@ -875,6 +877,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
875
877
|
RotateMasterUserPassword?: boolean;
|
|
876
878
|
MasterUserSecretKmsKeyId?: string;
|
|
877
879
|
Engine?: string;
|
|
880
|
+
DedicatedLogVolume?: boolean;
|
|
878
881
|
}
|
|
879
882
|
export interface ModifyDBInstanceResult {
|
|
880
883
|
DBInstance?: DBInstance;
|
|
@@ -1298,6 +1301,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
1298
1301
|
StorageThroughput?: number;
|
|
1299
1302
|
DBClusterSnapshotIdentifier?: string;
|
|
1300
1303
|
AllocatedStorage?: number;
|
|
1304
|
+
DedicatedLogVolume?: boolean;
|
|
1301
1305
|
}
|
|
1302
1306
|
export interface RestoreDBInstanceFromDBSnapshotResult {
|
|
1303
1307
|
DBInstance?: DBInstance;
|
|
@@ -1351,6 +1355,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
1351
1355
|
StorageThroughput?: number;
|
|
1352
1356
|
ManageMasterUserPassword?: boolean;
|
|
1353
1357
|
MasterUserSecretKmsKeyId?: string;
|
|
1358
|
+
DedicatedLogVolume?: boolean;
|
|
1354
1359
|
}
|
|
1355
1360
|
export interface RestoreDBInstanceFromS3Result {
|
|
1356
1361
|
DBInstance?: DBInstance;
|
|
@@ -1409,6 +1414,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
1409
1414
|
NetworkType?: string;
|
|
1410
1415
|
StorageThroughput?: number;
|
|
1411
1416
|
AllocatedStorage?: number;
|
|
1417
|
+
DedicatedLogVolume?: boolean;
|
|
1412
1418
|
}
|
|
1413
1419
|
export interface RestoreDBInstanceToPointInTimeResult {
|
|
1414
1420
|
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.428.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.0
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
|
46
|
-
"@smithy/node-config-provider": "^2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.1.
|
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
|
49
|
-
"@smithy/smithy-client": "^2.1.
|
|
50
|
-
"@smithy/types": "^2.3.
|
|
51
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.428.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.428.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.428.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
33
|
+
"@aws-sdk/types": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
39
|
+
"@smithy/hash-node": "^2.0.11",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.0",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
50
|
+
"@smithy/types": "^2.3.5",
|
|
51
|
+
"@smithy/url-parser": "^2.0.11",
|
|
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.15",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
57
|
+
"@smithy/util-retry": "^2.0.4",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^2.0.
|
|
59
|
+
"@smithy/util-waiter": "^2.0.11",
|
|
60
60
|
"fast-xml-parser": "4.2.5",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|