@aws-sdk/client-rds 3.46.0 → 3.48.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/CHANGELOG.md +39 -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 +10 -2
- 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 -4
- package/dist-types/RDS.d.ts +13 -10
- package/dist-types/RDSClient.d.ts +5 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +7 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +19 -597
- package/dist-types/models/models_1.d.ts +11 -148
- 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 +1 -93
- 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 +37 -37
|
@@ -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
|
*/
|
|
@@ -340,6 +292,9 @@ export interface AddSourceIdentifierToSubscriptionMessage {
|
|
|
340
292
|
* <li>
|
|
341
293
|
* <p>If the source type is a DB cluster snapshot, a <code>DBClusterSnapshotIdentifier</code> value must be supplied.</p>
|
|
342
294
|
* </li>
|
|
295
|
+
* <li>
|
|
296
|
+
* <p>If the source type is an RDS Proxy, a <code>DBProxyName</code> value must be supplied.</p>
|
|
297
|
+
* </li>
|
|
343
298
|
* </ul>
|
|
344
299
|
*/
|
|
345
300
|
SourceIdentifier: string | undefined;
|
|
@@ -424,12 +379,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
424
379
|
$fault: "client";
|
|
425
380
|
message?: string;
|
|
426
381
|
}
|
|
427
|
-
export declare namespace SourceNotFoundFault {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
432
|
-
}
|
|
433
382
|
/**
|
|
434
383
|
* <p>The subscription name does not exist.</p>
|
|
435
384
|
*/
|
|
@@ -438,12 +387,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
|
|
|
438
387
|
$fault: "client";
|
|
439
388
|
message?: string;
|
|
440
389
|
}
|
|
441
|
-
export declare namespace SubscriptionNotFoundFault {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
446
|
-
}
|
|
447
390
|
/**
|
|
448
391
|
* <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
|
|
449
392
|
*/
|
|
@@ -493,12 +436,6 @@ export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
493
436
|
$fault: "client";
|
|
494
437
|
message?: string;
|
|
495
438
|
}
|
|
496
|
-
export declare namespace DBProxyNotFoundFault {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: DBProxyNotFoundFault) => any;
|
|
501
|
-
}
|
|
502
439
|
/**
|
|
503
440
|
* <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
441
|
*/
|
|
@@ -507,12 +444,6 @@ export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $Met
|
|
|
507
444
|
$fault: "client";
|
|
508
445
|
message?: string;
|
|
509
446
|
}
|
|
510
|
-
export declare namespace DBProxyTargetGroupNotFoundFault {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: DBProxyTargetGroupNotFoundFault) => any;
|
|
515
|
-
}
|
|
516
447
|
/**
|
|
517
448
|
* <p>
|
|
518
449
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.
|
|
@@ -523,12 +454,6 @@ export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
523
454
|
$fault: "client";
|
|
524
455
|
message?: string;
|
|
525
456
|
}
|
|
526
|
-
export declare namespace DBSnapshotNotFoundFault {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
531
|
-
}
|
|
532
457
|
/**
|
|
533
458
|
* <p></p>
|
|
534
459
|
*/
|
|
@@ -663,12 +588,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
663
588
|
$fault: "client";
|
|
664
589
|
message?: string;
|
|
665
590
|
}
|
|
666
|
-
export declare namespace ResourceNotFoundFault {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
671
|
-
}
|
|
672
591
|
/**
|
|
673
592
|
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
|
|
674
593
|
* the specified DB security group.</p>
|
|
@@ -678,12 +597,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
|
|
|
678
597
|
$fault: "client";
|
|
679
598
|
message?: string;
|
|
680
599
|
}
|
|
681
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
686
|
-
}
|
|
687
600
|
/**
|
|
688
601
|
* <p>The DB security group authorization quota has been reached.</p>
|
|
689
602
|
*/
|
|
@@ -692,12 +605,6 @@ export interface AuthorizationQuotaExceededFault extends __SmithyException, $Met
|
|
|
692
605
|
$fault: "client";
|
|
693
606
|
message?: string;
|
|
694
607
|
}
|
|
695
|
-
export declare namespace AuthorizationQuotaExceededFault {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
|
|
700
|
-
}
|
|
701
608
|
/**
|
|
702
609
|
* <p></p>
|
|
703
610
|
*/
|
|
@@ -885,12 +792,6 @@ export interface DBSecurityGroupNotFoundFault extends __SmithyException, $Metada
|
|
|
885
792
|
$fault: "client";
|
|
886
793
|
message?: string;
|
|
887
794
|
}
|
|
888
|
-
export declare namespace DBSecurityGroupNotFoundFault {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
893
|
-
}
|
|
894
795
|
/**
|
|
895
796
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
896
797
|
*/
|
|
@@ -899,12 +800,6 @@ export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $Me
|
|
|
899
800
|
$fault: "client";
|
|
900
801
|
message?: string;
|
|
901
802
|
}
|
|
902
|
-
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
907
|
-
}
|
|
908
803
|
/**
|
|
909
804
|
* <p></p>
|
|
910
805
|
*/
|
|
@@ -1144,12 +1039,6 @@ export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
1144
1039
|
$fault: "client";
|
|
1145
1040
|
message?: string;
|
|
1146
1041
|
}
|
|
1147
|
-
export declare namespace ExportTaskNotFoundFault {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
const filterSensitiveLog: (obj: ExportTaskNotFoundFault) => any;
|
|
1152
|
-
}
|
|
1153
1042
|
/**
|
|
1154
1043
|
* <p>You can't cancel an export task that has completed.</p>
|
|
1155
1044
|
*/
|
|
@@ -1158,12 +1047,6 @@ export interface InvalidExportTaskStateFault extends __SmithyException, $Metadat
|
|
|
1158
1047
|
$fault: "client";
|
|
1159
1048
|
message?: string;
|
|
1160
1049
|
}
|
|
1161
|
-
export declare namespace InvalidExportTaskStateFault {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: InvalidExportTaskStateFault) => any;
|
|
1166
|
-
}
|
|
1167
1050
|
export interface CopyDBClusterParameterGroupMessage {
|
|
1168
1051
|
/**
|
|
1169
1052
|
* <p>The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
|
@@ -1271,12 +1154,6 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
1271
1154
|
$fault: "client";
|
|
1272
1155
|
message?: string;
|
|
1273
1156
|
}
|
|
1274
|
-
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
1279
|
-
}
|
|
1280
1157
|
/**
|
|
1281
1158
|
* <p>
|
|
1282
1159
|
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
@@ -1288,12 +1165,6 @@ export interface DBParameterGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
1288
1165
|
$fault: "client";
|
|
1289
1166
|
message?: string;
|
|
1290
1167
|
}
|
|
1291
|
-
export declare namespace DBParameterGroupNotFoundFault {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
1296
|
-
}
|
|
1297
1168
|
/**
|
|
1298
1169
|
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
1299
1170
|
* groups.</p>
|
|
@@ -1303,12 +1174,6 @@ export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $
|
|
|
1303
1174
|
$fault: "client";
|
|
1304
1175
|
message?: string;
|
|
1305
1176
|
}
|
|
1306
|
-
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
1311
|
-
}
|
|
1312
1177
|
/**
|
|
1313
1178
|
* <p></p>
|
|
1314
1179
|
*/
|
|
@@ -1581,12 +1446,6 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
1581
1446
|
$fault: "client";
|
|
1582
1447
|
message?: string;
|
|
1583
1448
|
}
|
|
1584
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
1589
|
-
}
|
|
1590
1449
|
/**
|
|
1591
1450
|
* <p>
|
|
1592
1451
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.
|
|
@@ -1597,12 +1456,6 @@ export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $Meta
|
|
|
1597
1456
|
$fault: "client";
|
|
1598
1457
|
message?: string;
|
|
1599
1458
|
}
|
|
1600
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
1605
|
-
}
|
|
1606
1459
|
/**
|
|
1607
1460
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
1608
1461
|
*/
|
|
@@ -1611,12 +1464,6 @@ export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $
|
|
|
1611
1464
|
$fault: "client";
|
|
1612
1465
|
message?: string;
|
|
1613
1466
|
}
|
|
1614
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
1615
|
-
/**
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1618
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
1619
|
-
}
|
|
1620
1467
|
/**
|
|
1621
1468
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
1622
1469
|
*/
|
|
@@ -1625,12 +1472,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
1625
1472
|
$fault: "client";
|
|
1626
1473
|
message?: string;
|
|
1627
1474
|
}
|
|
1628
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
1633
|
-
}
|
|
1634
1475
|
/**
|
|
1635
1476
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
1636
1477
|
* snapshots.</p>
|
|
@@ -1640,12 +1481,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1640
1481
|
$fault: "client";
|
|
1641
1482
|
message?: string;
|
|
1642
1483
|
}
|
|
1643
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1648
|
-
}
|
|
1649
1484
|
/**
|
|
1650
1485
|
* <p></p>
|
|
1651
1486
|
*/
|
|
@@ -2197,12 +2032,6 @@ export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException,
|
|
|
2197
2032
|
$fault: "client";
|
|
2198
2033
|
message?: string;
|
|
2199
2034
|
}
|
|
2200
|
-
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
2205
|
-
}
|
|
2206
2035
|
/**
|
|
2207
2036
|
* <p>
|
|
2208
2037
|
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.
|
|
@@ -2213,12 +2042,6 @@ export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2213
2042
|
$fault: "client";
|
|
2214
2043
|
message?: string;
|
|
2215
2044
|
}
|
|
2216
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
2221
|
-
}
|
|
2222
2045
|
/**
|
|
2223
2046
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
2224
2047
|
*/
|
|
@@ -2227,12 +2050,6 @@ export interface InvalidDBSnapshotStateFault extends __SmithyException, $Metadat
|
|
|
2227
2050
|
$fault: "client";
|
|
2228
2051
|
message?: string;
|
|
2229
2052
|
}
|
|
2230
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
2231
|
-
/**
|
|
2232
|
-
* @internal
|
|
2233
|
-
*/
|
|
2234
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
2235
|
-
}
|
|
2236
2053
|
/**
|
|
2237
2054
|
* <p></p>
|
|
2238
2055
|
*/
|
|
@@ -2511,12 +2328,6 @@ export interface OptionGroupAlreadyExistsFault extends __SmithyException, $Metad
|
|
|
2511
2328
|
$fault: "client";
|
|
2512
2329
|
message?: string;
|
|
2513
2330
|
}
|
|
2514
|
-
export declare namespace OptionGroupAlreadyExistsFault {
|
|
2515
|
-
/**
|
|
2516
|
-
* @internal
|
|
2517
|
-
*/
|
|
2518
|
-
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
2519
|
-
}
|
|
2520
2331
|
/**
|
|
2521
2332
|
* <p>The specified option group could not be found.</p>
|
|
2522
2333
|
*/
|
|
@@ -2525,12 +2336,6 @@ export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2525
2336
|
$fault: "client";
|
|
2526
2337
|
message?: string;
|
|
2527
2338
|
}
|
|
2528
|
-
export declare namespace OptionGroupNotFoundFault {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
2533
|
-
}
|
|
2534
2339
|
/**
|
|
2535
2340
|
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
2536
2341
|
*/
|
|
@@ -2539,12 +2344,6 @@ export interface OptionGroupQuotaExceededFault extends __SmithyException, $Metad
|
|
|
2539
2344
|
$fault: "client";
|
|
2540
2345
|
message?: string;
|
|
2541
2346
|
}
|
|
2542
|
-
export declare namespace OptionGroupQuotaExceededFault {
|
|
2543
|
-
/**
|
|
2544
|
-
* @internal
|
|
2545
|
-
*/
|
|
2546
|
-
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
2547
|
-
}
|
|
2548
2347
|
/**
|
|
2549
2348
|
* <p></p>
|
|
2550
2349
|
*/
|
|
@@ -2673,12 +2472,6 @@ export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyExcept
|
|
|
2673
2472
|
$fault: "client";
|
|
2674
2473
|
message?: string;
|
|
2675
2474
|
}
|
|
2676
|
-
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
2681
|
-
}
|
|
2682
2475
|
/**
|
|
2683
2476
|
* <p>You have exceeded the maximum number of custom Availability Zones.</p>
|
|
2684
2477
|
*/
|
|
@@ -2687,12 +2480,6 @@ export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyExcept
|
|
|
2687
2480
|
$fault: "client";
|
|
2688
2481
|
message?: string;
|
|
2689
2482
|
}
|
|
2690
|
-
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
2695
|
-
}
|
|
2696
2483
|
export interface CreateCustomDBEngineVersionMessage {
|
|
2697
2484
|
/**
|
|
2698
2485
|
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
|
|
@@ -2784,12 +2571,6 @@ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyExcepti
|
|
|
2784
2571
|
$fault: "client";
|
|
2785
2572
|
message?: string;
|
|
2786
2573
|
}
|
|
2787
|
-
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
2792
|
-
}
|
|
2793
2574
|
/**
|
|
2794
2575
|
* <p>You have exceeded your CEV quota.</p>
|
|
2795
2576
|
*/
|
|
@@ -2798,12 +2579,6 @@ export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyExcepti
|
|
|
2798
2579
|
$fault: "client";
|
|
2799
2580
|
message?: string;
|
|
2800
2581
|
}
|
|
2801
|
-
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
2802
|
-
/**
|
|
2803
|
-
* @internal
|
|
2804
|
-
*/
|
|
2805
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
2806
|
-
}
|
|
2807
2582
|
/**
|
|
2808
2583
|
* <p>
|
|
2809
2584
|
* This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
|
|
@@ -4336,12 +4111,6 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4336
4111
|
$fault: "client";
|
|
4337
4112
|
message?: string;
|
|
4338
4113
|
}
|
|
4339
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
4340
|
-
/**
|
|
4341
|
-
* @internal
|
|
4342
|
-
*/
|
|
4343
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
4344
|
-
}
|
|
4345
4114
|
/**
|
|
4346
4115
|
* <p>
|
|
4347
4116
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
@@ -4352,12 +4121,6 @@ export interface DBClusterParameterGroupNotFoundFault extends __SmithyException,
|
|
|
4352
4121
|
$fault: "client";
|
|
4353
4122
|
message?: string;
|
|
4354
4123
|
}
|
|
4355
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
4356
|
-
/**
|
|
4357
|
-
* @internal
|
|
4358
|
-
*/
|
|
4359
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
4360
|
-
}
|
|
4361
4124
|
/**
|
|
4362
4125
|
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
4363
4126
|
* maximum allowed DB cluster quota.</p>
|
|
@@ -4367,12 +4130,6 @@ export interface DBClusterQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4367
4130
|
$fault: "client";
|
|
4368
4131
|
message?: string;
|
|
4369
4132
|
}
|
|
4370
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
4371
|
-
/**
|
|
4372
|
-
* @internal
|
|
4373
|
-
*/
|
|
4374
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
4375
|
-
}
|
|
4376
4133
|
/**
|
|
4377
4134
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
4378
4135
|
*/
|
|
@@ -4381,12 +4138,6 @@ export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $
|
|
|
4381
4138
|
$fault: "client";
|
|
4382
4139
|
message?: string;
|
|
4383
4140
|
}
|
|
4384
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
4385
|
-
/**
|
|
4386
|
-
* @internal
|
|
4387
|
-
*/
|
|
4388
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
4389
|
-
}
|
|
4390
4141
|
/**
|
|
4391
4142
|
* <p>
|
|
4392
4143
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.
|
|
@@ -4397,12 +4148,6 @@ export interface DBSubnetGroupNotFoundFault extends __SmithyException, $Metadata
|
|
|
4397
4148
|
$fault: "client";
|
|
4398
4149
|
message?: string;
|
|
4399
4150
|
}
|
|
4400
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
4401
|
-
/**
|
|
4402
|
-
* @internal
|
|
4403
|
-
*/
|
|
4404
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
4405
|
-
}
|
|
4406
4151
|
/**
|
|
4407
4152
|
* <p>
|
|
4408
4153
|
* <code>Domain</code> doesn't refer to an existing Active Directory domain.
|
|
@@ -4413,12 +4158,6 @@ export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
4413
4158
|
$fault: "client";
|
|
4414
4159
|
message?: string;
|
|
4415
4160
|
}
|
|
4416
|
-
export declare namespace DomainNotFoundFault {
|
|
4417
|
-
/**
|
|
4418
|
-
* @internal
|
|
4419
|
-
*/
|
|
4420
|
-
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
4421
|
-
}
|
|
4422
4161
|
/**
|
|
4423
4162
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
|
|
4424
4163
|
*/
|
|
@@ -4427,12 +4166,6 @@ export interface GlobalClusterNotFoundFault extends __SmithyException, $Metadata
|
|
|
4427
4166
|
$fault: "client";
|
|
4428
4167
|
message?: string;
|
|
4429
4168
|
}
|
|
4430
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
4431
|
-
/**
|
|
4432
|
-
* @internal
|
|
4433
|
-
*/
|
|
4434
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
4435
|
-
}
|
|
4436
4169
|
/**
|
|
4437
4170
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
4438
4171
|
* resolve this error by updating your subnet group to use different Availability Zones
|
|
@@ -4443,12 +4176,6 @@ export interface InsufficientStorageClusterCapacityFault extends __SmithyExcepti
|
|
|
4443
4176
|
$fault: "client";
|
|
4444
4177
|
message?: string;
|
|
4445
4178
|
}
|
|
4446
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
4447
|
-
/**
|
|
4448
|
-
* @internal
|
|
4449
|
-
*/
|
|
4450
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
4451
|
-
}
|
|
4452
4179
|
/**
|
|
4453
4180
|
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
4454
4181
|
*/
|
|
@@ -4457,12 +4184,6 @@ export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $Meta
|
|
|
4457
4184
|
$fault: "client";
|
|
4458
4185
|
message?: string;
|
|
4459
4186
|
}
|
|
4460
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
4461
|
-
/**
|
|
4462
|
-
* @internal
|
|
4463
|
-
*/
|
|
4464
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
4465
|
-
}
|
|
4466
4187
|
/**
|
|
4467
4188
|
* <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
|
|
4468
4189
|
*/
|
|
@@ -4471,12 +4192,6 @@ export interface InvalidGlobalClusterStateFault extends __SmithyException, $Meta
|
|
|
4471
4192
|
$fault: "client";
|
|
4472
4193
|
message?: string;
|
|
4473
4194
|
}
|
|
4474
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
4475
|
-
/**
|
|
4476
|
-
* @internal
|
|
4477
|
-
*/
|
|
4478
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
4479
|
-
}
|
|
4480
4195
|
/**
|
|
4481
4196
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
4482
4197
|
*/
|
|
@@ -4485,12 +4200,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
4485
4200
|
$fault: "client";
|
|
4486
4201
|
message?: string;
|
|
4487
4202
|
}
|
|
4488
|
-
export declare namespace InvalidSubnet {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
4493
|
-
}
|
|
4494
4203
|
/**
|
|
4495
4204
|
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
4496
4205
|
* created because of users' change.</p>
|
|
@@ -4500,12 +4209,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
4500
4209
|
$fault: "client";
|
|
4501
4210
|
message?: string;
|
|
4502
4211
|
}
|
|
4503
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
4504
|
-
/**
|
|
4505
|
-
* @internal
|
|
4506
|
-
*/
|
|
4507
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
4508
|
-
}
|
|
4509
4212
|
/**
|
|
4510
4213
|
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
4511
4214
|
* available across all DB instances.</p>
|
|
@@ -4515,12 +4218,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
4515
4218
|
$fault: "client";
|
|
4516
4219
|
message?: string;
|
|
4517
4220
|
}
|
|
4518
|
-
export declare namespace StorageQuotaExceededFault {
|
|
4519
|
-
/**
|
|
4520
|
-
* @internal
|
|
4521
|
-
*/
|
|
4522
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
4523
|
-
}
|
|
4524
4221
|
export interface CreateDBClusterEndpointMessage {
|
|
4525
4222
|
/**
|
|
4526
4223
|
* <p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is
|
|
@@ -4645,12 +4342,6 @@ export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException,
|
|
|
4645
4342
|
$fault: "client";
|
|
4646
4343
|
message?: string;
|
|
4647
4344
|
}
|
|
4648
|
-
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
4649
|
-
/**
|
|
4650
|
-
* @internal
|
|
4651
|
-
*/
|
|
4652
|
-
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
4653
|
-
}
|
|
4654
4345
|
/**
|
|
4655
4346
|
* <p>The cluster already has the maximum number of custom endpoints.</p>
|
|
4656
4347
|
*/
|
|
@@ -4659,12 +4350,6 @@ export interface DBClusterEndpointQuotaExceededFault extends __SmithyException,
|
|
|
4659
4350
|
$fault: "client";
|
|
4660
4351
|
message?: string;
|
|
4661
4352
|
}
|
|
4662
|
-
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
4663
|
-
/**
|
|
4664
|
-
* @internal
|
|
4665
|
-
*/
|
|
4666
|
-
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
4667
|
-
}
|
|
4668
4353
|
/**
|
|
4669
4354
|
* <p></p>
|
|
4670
4355
|
*/
|
|
@@ -4846,23 +4531,11 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
4846
4531
|
$fault: "client";
|
|
4847
4532
|
message?: string;
|
|
4848
4533
|
}
|
|
4849
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
4850
|
-
/**
|
|
4851
|
-
* @internal
|
|
4852
|
-
*/
|
|
4853
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
4854
|
-
}
|
|
4855
4534
|
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
4856
4535
|
name: "BackupPolicyNotFoundFault";
|
|
4857
4536
|
$fault: "client";
|
|
4858
4537
|
message?: string;
|
|
4859
4538
|
}
|
|
4860
|
-
export declare namespace BackupPolicyNotFoundFault {
|
|
4861
|
-
/**
|
|
4862
|
-
* @internal
|
|
4863
|
-
*/
|
|
4864
|
-
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
4865
|
-
}
|
|
4866
4539
|
/**
|
|
4867
4540
|
* <p></p>
|
|
4868
4541
|
*/
|
|
@@ -6840,12 +6513,6 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
6840
6513
|
$fault: "client";
|
|
6841
6514
|
message?: string;
|
|
6842
6515
|
}
|
|
6843
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
6844
|
-
/**
|
|
6845
|
-
* @internal
|
|
6846
|
-
*/
|
|
6847
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
6848
|
-
}
|
|
6849
6516
|
/**
|
|
6850
6517
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
6851
6518
|
* instances.</p>
|
|
@@ -6855,12 +6522,6 @@ export interface InstanceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
6855
6522
|
$fault: "client";
|
|
6856
6523
|
message?: string;
|
|
6857
6524
|
}
|
|
6858
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
6859
|
-
/**
|
|
6860
|
-
* @internal
|
|
6861
|
-
*/
|
|
6862
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
6863
|
-
}
|
|
6864
6525
|
/**
|
|
6865
6526
|
* <p>The specified DB instance class isn't available in the specified Availability
|
|
6866
6527
|
* Zone.</p>
|
|
@@ -6870,12 +6531,6 @@ export interface InsufficientDBInstanceCapacityFault extends __SmithyException,
|
|
|
6870
6531
|
$fault: "client";
|
|
6871
6532
|
message?: string;
|
|
6872
6533
|
}
|
|
6873
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
6874
|
-
/**
|
|
6875
|
-
* @internal
|
|
6876
|
-
*/
|
|
6877
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
6878
|
-
}
|
|
6879
6534
|
/**
|
|
6880
6535
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
6881
6536
|
*/
|
|
@@ -6884,12 +6539,6 @@ export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException,
|
|
|
6884
6539
|
$fault: "client";
|
|
6885
6540
|
message?: string;
|
|
6886
6541
|
}
|
|
6887
|
-
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
6888
|
-
/**
|
|
6889
|
-
* @internal
|
|
6890
|
-
*/
|
|
6891
|
-
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
6892
|
-
}
|
|
6893
6542
|
/**
|
|
6894
6543
|
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
6895
6544
|
* with the DB instance. </p>
|
|
@@ -6899,12 +6548,6 @@ export interface StorageTypeNotSupportedFault extends __SmithyException, $Metada
|
|
|
6899
6548
|
$fault: "client";
|
|
6900
6549
|
message?: string;
|
|
6901
6550
|
}
|
|
6902
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
6903
|
-
/**
|
|
6904
|
-
* @internal
|
|
6905
|
-
*/
|
|
6906
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
6907
|
-
}
|
|
6908
6551
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
6909
6552
|
/**
|
|
6910
6553
|
* <p>The DB instance identifier of the read replica. This identifier is the unique key
|
|
@@ -7367,12 +7010,6 @@ export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $Metada
|
|
|
7367
7010
|
$fault: "client";
|
|
7368
7011
|
message?: string;
|
|
7369
7012
|
}
|
|
7370
|
-
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
7371
|
-
/**
|
|
7372
|
-
* @internal
|
|
7373
|
-
*/
|
|
7374
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
7375
|
-
}
|
|
7376
7013
|
/**
|
|
7377
7014
|
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
7378
7015
|
* cross-region read replica of the same source instance.</p>
|
|
@@ -7382,12 +7019,6 @@ export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataB
|
|
|
7382
7019
|
$fault: "client";
|
|
7383
7020
|
message?: string;
|
|
7384
7021
|
}
|
|
7385
|
-
export declare namespace InvalidDBSubnetGroupFault {
|
|
7386
|
-
/**
|
|
7387
|
-
* @internal
|
|
7388
|
-
*/
|
|
7389
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
7390
|
-
}
|
|
7391
7022
|
/**
|
|
7392
7023
|
* <p></p>
|
|
7393
7024
|
*/
|
|
@@ -7776,12 +7407,6 @@ export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataB
|
|
|
7776
7407
|
$fault: "client";
|
|
7777
7408
|
message?: string;
|
|
7778
7409
|
}
|
|
7779
|
-
export declare namespace DBProxyAlreadyExistsFault {
|
|
7780
|
-
/**
|
|
7781
|
-
* @internal
|
|
7782
|
-
*/
|
|
7783
|
-
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
7784
|
-
}
|
|
7785
7410
|
/**
|
|
7786
7411
|
* <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
|
|
7787
7412
|
*/
|
|
@@ -7790,12 +7415,6 @@ export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
7790
7415
|
$fault: "client";
|
|
7791
7416
|
message?: string;
|
|
7792
7417
|
}
|
|
7793
|
-
export declare namespace DBProxyQuotaExceededFault {
|
|
7794
|
-
/**
|
|
7795
|
-
* @internal
|
|
7796
|
-
*/
|
|
7797
|
-
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
7798
|
-
}
|
|
7799
7418
|
export declare enum DBProxyEndpointTargetRole {
|
|
7800
7419
|
READ_ONLY = "READ_ONLY",
|
|
7801
7420
|
READ_WRITE = "READ_WRITE"
|
|
@@ -7934,12 +7553,6 @@ export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $M
|
|
|
7934
7553
|
$fault: "client";
|
|
7935
7554
|
message?: string;
|
|
7936
7555
|
}
|
|
7937
|
-
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
7938
|
-
/**
|
|
7939
|
-
* @internal
|
|
7940
|
-
*/
|
|
7941
|
-
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
7942
|
-
}
|
|
7943
7556
|
/**
|
|
7944
7557
|
* <p>The DB proxy already has the maximum number of endpoints.</p>
|
|
7945
7558
|
*/
|
|
@@ -7948,12 +7561,6 @@ export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $M
|
|
|
7948
7561
|
$fault: "client";
|
|
7949
7562
|
message?: string;
|
|
7950
7563
|
}
|
|
7951
|
-
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
7952
|
-
/**
|
|
7953
|
-
* @internal
|
|
7954
|
-
*/
|
|
7955
|
-
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
7956
|
-
}
|
|
7957
7564
|
/**
|
|
7958
7565
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
7959
7566
|
*/
|
|
@@ -7962,12 +7569,6 @@ export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBe
|
|
|
7962
7569
|
$fault: "client";
|
|
7963
7570
|
message?: string;
|
|
7964
7571
|
}
|
|
7965
|
-
export declare namespace InvalidDBProxyStateFault {
|
|
7966
|
-
/**
|
|
7967
|
-
* @internal
|
|
7968
|
-
*/
|
|
7969
|
-
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
7970
|
-
}
|
|
7971
7572
|
/**
|
|
7972
7573
|
* <p></p>
|
|
7973
7574
|
*/
|
|
@@ -8035,12 +7636,6 @@ export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $M
|
|
|
8035
7636
|
$fault: "client";
|
|
8036
7637
|
message?: string;
|
|
8037
7638
|
}
|
|
8038
|
-
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
8039
|
-
/**
|
|
8040
|
-
* @internal
|
|
8041
|
-
*/
|
|
8042
|
-
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
8043
|
-
}
|
|
8044
7639
|
/**
|
|
8045
7640
|
* <p>A DB security group isn't allowed for this action.</p>
|
|
8046
7641
|
*/
|
|
@@ -8049,12 +7644,6 @@ export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $Me
|
|
|
8049
7644
|
$fault: "client";
|
|
8050
7645
|
message?: string;
|
|
8051
7646
|
}
|
|
8052
|
-
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
8053
|
-
/**
|
|
8054
|
-
* @internal
|
|
8055
|
-
*/
|
|
8056
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
8057
|
-
}
|
|
8058
7647
|
/**
|
|
8059
7648
|
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
8060
7649
|
* groups.</p>
|
|
@@ -8064,12 +7653,6 @@ export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $M
|
|
|
8064
7653
|
$fault: "client";
|
|
8065
7654
|
message?: string;
|
|
8066
7655
|
}
|
|
8067
|
-
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
8068
|
-
/**
|
|
8069
|
-
* @internal
|
|
8070
|
-
*/
|
|
8071
|
-
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
8072
|
-
}
|
|
8073
7656
|
/**
|
|
8074
7657
|
* <p></p>
|
|
8075
7658
|
*/
|
|
@@ -8190,12 +7773,6 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8190
7773
|
$fault: "client";
|
|
8191
7774
|
message?: string;
|
|
8192
7775
|
}
|
|
8193
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
8194
|
-
/**
|
|
8195
|
-
* @internal
|
|
8196
|
-
*/
|
|
8197
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
8198
|
-
}
|
|
8199
7776
|
/**
|
|
8200
7777
|
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
8201
7778
|
* groups.</p>
|
|
@@ -8205,12 +7782,6 @@ export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $Met
|
|
|
8205
7782
|
$fault: "client";
|
|
8206
7783
|
message?: string;
|
|
8207
7784
|
}
|
|
8208
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
8209
|
-
/**
|
|
8210
|
-
* @internal
|
|
8211
|
-
*/
|
|
8212
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
8213
|
-
}
|
|
8214
7785
|
/**
|
|
8215
7786
|
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
8216
7787
|
* DB subnet groups.</p>
|
|
@@ -8220,12 +7791,6 @@ export interface DBSubnetQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
8220
7791
|
$fault: "client";
|
|
8221
7792
|
message?: string;
|
|
8222
7793
|
}
|
|
8223
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
8224
|
-
/**
|
|
8225
|
-
* @internal
|
|
8226
|
-
*/
|
|
8227
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
8228
|
-
}
|
|
8229
7794
|
/**
|
|
8230
7795
|
* <p></p>
|
|
8231
7796
|
*/
|
|
@@ -8242,17 +7807,22 @@ export interface CreateEventSubscriptionMessage {
|
|
|
8242
7807
|
/**
|
|
8243
7808
|
* <p>The type of source that is generating the events. For example, if you want to be
|
|
8244
7809
|
* notified of events generated by a DB instance, you set this parameter to
|
|
8245
|
-
* <code>db-instance</code>. If this value isn't specified, all events are
|
|
7810
|
+
* <code>db-instance</code>. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are
|
|
8246
7811
|
* returned.</p>
|
|
8247
|
-
* <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code>
|
|
7812
|
+
* <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
|
|
8248
7813
|
* </p>
|
|
8249
7814
|
*/
|
|
8250
7815
|
SourceType?: string;
|
|
8251
7816
|
/**
|
|
8252
7817
|
* <p> A list of event categories for a particular source type (<code>SourceType</code>)
|
|
8253
|
-
* that you want to subscribe to. You can see a list of the categories for a given source
|
|
8254
|
-
*
|
|
8255
|
-
*
|
|
7818
|
+
* that you want to subscribe to. You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
|
|
7819
|
+
* <i>Amazon RDS User Guide</i>
|
|
7820
|
+
* </a> or the
|
|
7821
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
|
|
7822
|
+
* <i>Amazon Aurora User Guide</i>
|
|
7823
|
+
* </a>.
|
|
7824
|
+
* You can also see this list by using the <code>DescribeEventCategories</code> operation.
|
|
7825
|
+
* </p>
|
|
8256
7826
|
*/
|
|
8257
7827
|
EventCategories?: string[];
|
|
8258
7828
|
/**
|
|
@@ -8281,6 +7851,9 @@ export interface CreateEventSubscriptionMessage {
|
|
|
8281
7851
|
* <li>
|
|
8282
7852
|
* <p>If the source type is a DB cluster snapshot, a <code>DBClusterSnapshotIdentifier</code> value must be supplied.</p>
|
|
8283
7853
|
* </li>
|
|
7854
|
+
* <li>
|
|
7855
|
+
* <p>If the source type is an RDS Proxy, a <code>DBProxyName</code> value must be supplied.</p>
|
|
7856
|
+
* </li>
|
|
8284
7857
|
* </ul>
|
|
8285
7858
|
*/
|
|
8286
7859
|
SourceIds?: string[];
|
|
@@ -8323,12 +7896,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
8323
7896
|
$fault: "client";
|
|
8324
7897
|
message?: string;
|
|
8325
7898
|
}
|
|
8326
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
8327
|
-
/**
|
|
8328
|
-
* @internal
|
|
8329
|
-
*/
|
|
8330
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
8331
|
-
}
|
|
8332
7899
|
/**
|
|
8333
7900
|
* <p>SNS has responded that there is a problem with the SND topic specified.</p>
|
|
8334
7901
|
*/
|
|
@@ -8337,12 +7904,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
8337
7904
|
$fault: "client";
|
|
8338
7905
|
message?: string;
|
|
8339
7906
|
}
|
|
8340
|
-
export declare namespace SNSInvalidTopicFault {
|
|
8341
|
-
/**
|
|
8342
|
-
* @internal
|
|
8343
|
-
*/
|
|
8344
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
8345
|
-
}
|
|
8346
7907
|
/**
|
|
8347
7908
|
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
8348
7909
|
*/
|
|
@@ -8351,12 +7912,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
8351
7912
|
$fault: "client";
|
|
8352
7913
|
message?: string;
|
|
8353
7914
|
}
|
|
8354
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
8355
|
-
/**
|
|
8356
|
-
* @internal
|
|
8357
|
-
*/
|
|
8358
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
8359
|
-
}
|
|
8360
7915
|
/**
|
|
8361
7916
|
* <p>The SNS topic ARN does not exist.</p>
|
|
8362
7917
|
*/
|
|
@@ -8365,12 +7920,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
8365
7920
|
$fault: "client";
|
|
8366
7921
|
message?: string;
|
|
8367
7922
|
}
|
|
8368
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
8369
|
-
/**
|
|
8370
|
-
* @internal
|
|
8371
|
-
*/
|
|
8372
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
8373
|
-
}
|
|
8374
7923
|
/**
|
|
8375
7924
|
* <p>The supplied subscription name already exists.</p>
|
|
8376
7925
|
*/
|
|
@@ -8379,12 +7928,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
|
|
|
8379
7928
|
$fault: "client";
|
|
8380
7929
|
message?: string;
|
|
8381
7930
|
}
|
|
8382
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
8383
|
-
/**
|
|
8384
|
-
* @internal
|
|
8385
|
-
*/
|
|
8386
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
8387
|
-
}
|
|
8388
7931
|
/**
|
|
8389
7932
|
* <p>The supplied category does not exist.</p>
|
|
8390
7933
|
*/
|
|
@@ -8393,12 +7936,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
|
|
|
8393
7936
|
$fault: "client";
|
|
8394
7937
|
message?: string;
|
|
8395
7938
|
}
|
|
8396
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
8397
|
-
/**
|
|
8398
|
-
* @internal
|
|
8399
|
-
*/
|
|
8400
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
8401
|
-
}
|
|
8402
7939
|
export interface CreateGlobalClusterMessage {
|
|
8403
7940
|
/**
|
|
8404
7941
|
* <p>The cluster identifier of the new global database cluster.</p>
|
|
@@ -8629,12 +8166,6 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8629
8166
|
$fault: "client";
|
|
8630
8167
|
message?: string;
|
|
8631
8168
|
}
|
|
8632
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
8633
|
-
/**
|
|
8634
|
-
* @internal
|
|
8635
|
-
*/
|
|
8636
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
8637
|
-
}
|
|
8638
8169
|
/**
|
|
8639
8170
|
* <p>The number of global database clusters for this account is already at the maximum allowed.</p>
|
|
8640
8171
|
*/
|
|
@@ -8643,12 +8174,6 @@ export interface GlobalClusterQuotaExceededFault extends __SmithyException, $Met
|
|
|
8643
8174
|
$fault: "client";
|
|
8644
8175
|
message?: string;
|
|
8645
8176
|
}
|
|
8646
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
8647
|
-
/**
|
|
8648
|
-
* @internal
|
|
8649
|
-
*/
|
|
8650
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
8651
|
-
}
|
|
8652
8177
|
/**
|
|
8653
8178
|
* <p></p>
|
|
8654
8179
|
*/
|
|
@@ -8801,12 +8326,6 @@ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $
|
|
|
8801
8326
|
$fault: "client";
|
|
8802
8327
|
message?: string;
|
|
8803
8328
|
}
|
|
8804
|
-
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
8805
|
-
/**
|
|
8806
|
-
* @internal
|
|
8807
|
-
*/
|
|
8808
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
8809
|
-
}
|
|
8810
8329
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
8811
8330
|
/**
|
|
8812
8331
|
* <p>The database engine. The only supported engine is <code>custom-oracle-ee</code>.</p>
|
|
@@ -8833,12 +8352,6 @@ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyExceptio
|
|
|
8833
8352
|
$fault: "client";
|
|
8834
8353
|
message?: string;
|
|
8835
8354
|
}
|
|
8836
|
-
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
8837
|
-
/**
|
|
8838
|
-
* @internal
|
|
8839
|
-
*/
|
|
8840
|
-
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
8841
|
-
}
|
|
8842
8355
|
/**
|
|
8843
8356
|
* <p></p>
|
|
8844
8357
|
*/
|
|
@@ -8935,12 +8448,6 @@ export interface DBClusterEndpointNotFoundFault extends __SmithyException, $Meta
|
|
|
8935
8448
|
$fault: "client";
|
|
8936
8449
|
message?: string;
|
|
8937
8450
|
}
|
|
8938
|
-
export declare namespace DBClusterEndpointNotFoundFault {
|
|
8939
|
-
/**
|
|
8940
|
-
* @internal
|
|
8941
|
-
*/
|
|
8942
|
-
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
8943
|
-
}
|
|
8944
8451
|
export interface DeleteDBClusterEndpointMessage {
|
|
8945
8452
|
/**
|
|
8946
8453
|
* <p>The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.</p>
|
|
@@ -8961,12 +8468,6 @@ export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $
|
|
|
8961
8468
|
$fault: "client";
|
|
8962
8469
|
message?: string;
|
|
8963
8470
|
}
|
|
8964
|
-
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
8965
|
-
/**
|
|
8966
|
-
* @internal
|
|
8967
|
-
*/
|
|
8968
|
-
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
8969
|
-
}
|
|
8970
8471
|
/**
|
|
8971
8472
|
* <p></p>
|
|
8972
8473
|
*/
|
|
@@ -9004,12 +8505,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
9004
8505
|
$fault: "client";
|
|
9005
8506
|
message?: string;
|
|
9006
8507
|
}
|
|
9007
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
9008
|
-
/**
|
|
9009
|
-
* @internal
|
|
9010
|
-
*/
|
|
9011
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
9012
|
-
}
|
|
9013
8508
|
/**
|
|
9014
8509
|
* <p></p>
|
|
9015
8510
|
*/
|
|
@@ -9052,12 +8547,6 @@ export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyExc
|
|
|
9052
8547
|
$fault: "client";
|
|
9053
8548
|
message?: string;
|
|
9054
8549
|
}
|
|
9055
|
-
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
9056
|
-
/**
|
|
9057
|
-
* @internal
|
|
9058
|
-
*/
|
|
9059
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
9060
|
-
}
|
|
9061
8550
|
/**
|
|
9062
8551
|
* <p></p>
|
|
9063
8552
|
*/
|
|
@@ -9152,12 +8641,6 @@ export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyExceptio
|
|
|
9152
8641
|
$fault: "client";
|
|
9153
8642
|
message?: string;
|
|
9154
8643
|
}
|
|
9155
|
-
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
9156
|
-
/**
|
|
9157
|
-
* @internal
|
|
9158
|
-
*/
|
|
9159
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
9160
|
-
}
|
|
9161
8644
|
/**
|
|
9162
8645
|
* <p>Parameter input for the <code>DeleteDBInstanceAutomatedBackup</code> operation.</p>
|
|
9163
8646
|
*/
|
|
@@ -9367,12 +8850,6 @@ export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyExce
|
|
|
9367
8850
|
$fault: "client";
|
|
9368
8851
|
message?: string;
|
|
9369
8852
|
}
|
|
9370
|
-
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
9371
|
-
/**
|
|
9372
|
-
* @internal
|
|
9373
|
-
*/
|
|
9374
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
9375
|
-
}
|
|
9376
8853
|
/**
|
|
9377
8854
|
* <p></p>
|
|
9378
8855
|
*/
|
|
@@ -9432,12 +8909,6 @@ export interface DBProxyEndpointNotFoundFault extends __SmithyException, $Metada
|
|
|
9432
8909
|
$fault: "client";
|
|
9433
8910
|
message?: string;
|
|
9434
8911
|
}
|
|
9435
|
-
export declare namespace DBProxyEndpointNotFoundFault {
|
|
9436
|
-
/**
|
|
9437
|
-
* @internal
|
|
9438
|
-
*/
|
|
9439
|
-
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
9440
|
-
}
|
|
9441
8912
|
export interface DeleteDBProxyEndpointRequest {
|
|
9442
8913
|
/**
|
|
9443
8914
|
* <p>The name of the DB proxy endpoint to delete.</p>
|
|
@@ -9470,12 +8941,6 @@ export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $Me
|
|
|
9470
8941
|
$fault: "client";
|
|
9471
8942
|
message?: string;
|
|
9472
8943
|
}
|
|
9473
|
-
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
9474
|
-
/**
|
|
9475
|
-
* @internal
|
|
9476
|
-
*/
|
|
9477
|
-
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
9478
|
-
}
|
|
9479
8944
|
/**
|
|
9480
8945
|
* <p></p>
|
|
9481
8946
|
*/
|
|
@@ -9573,12 +9038,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
9573
9038
|
$fault: "client";
|
|
9574
9039
|
message?: string;
|
|
9575
9040
|
}
|
|
9576
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
9577
|
-
/**
|
|
9578
|
-
* @internal
|
|
9579
|
-
*/
|
|
9580
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
9581
|
-
}
|
|
9582
9041
|
/**
|
|
9583
9042
|
* <p></p>
|
|
9584
9043
|
*/
|
|
@@ -9614,12 +9073,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
9614
9073
|
$fault: "client";
|
|
9615
9074
|
message?: string;
|
|
9616
9075
|
}
|
|
9617
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
9618
|
-
/**
|
|
9619
|
-
* @internal
|
|
9620
|
-
*/
|
|
9621
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
9622
|
-
}
|
|
9623
9076
|
export interface DeleteGlobalClusterMessage {
|
|
9624
9077
|
/**
|
|
9625
9078
|
* <p>
|
|
@@ -9728,12 +9181,6 @@ export interface InstallationMediaNotFoundFault extends __SmithyException, $Meta
|
|
|
9728
9181
|
$fault: "client";
|
|
9729
9182
|
message?: string;
|
|
9730
9183
|
}
|
|
9731
|
-
export declare namespace InstallationMediaNotFoundFault {
|
|
9732
|
-
/**
|
|
9733
|
-
* @internal
|
|
9734
|
-
*/
|
|
9735
|
-
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
9736
|
-
}
|
|
9737
9184
|
/**
|
|
9738
9185
|
* <p></p>
|
|
9739
9186
|
*/
|
|
@@ -9762,12 +9209,6 @@ export interface InvalidOptionGroupStateFault extends __SmithyException, $Metada
|
|
|
9762
9209
|
$fault: "client";
|
|
9763
9210
|
message?: string;
|
|
9764
9211
|
}
|
|
9765
|
-
export declare namespace InvalidOptionGroupStateFault {
|
|
9766
|
-
/**
|
|
9767
|
-
* @internal
|
|
9768
|
-
*/
|
|
9769
|
-
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
9770
|
-
}
|
|
9771
9212
|
/**
|
|
9772
9213
|
* <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>
|
|
9773
9214
|
*/
|
|
@@ -9776,12 +9217,6 @@ export interface DBProxyTargetNotFoundFault extends __SmithyException, $Metadata
|
|
|
9776
9217
|
$fault: "client";
|
|
9777
9218
|
message?: string;
|
|
9778
9219
|
}
|
|
9779
|
-
export declare namespace DBProxyTargetNotFoundFault {
|
|
9780
|
-
/**
|
|
9781
|
-
* @internal
|
|
9782
|
-
*/
|
|
9783
|
-
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
9784
|
-
}
|
|
9785
9220
|
export interface DeregisterDBProxyTargetsRequest {
|
|
9786
9221
|
/**
|
|
9787
9222
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -9905,12 +9340,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
9905
9340
|
$fault: "client";
|
|
9906
9341
|
message?: string;
|
|
9907
9342
|
}
|
|
9908
|
-
export declare namespace CertificateNotFoundFault {
|
|
9909
|
-
/**
|
|
9910
|
-
* @internal
|
|
9911
|
-
*/
|
|
9912
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
9913
|
-
}
|
|
9914
9343
|
/**
|
|
9915
9344
|
* <p>A filter name and value pair that is used to return a more specific list of results
|
|
9916
9345
|
* from a describe operation. Filters can be used to match a set of resources by specific
|
|
@@ -10089,12 +9518,6 @@ export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $Met
|
|
|
10089
9518
|
$fault: "client";
|
|
10090
9519
|
message?: string;
|
|
10091
9520
|
}
|
|
10092
|
-
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
10093
|
-
/**
|
|
10094
|
-
* @internal
|
|
10095
|
-
*/
|
|
10096
|
-
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
10097
|
-
}
|
|
10098
9521
|
/**
|
|
10099
9522
|
* <p></p>
|
|
10100
9523
|
*/
|
|
@@ -11600,16 +11023,15 @@ export declare namespace DescribeDBProxyTargetGroupsRequest {
|
|
|
11600
11023
|
*/
|
|
11601
11024
|
export interface ConnectionPoolConfigurationInfo {
|
|
11602
11025
|
/**
|
|
11603
|
-
* <p>The maximum size of the connection pool for each target in a target group.
|
|
11026
|
+
* <p>The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the
|
|
11604
11027
|
* <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.</p>
|
|
11605
11028
|
*/
|
|
11606
11029
|
MaxConnectionsPercent?: number;
|
|
11607
11030
|
/**
|
|
11608
11031
|
* <p>
|
|
11609
11032
|
* Controls how actively the proxy closes idle database connections in the connection pool.
|
|
11610
|
-
*
|
|
11611
|
-
* A low value causes the proxy to close idle
|
|
11612
|
-
* For Aurora MySQL, it is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
|
|
11033
|
+
* The value is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
|
|
11034
|
+
* With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.
|
|
11613
11035
|
* </p>
|
|
11614
11036
|
*/
|
|
11615
11037
|
MaxIdleConnectionsPercent?: number;
|