@aws-sdk/client-rds 3.46.0 → 3.47.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 +12 -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/RDSClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -588
- package/dist-types/models/models_1.d.ts +0 -138
- 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 +36 -36
|
@@ -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
|
*/
|
|
@@ -1581,12 +1443,6 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
1581
1443
|
$fault: "client";
|
|
1582
1444
|
message?: string;
|
|
1583
1445
|
}
|
|
1584
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
1589
|
-
}
|
|
1590
1446
|
/**
|
|
1591
1447
|
* <p>
|
|
1592
1448
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.
|
|
@@ -1597,12 +1453,6 @@ export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $Meta
|
|
|
1597
1453
|
$fault: "client";
|
|
1598
1454
|
message?: string;
|
|
1599
1455
|
}
|
|
1600
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
1605
|
-
}
|
|
1606
1456
|
/**
|
|
1607
1457
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
1608
1458
|
*/
|
|
@@ -1611,12 +1461,6 @@ export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $
|
|
|
1611
1461
|
$fault: "client";
|
|
1612
1462
|
message?: string;
|
|
1613
1463
|
}
|
|
1614
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
1615
|
-
/**
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1618
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
1619
|
-
}
|
|
1620
1464
|
/**
|
|
1621
1465
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
1622
1466
|
*/
|
|
@@ -1625,12 +1469,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
1625
1469
|
$fault: "client";
|
|
1626
1470
|
message?: string;
|
|
1627
1471
|
}
|
|
1628
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
1633
|
-
}
|
|
1634
1472
|
/**
|
|
1635
1473
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
1636
1474
|
* snapshots.</p>
|
|
@@ -1640,12 +1478,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1640
1478
|
$fault: "client";
|
|
1641
1479
|
message?: string;
|
|
1642
1480
|
}
|
|
1643
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1648
|
-
}
|
|
1649
1481
|
/**
|
|
1650
1482
|
* <p></p>
|
|
1651
1483
|
*/
|
|
@@ -2197,12 +2029,6 @@ export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException,
|
|
|
2197
2029
|
$fault: "client";
|
|
2198
2030
|
message?: string;
|
|
2199
2031
|
}
|
|
2200
|
-
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
2205
|
-
}
|
|
2206
2032
|
/**
|
|
2207
2033
|
* <p>
|
|
2208
2034
|
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.
|
|
@@ -2213,12 +2039,6 @@ export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2213
2039
|
$fault: "client";
|
|
2214
2040
|
message?: string;
|
|
2215
2041
|
}
|
|
2216
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
2221
|
-
}
|
|
2222
2042
|
/**
|
|
2223
2043
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
2224
2044
|
*/
|
|
@@ -2227,12 +2047,6 @@ export interface InvalidDBSnapshotStateFault extends __SmithyException, $Metadat
|
|
|
2227
2047
|
$fault: "client";
|
|
2228
2048
|
message?: string;
|
|
2229
2049
|
}
|
|
2230
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
2231
|
-
/**
|
|
2232
|
-
* @internal
|
|
2233
|
-
*/
|
|
2234
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
2235
|
-
}
|
|
2236
2050
|
/**
|
|
2237
2051
|
* <p></p>
|
|
2238
2052
|
*/
|
|
@@ -2511,12 +2325,6 @@ export interface OptionGroupAlreadyExistsFault extends __SmithyException, $Metad
|
|
|
2511
2325
|
$fault: "client";
|
|
2512
2326
|
message?: string;
|
|
2513
2327
|
}
|
|
2514
|
-
export declare namespace OptionGroupAlreadyExistsFault {
|
|
2515
|
-
/**
|
|
2516
|
-
* @internal
|
|
2517
|
-
*/
|
|
2518
|
-
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
2519
|
-
}
|
|
2520
2328
|
/**
|
|
2521
2329
|
* <p>The specified option group could not be found.</p>
|
|
2522
2330
|
*/
|
|
@@ -2525,12 +2333,6 @@ export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2525
2333
|
$fault: "client";
|
|
2526
2334
|
message?: string;
|
|
2527
2335
|
}
|
|
2528
|
-
export declare namespace OptionGroupNotFoundFault {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
2533
|
-
}
|
|
2534
2336
|
/**
|
|
2535
2337
|
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
2536
2338
|
*/
|
|
@@ -2539,12 +2341,6 @@ export interface OptionGroupQuotaExceededFault extends __SmithyException, $Metad
|
|
|
2539
2341
|
$fault: "client";
|
|
2540
2342
|
message?: string;
|
|
2541
2343
|
}
|
|
2542
|
-
export declare namespace OptionGroupQuotaExceededFault {
|
|
2543
|
-
/**
|
|
2544
|
-
* @internal
|
|
2545
|
-
*/
|
|
2546
|
-
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
2547
|
-
}
|
|
2548
2344
|
/**
|
|
2549
2345
|
* <p></p>
|
|
2550
2346
|
*/
|
|
@@ -2673,12 +2469,6 @@ export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyExcept
|
|
|
2673
2469
|
$fault: "client";
|
|
2674
2470
|
message?: string;
|
|
2675
2471
|
}
|
|
2676
|
-
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
2681
|
-
}
|
|
2682
2472
|
/**
|
|
2683
2473
|
* <p>You have exceeded the maximum number of custom Availability Zones.</p>
|
|
2684
2474
|
*/
|
|
@@ -2687,12 +2477,6 @@ export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyExcept
|
|
|
2687
2477
|
$fault: "client";
|
|
2688
2478
|
message?: string;
|
|
2689
2479
|
}
|
|
2690
|
-
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
2695
|
-
}
|
|
2696
2480
|
export interface CreateCustomDBEngineVersionMessage {
|
|
2697
2481
|
/**
|
|
2698
2482
|
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
|
|
@@ -2784,12 +2568,6 @@ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyExcepti
|
|
|
2784
2568
|
$fault: "client";
|
|
2785
2569
|
message?: string;
|
|
2786
2570
|
}
|
|
2787
|
-
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
2792
|
-
}
|
|
2793
2571
|
/**
|
|
2794
2572
|
* <p>You have exceeded your CEV quota.</p>
|
|
2795
2573
|
*/
|
|
@@ -2798,12 +2576,6 @@ export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyExcepti
|
|
|
2798
2576
|
$fault: "client";
|
|
2799
2577
|
message?: string;
|
|
2800
2578
|
}
|
|
2801
|
-
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
2802
|
-
/**
|
|
2803
|
-
* @internal
|
|
2804
|
-
*/
|
|
2805
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
2806
|
-
}
|
|
2807
2579
|
/**
|
|
2808
2580
|
* <p>
|
|
2809
2581
|
* This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
|
|
@@ -4336,12 +4108,6 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4336
4108
|
$fault: "client";
|
|
4337
4109
|
message?: string;
|
|
4338
4110
|
}
|
|
4339
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
4340
|
-
/**
|
|
4341
|
-
* @internal
|
|
4342
|
-
*/
|
|
4343
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
4344
|
-
}
|
|
4345
4111
|
/**
|
|
4346
4112
|
* <p>
|
|
4347
4113
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
@@ -4352,12 +4118,6 @@ export interface DBClusterParameterGroupNotFoundFault extends __SmithyException,
|
|
|
4352
4118
|
$fault: "client";
|
|
4353
4119
|
message?: string;
|
|
4354
4120
|
}
|
|
4355
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
4356
|
-
/**
|
|
4357
|
-
* @internal
|
|
4358
|
-
*/
|
|
4359
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
4360
|
-
}
|
|
4361
4121
|
/**
|
|
4362
4122
|
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
4363
4123
|
* maximum allowed DB cluster quota.</p>
|
|
@@ -4367,12 +4127,6 @@ export interface DBClusterQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4367
4127
|
$fault: "client";
|
|
4368
4128
|
message?: string;
|
|
4369
4129
|
}
|
|
4370
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
4371
|
-
/**
|
|
4372
|
-
* @internal
|
|
4373
|
-
*/
|
|
4374
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
4375
|
-
}
|
|
4376
4130
|
/**
|
|
4377
4131
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
4378
4132
|
*/
|
|
@@ -4381,12 +4135,6 @@ export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $
|
|
|
4381
4135
|
$fault: "client";
|
|
4382
4136
|
message?: string;
|
|
4383
4137
|
}
|
|
4384
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
4385
|
-
/**
|
|
4386
|
-
* @internal
|
|
4387
|
-
*/
|
|
4388
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
4389
|
-
}
|
|
4390
4138
|
/**
|
|
4391
4139
|
* <p>
|
|
4392
4140
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.
|
|
@@ -4397,12 +4145,6 @@ export interface DBSubnetGroupNotFoundFault extends __SmithyException, $Metadata
|
|
|
4397
4145
|
$fault: "client";
|
|
4398
4146
|
message?: string;
|
|
4399
4147
|
}
|
|
4400
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
4401
|
-
/**
|
|
4402
|
-
* @internal
|
|
4403
|
-
*/
|
|
4404
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
4405
|
-
}
|
|
4406
4148
|
/**
|
|
4407
4149
|
* <p>
|
|
4408
4150
|
* <code>Domain</code> doesn't refer to an existing Active Directory domain.
|
|
@@ -4413,12 +4155,6 @@ export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
4413
4155
|
$fault: "client";
|
|
4414
4156
|
message?: string;
|
|
4415
4157
|
}
|
|
4416
|
-
export declare namespace DomainNotFoundFault {
|
|
4417
|
-
/**
|
|
4418
|
-
* @internal
|
|
4419
|
-
*/
|
|
4420
|
-
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
4421
|
-
}
|
|
4422
4158
|
/**
|
|
4423
4159
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
|
|
4424
4160
|
*/
|
|
@@ -4427,12 +4163,6 @@ export interface GlobalClusterNotFoundFault extends __SmithyException, $Metadata
|
|
|
4427
4163
|
$fault: "client";
|
|
4428
4164
|
message?: string;
|
|
4429
4165
|
}
|
|
4430
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
4431
|
-
/**
|
|
4432
|
-
* @internal
|
|
4433
|
-
*/
|
|
4434
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
4435
|
-
}
|
|
4436
4166
|
/**
|
|
4437
4167
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
4438
4168
|
* resolve this error by updating your subnet group to use different Availability Zones
|
|
@@ -4443,12 +4173,6 @@ export interface InsufficientStorageClusterCapacityFault extends __SmithyExcepti
|
|
|
4443
4173
|
$fault: "client";
|
|
4444
4174
|
message?: string;
|
|
4445
4175
|
}
|
|
4446
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
4447
|
-
/**
|
|
4448
|
-
* @internal
|
|
4449
|
-
*/
|
|
4450
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
4451
|
-
}
|
|
4452
4176
|
/**
|
|
4453
4177
|
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
4454
4178
|
*/
|
|
@@ -4457,12 +4181,6 @@ export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $Meta
|
|
|
4457
4181
|
$fault: "client";
|
|
4458
4182
|
message?: string;
|
|
4459
4183
|
}
|
|
4460
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
4461
|
-
/**
|
|
4462
|
-
* @internal
|
|
4463
|
-
*/
|
|
4464
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
4465
|
-
}
|
|
4466
4184
|
/**
|
|
4467
4185
|
* <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
|
|
4468
4186
|
*/
|
|
@@ -4471,12 +4189,6 @@ export interface InvalidGlobalClusterStateFault extends __SmithyException, $Meta
|
|
|
4471
4189
|
$fault: "client";
|
|
4472
4190
|
message?: string;
|
|
4473
4191
|
}
|
|
4474
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
4475
|
-
/**
|
|
4476
|
-
* @internal
|
|
4477
|
-
*/
|
|
4478
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
4479
|
-
}
|
|
4480
4192
|
/**
|
|
4481
4193
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
4482
4194
|
*/
|
|
@@ -4485,12 +4197,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
4485
4197
|
$fault: "client";
|
|
4486
4198
|
message?: string;
|
|
4487
4199
|
}
|
|
4488
|
-
export declare namespace InvalidSubnet {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
4493
|
-
}
|
|
4494
4200
|
/**
|
|
4495
4201
|
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
4496
4202
|
* created because of users' change.</p>
|
|
@@ -4500,12 +4206,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
4500
4206
|
$fault: "client";
|
|
4501
4207
|
message?: string;
|
|
4502
4208
|
}
|
|
4503
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
4504
|
-
/**
|
|
4505
|
-
* @internal
|
|
4506
|
-
*/
|
|
4507
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
4508
|
-
}
|
|
4509
4209
|
/**
|
|
4510
4210
|
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
4511
4211
|
* available across all DB instances.</p>
|
|
@@ -4515,12 +4215,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
4515
4215
|
$fault: "client";
|
|
4516
4216
|
message?: string;
|
|
4517
4217
|
}
|
|
4518
|
-
export declare namespace StorageQuotaExceededFault {
|
|
4519
|
-
/**
|
|
4520
|
-
* @internal
|
|
4521
|
-
*/
|
|
4522
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
4523
|
-
}
|
|
4524
4218
|
export interface CreateDBClusterEndpointMessage {
|
|
4525
4219
|
/**
|
|
4526
4220
|
* <p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is
|
|
@@ -4645,12 +4339,6 @@ export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException,
|
|
|
4645
4339
|
$fault: "client";
|
|
4646
4340
|
message?: string;
|
|
4647
4341
|
}
|
|
4648
|
-
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
4649
|
-
/**
|
|
4650
|
-
* @internal
|
|
4651
|
-
*/
|
|
4652
|
-
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
4653
|
-
}
|
|
4654
4342
|
/**
|
|
4655
4343
|
* <p>The cluster already has the maximum number of custom endpoints.</p>
|
|
4656
4344
|
*/
|
|
@@ -4659,12 +4347,6 @@ export interface DBClusterEndpointQuotaExceededFault extends __SmithyException,
|
|
|
4659
4347
|
$fault: "client";
|
|
4660
4348
|
message?: string;
|
|
4661
4349
|
}
|
|
4662
|
-
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
4663
|
-
/**
|
|
4664
|
-
* @internal
|
|
4665
|
-
*/
|
|
4666
|
-
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
4667
|
-
}
|
|
4668
4350
|
/**
|
|
4669
4351
|
* <p></p>
|
|
4670
4352
|
*/
|
|
@@ -4846,23 +4528,11 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
4846
4528
|
$fault: "client";
|
|
4847
4529
|
message?: string;
|
|
4848
4530
|
}
|
|
4849
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
4850
|
-
/**
|
|
4851
|
-
* @internal
|
|
4852
|
-
*/
|
|
4853
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
4854
|
-
}
|
|
4855
4531
|
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
4856
4532
|
name: "BackupPolicyNotFoundFault";
|
|
4857
4533
|
$fault: "client";
|
|
4858
4534
|
message?: string;
|
|
4859
4535
|
}
|
|
4860
|
-
export declare namespace BackupPolicyNotFoundFault {
|
|
4861
|
-
/**
|
|
4862
|
-
* @internal
|
|
4863
|
-
*/
|
|
4864
|
-
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
4865
|
-
}
|
|
4866
4536
|
/**
|
|
4867
4537
|
* <p></p>
|
|
4868
4538
|
*/
|
|
@@ -6840,12 +6510,6 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
6840
6510
|
$fault: "client";
|
|
6841
6511
|
message?: string;
|
|
6842
6512
|
}
|
|
6843
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
6844
|
-
/**
|
|
6845
|
-
* @internal
|
|
6846
|
-
*/
|
|
6847
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
6848
|
-
}
|
|
6849
6513
|
/**
|
|
6850
6514
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
6851
6515
|
* instances.</p>
|
|
@@ -6855,12 +6519,6 @@ export interface InstanceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
6855
6519
|
$fault: "client";
|
|
6856
6520
|
message?: string;
|
|
6857
6521
|
}
|
|
6858
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
6859
|
-
/**
|
|
6860
|
-
* @internal
|
|
6861
|
-
*/
|
|
6862
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
6863
|
-
}
|
|
6864
6522
|
/**
|
|
6865
6523
|
* <p>The specified DB instance class isn't available in the specified Availability
|
|
6866
6524
|
* Zone.</p>
|
|
@@ -6870,12 +6528,6 @@ export interface InsufficientDBInstanceCapacityFault extends __SmithyException,
|
|
|
6870
6528
|
$fault: "client";
|
|
6871
6529
|
message?: string;
|
|
6872
6530
|
}
|
|
6873
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
6874
|
-
/**
|
|
6875
|
-
* @internal
|
|
6876
|
-
*/
|
|
6877
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
6878
|
-
}
|
|
6879
6531
|
/**
|
|
6880
6532
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
6881
6533
|
*/
|
|
@@ -6884,12 +6536,6 @@ export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException,
|
|
|
6884
6536
|
$fault: "client";
|
|
6885
6537
|
message?: string;
|
|
6886
6538
|
}
|
|
6887
|
-
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
6888
|
-
/**
|
|
6889
|
-
* @internal
|
|
6890
|
-
*/
|
|
6891
|
-
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
6892
|
-
}
|
|
6893
6539
|
/**
|
|
6894
6540
|
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
6895
6541
|
* with the DB instance. </p>
|
|
@@ -6899,12 +6545,6 @@ export interface StorageTypeNotSupportedFault extends __SmithyException, $Metada
|
|
|
6899
6545
|
$fault: "client";
|
|
6900
6546
|
message?: string;
|
|
6901
6547
|
}
|
|
6902
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
6903
|
-
/**
|
|
6904
|
-
* @internal
|
|
6905
|
-
*/
|
|
6906
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
6907
|
-
}
|
|
6908
6548
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
6909
6549
|
/**
|
|
6910
6550
|
* <p>The DB instance identifier of the read replica. This identifier is the unique key
|
|
@@ -7367,12 +7007,6 @@ export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $Metada
|
|
|
7367
7007
|
$fault: "client";
|
|
7368
7008
|
message?: string;
|
|
7369
7009
|
}
|
|
7370
|
-
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
7371
|
-
/**
|
|
7372
|
-
* @internal
|
|
7373
|
-
*/
|
|
7374
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
7375
|
-
}
|
|
7376
7010
|
/**
|
|
7377
7011
|
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
7378
7012
|
* cross-region read replica of the same source instance.</p>
|
|
@@ -7382,12 +7016,6 @@ export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataB
|
|
|
7382
7016
|
$fault: "client";
|
|
7383
7017
|
message?: string;
|
|
7384
7018
|
}
|
|
7385
|
-
export declare namespace InvalidDBSubnetGroupFault {
|
|
7386
|
-
/**
|
|
7387
|
-
* @internal
|
|
7388
|
-
*/
|
|
7389
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
7390
|
-
}
|
|
7391
7019
|
/**
|
|
7392
7020
|
* <p></p>
|
|
7393
7021
|
*/
|
|
@@ -7776,12 +7404,6 @@ export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataB
|
|
|
7776
7404
|
$fault: "client";
|
|
7777
7405
|
message?: string;
|
|
7778
7406
|
}
|
|
7779
|
-
export declare namespace DBProxyAlreadyExistsFault {
|
|
7780
|
-
/**
|
|
7781
|
-
* @internal
|
|
7782
|
-
*/
|
|
7783
|
-
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
7784
|
-
}
|
|
7785
7407
|
/**
|
|
7786
7408
|
* <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
|
|
7787
7409
|
*/
|
|
@@ -7790,12 +7412,6 @@ export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
7790
7412
|
$fault: "client";
|
|
7791
7413
|
message?: string;
|
|
7792
7414
|
}
|
|
7793
|
-
export declare namespace DBProxyQuotaExceededFault {
|
|
7794
|
-
/**
|
|
7795
|
-
* @internal
|
|
7796
|
-
*/
|
|
7797
|
-
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
7798
|
-
}
|
|
7799
7415
|
export declare enum DBProxyEndpointTargetRole {
|
|
7800
7416
|
READ_ONLY = "READ_ONLY",
|
|
7801
7417
|
READ_WRITE = "READ_WRITE"
|
|
@@ -7934,12 +7550,6 @@ export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $M
|
|
|
7934
7550
|
$fault: "client";
|
|
7935
7551
|
message?: string;
|
|
7936
7552
|
}
|
|
7937
|
-
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
7938
|
-
/**
|
|
7939
|
-
* @internal
|
|
7940
|
-
*/
|
|
7941
|
-
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
7942
|
-
}
|
|
7943
7553
|
/**
|
|
7944
7554
|
* <p>The DB proxy already has the maximum number of endpoints.</p>
|
|
7945
7555
|
*/
|
|
@@ -7948,12 +7558,6 @@ export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $M
|
|
|
7948
7558
|
$fault: "client";
|
|
7949
7559
|
message?: string;
|
|
7950
7560
|
}
|
|
7951
|
-
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
7952
|
-
/**
|
|
7953
|
-
* @internal
|
|
7954
|
-
*/
|
|
7955
|
-
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
7956
|
-
}
|
|
7957
7561
|
/**
|
|
7958
7562
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
7959
7563
|
*/
|
|
@@ -7962,12 +7566,6 @@ export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBe
|
|
|
7962
7566
|
$fault: "client";
|
|
7963
7567
|
message?: string;
|
|
7964
7568
|
}
|
|
7965
|
-
export declare namespace InvalidDBProxyStateFault {
|
|
7966
|
-
/**
|
|
7967
|
-
* @internal
|
|
7968
|
-
*/
|
|
7969
|
-
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
7970
|
-
}
|
|
7971
7569
|
/**
|
|
7972
7570
|
* <p></p>
|
|
7973
7571
|
*/
|
|
@@ -8035,12 +7633,6 @@ export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $M
|
|
|
8035
7633
|
$fault: "client";
|
|
8036
7634
|
message?: string;
|
|
8037
7635
|
}
|
|
8038
|
-
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
8039
|
-
/**
|
|
8040
|
-
* @internal
|
|
8041
|
-
*/
|
|
8042
|
-
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
8043
|
-
}
|
|
8044
7636
|
/**
|
|
8045
7637
|
* <p>A DB security group isn't allowed for this action.</p>
|
|
8046
7638
|
*/
|
|
@@ -8049,12 +7641,6 @@ export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $Me
|
|
|
8049
7641
|
$fault: "client";
|
|
8050
7642
|
message?: string;
|
|
8051
7643
|
}
|
|
8052
|
-
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
8053
|
-
/**
|
|
8054
|
-
* @internal
|
|
8055
|
-
*/
|
|
8056
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
8057
|
-
}
|
|
8058
7644
|
/**
|
|
8059
7645
|
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
8060
7646
|
* groups.</p>
|
|
@@ -8064,12 +7650,6 @@ export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $M
|
|
|
8064
7650
|
$fault: "client";
|
|
8065
7651
|
message?: string;
|
|
8066
7652
|
}
|
|
8067
|
-
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
8068
|
-
/**
|
|
8069
|
-
* @internal
|
|
8070
|
-
*/
|
|
8071
|
-
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
8072
|
-
}
|
|
8073
7653
|
/**
|
|
8074
7654
|
* <p></p>
|
|
8075
7655
|
*/
|
|
@@ -8190,12 +7770,6 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8190
7770
|
$fault: "client";
|
|
8191
7771
|
message?: string;
|
|
8192
7772
|
}
|
|
8193
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
8194
|
-
/**
|
|
8195
|
-
* @internal
|
|
8196
|
-
*/
|
|
8197
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
8198
|
-
}
|
|
8199
7773
|
/**
|
|
8200
7774
|
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
8201
7775
|
* groups.</p>
|
|
@@ -8205,12 +7779,6 @@ export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $Met
|
|
|
8205
7779
|
$fault: "client";
|
|
8206
7780
|
message?: string;
|
|
8207
7781
|
}
|
|
8208
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
8209
|
-
/**
|
|
8210
|
-
* @internal
|
|
8211
|
-
*/
|
|
8212
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
8213
|
-
}
|
|
8214
7782
|
/**
|
|
8215
7783
|
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
8216
7784
|
* DB subnet groups.</p>
|
|
@@ -8220,12 +7788,6 @@ export interface DBSubnetQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
8220
7788
|
$fault: "client";
|
|
8221
7789
|
message?: string;
|
|
8222
7790
|
}
|
|
8223
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
8224
|
-
/**
|
|
8225
|
-
* @internal
|
|
8226
|
-
*/
|
|
8227
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
8228
|
-
}
|
|
8229
7791
|
/**
|
|
8230
7792
|
* <p></p>
|
|
8231
7793
|
*/
|
|
@@ -8323,12 +7885,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
8323
7885
|
$fault: "client";
|
|
8324
7886
|
message?: string;
|
|
8325
7887
|
}
|
|
8326
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
8327
|
-
/**
|
|
8328
|
-
* @internal
|
|
8329
|
-
*/
|
|
8330
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
8331
|
-
}
|
|
8332
7888
|
/**
|
|
8333
7889
|
* <p>SNS has responded that there is a problem with the SND topic specified.</p>
|
|
8334
7890
|
*/
|
|
@@ -8337,12 +7893,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
8337
7893
|
$fault: "client";
|
|
8338
7894
|
message?: string;
|
|
8339
7895
|
}
|
|
8340
|
-
export declare namespace SNSInvalidTopicFault {
|
|
8341
|
-
/**
|
|
8342
|
-
* @internal
|
|
8343
|
-
*/
|
|
8344
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
8345
|
-
}
|
|
8346
7896
|
/**
|
|
8347
7897
|
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
8348
7898
|
*/
|
|
@@ -8351,12 +7901,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
8351
7901
|
$fault: "client";
|
|
8352
7902
|
message?: string;
|
|
8353
7903
|
}
|
|
8354
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
8355
|
-
/**
|
|
8356
|
-
* @internal
|
|
8357
|
-
*/
|
|
8358
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
8359
|
-
}
|
|
8360
7904
|
/**
|
|
8361
7905
|
* <p>The SNS topic ARN does not exist.</p>
|
|
8362
7906
|
*/
|
|
@@ -8365,12 +7909,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
8365
7909
|
$fault: "client";
|
|
8366
7910
|
message?: string;
|
|
8367
7911
|
}
|
|
8368
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
8369
|
-
/**
|
|
8370
|
-
* @internal
|
|
8371
|
-
*/
|
|
8372
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
8373
|
-
}
|
|
8374
7912
|
/**
|
|
8375
7913
|
* <p>The supplied subscription name already exists.</p>
|
|
8376
7914
|
*/
|
|
@@ -8379,12 +7917,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
|
|
|
8379
7917
|
$fault: "client";
|
|
8380
7918
|
message?: string;
|
|
8381
7919
|
}
|
|
8382
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
8383
|
-
/**
|
|
8384
|
-
* @internal
|
|
8385
|
-
*/
|
|
8386
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
8387
|
-
}
|
|
8388
7920
|
/**
|
|
8389
7921
|
* <p>The supplied category does not exist.</p>
|
|
8390
7922
|
*/
|
|
@@ -8393,12 +7925,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
|
|
|
8393
7925
|
$fault: "client";
|
|
8394
7926
|
message?: string;
|
|
8395
7927
|
}
|
|
8396
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
8397
|
-
/**
|
|
8398
|
-
* @internal
|
|
8399
|
-
*/
|
|
8400
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
8401
|
-
}
|
|
8402
7928
|
export interface CreateGlobalClusterMessage {
|
|
8403
7929
|
/**
|
|
8404
7930
|
* <p>The cluster identifier of the new global database cluster.</p>
|
|
@@ -8629,12 +8155,6 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8629
8155
|
$fault: "client";
|
|
8630
8156
|
message?: string;
|
|
8631
8157
|
}
|
|
8632
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
8633
|
-
/**
|
|
8634
|
-
* @internal
|
|
8635
|
-
*/
|
|
8636
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
8637
|
-
}
|
|
8638
8158
|
/**
|
|
8639
8159
|
* <p>The number of global database clusters for this account is already at the maximum allowed.</p>
|
|
8640
8160
|
*/
|
|
@@ -8643,12 +8163,6 @@ export interface GlobalClusterQuotaExceededFault extends __SmithyException, $Met
|
|
|
8643
8163
|
$fault: "client";
|
|
8644
8164
|
message?: string;
|
|
8645
8165
|
}
|
|
8646
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
8647
|
-
/**
|
|
8648
|
-
* @internal
|
|
8649
|
-
*/
|
|
8650
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
8651
|
-
}
|
|
8652
8166
|
/**
|
|
8653
8167
|
* <p></p>
|
|
8654
8168
|
*/
|
|
@@ -8801,12 +8315,6 @@ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $
|
|
|
8801
8315
|
$fault: "client";
|
|
8802
8316
|
message?: string;
|
|
8803
8317
|
}
|
|
8804
|
-
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
8805
|
-
/**
|
|
8806
|
-
* @internal
|
|
8807
|
-
*/
|
|
8808
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
8809
|
-
}
|
|
8810
8318
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
8811
8319
|
/**
|
|
8812
8320
|
* <p>The database engine. The only supported engine is <code>custom-oracle-ee</code>.</p>
|
|
@@ -8833,12 +8341,6 @@ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyExceptio
|
|
|
8833
8341
|
$fault: "client";
|
|
8834
8342
|
message?: string;
|
|
8835
8343
|
}
|
|
8836
|
-
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
8837
|
-
/**
|
|
8838
|
-
* @internal
|
|
8839
|
-
*/
|
|
8840
|
-
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
8841
|
-
}
|
|
8842
8344
|
/**
|
|
8843
8345
|
* <p></p>
|
|
8844
8346
|
*/
|
|
@@ -8935,12 +8437,6 @@ export interface DBClusterEndpointNotFoundFault extends __SmithyException, $Meta
|
|
|
8935
8437
|
$fault: "client";
|
|
8936
8438
|
message?: string;
|
|
8937
8439
|
}
|
|
8938
|
-
export declare namespace DBClusterEndpointNotFoundFault {
|
|
8939
|
-
/**
|
|
8940
|
-
* @internal
|
|
8941
|
-
*/
|
|
8942
|
-
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
8943
|
-
}
|
|
8944
8440
|
export interface DeleteDBClusterEndpointMessage {
|
|
8945
8441
|
/**
|
|
8946
8442
|
* <p>The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.</p>
|
|
@@ -8961,12 +8457,6 @@ export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $
|
|
|
8961
8457
|
$fault: "client";
|
|
8962
8458
|
message?: string;
|
|
8963
8459
|
}
|
|
8964
|
-
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
8965
|
-
/**
|
|
8966
|
-
* @internal
|
|
8967
|
-
*/
|
|
8968
|
-
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
8969
|
-
}
|
|
8970
8460
|
/**
|
|
8971
8461
|
* <p></p>
|
|
8972
8462
|
*/
|
|
@@ -9004,12 +8494,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
9004
8494
|
$fault: "client";
|
|
9005
8495
|
message?: string;
|
|
9006
8496
|
}
|
|
9007
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
9008
|
-
/**
|
|
9009
|
-
* @internal
|
|
9010
|
-
*/
|
|
9011
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
9012
|
-
}
|
|
9013
8497
|
/**
|
|
9014
8498
|
* <p></p>
|
|
9015
8499
|
*/
|
|
@@ -9052,12 +8536,6 @@ export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyExc
|
|
|
9052
8536
|
$fault: "client";
|
|
9053
8537
|
message?: string;
|
|
9054
8538
|
}
|
|
9055
|
-
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
9056
|
-
/**
|
|
9057
|
-
* @internal
|
|
9058
|
-
*/
|
|
9059
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
9060
|
-
}
|
|
9061
8539
|
/**
|
|
9062
8540
|
* <p></p>
|
|
9063
8541
|
*/
|
|
@@ -9152,12 +8630,6 @@ export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyExceptio
|
|
|
9152
8630
|
$fault: "client";
|
|
9153
8631
|
message?: string;
|
|
9154
8632
|
}
|
|
9155
|
-
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
9156
|
-
/**
|
|
9157
|
-
* @internal
|
|
9158
|
-
*/
|
|
9159
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
9160
|
-
}
|
|
9161
8633
|
/**
|
|
9162
8634
|
* <p>Parameter input for the <code>DeleteDBInstanceAutomatedBackup</code> operation.</p>
|
|
9163
8635
|
*/
|
|
@@ -9367,12 +8839,6 @@ export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyExce
|
|
|
9367
8839
|
$fault: "client";
|
|
9368
8840
|
message?: string;
|
|
9369
8841
|
}
|
|
9370
|
-
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
9371
|
-
/**
|
|
9372
|
-
* @internal
|
|
9373
|
-
*/
|
|
9374
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
9375
|
-
}
|
|
9376
8842
|
/**
|
|
9377
8843
|
* <p></p>
|
|
9378
8844
|
*/
|
|
@@ -9432,12 +8898,6 @@ export interface DBProxyEndpointNotFoundFault extends __SmithyException, $Metada
|
|
|
9432
8898
|
$fault: "client";
|
|
9433
8899
|
message?: string;
|
|
9434
8900
|
}
|
|
9435
|
-
export declare namespace DBProxyEndpointNotFoundFault {
|
|
9436
|
-
/**
|
|
9437
|
-
* @internal
|
|
9438
|
-
*/
|
|
9439
|
-
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
9440
|
-
}
|
|
9441
8901
|
export interface DeleteDBProxyEndpointRequest {
|
|
9442
8902
|
/**
|
|
9443
8903
|
* <p>The name of the DB proxy endpoint to delete.</p>
|
|
@@ -9470,12 +8930,6 @@ export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $Me
|
|
|
9470
8930
|
$fault: "client";
|
|
9471
8931
|
message?: string;
|
|
9472
8932
|
}
|
|
9473
|
-
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
9474
|
-
/**
|
|
9475
|
-
* @internal
|
|
9476
|
-
*/
|
|
9477
|
-
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
9478
|
-
}
|
|
9479
8933
|
/**
|
|
9480
8934
|
* <p></p>
|
|
9481
8935
|
*/
|
|
@@ -9573,12 +9027,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
9573
9027
|
$fault: "client";
|
|
9574
9028
|
message?: string;
|
|
9575
9029
|
}
|
|
9576
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
9577
|
-
/**
|
|
9578
|
-
* @internal
|
|
9579
|
-
*/
|
|
9580
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
9581
|
-
}
|
|
9582
9030
|
/**
|
|
9583
9031
|
* <p></p>
|
|
9584
9032
|
*/
|
|
@@ -9614,12 +9062,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
9614
9062
|
$fault: "client";
|
|
9615
9063
|
message?: string;
|
|
9616
9064
|
}
|
|
9617
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
9618
|
-
/**
|
|
9619
|
-
* @internal
|
|
9620
|
-
*/
|
|
9621
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
9622
|
-
}
|
|
9623
9065
|
export interface DeleteGlobalClusterMessage {
|
|
9624
9066
|
/**
|
|
9625
9067
|
* <p>
|
|
@@ -9728,12 +9170,6 @@ export interface InstallationMediaNotFoundFault extends __SmithyException, $Meta
|
|
|
9728
9170
|
$fault: "client";
|
|
9729
9171
|
message?: string;
|
|
9730
9172
|
}
|
|
9731
|
-
export declare namespace InstallationMediaNotFoundFault {
|
|
9732
|
-
/**
|
|
9733
|
-
* @internal
|
|
9734
|
-
*/
|
|
9735
|
-
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
9736
|
-
}
|
|
9737
9173
|
/**
|
|
9738
9174
|
* <p></p>
|
|
9739
9175
|
*/
|
|
@@ -9762,12 +9198,6 @@ export interface InvalidOptionGroupStateFault extends __SmithyException, $Metada
|
|
|
9762
9198
|
$fault: "client";
|
|
9763
9199
|
message?: string;
|
|
9764
9200
|
}
|
|
9765
|
-
export declare namespace InvalidOptionGroupStateFault {
|
|
9766
|
-
/**
|
|
9767
|
-
* @internal
|
|
9768
|
-
*/
|
|
9769
|
-
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
9770
|
-
}
|
|
9771
9201
|
/**
|
|
9772
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>
|
|
9773
9203
|
*/
|
|
@@ -9776,12 +9206,6 @@ export interface DBProxyTargetNotFoundFault extends __SmithyException, $Metadata
|
|
|
9776
9206
|
$fault: "client";
|
|
9777
9207
|
message?: string;
|
|
9778
9208
|
}
|
|
9779
|
-
export declare namespace DBProxyTargetNotFoundFault {
|
|
9780
|
-
/**
|
|
9781
|
-
* @internal
|
|
9782
|
-
*/
|
|
9783
|
-
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
9784
|
-
}
|
|
9785
9209
|
export interface DeregisterDBProxyTargetsRequest {
|
|
9786
9210
|
/**
|
|
9787
9211
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -9905,12 +9329,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
9905
9329
|
$fault: "client";
|
|
9906
9330
|
message?: string;
|
|
9907
9331
|
}
|
|
9908
|
-
export declare namespace CertificateNotFoundFault {
|
|
9909
|
-
/**
|
|
9910
|
-
* @internal
|
|
9911
|
-
*/
|
|
9912
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
9913
|
-
}
|
|
9914
9332
|
/**
|
|
9915
9333
|
* <p>A filter name and value pair that is used to return a more specific list of results
|
|
9916
9334
|
* from a describe operation. Filters can be used to match a set of resources by specific
|
|
@@ -10089,12 +9507,6 @@ export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $Met
|
|
|
10089
9507
|
$fault: "client";
|
|
10090
9508
|
message?: string;
|
|
10091
9509
|
}
|
|
10092
|
-
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
10093
|
-
/**
|
|
10094
|
-
* @internal
|
|
10095
|
-
*/
|
|
10096
|
-
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
10097
|
-
}
|
|
10098
9510
|
/**
|
|
10099
9511
|
* <p></p>
|
|
10100
9512
|
*/
|