@aws-sdk/client-rds 3.427.0 → 3.429.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 +57 -27
- package/dist-types/models/models_1.d.ts +48 -18
- package/dist-types/ts3.4/models/models_0.d.ts +33 -27
- package/dist-types/ts3.4/models/models_1.d.ts +24 -18
- 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
|
*
|