@aws-sdk/client-rds 3.525.0 → 3.528.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +12 -0
- package/dist-es/protocols/Aws_query.js +12 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +8 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +9 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +8 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +8 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +59 -33
- package/dist-types/models/models_1.d.ts +15 -9
- package/dist-types/ts3.4/models/models_0.d.ts +7 -4
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -9355,6 +9355,9 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9355
9355
|
if (input[_ELWF] != null) {
|
|
9356
9356
|
entries[_ELWF] = input[_ELWF];
|
|
9357
9357
|
}
|
|
9358
|
+
if (input[_CACI] != null) {
|
|
9359
|
+
entries[_CACI] = input[_CACI];
|
|
9360
|
+
}
|
|
9358
9361
|
return entries;
|
|
9359
9362
|
}, "se_CreateDBClusterMessage");
|
|
9360
9363
|
var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -12035,6 +12038,9 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12035
12038
|
if (input[_ELD] != null) {
|
|
12036
12039
|
entries[_ELD] = input[_ELD];
|
|
12037
12040
|
}
|
|
12041
|
+
if (input[_CACI] != null) {
|
|
12042
|
+
entries[_CACI] = input[_CACI];
|
|
12043
|
+
}
|
|
12038
12044
|
return entries;
|
|
12039
12045
|
}, "se_ModifyDBClusterMessage");
|
|
12040
12046
|
var se_ModifyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -14577,6 +14583,9 @@ var de_ClusterPendingModifiedValues = /* @__PURE__ */ __name((output, context) =
|
|
|
14577
14583
|
if (output[_ST] != null) {
|
|
14578
14584
|
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
14579
14585
|
}
|
|
14586
|
+
if (output[_CD] != null) {
|
|
14587
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
14588
|
+
}
|
|
14580
14589
|
return contents;
|
|
14581
14590
|
}, "de_ClusterPendingModifiedValues");
|
|
14582
14591
|
var de_ConnectionPoolConfigurationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -15065,6 +15074,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15065
15074
|
if (output[_STt] != null) {
|
|
15066
15075
|
contents[_STt] = (0, import_smithy_client.strictParseInt32)(output[_STt]);
|
|
15067
15076
|
}
|
|
15077
|
+
if (output[_CD] != null) {
|
|
15078
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
15079
|
+
}
|
|
15068
15080
|
return contents;
|
|
15069
15081
|
}, "de_DBCluster");
|
|
15070
15082
|
var de_DBClusterAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -6068,6 +6068,9 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6068
6068
|
if (input[_ELWF] != null) {
|
|
6069
6069
|
entries[_ELWF] = input[_ELWF];
|
|
6070
6070
|
}
|
|
6071
|
+
if (input[_CACI] != null) {
|
|
6072
|
+
entries[_CACI] = input[_CACI];
|
|
6073
|
+
}
|
|
6071
6074
|
return entries;
|
|
6072
6075
|
};
|
|
6073
6076
|
const se_CreateDBClusterParameterGroupMessage = (input, context) => {
|
|
@@ -8690,6 +8693,9 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8690
8693
|
if (input[_ELD] != null) {
|
|
8691
8694
|
entries[_ELD] = input[_ELD];
|
|
8692
8695
|
}
|
|
8696
|
+
if (input[_CACI] != null) {
|
|
8697
|
+
entries[_CACI] = input[_CACI];
|
|
8698
|
+
}
|
|
8693
8699
|
return entries;
|
|
8694
8700
|
};
|
|
8695
8701
|
const se_ModifyDBClusterParameterGroupMessage = (input, context) => {
|
|
@@ -11232,6 +11238,9 @@ const de_ClusterPendingModifiedValues = (output, context) => {
|
|
|
11232
11238
|
if (output[_ST] != null) {
|
|
11233
11239
|
contents[_ST] = __expectString(output[_ST]);
|
|
11234
11240
|
}
|
|
11241
|
+
if (output[_CD] != null) {
|
|
11242
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
11243
|
+
}
|
|
11235
11244
|
return contents;
|
|
11236
11245
|
};
|
|
11237
11246
|
const de_ConnectionPoolConfigurationInfo = (output, context) => {
|
|
@@ -11734,6 +11743,9 @@ const de_DBCluster = (output, context) => {
|
|
|
11734
11743
|
if (output[_STt] != null) {
|
|
11735
11744
|
contents[_STt] = __strictParseInt32(output[_STt]);
|
|
11736
11745
|
}
|
|
11746
|
+
if (output[_CD] != null) {
|
|
11747
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
11748
|
+
}
|
|
11737
11749
|
return contents;
|
|
11738
11750
|
};
|
|
11739
11751
|
const de_DBClusterAlreadyExistsFault = (output, context) => {
|
|
@@ -124,6 +124,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
124
124
|
* ManageMasterUserPassword: true || false,
|
|
125
125
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
126
126
|
* EnableLocalWriteForwarding: true || false,
|
|
127
|
+
* CACertificateIdentifier: "STRING_VALUE",
|
|
127
128
|
* };
|
|
128
129
|
* const command = new CreateDBClusterCommand(input);
|
|
129
130
|
* const response = await client.send(command);
|
|
@@ -275,6 +276,10 @@ declare const CreateDBClusterCommand_base: {
|
|
|
275
276
|
* // },
|
|
276
277
|
* // Iops: Number("int"),
|
|
277
278
|
* // StorageType: "STRING_VALUE",
|
|
279
|
+
* // CertificateDetails: { // CertificateDetails
|
|
280
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
281
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
282
|
+
* // },
|
|
278
283
|
* // },
|
|
279
284
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
280
285
|
* // StorageType: "STRING_VALUE",
|
|
@@ -305,6 +310,10 @@ declare const CreateDBClusterCommand_base: {
|
|
|
305
310
|
* // MinRequiredACU: Number("double"),
|
|
306
311
|
* // },
|
|
307
312
|
* // StorageThroughput: Number("int"),
|
|
313
|
+
* // CertificateDetails: {
|
|
314
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
315
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
316
|
+
* // },
|
|
308
317
|
* // },
|
|
309
318
|
* // };
|
|
310
319
|
*
|
|
@@ -199,6 +199,10 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
199
199
|
* // },
|
|
200
200
|
* // Iops: Number("int"),
|
|
201
201
|
* // StorageType: "STRING_VALUE",
|
|
202
|
+
* // CertificateDetails: { // CertificateDetails
|
|
203
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
204
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
205
|
+
* // },
|
|
202
206
|
* // },
|
|
203
207
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
204
208
|
* // StorageType: "STRING_VALUE",
|
|
@@ -229,6 +233,10 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
229
233
|
* // MinRequiredACU: Number("double"),
|
|
230
234
|
* // },
|
|
231
235
|
* // StorageThroughput: Number("int"),
|
|
236
|
+
* // CertificateDetails: {
|
|
237
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
238
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
239
|
+
* // },
|
|
232
240
|
* // },
|
|
233
241
|
* // };
|
|
234
242
|
*
|
|
@@ -206,6 +206,10 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
206
206
|
* // },
|
|
207
207
|
* // Iops: Number("int"),
|
|
208
208
|
* // StorageType: "STRING_VALUE",
|
|
209
|
+
* // CertificateDetails: { // CertificateDetails
|
|
210
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
211
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
212
|
+
* // },
|
|
209
213
|
* // },
|
|
210
214
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
211
215
|
* // StorageType: "STRING_VALUE",
|
|
@@ -236,6 +240,10 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
236
240
|
* // MinRequiredACU: Number("double"),
|
|
237
241
|
* // },
|
|
238
242
|
* // StorageThroughput: Number("int"),
|
|
243
|
+
* // CertificateDetails: {
|
|
244
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
245
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
246
|
+
* // },
|
|
239
247
|
* // },
|
|
240
248
|
* // ],
|
|
241
249
|
* // };
|
|
@@ -205,6 +205,10 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
205
205
|
* // },
|
|
206
206
|
* // Iops: Number("int"),
|
|
207
207
|
* // StorageType: "STRING_VALUE",
|
|
208
|
+
* // CertificateDetails: { // CertificateDetails
|
|
209
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
210
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
211
|
+
* // },
|
|
208
212
|
* // },
|
|
209
213
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
210
214
|
* // StorageType: "STRING_VALUE",
|
|
@@ -235,6 +239,10 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
235
239
|
* // MinRequiredACU: Number("double"),
|
|
236
240
|
* // },
|
|
237
241
|
* // StorageThroughput: Number("int"),
|
|
242
|
+
* // CertificateDetails: {
|
|
243
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
244
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
245
|
+
* // },
|
|
238
246
|
* // },
|
|
239
247
|
* // };
|
|
240
248
|
*
|
|
@@ -105,6 +105,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
105
105
|
* EnableLocalWriteForwarding: true || false,
|
|
106
106
|
* AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
107
107
|
* EnableLimitlessDatabase: true || false,
|
|
108
|
+
* CACertificateIdentifier: "STRING_VALUE",
|
|
108
109
|
* };
|
|
109
110
|
* const command = new ModifyDBClusterCommand(input);
|
|
110
111
|
* const response = await client.send(command);
|
|
@@ -256,6 +257,10 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
256
257
|
* // },
|
|
257
258
|
* // Iops: Number("int"),
|
|
258
259
|
* // StorageType: "STRING_VALUE",
|
|
260
|
+
* // CertificateDetails: { // CertificateDetails
|
|
261
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
262
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
263
|
+
* // },
|
|
259
264
|
* // },
|
|
260
265
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
261
266
|
* // StorageType: "STRING_VALUE",
|
|
@@ -286,6 +291,10 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
286
291
|
* // MinRequiredACU: Number("double"),
|
|
287
292
|
* // },
|
|
288
293
|
* // StorageThroughput: Number("int"),
|
|
294
|
+
* // CertificateDetails: {
|
|
295
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
296
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
297
|
+
* // },
|
|
289
298
|
* // },
|
|
290
299
|
* // };
|
|
291
300
|
*
|
|
@@ -186,6 +186,10 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
186
186
|
* // },
|
|
187
187
|
* // Iops: Number("int"),
|
|
188
188
|
* // StorageType: "STRING_VALUE",
|
|
189
|
+
* // CertificateDetails: { // CertificateDetails
|
|
190
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
191
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
192
|
+
* // },
|
|
189
193
|
* // },
|
|
190
194
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
191
195
|
* // StorageType: "STRING_VALUE",
|
|
@@ -216,6 +220,10 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
216
220
|
* // MinRequiredACU: Number("double"),
|
|
217
221
|
* // },
|
|
218
222
|
* // StorageThroughput: Number("int"),
|
|
223
|
+
* // CertificateDetails: {
|
|
224
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
225
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
226
|
+
* // },
|
|
219
227
|
* // },
|
|
220
228
|
* // };
|
|
221
229
|
*
|
|
@@ -196,6 +196,10 @@ declare const RebootDBClusterCommand_base: {
|
|
|
196
196
|
* // },
|
|
197
197
|
* // Iops: Number("int"),
|
|
198
198
|
* // StorageType: "STRING_VALUE",
|
|
199
|
+
* // CertificateDetails: { // CertificateDetails
|
|
200
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
201
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
202
|
+
* // },
|
|
199
203
|
* // },
|
|
200
204
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
201
205
|
* // StorageType: "STRING_VALUE",
|
|
@@ -226,6 +230,10 @@ declare const RebootDBClusterCommand_base: {
|
|
|
226
230
|
* // MinRequiredACU: Number("double"),
|
|
227
231
|
* // },
|
|
228
232
|
* // StorageThroughput: Number("int"),
|
|
233
|
+
* // CertificateDetails: {
|
|
234
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
235
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
236
|
+
* // },
|
|
229
237
|
* // },
|
|
230
238
|
* // };
|
|
231
239
|
*
|
|
@@ -252,6 +252,10 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
252
252
|
* // },
|
|
253
253
|
* // Iops: Number("int"),
|
|
254
254
|
* // StorageType: "STRING_VALUE",
|
|
255
|
+
* // CertificateDetails: { // CertificateDetails
|
|
256
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
257
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
258
|
+
* // },
|
|
255
259
|
* // },
|
|
256
260
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
257
261
|
* // StorageType: "STRING_VALUE",
|
|
@@ -282,6 +286,10 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
282
286
|
* // MinRequiredACU: Number("double"),
|
|
283
287
|
* // },
|
|
284
288
|
* // StorageThroughput: Number("int"),
|
|
289
|
+
* // CertificateDetails: {
|
|
290
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
291
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
292
|
+
* // },
|
|
285
293
|
* // },
|
|
286
294
|
* // };
|
|
287
295
|
*
|
|
@@ -257,6 +257,10 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
257
257
|
* // },
|
|
258
258
|
* // Iops: Number("int"),
|
|
259
259
|
* // StorageType: "STRING_VALUE",
|
|
260
|
+
* // CertificateDetails: { // CertificateDetails
|
|
261
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
262
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
263
|
+
* // },
|
|
260
264
|
* // },
|
|
261
265
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
262
266
|
* // StorageType: "STRING_VALUE",
|
|
@@ -287,6 +291,10 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
287
291
|
* // MinRequiredACU: Number("double"),
|
|
288
292
|
* // },
|
|
289
293
|
* // StorageThroughput: Number("int"),
|
|
294
|
+
* // CertificateDetails: {
|
|
295
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
296
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
297
|
+
* // },
|
|
290
298
|
* // },
|
|
291
299
|
* // };
|
|
292
300
|
*
|
|
@@ -256,6 +256,10 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
256
256
|
* // },
|
|
257
257
|
* // Iops: Number("int"),
|
|
258
258
|
* // StorageType: "STRING_VALUE",
|
|
259
|
+
* // CertificateDetails: { // CertificateDetails
|
|
260
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
261
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
262
|
+
* // },
|
|
259
263
|
* // },
|
|
260
264
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
261
265
|
* // StorageType: "STRING_VALUE",
|
|
@@ -286,6 +290,10 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
286
290
|
* // MinRequiredACU: Number("double"),
|
|
287
291
|
* // },
|
|
288
292
|
* // StorageThroughput: Number("int"),
|
|
293
|
+
* // CertificateDetails: {
|
|
294
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
295
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
296
|
+
* // },
|
|
289
297
|
* // },
|
|
290
298
|
* // };
|
|
291
299
|
*
|
|
@@ -193,6 +193,10 @@ declare const StartDBClusterCommand_base: {
|
|
|
193
193
|
* // },
|
|
194
194
|
* // Iops: Number("int"),
|
|
195
195
|
* // StorageType: "STRING_VALUE",
|
|
196
|
+
* // CertificateDetails: { // CertificateDetails
|
|
197
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
198
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
199
|
+
* // },
|
|
196
200
|
* // },
|
|
197
201
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
198
202
|
* // StorageType: "STRING_VALUE",
|
|
@@ -223,6 +227,10 @@ declare const StartDBClusterCommand_base: {
|
|
|
223
227
|
* // MinRequiredACU: Number("double"),
|
|
224
228
|
* // },
|
|
225
229
|
* // StorageThroughput: Number("int"),
|
|
230
|
+
* // CertificateDetails: {
|
|
231
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
232
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
233
|
+
* // },
|
|
226
234
|
* // },
|
|
227
235
|
* // };
|
|
228
236
|
*
|
|
@@ -194,6 +194,10 @@ declare const StopDBClusterCommand_base: {
|
|
|
194
194
|
* // },
|
|
195
195
|
* // Iops: Number("int"),
|
|
196
196
|
* // StorageType: "STRING_VALUE",
|
|
197
|
+
* // CertificateDetails: { // CertificateDetails
|
|
198
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
199
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
200
|
+
* // },
|
|
197
201
|
* // },
|
|
198
202
|
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
199
203
|
* // StorageType: "STRING_VALUE",
|
|
@@ -224,6 +228,10 @@ declare const StopDBClusterCommand_base: {
|
|
|
224
228
|
* // MinRequiredACU: Number("double"),
|
|
225
229
|
* // },
|
|
226
230
|
* // StorageThroughput: Number("int"),
|
|
231
|
+
* // CertificateDetails: {
|
|
232
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
233
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
234
|
+
* // },
|
|
227
235
|
* // },
|
|
228
236
|
* // };
|
|
229
237
|
*
|
|
@@ -4363,6 +4363,12 @@ export interface CreateDBClusterMessage {
|
|
|
4363
4363
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
4364
4364
|
*/
|
|
4365
4365
|
EnableLocalWriteForwarding?: boolean;
|
|
4366
|
+
/**
|
|
4367
|
+
* @public
|
|
4368
|
+
* <p>The CA certificate identifier to use for the DB cluster's server certificate.</p>
|
|
4369
|
+
* <p>Valid for Cluster Type: Multi-AZ DB clusters</p>
|
|
4370
|
+
*/
|
|
4371
|
+
CACertificateIdentifier?: string;
|
|
4366
4372
|
}
|
|
4367
4373
|
/**
|
|
4368
4374
|
* @public
|
|
@@ -4403,6 +4409,27 @@ export interface DBClusterRole {
|
|
|
4403
4409
|
*/
|
|
4404
4410
|
FeatureName?: string;
|
|
4405
4411
|
}
|
|
4412
|
+
/**
|
|
4413
|
+
* @public
|
|
4414
|
+
* <p>Returns the details of the DB instance’s server certificate.</p>
|
|
4415
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
4416
|
+
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
4417
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
4418
|
+
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
4419
|
+
* User Guide</i>.</p>
|
|
4420
|
+
*/
|
|
4421
|
+
export interface CertificateDetails {
|
|
4422
|
+
/**
|
|
4423
|
+
* @public
|
|
4424
|
+
* <p>The CA identifier of the CA certificate used for the DB instance's server certificate.</p>
|
|
4425
|
+
*/
|
|
4426
|
+
CAIdentifier?: string;
|
|
4427
|
+
/**
|
|
4428
|
+
* @public
|
|
4429
|
+
* <p>The expiration date of the DB instance’s server certificate.</p>
|
|
4430
|
+
*/
|
|
4431
|
+
ValidTill?: Date;
|
|
4432
|
+
}
|
|
4406
4433
|
/**
|
|
4407
4434
|
* @public
|
|
4408
4435
|
* <p>Contains information about an instance that is part of a DB cluster.</p>
|
|
@@ -4678,6 +4705,16 @@ export interface ClusterPendingModifiedValues {
|
|
|
4678
4705
|
* <p>The storage type for the DB cluster.</p>
|
|
4679
4706
|
*/
|
|
4680
4707
|
StorageType?: string;
|
|
4708
|
+
/**
|
|
4709
|
+
* @public
|
|
4710
|
+
* <p>Returns the details of the DB instance’s server certificate.</p>
|
|
4711
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
4712
|
+
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
4713
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
4714
|
+
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
4715
|
+
* User Guide</i>.</p>
|
|
4716
|
+
*/
|
|
4717
|
+
CertificateDetails?: CertificateDetails;
|
|
4681
4718
|
}
|
|
4682
4719
|
/**
|
|
4683
4720
|
* @public
|
|
@@ -5287,6 +5324,16 @@ export interface DBCluster {
|
|
|
5287
5324
|
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5288
5325
|
*/
|
|
5289
5326
|
StorageThroughput?: number;
|
|
5327
|
+
/**
|
|
5328
|
+
* @public
|
|
5329
|
+
* <p>Returns the details of the DB instance’s server certificate.</p>
|
|
5330
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
5331
|
+
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
5332
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
5333
|
+
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
5334
|
+
* User Guide</i>.</p>
|
|
5335
|
+
*/
|
|
5336
|
+
CertificateDetails?: CertificateDetails;
|
|
5290
5337
|
}
|
|
5291
5338
|
/**
|
|
5292
5339
|
* @public
|
|
@@ -6009,7 +6056,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6009
6056
|
* 16384 for RDS Custom for SQL Server.</p>
|
|
6010
6057
|
* </li>
|
|
6011
6058
|
* <li>
|
|
6012
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
6059
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
6013
6060
|
* 16384 for RDS Custom for SQL Server.</p>
|
|
6014
6061
|
* </li>
|
|
6015
6062
|
* </ul>
|
|
@@ -6019,10 +6066,10 @@ export interface CreateDBInstanceMessage {
|
|
|
6019
6066
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
6020
6067
|
* <ul>
|
|
6021
6068
|
* <li>
|
|
6022
|
-
* <p>General Purpose (SSD) storage (gp3): Must be an integer from 20 to
|
|
6069
|
+
* <p>General Purpose (SSD) storage (gp3): Must be an integer from 20 to 65536.</p>
|
|
6023
6070
|
* </li>
|
|
6024
6071
|
* <li>
|
|
6025
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to
|
|
6072
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.</p>
|
|
6026
6073
|
* </li>
|
|
6027
6074
|
* </ul>
|
|
6028
6075
|
* </dd>
|
|
@@ -6034,7 +6081,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6034
6081
|
* <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.</p>
|
|
6035
6082
|
* </li>
|
|
6036
6083
|
* <li>
|
|
6037
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.</p>
|
|
6084
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.</p>
|
|
6038
6085
|
* </li>
|
|
6039
6086
|
* <li>
|
|
6040
6087
|
* <p>Magnetic storage (standard): Must be an integer from 5 to 3072.</p>
|
|
@@ -6049,7 +6096,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6049
6096
|
* <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.</p>
|
|
6050
6097
|
* </li>
|
|
6051
6098
|
* <li>
|
|
6052
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.</p>
|
|
6099
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.</p>
|
|
6053
6100
|
* </li>
|
|
6054
6101
|
* <li>
|
|
6055
6102
|
* <p>Magnetic storage (standard): Must be an integer from 5 to 3072.</p>
|
|
@@ -6064,7 +6111,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6064
6111
|
* <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.</p>
|
|
6065
6112
|
* </li>
|
|
6066
6113
|
* <li>
|
|
6067
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.</p>
|
|
6114
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.</p>
|
|
6068
6115
|
* </li>
|
|
6069
6116
|
* <li>
|
|
6070
6117
|
* <p>Magnetic storage (standard): Must be an integer from 10 to 3072.</p>
|
|
@@ -6079,7 +6126,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6079
6126
|
* <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.</p>
|
|
6080
6127
|
* </li>
|
|
6081
6128
|
* <li>
|
|
6082
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.</p>
|
|
6129
|
+
* <p>Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.</p>
|
|
6083
6130
|
* </li>
|
|
6084
6131
|
* <li>
|
|
6085
6132
|
* <p>Magnetic storage (standard): Must be an integer from 5 to 3072.</p>
|
|
@@ -6102,7 +6149,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6102
6149
|
* </ul>
|
|
6103
6150
|
* </li>
|
|
6104
6151
|
* <li>
|
|
6105
|
-
* <p>Provisioned IOPS storage (io1):</p>
|
|
6152
|
+
* <p>Provisioned IOPS storage (io1, io2):</p>
|
|
6106
6153
|
* <ul>
|
|
6107
6154
|
* <li>
|
|
6108
6155
|
* <p>Enterprise and Standard editions: Must be an integer from 100 to 16384.</p>
|
|
@@ -6692,10 +6739,10 @@ export interface CreateDBInstanceMessage {
|
|
|
6692
6739
|
/**
|
|
6693
6740
|
* @public
|
|
6694
6741
|
* <p>The storage type to associate with the DB instance.</p>
|
|
6695
|
-
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
6742
|
+
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
|
|
6696
6743
|
* <code>Iops</code> parameter.</p>
|
|
6697
6744
|
* <p>This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.</p>
|
|
6698
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
6745
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
6699
6746
|
* </p>
|
|
6700
6747
|
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
|
|
6701
6748
|
* is specified. Otherwise, <code>gp2</code>.</p>
|
|
@@ -7211,27 +7258,6 @@ export declare const AutomationMode: {
|
|
|
7211
7258
|
* @public
|
|
7212
7259
|
*/
|
|
7213
7260
|
export type AutomationMode = (typeof AutomationMode)[keyof typeof AutomationMode];
|
|
7214
|
-
/**
|
|
7215
|
-
* @public
|
|
7216
|
-
* <p>Returns the details of the DB instance’s server certificate.</p>
|
|
7217
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
7218
|
-
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
7219
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
7220
|
-
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
7221
|
-
* User Guide</i>.</p>
|
|
7222
|
-
*/
|
|
7223
|
-
export interface CertificateDetails {
|
|
7224
|
-
/**
|
|
7225
|
-
* @public
|
|
7226
|
-
* <p>The CA identifier of the CA certificate used for the DB instance's server certificate.</p>
|
|
7227
|
-
*/
|
|
7228
|
-
CAIdentifier?: string;
|
|
7229
|
-
/**
|
|
7230
|
-
* @public
|
|
7231
|
-
* <p>The expiration date of the DB instance’s server certificate.</p>
|
|
7232
|
-
*/
|
|
7233
|
-
ValidTill?: Date;
|
|
7234
|
-
}
|
|
7235
7261
|
/**
|
|
7236
7262
|
* @public
|
|
7237
7263
|
* <p>Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.</p>
|
|
@@ -8475,9 +8501,9 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8475
8501
|
/**
|
|
8476
8502
|
* @public
|
|
8477
8503
|
* <p>The storage type to associate with the read replica.</p>
|
|
8478
|
-
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
8504
|
+
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
|
|
8479
8505
|
* <code>Iops</code> parameter.</p>
|
|
8480
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
8506
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
8481
8507
|
* </p>
|
|
8482
8508
|
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter
|
|
8483
8509
|
* is specified. Otherwise, <code>gp2</code>.</p>
|
|
@@ -5908,7 +5908,7 @@ export interface ValidStorageOptions {
|
|
|
5908
5908
|
/**
|
|
5909
5909
|
* @public
|
|
5910
5910
|
* <p>The valid storage types for your DB instance.
|
|
5911
|
-
* For example: gp2, gp3, io1.</p>
|
|
5911
|
+
* For example: gp2, gp3, io1, io2.</p>
|
|
5912
5912
|
*/
|
|
5913
5913
|
StorageType?: string;
|
|
5914
5914
|
/**
|
|
@@ -7160,6 +7160,12 @@ export interface ModifyDBClusterMessage {
|
|
|
7160
7160
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
7161
7161
|
*/
|
|
7162
7162
|
EnableLimitlessDatabase?: boolean;
|
|
7163
|
+
/**
|
|
7164
|
+
* @public
|
|
7165
|
+
* <p>The CA certificate identifier to use for the DB cluster's server certificate.</p>
|
|
7166
|
+
* <p>Valid for Cluster Type: Multi-AZ DB clusters</p>
|
|
7167
|
+
*/
|
|
7168
|
+
CACertificateIdentifier?: string;
|
|
7163
7169
|
}
|
|
7164
7170
|
/**
|
|
7165
7171
|
* @public
|
|
@@ -7814,7 +7820,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
7814
7820
|
/**
|
|
7815
7821
|
* @public
|
|
7816
7822
|
* <p>The storage type to associate with the DB instance.</p>
|
|
7817
|
-
* <p>If you specify
|
|
7823
|
+
* <p>If you specify <code>io1</code>), <code>io2</code>, or <code>gp3</code>
|
|
7818
7824
|
* you must also include a value for the <code>Iops</code> parameter.</p>
|
|
7819
7825
|
* <p>If you choose to migrate your DB instance from using standard storage to using
|
|
7820
7826
|
* Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process
|
|
@@ -7827,7 +7833,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
7827
7833
|
* instance are suspended. No other Amazon RDS operations can take place for the instance,
|
|
7828
7834
|
* including modifying the instance, rebooting the instance, deleting the instance,
|
|
7829
7835
|
* creating a read replica for the instance, and creating a DB snapshot of the instance.</p>
|
|
7830
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
7836
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
7831
7837
|
* </p>
|
|
7832
7838
|
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
|
|
7833
7839
|
* is specified. Otherwise, <code>gp2</code>.</p>
|
|
@@ -11231,9 +11237,9 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
11231
11237
|
/**
|
|
11232
11238
|
* @public
|
|
11233
11239
|
* <p>Specifies the storage type to be associated with the DB instance.</p>
|
|
11234
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
11240
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
11235
11241
|
* </p>
|
|
11236
|
-
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
11242
|
+
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
|
|
11237
11243
|
* <code>Iops</code> parameter.</p>
|
|
11238
11244
|
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter
|
|
11239
11245
|
* is specified, otherwise <code>gp2</code>
|
|
@@ -11815,9 +11821,9 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
11815
11821
|
/**
|
|
11816
11822
|
* @public
|
|
11817
11823
|
* <p>Specifies the storage type to be associated with the DB instance.</p>
|
|
11818
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
11824
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
11819
11825
|
* </p>
|
|
11820
|
-
* <p>If you specify <code>io1</code> or <code>gp3</code>,
|
|
11826
|
+
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>,
|
|
11821
11827
|
* you must also include a value for the <code>Iops</code> parameter.</p>
|
|
11822
11828
|
* <p>Default: <code>io1</code>
|
|
11823
11829
|
* if the <code>Iops</code> parameter is specified;
|
|
@@ -12387,14 +12393,14 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
12387
12393
|
/**
|
|
12388
12394
|
* @public
|
|
12389
12395
|
* <p>The storage type to associate with the DB instance.</p>
|
|
12390
|
-
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
12396
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | io2 | standard</code>
|
|
12391
12397
|
* </p>
|
|
12392
12398
|
* <p>Default: <code>io1</code>, if the <code>Iops</code> parameter
|
|
12393
12399
|
* is specified. Otherwise, <code>gp2</code>.</p>
|
|
12394
12400
|
* <p>Constraints:</p>
|
|
12395
12401
|
* <ul>
|
|
12396
12402
|
* <li>
|
|
12397
|
-
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
12403
|
+
* <p>If you specify <code>io1</code>, <code>io2</code>, or <code>gp3</code>, you must also include a value for the
|
|
12398
12404
|
* <code>Iops</code> parameter.</p>
|
|
12399
12405
|
* </li>
|
|
12400
12406
|
* </ul>
|
|
@@ -918,12 +918,17 @@ export interface CreateDBClusterMessage {
|
|
|
918
918
|
ManageMasterUserPassword?: boolean;
|
|
919
919
|
MasterUserSecretKmsKeyId?: string;
|
|
920
920
|
EnableLocalWriteForwarding?: boolean;
|
|
921
|
+
CACertificateIdentifier?: string;
|
|
921
922
|
}
|
|
922
923
|
export interface DBClusterRole {
|
|
923
924
|
RoleArn?: string;
|
|
924
925
|
Status?: string;
|
|
925
926
|
FeatureName?: string;
|
|
926
927
|
}
|
|
928
|
+
export interface CertificateDetails {
|
|
929
|
+
CAIdentifier?: string;
|
|
930
|
+
ValidTill?: Date;
|
|
931
|
+
}
|
|
927
932
|
export interface DBClusterMember {
|
|
928
933
|
DBInstanceIdentifier?: string;
|
|
929
934
|
IsClusterWriter?: boolean;
|
|
@@ -997,6 +1002,7 @@ export interface ClusterPendingModifiedValues {
|
|
|
997
1002
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
|
|
998
1003
|
Iops?: number;
|
|
999
1004
|
StorageType?: string;
|
|
1005
|
+
CertificateDetails?: CertificateDetails;
|
|
1000
1006
|
}
|
|
1001
1007
|
export interface ScalingConfigurationInfo {
|
|
1002
1008
|
MinCapacity?: number;
|
|
@@ -1095,6 +1101,7 @@ export interface DBCluster {
|
|
|
1095
1101
|
AwsBackupRecoveryPointArn?: string;
|
|
1096
1102
|
LimitlessDatabase?: LimitlessDatabase;
|
|
1097
1103
|
StorageThroughput?: number;
|
|
1104
|
+
CertificateDetails?: CertificateDetails;
|
|
1098
1105
|
}
|
|
1099
1106
|
export interface CreateDBClusterResult {
|
|
1100
1107
|
DBCluster?: DBCluster;
|
|
@@ -1350,10 +1357,6 @@ export declare const AutomationMode: {
|
|
|
1350
1357
|
};
|
|
1351
1358
|
export type AutomationMode =
|
|
1352
1359
|
(typeof AutomationMode)[keyof typeof AutomationMode];
|
|
1353
|
-
export interface CertificateDetails {
|
|
1354
|
-
CAIdentifier?: string;
|
|
1355
|
-
ValidTill?: Date;
|
|
1356
|
-
}
|
|
1357
1360
|
export interface DBInstanceAutomatedBackupsReplication {
|
|
1358
1361
|
DBInstanceAutomatedBackupsArn?: string;
|
|
1359
1362
|
}
|
|
@@ -1125,6 +1125,7 @@ export interface ModifyDBClusterMessage {
|
|
|
1125
1125
|
EnableLocalWriteForwarding?: boolean;
|
|
1126
1126
|
AwsBackupRecoveryPointArn?: string;
|
|
1127
1127
|
EnableLimitlessDatabase?: boolean;
|
|
1128
|
+
CACertificateIdentifier?: string;
|
|
1128
1129
|
}
|
|
1129
1130
|
export interface ModifyDBClusterResult {
|
|
1130
1131
|
DBCluster?: DBCluster;
|
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.528.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|