@aws-sdk/client-rds 3.45.0 → 3.47.2
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/CHANGELOG.md +46 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -594
- package/dist-cjs/models/models_1.js +3 -141
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -392
- package/dist-es/models/models_1.js +0 -92
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/RDS.d.ts +1 -1
- package/dist-types/RDSClient.d.ts +5 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +77 -622
- package/dist-types/models/models_1.d.ts +37 -184
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -392
- package/dist-types/ts3.4/models/models_1.d.ts +0 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +41 -48
|
@@ -181,12 +181,6 @@ export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
181
181
|
$fault: "client";
|
|
182
182
|
message?: string;
|
|
183
183
|
}
|
|
184
|
-
export declare namespace DBClusterNotFoundFault {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
const filterSensitiveLog: (obj: DBClusterNotFoundFault) => any;
|
|
189
|
-
}
|
|
190
184
|
/**
|
|
191
185
|
* <p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>
|
|
192
186
|
*/
|
|
@@ -195,12 +189,6 @@ export interface DBClusterRoleAlreadyExistsFault extends __SmithyException, $Met
|
|
|
195
189
|
$fault: "client";
|
|
196
190
|
message?: string;
|
|
197
191
|
}
|
|
198
|
-
export declare namespace DBClusterRoleAlreadyExistsFault {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
const filterSensitiveLog: (obj: DBClusterRoleAlreadyExistsFault) => any;
|
|
203
|
-
}
|
|
204
192
|
/**
|
|
205
193
|
* <p>You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.</p>
|
|
206
194
|
*/
|
|
@@ -209,12 +197,6 @@ export interface DBClusterRoleQuotaExceededFault extends __SmithyException, $Met
|
|
|
209
197
|
$fault: "client";
|
|
210
198
|
message?: string;
|
|
211
199
|
}
|
|
212
|
-
export declare namespace DBClusterRoleQuotaExceededFault {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: DBClusterRoleQuotaExceededFault) => any;
|
|
217
|
-
}
|
|
218
200
|
/**
|
|
219
201
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
220
202
|
*/
|
|
@@ -223,12 +205,6 @@ export interface InvalidDBClusterStateFault extends __SmithyException, $Metadata
|
|
|
223
205
|
$fault: "client";
|
|
224
206
|
message?: string;
|
|
225
207
|
}
|
|
226
|
-
export declare namespace InvalidDBClusterStateFault {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: InvalidDBClusterStateFault) => any;
|
|
231
|
-
}
|
|
232
208
|
export interface AddRoleToDBInstanceMessage {
|
|
233
209
|
/**
|
|
234
210
|
* <p>The name of the DB instance to associate the IAM role with.</p>
|
|
@@ -262,12 +238,6 @@ export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
262
238
|
$fault: "client";
|
|
263
239
|
message?: string;
|
|
264
240
|
}
|
|
265
|
-
export declare namespace DBInstanceNotFoundFault {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: DBInstanceNotFoundFault) => any;
|
|
270
|
-
}
|
|
271
241
|
/**
|
|
272
242
|
* <p>The specified <code>RoleArn</code> or <code>FeatureName</code> value is already associated with the DB instance.</p>
|
|
273
243
|
*/
|
|
@@ -276,12 +246,6 @@ export interface DBInstanceRoleAlreadyExistsFault extends __SmithyException, $Me
|
|
|
276
246
|
$fault: "client";
|
|
277
247
|
message?: string;
|
|
278
248
|
}
|
|
279
|
-
export declare namespace DBInstanceRoleAlreadyExistsFault {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
const filterSensitiveLog: (obj: DBInstanceRoleAlreadyExistsFault) => any;
|
|
284
|
-
}
|
|
285
249
|
/**
|
|
286
250
|
* <p>You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.</p>
|
|
287
251
|
*/
|
|
@@ -290,12 +254,6 @@ export interface DBInstanceRoleQuotaExceededFault extends __SmithyException, $Me
|
|
|
290
254
|
$fault: "client";
|
|
291
255
|
message?: string;
|
|
292
256
|
}
|
|
293
|
-
export declare namespace DBInstanceRoleQuotaExceededFault {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
const filterSensitiveLog: (obj: DBInstanceRoleQuotaExceededFault) => any;
|
|
298
|
-
}
|
|
299
257
|
/**
|
|
300
258
|
* <p>The DB instance isn't in a valid state.</p>
|
|
301
259
|
*/
|
|
@@ -304,12 +262,6 @@ export interface InvalidDBInstanceStateFault extends __SmithyException, $Metadat
|
|
|
304
262
|
$fault: "client";
|
|
305
263
|
message?: string;
|
|
306
264
|
}
|
|
307
|
-
export declare namespace InvalidDBInstanceStateFault {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceStateFault) => any;
|
|
312
|
-
}
|
|
313
265
|
/**
|
|
314
266
|
* <p></p>
|
|
315
267
|
*/
|
|
@@ -424,12 +376,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
424
376
|
$fault: "client";
|
|
425
377
|
message?: string;
|
|
426
378
|
}
|
|
427
|
-
export declare namespace SourceNotFoundFault {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
432
|
-
}
|
|
433
379
|
/**
|
|
434
380
|
* <p>The subscription name does not exist.</p>
|
|
435
381
|
*/
|
|
@@ -438,12 +384,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
|
|
|
438
384
|
$fault: "client";
|
|
439
385
|
message?: string;
|
|
440
386
|
}
|
|
441
|
-
export declare namespace SubscriptionNotFoundFault {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
446
|
-
}
|
|
447
387
|
/**
|
|
448
388
|
* <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
|
|
449
389
|
*/
|
|
@@ -493,12 +433,6 @@ export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
493
433
|
$fault: "client";
|
|
494
434
|
message?: string;
|
|
495
435
|
}
|
|
496
|
-
export declare namespace DBProxyNotFoundFault {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: DBProxyNotFoundFault) => any;
|
|
501
|
-
}
|
|
502
436
|
/**
|
|
503
437
|
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
504
438
|
*/
|
|
@@ -507,12 +441,6 @@ export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $Met
|
|
|
507
441
|
$fault: "client";
|
|
508
442
|
message?: string;
|
|
509
443
|
}
|
|
510
|
-
export declare namespace DBProxyTargetGroupNotFoundFault {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: DBProxyTargetGroupNotFoundFault) => any;
|
|
515
|
-
}
|
|
516
444
|
/**
|
|
517
445
|
* <p>
|
|
518
446
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.
|
|
@@ -523,12 +451,6 @@ export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
523
451
|
$fault: "client";
|
|
524
452
|
message?: string;
|
|
525
453
|
}
|
|
526
|
-
export declare namespace DBSnapshotNotFoundFault {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
531
|
-
}
|
|
532
454
|
/**
|
|
533
455
|
* <p></p>
|
|
534
456
|
*/
|
|
@@ -663,12 +585,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
663
585
|
$fault: "client";
|
|
664
586
|
message?: string;
|
|
665
587
|
}
|
|
666
|
-
export declare namespace ResourceNotFoundFault {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
671
|
-
}
|
|
672
588
|
/**
|
|
673
589
|
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
|
|
674
590
|
* the specified DB security group.</p>
|
|
@@ -678,12 +594,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
|
|
|
678
594
|
$fault: "client";
|
|
679
595
|
message?: string;
|
|
680
596
|
}
|
|
681
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
686
|
-
}
|
|
687
597
|
/**
|
|
688
598
|
* <p>The DB security group authorization quota has been reached.</p>
|
|
689
599
|
*/
|
|
@@ -692,12 +602,6 @@ export interface AuthorizationQuotaExceededFault extends __SmithyException, $Met
|
|
|
692
602
|
$fault: "client";
|
|
693
603
|
message?: string;
|
|
694
604
|
}
|
|
695
|
-
export declare namespace AuthorizationQuotaExceededFault {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
|
|
700
|
-
}
|
|
701
605
|
/**
|
|
702
606
|
* <p></p>
|
|
703
607
|
*/
|
|
@@ -885,12 +789,6 @@ export interface DBSecurityGroupNotFoundFault extends __SmithyException, $Metada
|
|
|
885
789
|
$fault: "client";
|
|
886
790
|
message?: string;
|
|
887
791
|
}
|
|
888
|
-
export declare namespace DBSecurityGroupNotFoundFault {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
893
|
-
}
|
|
894
792
|
/**
|
|
895
793
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
896
794
|
*/
|
|
@@ -899,12 +797,6 @@ export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $Me
|
|
|
899
797
|
$fault: "client";
|
|
900
798
|
message?: string;
|
|
901
799
|
}
|
|
902
|
-
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
907
|
-
}
|
|
908
800
|
/**
|
|
909
801
|
* <p></p>
|
|
910
802
|
*/
|
|
@@ -1144,12 +1036,6 @@ export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
1144
1036
|
$fault: "client";
|
|
1145
1037
|
message?: string;
|
|
1146
1038
|
}
|
|
1147
|
-
export declare namespace ExportTaskNotFoundFault {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
const filterSensitiveLog: (obj: ExportTaskNotFoundFault) => any;
|
|
1152
|
-
}
|
|
1153
1039
|
/**
|
|
1154
1040
|
* <p>You can't cancel an export task that has completed.</p>
|
|
1155
1041
|
*/
|
|
@@ -1158,12 +1044,6 @@ export interface InvalidExportTaskStateFault extends __SmithyException, $Metadat
|
|
|
1158
1044
|
$fault: "client";
|
|
1159
1045
|
message?: string;
|
|
1160
1046
|
}
|
|
1161
|
-
export declare namespace InvalidExportTaskStateFault {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: InvalidExportTaskStateFault) => any;
|
|
1166
|
-
}
|
|
1167
1047
|
export interface CopyDBClusterParameterGroupMessage {
|
|
1168
1048
|
/**
|
|
1169
1049
|
* <p>The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
|
@@ -1271,12 +1151,6 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
1271
1151
|
$fault: "client";
|
|
1272
1152
|
message?: string;
|
|
1273
1153
|
}
|
|
1274
|
-
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
1279
|
-
}
|
|
1280
1154
|
/**
|
|
1281
1155
|
* <p>
|
|
1282
1156
|
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
@@ -1288,12 +1162,6 @@ export interface DBParameterGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
1288
1162
|
$fault: "client";
|
|
1289
1163
|
message?: string;
|
|
1290
1164
|
}
|
|
1291
|
-
export declare namespace DBParameterGroupNotFoundFault {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
1296
|
-
}
|
|
1297
1165
|
/**
|
|
1298
1166
|
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
1299
1167
|
* groups.</p>
|
|
@@ -1303,12 +1171,6 @@ export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $
|
|
|
1303
1171
|
$fault: "client";
|
|
1304
1172
|
message?: string;
|
|
1305
1173
|
}
|
|
1306
|
-
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
1311
|
-
}
|
|
1312
1174
|
/**
|
|
1313
1175
|
* <p></p>
|
|
1314
1176
|
*/
|
|
@@ -1470,7 +1332,24 @@ export interface DBClusterSnapshot {
|
|
|
1470
1332
|
*/
|
|
1471
1333
|
AllocatedStorage?: number;
|
|
1472
1334
|
/**
|
|
1473
|
-
* <p>Specifies the status of this DB cluster snapshot
|
|
1335
|
+
* <p>Specifies the status of this DB cluster snapshot. Valid statuses are the following:</p>
|
|
1336
|
+
* <ul>
|
|
1337
|
+
* <li>
|
|
1338
|
+
* <p>
|
|
1339
|
+
* <code>available</code>
|
|
1340
|
+
* </p>
|
|
1341
|
+
* </li>
|
|
1342
|
+
* <li>
|
|
1343
|
+
* <p>
|
|
1344
|
+
* <code>copying</code>
|
|
1345
|
+
* </p>
|
|
1346
|
+
* </li>
|
|
1347
|
+
* <li>
|
|
1348
|
+
* <p>
|
|
1349
|
+
* <code>creating</code>
|
|
1350
|
+
* </p>
|
|
1351
|
+
* </li>
|
|
1352
|
+
* </ul>
|
|
1474
1353
|
*/
|
|
1475
1354
|
Status?: string;
|
|
1476
1355
|
/**
|
|
@@ -1564,12 +1443,6 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
1564
1443
|
$fault: "client";
|
|
1565
1444
|
message?: string;
|
|
1566
1445
|
}
|
|
1567
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
1572
|
-
}
|
|
1573
1446
|
/**
|
|
1574
1447
|
* <p>
|
|
1575
1448
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.
|
|
@@ -1580,12 +1453,6 @@ export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $Meta
|
|
|
1580
1453
|
$fault: "client";
|
|
1581
1454
|
message?: string;
|
|
1582
1455
|
}
|
|
1583
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
1588
|
-
}
|
|
1589
1456
|
/**
|
|
1590
1457
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
1591
1458
|
*/
|
|
@@ -1594,12 +1461,6 @@ export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $
|
|
|
1594
1461
|
$fault: "client";
|
|
1595
1462
|
message?: string;
|
|
1596
1463
|
}
|
|
1597
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
1602
|
-
}
|
|
1603
1464
|
/**
|
|
1604
1465
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
1605
1466
|
*/
|
|
@@ -1608,12 +1469,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
1608
1469
|
$fault: "client";
|
|
1609
1470
|
message?: string;
|
|
1610
1471
|
}
|
|
1611
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
1616
|
-
}
|
|
1617
1472
|
/**
|
|
1618
1473
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
1619
1474
|
* snapshots.</p>
|
|
@@ -1623,12 +1478,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1623
1478
|
$fault: "client";
|
|
1624
1479
|
message?: string;
|
|
1625
1480
|
}
|
|
1626
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1627
|
-
/**
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
1630
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1631
|
-
}
|
|
1632
1481
|
/**
|
|
1633
1482
|
* <p></p>
|
|
1634
1483
|
*/
|
|
@@ -2180,12 +2029,6 @@ export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException,
|
|
|
2180
2029
|
$fault: "client";
|
|
2181
2030
|
message?: string;
|
|
2182
2031
|
}
|
|
2183
|
-
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
2184
|
-
/**
|
|
2185
|
-
* @internal
|
|
2186
|
-
*/
|
|
2187
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
2188
|
-
}
|
|
2189
2032
|
/**
|
|
2190
2033
|
* <p>
|
|
2191
2034
|
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.
|
|
@@ -2196,12 +2039,6 @@ export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2196
2039
|
$fault: "client";
|
|
2197
2040
|
message?: string;
|
|
2198
2041
|
}
|
|
2199
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
2204
|
-
}
|
|
2205
2042
|
/**
|
|
2206
2043
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
2207
2044
|
*/
|
|
@@ -2210,12 +2047,6 @@ export interface InvalidDBSnapshotStateFault extends __SmithyException, $Metadat
|
|
|
2210
2047
|
$fault: "client";
|
|
2211
2048
|
message?: string;
|
|
2212
2049
|
}
|
|
2213
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
2218
|
-
}
|
|
2219
2050
|
/**
|
|
2220
2051
|
* <p></p>
|
|
2221
2052
|
*/
|
|
@@ -2494,12 +2325,6 @@ export interface OptionGroupAlreadyExistsFault extends __SmithyException, $Metad
|
|
|
2494
2325
|
$fault: "client";
|
|
2495
2326
|
message?: string;
|
|
2496
2327
|
}
|
|
2497
|
-
export declare namespace OptionGroupAlreadyExistsFault {
|
|
2498
|
-
/**
|
|
2499
|
-
* @internal
|
|
2500
|
-
*/
|
|
2501
|
-
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
2502
|
-
}
|
|
2503
2328
|
/**
|
|
2504
2329
|
* <p>The specified option group could not be found.</p>
|
|
2505
2330
|
*/
|
|
@@ -2508,12 +2333,6 @@ export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2508
2333
|
$fault: "client";
|
|
2509
2334
|
message?: string;
|
|
2510
2335
|
}
|
|
2511
|
-
export declare namespace OptionGroupNotFoundFault {
|
|
2512
|
-
/**
|
|
2513
|
-
* @internal
|
|
2514
|
-
*/
|
|
2515
|
-
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
2516
|
-
}
|
|
2517
2336
|
/**
|
|
2518
2337
|
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
2519
2338
|
*/
|
|
@@ -2522,12 +2341,6 @@ export interface OptionGroupQuotaExceededFault extends __SmithyException, $Metad
|
|
|
2522
2341
|
$fault: "client";
|
|
2523
2342
|
message?: string;
|
|
2524
2343
|
}
|
|
2525
|
-
export declare namespace OptionGroupQuotaExceededFault {
|
|
2526
|
-
/**
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
2529
|
-
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
2530
|
-
}
|
|
2531
2344
|
/**
|
|
2532
2345
|
* <p></p>
|
|
2533
2346
|
*/
|
|
@@ -2656,12 +2469,6 @@ export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyExcept
|
|
|
2656
2469
|
$fault: "client";
|
|
2657
2470
|
message?: string;
|
|
2658
2471
|
}
|
|
2659
|
-
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
2660
|
-
/**
|
|
2661
|
-
* @internal
|
|
2662
|
-
*/
|
|
2663
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
2664
|
-
}
|
|
2665
2472
|
/**
|
|
2666
2473
|
* <p>You have exceeded the maximum number of custom Availability Zones.</p>
|
|
2667
2474
|
*/
|
|
@@ -2670,12 +2477,6 @@ export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyExcept
|
|
|
2670
2477
|
$fault: "client";
|
|
2671
2478
|
message?: string;
|
|
2672
2479
|
}
|
|
2673
|
-
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
2674
|
-
/**
|
|
2675
|
-
* @internal
|
|
2676
|
-
*/
|
|
2677
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
2678
|
-
}
|
|
2679
2480
|
export interface CreateCustomDBEngineVersionMessage {
|
|
2680
2481
|
/**
|
|
2681
2482
|
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
|
|
@@ -2685,7 +2486,7 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
2685
2486
|
/**
|
|
2686
2487
|
* <p>The name of your CEV. The name format is <code>19.<i>customized_string</i>
|
|
2687
2488
|
* </code>. For example,
|
|
2688
|
-
* a valid name is <code>19.my_cev1</code>. This setting is required for RDS Custom, but optional for Amazon RDS.
|
|
2489
|
+
* a valid name is <code>19.my_cev1</code>. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS.
|
|
2689
2490
|
* The combination of <code>Engine</code> and <code>EngineVersion</code> is unique per customer per Region.</p>
|
|
2690
2491
|
*/
|
|
2691
2492
|
EngineVersion: string | undefined;
|
|
@@ -2767,12 +2568,6 @@ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyExcepti
|
|
|
2767
2568
|
$fault: "client";
|
|
2768
2569
|
message?: string;
|
|
2769
2570
|
}
|
|
2770
|
-
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
2775
|
-
}
|
|
2776
2571
|
/**
|
|
2777
2572
|
* <p>You have exceeded your CEV quota.</p>
|
|
2778
2573
|
*/
|
|
@@ -2781,12 +2576,6 @@ export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyExcepti
|
|
|
2781
2576
|
$fault: "client";
|
|
2782
2577
|
message?: string;
|
|
2783
2578
|
}
|
|
2784
|
-
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
2785
|
-
/**
|
|
2786
|
-
* @internal
|
|
2787
|
-
*/
|
|
2788
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
2789
|
-
}
|
|
2790
2579
|
/**
|
|
2791
2580
|
* <p>
|
|
2792
2581
|
* This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
|
|
@@ -3169,7 +2958,7 @@ export interface CreateDBClusterMessage {
|
|
|
3169
2958
|
* </li>
|
|
3170
2959
|
* <li>
|
|
3171
2960
|
* <p>
|
|
3172
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
2961
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
3173
2962
|
* </li>
|
|
3174
2963
|
* <li>
|
|
3175
2964
|
* <p>
|
|
@@ -3196,7 +2985,7 @@ export interface CreateDBClusterMessage {
|
|
|
3196
2985
|
* <p>
|
|
3197
2986
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
3198
2987
|
* </p>
|
|
3199
|
-
* <p>To list all of the available engine versions for MySQL 5.7-compatible Aurora, use the following command:</p>
|
|
2988
|
+
* <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
|
|
3200
2989
|
* <p>
|
|
3201
2990
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3202
2991
|
* </p>
|
|
@@ -3578,15 +3367,13 @@ export interface CreateDBClusterMessage {
|
|
|
3578
3367
|
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
3579
3368
|
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3580
3369
|
* <p>
|
|
3581
|
-
* Valid values: <code>
|
|
3370
|
+
* Valid values: <code>io1</code>
|
|
3582
3371
|
* </p>
|
|
3583
3372
|
* <p>
|
|
3584
|
-
*
|
|
3585
|
-
* <code>Iops</code> parameter.
|
|
3373
|
+
* When specified, a value for the <code>Iops</code> parameter is required.
|
|
3586
3374
|
* </p>
|
|
3587
3375
|
* <p>
|
|
3588
|
-
* Default: <code>io1</code>
|
|
3589
|
-
* is specified, otherwise <code>gp2</code>
|
|
3376
|
+
* Default: <code>io1</code>
|
|
3590
3377
|
* </p>
|
|
3591
3378
|
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3592
3379
|
*/
|
|
@@ -4221,7 +4008,7 @@ export interface DBCluster {
|
|
|
4221
4008
|
*/
|
|
4222
4009
|
DBClusterInstanceClass?: string;
|
|
4223
4010
|
/**
|
|
4224
|
-
* <p>The storage type associated with DB
|
|
4011
|
+
* <p>The storage type associated with the DB cluster.</p>
|
|
4225
4012
|
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4226
4013
|
*/
|
|
4227
4014
|
StorageType?: string;
|
|
@@ -4321,12 +4108,6 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4321
4108
|
$fault: "client";
|
|
4322
4109
|
message?: string;
|
|
4323
4110
|
}
|
|
4324
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
4325
|
-
/**
|
|
4326
|
-
* @internal
|
|
4327
|
-
*/
|
|
4328
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
4329
|
-
}
|
|
4330
4111
|
/**
|
|
4331
4112
|
* <p>
|
|
4332
4113
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
@@ -4337,12 +4118,6 @@ export interface DBClusterParameterGroupNotFoundFault extends __SmithyException,
|
|
|
4337
4118
|
$fault: "client";
|
|
4338
4119
|
message?: string;
|
|
4339
4120
|
}
|
|
4340
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
4341
|
-
/**
|
|
4342
|
-
* @internal
|
|
4343
|
-
*/
|
|
4344
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
4345
|
-
}
|
|
4346
4121
|
/**
|
|
4347
4122
|
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
4348
4123
|
* maximum allowed DB cluster quota.</p>
|
|
@@ -4352,12 +4127,6 @@ export interface DBClusterQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4352
4127
|
$fault: "client";
|
|
4353
4128
|
message?: string;
|
|
4354
4129
|
}
|
|
4355
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
4356
|
-
/**
|
|
4357
|
-
* @internal
|
|
4358
|
-
*/
|
|
4359
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
4360
|
-
}
|
|
4361
4130
|
/**
|
|
4362
4131
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
4363
4132
|
*/
|
|
@@ -4366,12 +4135,6 @@ export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $
|
|
|
4366
4135
|
$fault: "client";
|
|
4367
4136
|
message?: string;
|
|
4368
4137
|
}
|
|
4369
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
4370
|
-
/**
|
|
4371
|
-
* @internal
|
|
4372
|
-
*/
|
|
4373
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
4374
|
-
}
|
|
4375
4138
|
/**
|
|
4376
4139
|
* <p>
|
|
4377
4140
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.
|
|
@@ -4382,12 +4145,6 @@ export interface DBSubnetGroupNotFoundFault extends __SmithyException, $Metadata
|
|
|
4382
4145
|
$fault: "client";
|
|
4383
4146
|
message?: string;
|
|
4384
4147
|
}
|
|
4385
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
4386
|
-
/**
|
|
4387
|
-
* @internal
|
|
4388
|
-
*/
|
|
4389
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
4390
|
-
}
|
|
4391
4148
|
/**
|
|
4392
4149
|
* <p>
|
|
4393
4150
|
* <code>Domain</code> doesn't refer to an existing Active Directory domain.
|
|
@@ -4398,12 +4155,6 @@ export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
4398
4155
|
$fault: "client";
|
|
4399
4156
|
message?: string;
|
|
4400
4157
|
}
|
|
4401
|
-
export declare namespace DomainNotFoundFault {
|
|
4402
|
-
/**
|
|
4403
|
-
* @internal
|
|
4404
|
-
*/
|
|
4405
|
-
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
4406
|
-
}
|
|
4407
4158
|
/**
|
|
4408
4159
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
|
|
4409
4160
|
*/
|
|
@@ -4412,12 +4163,6 @@ export interface GlobalClusterNotFoundFault extends __SmithyException, $Metadata
|
|
|
4412
4163
|
$fault: "client";
|
|
4413
4164
|
message?: string;
|
|
4414
4165
|
}
|
|
4415
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
4416
|
-
/**
|
|
4417
|
-
* @internal
|
|
4418
|
-
*/
|
|
4419
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
4420
|
-
}
|
|
4421
4166
|
/**
|
|
4422
4167
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
4423
4168
|
* resolve this error by updating your subnet group to use different Availability Zones
|
|
@@ -4428,12 +4173,6 @@ export interface InsufficientStorageClusterCapacityFault extends __SmithyExcepti
|
|
|
4428
4173
|
$fault: "client";
|
|
4429
4174
|
message?: string;
|
|
4430
4175
|
}
|
|
4431
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
4432
|
-
/**
|
|
4433
|
-
* @internal
|
|
4434
|
-
*/
|
|
4435
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
4436
|
-
}
|
|
4437
4176
|
/**
|
|
4438
4177
|
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
4439
4178
|
*/
|
|
@@ -4442,12 +4181,6 @@ export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $Meta
|
|
|
4442
4181
|
$fault: "client";
|
|
4443
4182
|
message?: string;
|
|
4444
4183
|
}
|
|
4445
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
4446
|
-
/**
|
|
4447
|
-
* @internal
|
|
4448
|
-
*/
|
|
4449
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
4450
|
-
}
|
|
4451
4184
|
/**
|
|
4452
4185
|
* <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
|
|
4453
4186
|
*/
|
|
@@ -4456,12 +4189,6 @@ export interface InvalidGlobalClusterStateFault extends __SmithyException, $Meta
|
|
|
4456
4189
|
$fault: "client";
|
|
4457
4190
|
message?: string;
|
|
4458
4191
|
}
|
|
4459
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
4460
|
-
/**
|
|
4461
|
-
* @internal
|
|
4462
|
-
*/
|
|
4463
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
4464
|
-
}
|
|
4465
4192
|
/**
|
|
4466
4193
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
4467
4194
|
*/
|
|
@@ -4470,12 +4197,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
4470
4197
|
$fault: "client";
|
|
4471
4198
|
message?: string;
|
|
4472
4199
|
}
|
|
4473
|
-
export declare namespace InvalidSubnet {
|
|
4474
|
-
/**
|
|
4475
|
-
* @internal
|
|
4476
|
-
*/
|
|
4477
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
4478
|
-
}
|
|
4479
4200
|
/**
|
|
4480
4201
|
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
4481
4202
|
* created because of users' change.</p>
|
|
@@ -4485,12 +4206,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
4485
4206
|
$fault: "client";
|
|
4486
4207
|
message?: string;
|
|
4487
4208
|
}
|
|
4488
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
4493
|
-
}
|
|
4494
4209
|
/**
|
|
4495
4210
|
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
4496
4211
|
* available across all DB instances.</p>
|
|
@@ -4500,12 +4215,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
4500
4215
|
$fault: "client";
|
|
4501
4216
|
message?: string;
|
|
4502
4217
|
}
|
|
4503
|
-
export declare namespace StorageQuotaExceededFault {
|
|
4504
|
-
/**
|
|
4505
|
-
* @internal
|
|
4506
|
-
*/
|
|
4507
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
4508
|
-
}
|
|
4509
4218
|
export interface CreateDBClusterEndpointMessage {
|
|
4510
4219
|
/**
|
|
4511
4220
|
* <p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is
|
|
@@ -4630,12 +4339,6 @@ export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException,
|
|
|
4630
4339
|
$fault: "client";
|
|
4631
4340
|
message?: string;
|
|
4632
4341
|
}
|
|
4633
|
-
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
4634
|
-
/**
|
|
4635
|
-
* @internal
|
|
4636
|
-
*/
|
|
4637
|
-
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
4638
|
-
}
|
|
4639
4342
|
/**
|
|
4640
4343
|
* <p>The cluster already has the maximum number of custom endpoints.</p>
|
|
4641
4344
|
*/
|
|
@@ -4644,12 +4347,6 @@ export interface DBClusterEndpointQuotaExceededFault extends __SmithyException,
|
|
|
4644
4347
|
$fault: "client";
|
|
4645
4348
|
message?: string;
|
|
4646
4349
|
}
|
|
4647
|
-
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
4648
|
-
/**
|
|
4649
|
-
* @internal
|
|
4650
|
-
*/
|
|
4651
|
-
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
4652
|
-
}
|
|
4653
4350
|
/**
|
|
4654
4351
|
* <p></p>
|
|
4655
4352
|
*/
|
|
@@ -4673,7 +4370,7 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4673
4370
|
* <p>
|
|
4674
4371
|
* <b>Aurora MySQL</b>
|
|
4675
4372
|
* </p>
|
|
4676
|
-
* <p>Example: <code>aurora5.6</code>, <code>aurora-mysql5.7</code>
|
|
4373
|
+
* <p>Example: <code>aurora5.6</code>, <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>
|
|
4677
4374
|
* </p>
|
|
4678
4375
|
* <p>
|
|
4679
4376
|
* <b>Aurora PostgreSQL</b>
|
|
@@ -4709,7 +4406,7 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4709
4406
|
* </li>
|
|
4710
4407
|
* <li>
|
|
4711
4408
|
* <p>
|
|
4712
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
4409
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
4713
4410
|
* </li>
|
|
4714
4411
|
* <li>
|
|
4715
4412
|
* <p>
|
|
@@ -4831,23 +4528,11 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
4831
4528
|
$fault: "client";
|
|
4832
4529
|
message?: string;
|
|
4833
4530
|
}
|
|
4834
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
4835
|
-
/**
|
|
4836
|
-
* @internal
|
|
4837
|
-
*/
|
|
4838
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
4839
|
-
}
|
|
4840
4531
|
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
4841
4532
|
name: "BackupPolicyNotFoundFault";
|
|
4842
4533
|
$fault: "client";
|
|
4843
4534
|
message?: string;
|
|
4844
4535
|
}
|
|
4845
|
-
export declare namespace BackupPolicyNotFoundFault {
|
|
4846
|
-
/**
|
|
4847
|
-
* @internal
|
|
4848
|
-
*/
|
|
4849
|
-
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
4850
|
-
}
|
|
4851
4536
|
/**
|
|
4852
4537
|
* <p></p>
|
|
4853
4538
|
*/
|
|
@@ -4919,7 +4604,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4919
4604
|
* </li>
|
|
4920
4605
|
* </ul>
|
|
4921
4606
|
* <p>
|
|
4922
|
-
* <b>Amazon RDS Custom</b>
|
|
4607
|
+
* <b>Amazon RDS Custom for Oracle</b>
|
|
4923
4608
|
* </p>
|
|
4924
4609
|
* <p>The Oracle System ID (SID) of the created RDS Custom DB instance.
|
|
4925
4610
|
* If you don't specify a value, the default value is <code>ORCL</code>.
|
|
@@ -4939,6 +4624,10 @@ export interface CreateDBInstanceMessage {
|
|
|
4939
4624
|
* </li>
|
|
4940
4625
|
* </ul>
|
|
4941
4626
|
* <p>
|
|
4627
|
+
* <b>Amazon RDS Custom for SQL Server</b>
|
|
4628
|
+
* </p>
|
|
4629
|
+
* <p>Not applicable. Must be null.</p>
|
|
4630
|
+
* <p>
|
|
4942
4631
|
* <b>SQL Server</b>
|
|
4943
4632
|
* </p>
|
|
4944
4633
|
* <p>Not applicable. Must be null.</p>
|
|
@@ -5014,10 +4703,12 @@ export interface CreateDBInstanceMessage {
|
|
|
5014
4703
|
* </p>
|
|
5015
4704
|
* <ul>
|
|
5016
4705
|
* <li>
|
|
5017
|
-
* <p>General Purpose (SSD) storage (gp2): Must be an integer from 40 to 65536
|
|
4706
|
+
* <p>General Purpose (SSD) storage (gp2): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
4707
|
+
* 16384 for RDS Custom for SQL Server.</p>
|
|
5018
4708
|
* </li>
|
|
5019
4709
|
* <li>
|
|
5020
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536
|
|
4710
|
+
* <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
4711
|
+
* 16384 for RDS Custom for SQL Server.</p>
|
|
5021
4712
|
* </li>
|
|
5022
4713
|
* </ul>
|
|
5023
4714
|
*
|
|
@@ -5099,7 +4790,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5099
4790
|
* <p>General Purpose (SSD) storage (gp2):</p>
|
|
5100
4791
|
* <ul>
|
|
5101
4792
|
* <li>
|
|
5102
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4793
|
+
* <p>Enterprise and Standard editions: Must be an integer from 20 to 16384.</p>
|
|
5103
4794
|
* </li>
|
|
5104
4795
|
* <li>
|
|
5105
4796
|
* <p>Web and Express editions: Must be an integer from 20 to 16384.</p>
|
|
@@ -5110,7 +4801,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5110
4801
|
* <p>Provisioned IOPS storage (io1):</p>
|
|
5111
4802
|
* <ul>
|
|
5112
4803
|
* <li>
|
|
5113
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4804
|
+
* <p>Enterprise and Standard editions: Must be an integer from 100 to 16384.</p>
|
|
5114
4805
|
* </li>
|
|
5115
4806
|
* <li>
|
|
5116
4807
|
* <p>Web and Express editions: Must be an integer from 100 to 16384.</p>
|
|
@@ -5121,7 +4812,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5121
4812
|
* <p>Magnetic storage (standard):</p>
|
|
5122
4813
|
* <ul>
|
|
5123
4814
|
* <li>
|
|
5124
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4815
|
+
* <p>Enterprise and Standard editions: Must be an integer from 20 to 1024.</p>
|
|
5125
4816
|
* </li>
|
|
5126
4817
|
* <li>
|
|
5127
4818
|
* <p>Web and Express editions: Must be an integer from 20 to 1024.</p>
|
|
@@ -5156,7 +4847,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5156
4847
|
* </li>
|
|
5157
4848
|
* <li>
|
|
5158
4849
|
* <p>
|
|
5159
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
4850
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
5160
4851
|
* </li>
|
|
5161
4852
|
* <li>
|
|
5162
4853
|
* <p>
|
|
@@ -5165,7 +4856,22 @@ export interface CreateDBInstanceMessage {
|
|
|
5165
4856
|
* </li>
|
|
5166
4857
|
* <li>
|
|
5167
4858
|
* <p>
|
|
5168
|
-
* <code>custom-oracle-ee (for RDS Custom instances)</code>
|
|
4859
|
+
* <code>custom-oracle-ee (for RDS Custom for Oracle instances)</code>
|
|
4860
|
+
* </p>
|
|
4861
|
+
* </li>
|
|
4862
|
+
* <li>
|
|
4863
|
+
* <p>
|
|
4864
|
+
* <code>custom-sqlserver-ee (for RDS Custom for SQL Server instances)</code>
|
|
4865
|
+
* </p>
|
|
4866
|
+
* </li>
|
|
4867
|
+
* <li>
|
|
4868
|
+
* <p>
|
|
4869
|
+
* <code>custom-sqlserver-se (for RDS Custom for SQL Server instances)</code>
|
|
4870
|
+
* </p>
|
|
4871
|
+
* </li>
|
|
4872
|
+
* <li>
|
|
4873
|
+
* <p>
|
|
4874
|
+
* <code>custom-sqlserver-web (for RDS Custom for SQL Server instances)</code>
|
|
5169
4875
|
* </p>
|
|
5170
4876
|
* </li>
|
|
5171
4877
|
* <li>
|
|
@@ -5314,6 +5020,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5314
5020
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html">Regions
|
|
5315
5021
|
* and Availability Zones</a>.
|
|
5316
5022
|
* </p>
|
|
5023
|
+
* <p>
|
|
5024
|
+
* <b>Amazon Aurora</b>
|
|
5025
|
+
* </p>
|
|
5026
|
+
* <p>Not applicable. Availability Zones are managed by the DB cluster.
|
|
5027
|
+
* </p>
|
|
5317
5028
|
* <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>
|
|
5318
5029
|
* <p>
|
|
5319
5030
|
* Example: <code>us-east-1d</code>
|
|
@@ -5389,7 +5100,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5389
5100
|
* <p>Can't be set to 0 if the DB instance is a source to read replicas</p>
|
|
5390
5101
|
* </li>
|
|
5391
5102
|
* <li>
|
|
5392
|
-
* <p>Can't be set to 0 or 35 for an RDS Custom DB instance</p>
|
|
5103
|
+
* <p>Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance</p>
|
|
5393
5104
|
* </li>
|
|
5394
5105
|
* </ul>
|
|
5395
5106
|
*/
|
|
@@ -5502,18 +5213,24 @@ export interface CreateDBInstanceMessage {
|
|
|
5502
5213
|
* instance is managed by the DB cluster.</p>
|
|
5503
5214
|
*
|
|
5504
5215
|
* <p>
|
|
5505
|
-
* <b>Amazon RDS Custom</b>
|
|
5216
|
+
* <b>Amazon RDS Custom for Oracle</b>
|
|
5506
5217
|
* </p>
|
|
5507
|
-
* <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom. The CEV
|
|
5218
|
+
* <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV
|
|
5508
5219
|
* name has the following format: <code>19.<i>customized_string</i>
|
|
5509
5220
|
* </code>. An example identifier is
|
|
5510
5221
|
* <code>19.my_cev1</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create">
|
|
5511
|
-
* Creating an RDS Custom DB instance</a> in the <i>Amazon RDS User Guide.</i>.</p>
|
|
5222
|
+
* Creating an RDS Custom for Oracle DB instance</a> in the <i>Amazon RDS User Guide.</i>.</p>
|
|
5512
5223
|
*
|
|
5513
5224
|
* <p>
|
|
5514
|
-
* <b>
|
|
5225
|
+
* <b>Amazon RDS Custom for SQL Server</b>
|
|
5226
|
+
* </p>
|
|
5227
|
+
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.reqsMS">RDS Custom for SQL Server general requirements</a>
|
|
5228
|
+
* in the <i>Amazon RDS User Guide.</i>
|
|
5515
5229
|
* </p>
|
|
5516
5230
|
*
|
|
5231
|
+
* <p>
|
|
5232
|
+
* <b>MariaDB</b>
|
|
5233
|
+
* </p>
|
|
5517
5234
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt">MariaDB on Amazon RDS Versions</a> in the
|
|
5518
5235
|
* <i>Amazon RDS User Guide.</i>
|
|
5519
5236
|
* </p>
|
|
@@ -5521,7 +5238,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5521
5238
|
* <p>
|
|
5522
5239
|
* <b>Microsoft SQL Server</b>
|
|
5523
5240
|
* </p>
|
|
5524
|
-
*
|
|
5525
5241
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">Microsoft SQL Server Versions on Amazon RDS</a> in the
|
|
5526
5242
|
* <i>Amazon RDS User Guide.</i>
|
|
5527
5243
|
* </p>
|
|
@@ -5529,7 +5245,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5529
5245
|
* <p>
|
|
5530
5246
|
* <b>MySQL</b>
|
|
5531
5247
|
* </p>
|
|
5532
|
-
*
|
|
5533
5248
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
5534
5249
|
* <i>Amazon RDS User Guide.</i>
|
|
5535
5250
|
* </p>
|
|
@@ -5537,7 +5252,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5537
5252
|
* <p>
|
|
5538
5253
|
* <b>Oracle</b>
|
|
5539
5254
|
* </p>
|
|
5540
|
-
*
|
|
5541
5255
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html">Oracle Database Engine Release Notes</a> in the
|
|
5542
5256
|
* <i>Amazon RDS User Guide.</i>
|
|
5543
5257
|
* </p>
|
|
@@ -5545,7 +5259,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5545
5259
|
* <p>
|
|
5546
5260
|
* <b>PostgreSQL</b>
|
|
5547
5261
|
* </p>
|
|
5548
|
-
*
|
|
5549
5262
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
5550
5263
|
* <i>Amazon RDS User Guide.</i>
|
|
5551
5264
|
* </p>
|
|
@@ -5665,7 +5378,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5665
5378
|
TdeCredentialPassword?: string;
|
|
5666
5379
|
/**
|
|
5667
5380
|
* <p>A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.</p>
|
|
5668
|
-
* <p>For RDS Custom
|
|
5381
|
+
* <p>For RDS Custom instances, either set this parameter to <code>true</code> or leave it unset.
|
|
5669
5382
|
* If you set this parameter to <code>false</code>, RDS reports an error.</p>
|
|
5670
5383
|
* <p>
|
|
5671
5384
|
* <b>Amazon Aurora</b>
|
|
@@ -5690,8 +5403,8 @@ export interface CreateDBInstanceMessage {
|
|
|
5690
5403
|
* <p>
|
|
5691
5404
|
* <b>Amazon RDS Custom</b>
|
|
5692
5405
|
* </p>
|
|
5693
|
-
* <p>A KMS key is required for RDS Custom
|
|
5694
|
-
* while enabling <code>StorageEncrypted</code>, the engine uses the default KMS key. However, RDS Custom
|
|
5406
|
+
* <p>A KMS key is required for RDS Custom instances. For most RDS engines, if you leave this parameter empty
|
|
5407
|
+
* while enabling <code>StorageEncrypted</code>, the engine uses the default KMS key. However, RDS Custom
|
|
5695
5408
|
* doesn't use the default key when this parameter is empty. You must explicitly specify a key.</p>
|
|
5696
5409
|
*/
|
|
5697
5410
|
KmsKeyId?: string;
|
|
@@ -6797,12 +6510,6 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
6797
6510
|
$fault: "client";
|
|
6798
6511
|
message?: string;
|
|
6799
6512
|
}
|
|
6800
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
6801
|
-
/**
|
|
6802
|
-
* @internal
|
|
6803
|
-
*/
|
|
6804
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
6805
|
-
}
|
|
6806
6513
|
/**
|
|
6807
6514
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
6808
6515
|
* instances.</p>
|
|
@@ -6812,12 +6519,6 @@ export interface InstanceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
6812
6519
|
$fault: "client";
|
|
6813
6520
|
message?: string;
|
|
6814
6521
|
}
|
|
6815
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
6816
|
-
/**
|
|
6817
|
-
* @internal
|
|
6818
|
-
*/
|
|
6819
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
6820
|
-
}
|
|
6821
6522
|
/**
|
|
6822
6523
|
* <p>The specified DB instance class isn't available in the specified Availability
|
|
6823
6524
|
* Zone.</p>
|
|
@@ -6827,12 +6528,6 @@ export interface InsufficientDBInstanceCapacityFault extends __SmithyException,
|
|
|
6827
6528
|
$fault: "client";
|
|
6828
6529
|
message?: string;
|
|
6829
6530
|
}
|
|
6830
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
6831
|
-
/**
|
|
6832
|
-
* @internal
|
|
6833
|
-
*/
|
|
6834
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
6835
|
-
}
|
|
6836
6531
|
/**
|
|
6837
6532
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
6838
6533
|
*/
|
|
@@ -6841,12 +6536,6 @@ export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException,
|
|
|
6841
6536
|
$fault: "client";
|
|
6842
6537
|
message?: string;
|
|
6843
6538
|
}
|
|
6844
|
-
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
6845
|
-
/**
|
|
6846
|
-
* @internal
|
|
6847
|
-
*/
|
|
6848
|
-
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
6849
|
-
}
|
|
6850
6539
|
/**
|
|
6851
6540
|
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
6852
6541
|
* with the DB instance. </p>
|
|
@@ -6856,12 +6545,6 @@ export interface StorageTypeNotSupportedFault extends __SmithyException, $Metada
|
|
|
6856
6545
|
$fault: "client";
|
|
6857
6546
|
message?: string;
|
|
6858
6547
|
}
|
|
6859
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
6860
|
-
/**
|
|
6861
|
-
* @internal
|
|
6862
|
-
*/
|
|
6863
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
6864
|
-
}
|
|
6865
6548
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
6866
6549
|
/**
|
|
6867
6550
|
* <p>The DB instance identifier of the read replica. This identifier is the unique key
|
|
@@ -7324,12 +7007,6 @@ export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $Metada
|
|
|
7324
7007
|
$fault: "client";
|
|
7325
7008
|
message?: string;
|
|
7326
7009
|
}
|
|
7327
|
-
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
7328
|
-
/**
|
|
7329
|
-
* @internal
|
|
7330
|
-
*/
|
|
7331
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
7332
|
-
}
|
|
7333
7010
|
/**
|
|
7334
7011
|
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
7335
7012
|
* cross-region read replica of the same source instance.</p>
|
|
@@ -7339,12 +7016,6 @@ export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataB
|
|
|
7339
7016
|
$fault: "client";
|
|
7340
7017
|
message?: string;
|
|
7341
7018
|
}
|
|
7342
|
-
export declare namespace InvalidDBSubnetGroupFault {
|
|
7343
|
-
/**
|
|
7344
|
-
* @internal
|
|
7345
|
-
*/
|
|
7346
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
7347
|
-
}
|
|
7348
7019
|
/**
|
|
7349
7020
|
* <p></p>
|
|
7350
7021
|
*/
|
|
@@ -7389,7 +7060,7 @@ export interface CreateDBParameterGroupMessage {
|
|
|
7389
7060
|
* </li>
|
|
7390
7061
|
* <li>
|
|
7391
7062
|
* <p>
|
|
7392
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
7063
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
7393
7064
|
* </li>
|
|
7394
7065
|
* <li>
|
|
7395
7066
|
* <p>
|
|
@@ -7733,12 +7404,6 @@ export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataB
|
|
|
7733
7404
|
$fault: "client";
|
|
7734
7405
|
message?: string;
|
|
7735
7406
|
}
|
|
7736
|
-
export declare namespace DBProxyAlreadyExistsFault {
|
|
7737
|
-
/**
|
|
7738
|
-
* @internal
|
|
7739
|
-
*/
|
|
7740
|
-
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
7741
|
-
}
|
|
7742
7407
|
/**
|
|
7743
7408
|
* <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
|
|
7744
7409
|
*/
|
|
@@ -7747,12 +7412,6 @@ export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
7747
7412
|
$fault: "client";
|
|
7748
7413
|
message?: string;
|
|
7749
7414
|
}
|
|
7750
|
-
export declare namespace DBProxyQuotaExceededFault {
|
|
7751
|
-
/**
|
|
7752
|
-
* @internal
|
|
7753
|
-
*/
|
|
7754
|
-
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
7755
|
-
}
|
|
7756
7415
|
export declare enum DBProxyEndpointTargetRole {
|
|
7757
7416
|
READ_ONLY = "READ_ONLY",
|
|
7758
7417
|
READ_WRITE = "READ_WRITE"
|
|
@@ -7891,12 +7550,6 @@ export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $M
|
|
|
7891
7550
|
$fault: "client";
|
|
7892
7551
|
message?: string;
|
|
7893
7552
|
}
|
|
7894
|
-
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
7895
|
-
/**
|
|
7896
|
-
* @internal
|
|
7897
|
-
*/
|
|
7898
|
-
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
7899
|
-
}
|
|
7900
7553
|
/**
|
|
7901
7554
|
* <p>The DB proxy already has the maximum number of endpoints.</p>
|
|
7902
7555
|
*/
|
|
@@ -7905,12 +7558,6 @@ export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $M
|
|
|
7905
7558
|
$fault: "client";
|
|
7906
7559
|
message?: string;
|
|
7907
7560
|
}
|
|
7908
|
-
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
7909
|
-
/**
|
|
7910
|
-
* @internal
|
|
7911
|
-
*/
|
|
7912
|
-
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
7913
|
-
}
|
|
7914
7561
|
/**
|
|
7915
7562
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
7916
7563
|
*/
|
|
@@ -7919,12 +7566,6 @@ export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBe
|
|
|
7919
7566
|
$fault: "client";
|
|
7920
7567
|
message?: string;
|
|
7921
7568
|
}
|
|
7922
|
-
export declare namespace InvalidDBProxyStateFault {
|
|
7923
|
-
/**
|
|
7924
|
-
* @internal
|
|
7925
|
-
*/
|
|
7926
|
-
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
7927
|
-
}
|
|
7928
7569
|
/**
|
|
7929
7570
|
* <p></p>
|
|
7930
7571
|
*/
|
|
@@ -7992,12 +7633,6 @@ export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $M
|
|
|
7992
7633
|
$fault: "client";
|
|
7993
7634
|
message?: string;
|
|
7994
7635
|
}
|
|
7995
|
-
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
7996
|
-
/**
|
|
7997
|
-
* @internal
|
|
7998
|
-
*/
|
|
7999
|
-
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
8000
|
-
}
|
|
8001
7636
|
/**
|
|
8002
7637
|
* <p>A DB security group isn't allowed for this action.</p>
|
|
8003
7638
|
*/
|
|
@@ -8006,12 +7641,6 @@ export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $Me
|
|
|
8006
7641
|
$fault: "client";
|
|
8007
7642
|
message?: string;
|
|
8008
7643
|
}
|
|
8009
|
-
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
8010
|
-
/**
|
|
8011
|
-
* @internal
|
|
8012
|
-
*/
|
|
8013
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
8014
|
-
}
|
|
8015
7644
|
/**
|
|
8016
7645
|
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
8017
7646
|
* groups.</p>
|
|
@@ -8021,12 +7650,6 @@ export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $M
|
|
|
8021
7650
|
$fault: "client";
|
|
8022
7651
|
message?: string;
|
|
8023
7652
|
}
|
|
8024
|
-
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
8025
|
-
/**
|
|
8026
|
-
* @internal
|
|
8027
|
-
*/
|
|
8028
|
-
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
8029
|
-
}
|
|
8030
7653
|
/**
|
|
8031
7654
|
* <p></p>
|
|
8032
7655
|
*/
|
|
@@ -8147,12 +7770,6 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8147
7770
|
$fault: "client";
|
|
8148
7771
|
message?: string;
|
|
8149
7772
|
}
|
|
8150
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
8151
|
-
/**
|
|
8152
|
-
* @internal
|
|
8153
|
-
*/
|
|
8154
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
8155
|
-
}
|
|
8156
7773
|
/**
|
|
8157
7774
|
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
8158
7775
|
* groups.</p>
|
|
@@ -8162,12 +7779,6 @@ export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $Met
|
|
|
8162
7779
|
$fault: "client";
|
|
8163
7780
|
message?: string;
|
|
8164
7781
|
}
|
|
8165
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
8166
|
-
/**
|
|
8167
|
-
* @internal
|
|
8168
|
-
*/
|
|
8169
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
8170
|
-
}
|
|
8171
7782
|
/**
|
|
8172
7783
|
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
8173
7784
|
* DB subnet groups.</p>
|
|
@@ -8177,12 +7788,6 @@ export interface DBSubnetQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
8177
7788
|
$fault: "client";
|
|
8178
7789
|
message?: string;
|
|
8179
7790
|
}
|
|
8180
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
8181
|
-
/**
|
|
8182
|
-
* @internal
|
|
8183
|
-
*/
|
|
8184
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
8185
|
-
}
|
|
8186
7791
|
/**
|
|
8187
7792
|
* <p></p>
|
|
8188
7793
|
*/
|
|
@@ -8280,12 +7885,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
8280
7885
|
$fault: "client";
|
|
8281
7886
|
message?: string;
|
|
8282
7887
|
}
|
|
8283
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
8284
|
-
/**
|
|
8285
|
-
* @internal
|
|
8286
|
-
*/
|
|
8287
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
8288
|
-
}
|
|
8289
7888
|
/**
|
|
8290
7889
|
* <p>SNS has responded that there is a problem with the SND topic specified.</p>
|
|
8291
7890
|
*/
|
|
@@ -8294,12 +7893,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
8294
7893
|
$fault: "client";
|
|
8295
7894
|
message?: string;
|
|
8296
7895
|
}
|
|
8297
|
-
export declare namespace SNSInvalidTopicFault {
|
|
8298
|
-
/**
|
|
8299
|
-
* @internal
|
|
8300
|
-
*/
|
|
8301
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
8302
|
-
}
|
|
8303
7896
|
/**
|
|
8304
7897
|
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
8305
7898
|
*/
|
|
@@ -8308,12 +7901,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
8308
7901
|
$fault: "client";
|
|
8309
7902
|
message?: string;
|
|
8310
7903
|
}
|
|
8311
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
8312
|
-
/**
|
|
8313
|
-
* @internal
|
|
8314
|
-
*/
|
|
8315
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
8316
|
-
}
|
|
8317
7904
|
/**
|
|
8318
7905
|
* <p>The SNS topic ARN does not exist.</p>
|
|
8319
7906
|
*/
|
|
@@ -8322,12 +7909,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
8322
7909
|
$fault: "client";
|
|
8323
7910
|
message?: string;
|
|
8324
7911
|
}
|
|
8325
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
8326
|
-
/**
|
|
8327
|
-
* @internal
|
|
8328
|
-
*/
|
|
8329
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
8330
|
-
}
|
|
8331
7912
|
/**
|
|
8332
7913
|
* <p>The supplied subscription name already exists.</p>
|
|
8333
7914
|
*/
|
|
@@ -8336,12 +7917,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
|
|
|
8336
7917
|
$fault: "client";
|
|
8337
7918
|
message?: string;
|
|
8338
7919
|
}
|
|
8339
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
8340
|
-
/**
|
|
8341
|
-
* @internal
|
|
8342
|
-
*/
|
|
8343
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
8344
|
-
}
|
|
8345
7920
|
/**
|
|
8346
7921
|
* <p>The supplied category does not exist.</p>
|
|
8347
7922
|
*/
|
|
@@ -8350,12 +7925,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
|
|
|
8350
7925
|
$fault: "client";
|
|
8351
7926
|
message?: string;
|
|
8352
7927
|
}
|
|
8353
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
8354
|
-
/**
|
|
8355
|
-
* @internal
|
|
8356
|
-
*/
|
|
8357
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
8358
|
-
}
|
|
8359
7928
|
export interface CreateGlobalClusterMessage {
|
|
8360
7929
|
/**
|
|
8361
7930
|
* <p>The cluster identifier of the new global database cluster.</p>
|
|
@@ -8586,12 +8155,6 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8586
8155
|
$fault: "client";
|
|
8587
8156
|
message?: string;
|
|
8588
8157
|
}
|
|
8589
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
8590
|
-
/**
|
|
8591
|
-
* @internal
|
|
8592
|
-
*/
|
|
8593
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
8594
|
-
}
|
|
8595
8158
|
/**
|
|
8596
8159
|
* <p>The number of global database clusters for this account is already at the maximum allowed.</p>
|
|
8597
8160
|
*/
|
|
@@ -8600,12 +8163,6 @@ export interface GlobalClusterQuotaExceededFault extends __SmithyException, $Met
|
|
|
8600
8163
|
$fault: "client";
|
|
8601
8164
|
message?: string;
|
|
8602
8165
|
}
|
|
8603
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
8604
|
-
/**
|
|
8605
|
-
* @internal
|
|
8606
|
-
*/
|
|
8607
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
8608
|
-
}
|
|
8609
8166
|
/**
|
|
8610
8167
|
* <p></p>
|
|
8611
8168
|
*/
|
|
@@ -8758,12 +8315,6 @@ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $
|
|
|
8758
8315
|
$fault: "client";
|
|
8759
8316
|
message?: string;
|
|
8760
8317
|
}
|
|
8761
|
-
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
8762
|
-
/**
|
|
8763
|
-
* @internal
|
|
8764
|
-
*/
|
|
8765
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
8766
|
-
}
|
|
8767
8318
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
8768
8319
|
/**
|
|
8769
8320
|
* <p>The database engine. The only supported engine is <code>custom-oracle-ee</code>.</p>
|
|
@@ -8790,12 +8341,6 @@ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyExceptio
|
|
|
8790
8341
|
$fault: "client";
|
|
8791
8342
|
message?: string;
|
|
8792
8343
|
}
|
|
8793
|
-
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
8794
|
-
/**
|
|
8795
|
-
* @internal
|
|
8796
|
-
*/
|
|
8797
|
-
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
8798
|
-
}
|
|
8799
8344
|
/**
|
|
8800
8345
|
* <p></p>
|
|
8801
8346
|
*/
|
|
@@ -8892,12 +8437,6 @@ export interface DBClusterEndpointNotFoundFault extends __SmithyException, $Meta
|
|
|
8892
8437
|
$fault: "client";
|
|
8893
8438
|
message?: string;
|
|
8894
8439
|
}
|
|
8895
|
-
export declare namespace DBClusterEndpointNotFoundFault {
|
|
8896
|
-
/**
|
|
8897
|
-
* @internal
|
|
8898
|
-
*/
|
|
8899
|
-
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
8900
|
-
}
|
|
8901
8440
|
export interface DeleteDBClusterEndpointMessage {
|
|
8902
8441
|
/**
|
|
8903
8442
|
* <p>The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.</p>
|
|
@@ -8918,12 +8457,6 @@ export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $
|
|
|
8918
8457
|
$fault: "client";
|
|
8919
8458
|
message?: string;
|
|
8920
8459
|
}
|
|
8921
|
-
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
8922
|
-
/**
|
|
8923
|
-
* @internal
|
|
8924
|
-
*/
|
|
8925
|
-
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
8926
|
-
}
|
|
8927
8460
|
/**
|
|
8928
8461
|
* <p></p>
|
|
8929
8462
|
*/
|
|
@@ -8961,12 +8494,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
8961
8494
|
$fault: "client";
|
|
8962
8495
|
message?: string;
|
|
8963
8496
|
}
|
|
8964
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
8965
|
-
/**
|
|
8966
|
-
* @internal
|
|
8967
|
-
*/
|
|
8968
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
8969
|
-
}
|
|
8970
8497
|
/**
|
|
8971
8498
|
* <p></p>
|
|
8972
8499
|
*/
|
|
@@ -9009,12 +8536,6 @@ export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyExc
|
|
|
9009
8536
|
$fault: "client";
|
|
9010
8537
|
message?: string;
|
|
9011
8538
|
}
|
|
9012
|
-
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
9013
|
-
/**
|
|
9014
|
-
* @internal
|
|
9015
|
-
*/
|
|
9016
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
9017
|
-
}
|
|
9018
8539
|
/**
|
|
9019
8540
|
* <p></p>
|
|
9020
8541
|
*/
|
|
@@ -9109,12 +8630,6 @@ export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyExceptio
|
|
|
9109
8630
|
$fault: "client";
|
|
9110
8631
|
message?: string;
|
|
9111
8632
|
}
|
|
9112
|
-
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
9113
|
-
/**
|
|
9114
|
-
* @internal
|
|
9115
|
-
*/
|
|
9116
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
9117
|
-
}
|
|
9118
8633
|
/**
|
|
9119
8634
|
* <p>Parameter input for the <code>DeleteDBInstanceAutomatedBackup</code> operation.</p>
|
|
9120
8635
|
*/
|
|
@@ -9324,12 +8839,6 @@ export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyExce
|
|
|
9324
8839
|
$fault: "client";
|
|
9325
8840
|
message?: string;
|
|
9326
8841
|
}
|
|
9327
|
-
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
9328
|
-
/**
|
|
9329
|
-
* @internal
|
|
9330
|
-
*/
|
|
9331
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
9332
|
-
}
|
|
9333
8842
|
/**
|
|
9334
8843
|
* <p></p>
|
|
9335
8844
|
*/
|
|
@@ -9389,12 +8898,6 @@ export interface DBProxyEndpointNotFoundFault extends __SmithyException, $Metada
|
|
|
9389
8898
|
$fault: "client";
|
|
9390
8899
|
message?: string;
|
|
9391
8900
|
}
|
|
9392
|
-
export declare namespace DBProxyEndpointNotFoundFault {
|
|
9393
|
-
/**
|
|
9394
|
-
* @internal
|
|
9395
|
-
*/
|
|
9396
|
-
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
9397
|
-
}
|
|
9398
8901
|
export interface DeleteDBProxyEndpointRequest {
|
|
9399
8902
|
/**
|
|
9400
8903
|
* <p>The name of the DB proxy endpoint to delete.</p>
|
|
@@ -9427,12 +8930,6 @@ export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $Me
|
|
|
9427
8930
|
$fault: "client";
|
|
9428
8931
|
message?: string;
|
|
9429
8932
|
}
|
|
9430
|
-
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
9431
|
-
/**
|
|
9432
|
-
* @internal
|
|
9433
|
-
*/
|
|
9434
|
-
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
9435
|
-
}
|
|
9436
8933
|
/**
|
|
9437
8934
|
* <p></p>
|
|
9438
8935
|
*/
|
|
@@ -9530,12 +9027,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
9530
9027
|
$fault: "client";
|
|
9531
9028
|
message?: string;
|
|
9532
9029
|
}
|
|
9533
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
9534
|
-
/**
|
|
9535
|
-
* @internal
|
|
9536
|
-
*/
|
|
9537
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
9538
|
-
}
|
|
9539
9030
|
/**
|
|
9540
9031
|
* <p></p>
|
|
9541
9032
|
*/
|
|
@@ -9571,12 +9062,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
9571
9062
|
$fault: "client";
|
|
9572
9063
|
message?: string;
|
|
9573
9064
|
}
|
|
9574
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
9575
|
-
/**
|
|
9576
|
-
* @internal
|
|
9577
|
-
*/
|
|
9578
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
9579
|
-
}
|
|
9580
9065
|
export interface DeleteGlobalClusterMessage {
|
|
9581
9066
|
/**
|
|
9582
9067
|
* <p>
|
|
@@ -9685,12 +9170,6 @@ export interface InstallationMediaNotFoundFault extends __SmithyException, $Meta
|
|
|
9685
9170
|
$fault: "client";
|
|
9686
9171
|
message?: string;
|
|
9687
9172
|
}
|
|
9688
|
-
export declare namespace InstallationMediaNotFoundFault {
|
|
9689
|
-
/**
|
|
9690
|
-
* @internal
|
|
9691
|
-
*/
|
|
9692
|
-
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
9693
|
-
}
|
|
9694
9173
|
/**
|
|
9695
9174
|
* <p></p>
|
|
9696
9175
|
*/
|
|
@@ -9719,12 +9198,6 @@ export interface InvalidOptionGroupStateFault extends __SmithyException, $Metada
|
|
|
9719
9198
|
$fault: "client";
|
|
9720
9199
|
message?: string;
|
|
9721
9200
|
}
|
|
9722
|
-
export declare namespace InvalidOptionGroupStateFault {
|
|
9723
|
-
/**
|
|
9724
|
-
* @internal
|
|
9725
|
-
*/
|
|
9726
|
-
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
9727
|
-
}
|
|
9728
9201
|
/**
|
|
9729
9202
|
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
9730
9203
|
*/
|
|
@@ -9733,12 +9206,6 @@ export interface DBProxyTargetNotFoundFault extends __SmithyException, $Metadata
|
|
|
9733
9206
|
$fault: "client";
|
|
9734
9207
|
message?: string;
|
|
9735
9208
|
}
|
|
9736
|
-
export declare namespace DBProxyTargetNotFoundFault {
|
|
9737
|
-
/**
|
|
9738
|
-
* @internal
|
|
9739
|
-
*/
|
|
9740
|
-
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
9741
|
-
}
|
|
9742
9209
|
export interface DeregisterDBProxyTargetsRequest {
|
|
9743
9210
|
/**
|
|
9744
9211
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -9862,12 +9329,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
9862
9329
|
$fault: "client";
|
|
9863
9330
|
message?: string;
|
|
9864
9331
|
}
|
|
9865
|
-
export declare namespace CertificateNotFoundFault {
|
|
9866
|
-
/**
|
|
9867
|
-
* @internal
|
|
9868
|
-
*/
|
|
9869
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
9870
|
-
}
|
|
9871
9332
|
/**
|
|
9872
9333
|
* <p>A filter name and value pair that is used to return a more specific list of results
|
|
9873
9334
|
* from a describe operation. Filters can be used to match a set of resources by specific
|
|
@@ -10046,12 +9507,6 @@ export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $Met
|
|
|
10046
9507
|
$fault: "client";
|
|
10047
9508
|
message?: string;
|
|
10048
9509
|
}
|
|
10049
|
-
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
10050
|
-
/**
|
|
10051
|
-
* @internal
|
|
10052
|
-
*/
|
|
10053
|
-
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
10054
|
-
}
|
|
10055
9510
|
/**
|
|
10056
9511
|
* <p></p>
|
|
10057
9512
|
*/
|
|
@@ -10811,7 +10266,7 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
10811
10266
|
* </li>
|
|
10812
10267
|
* <li>
|
|
10813
10268
|
* <p>
|
|
10814
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
10269
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
10815
10270
|
* </li>
|
|
10816
10271
|
* <li>
|
|
10817
10272
|
* <p>
|