@aws-sdk/client-docdb 3.45.0 → 3.47.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +3 -346
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -228
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/DocDBClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -342
- 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/DocDBClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -228
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +41 -48
|
@@ -119,12 +119,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
119
119
|
$fault: "client";
|
|
120
120
|
message?: string;
|
|
121
121
|
}
|
|
122
|
-
export declare namespace SourceNotFoundFault {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
127
|
-
}
|
|
128
122
|
/**
|
|
129
123
|
* <p>The subscription name does not exist. </p>
|
|
130
124
|
*/
|
|
@@ -133,12 +127,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
|
|
|
133
127
|
$fault: "client";
|
|
134
128
|
message?: string;
|
|
135
129
|
}
|
|
136
|
-
export declare namespace SubscriptionNotFoundFault {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
141
|
-
}
|
|
142
130
|
/**
|
|
143
131
|
* <p>Metadata assigned to an Amazon DocumentDB resource consisting of a key-value pair.</p>
|
|
144
132
|
*/
|
|
@@ -188,12 +176,6 @@ export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
188
176
|
$fault: "client";
|
|
189
177
|
message?: string;
|
|
190
178
|
}
|
|
191
|
-
export declare namespace DBClusterNotFoundFault {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: DBClusterNotFoundFault) => any;
|
|
196
|
-
}
|
|
197
179
|
/**
|
|
198
180
|
* <p>
|
|
199
181
|
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
@@ -203,12 +185,6 @@ export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
203
185
|
$fault: "client";
|
|
204
186
|
message?: string;
|
|
205
187
|
}
|
|
206
|
-
export declare namespace DBInstanceNotFoundFault {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: DBInstanceNotFoundFault) => any;
|
|
211
|
-
}
|
|
212
188
|
/**
|
|
213
189
|
* <p>
|
|
214
190
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
|
|
@@ -218,12 +194,6 @@ export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
218
194
|
$fault: "client";
|
|
219
195
|
message?: string;
|
|
220
196
|
}
|
|
221
|
-
export declare namespace DBSnapshotNotFoundFault {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
226
|
-
}
|
|
227
197
|
/**
|
|
228
198
|
* <p>Represents the input to <a>ApplyPendingMaintenanceAction</a>.
|
|
229
199
|
* </p>
|
|
@@ -356,12 +326,6 @@ export interface InvalidDBClusterStateFault extends __SmithyException, $Metadata
|
|
|
356
326
|
$fault: "client";
|
|
357
327
|
message?: string;
|
|
358
328
|
}
|
|
359
|
-
export declare namespace InvalidDBClusterStateFault {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
const filterSensitiveLog: (obj: InvalidDBClusterStateFault) => any;
|
|
364
|
-
}
|
|
365
329
|
/**
|
|
366
330
|
* <p> The specified instance isn't in the <i>available</i> state.
|
|
367
331
|
* </p>
|
|
@@ -371,12 +335,6 @@ export interface InvalidDBInstanceStateFault extends __SmithyException, $Metadat
|
|
|
371
335
|
$fault: "client";
|
|
372
336
|
message?: string;
|
|
373
337
|
}
|
|
374
|
-
export declare namespace InvalidDBInstanceStateFault {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceStateFault) => any;
|
|
379
|
-
}
|
|
380
338
|
/**
|
|
381
339
|
* <p>The specified resource ID was not found.</p>
|
|
382
340
|
*/
|
|
@@ -385,12 +343,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
385
343
|
$fault: "client";
|
|
386
344
|
message?: string;
|
|
387
345
|
}
|
|
388
|
-
export declare namespace ResourceNotFoundFault {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
393
|
-
}
|
|
394
346
|
/**
|
|
395
347
|
* <p>Represents the input to <a>CopyDBClusterParameterGroup</a>.
|
|
396
348
|
* </p>
|
|
@@ -499,12 +451,6 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
499
451
|
$fault: "client";
|
|
500
452
|
message?: string;
|
|
501
453
|
}
|
|
502
|
-
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
507
|
-
}
|
|
508
454
|
/**
|
|
509
455
|
* <p>
|
|
510
456
|
* <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
|
|
@@ -514,12 +460,6 @@ export interface DBParameterGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
514
460
|
$fault: "client";
|
|
515
461
|
message?: string;
|
|
516
462
|
}
|
|
517
|
-
export declare namespace DBParameterGroupNotFoundFault {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
522
|
-
}
|
|
523
463
|
/**
|
|
524
464
|
* <p>This request would cause you to exceed the allowed number of parameter groups.</p>
|
|
525
465
|
*/
|
|
@@ -528,12 +468,6 @@ export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $
|
|
|
528
468
|
$fault: "client";
|
|
529
469
|
message?: string;
|
|
530
470
|
}
|
|
531
|
-
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
|
-
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
536
|
-
}
|
|
537
471
|
/**
|
|
538
472
|
* <p>Represents the input to <a>CopyDBClusterSnapshot</a>.
|
|
539
473
|
* </p>
|
|
@@ -760,12 +694,6 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
760
694
|
$fault: "client";
|
|
761
695
|
message?: string;
|
|
762
696
|
}
|
|
763
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
768
|
-
}
|
|
769
697
|
/**
|
|
770
698
|
* <p>
|
|
771
699
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
|
|
@@ -775,12 +703,6 @@ export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $Meta
|
|
|
775
703
|
$fault: "client";
|
|
776
704
|
message?: string;
|
|
777
705
|
}
|
|
778
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
783
|
-
}
|
|
784
706
|
/**
|
|
785
707
|
* <p>The provided value isn't a valid cluster snapshot state.</p>
|
|
786
708
|
*/
|
|
@@ -789,12 +711,6 @@ export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $
|
|
|
789
711
|
$fault: "client";
|
|
790
712
|
message?: string;
|
|
791
713
|
}
|
|
792
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
797
|
-
}
|
|
798
714
|
/**
|
|
799
715
|
* <p>An error occurred when accessing an KMS key.</p>
|
|
800
716
|
*/
|
|
@@ -803,12 +719,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
803
719
|
$fault: "client";
|
|
804
720
|
message?: string;
|
|
805
721
|
}
|
|
806
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
811
|
-
}
|
|
812
722
|
/**
|
|
813
723
|
* <p>The request would cause you to exceed the allowed number of snapshots.</p>
|
|
814
724
|
*/
|
|
@@ -817,12 +727,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
817
727
|
$fault: "client";
|
|
818
728
|
message?: string;
|
|
819
729
|
}
|
|
820
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
825
|
-
}
|
|
826
730
|
/**
|
|
827
731
|
* <p>Represents the input to <a>CreateDBCluster</a>.
|
|
828
732
|
* </p>
|
|
@@ -1267,12 +1171,6 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
1267
1171
|
$fault: "client";
|
|
1268
1172
|
message?: string;
|
|
1269
1173
|
}
|
|
1270
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
1275
|
-
}
|
|
1276
1174
|
/**
|
|
1277
1175
|
* <p>
|
|
1278
1176
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing cluster parameter group. </p>
|
|
@@ -1282,12 +1180,6 @@ export interface DBClusterParameterGroupNotFoundFault extends __SmithyException,
|
|
|
1282
1180
|
$fault: "client";
|
|
1283
1181
|
message?: string;
|
|
1284
1182
|
}
|
|
1285
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
1286
|
-
/**
|
|
1287
|
-
* @internal
|
|
1288
|
-
*/
|
|
1289
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
1290
|
-
}
|
|
1291
1183
|
/**
|
|
1292
1184
|
* <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
|
|
1293
1185
|
*/
|
|
@@ -1296,12 +1188,6 @@ export interface DBClusterQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
1296
1188
|
$fault: "client";
|
|
1297
1189
|
message?: string;
|
|
1298
1190
|
}
|
|
1299
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
1300
|
-
/**
|
|
1301
|
-
* @internal
|
|
1302
|
-
*/
|
|
1303
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
1304
|
-
}
|
|
1305
1191
|
/**
|
|
1306
1192
|
* <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
1307
1193
|
*/
|
|
@@ -1310,12 +1196,6 @@ export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $
|
|
|
1310
1196
|
$fault: "client";
|
|
1311
1197
|
message?: string;
|
|
1312
1198
|
}
|
|
1313
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
1318
|
-
}
|
|
1319
1199
|
/**
|
|
1320
1200
|
* <p>
|
|
1321
1201
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
@@ -1325,12 +1205,6 @@ export interface DBSubnetGroupNotFoundFault extends __SmithyException, $Metadata
|
|
|
1325
1205
|
$fault: "client";
|
|
1326
1206
|
message?: string;
|
|
1327
1207
|
}
|
|
1328
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
1333
|
-
}
|
|
1334
1208
|
/**
|
|
1335
1209
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
|
|
1336
1210
|
*/
|
|
@@ -1339,12 +1213,6 @@ export interface GlobalClusterNotFoundFault extends __SmithyException, $Metadata
|
|
|
1339
1213
|
$fault: "client";
|
|
1340
1214
|
message?: string;
|
|
1341
1215
|
}
|
|
1342
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
1347
|
-
}
|
|
1348
1216
|
/**
|
|
1349
1217
|
* <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
|
|
1350
1218
|
*/
|
|
@@ -1353,12 +1221,6 @@ export interface InsufficientStorageClusterCapacityFault extends __SmithyExcepti
|
|
|
1353
1221
|
$fault: "client";
|
|
1354
1222
|
message?: string;
|
|
1355
1223
|
}
|
|
1356
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
1361
|
-
}
|
|
1362
1224
|
/**
|
|
1363
1225
|
* <p>The subnet group can't be deleted because it's in use.</p>
|
|
1364
1226
|
*/
|
|
@@ -1367,12 +1229,6 @@ export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $Meta
|
|
|
1367
1229
|
$fault: "client";
|
|
1368
1230
|
message?: string;
|
|
1369
1231
|
}
|
|
1370
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
1375
|
-
}
|
|
1376
1232
|
/**
|
|
1377
1233
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
1378
1234
|
*/
|
|
@@ -1381,12 +1237,6 @@ export interface InvalidGlobalClusterStateFault extends __SmithyException, $Meta
|
|
|
1381
1237
|
$fault: "client";
|
|
1382
1238
|
message?: string;
|
|
1383
1239
|
}
|
|
1384
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
1389
|
-
}
|
|
1390
1240
|
/**
|
|
1391
1241
|
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
1392
1242
|
* in a common virtual private cloud (VPC).</p>
|
|
@@ -1396,12 +1246,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
1396
1246
|
$fault: "client";
|
|
1397
1247
|
message?: string;
|
|
1398
1248
|
}
|
|
1399
|
-
export declare namespace InvalidSubnet {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1404
|
-
}
|
|
1405
1249
|
/**
|
|
1406
1250
|
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
1407
1251
|
* because of changes that were made.</p>
|
|
@@ -1411,12 +1255,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
1411
1255
|
$fault: "client";
|
|
1412
1256
|
message?: string;
|
|
1413
1257
|
}
|
|
1414
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
1419
|
-
}
|
|
1420
1258
|
/**
|
|
1421
1259
|
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
1422
1260
|
* all instances.</p>
|
|
@@ -1426,12 +1264,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
1426
1264
|
$fault: "client";
|
|
1427
1265
|
message?: string;
|
|
1428
1266
|
}
|
|
1429
|
-
export declare namespace StorageQuotaExceededFault {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
1434
|
-
}
|
|
1435
1267
|
/**
|
|
1436
1268
|
* <p>Represents the input of <a>CreateDBClusterParameterGroup</a>.</p>
|
|
1437
1269
|
*/
|
|
@@ -1551,12 +1383,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
1551
1383
|
$fault: "client";
|
|
1552
1384
|
message?: string;
|
|
1553
1385
|
}
|
|
1554
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
1555
|
-
/**
|
|
1556
|
-
* @internal
|
|
1557
|
-
*/
|
|
1558
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
1559
|
-
}
|
|
1560
1386
|
/**
|
|
1561
1387
|
* <p>Represents the input to <a>CreateDBInstance</a>.</p>
|
|
1562
1388
|
*/
|
|
@@ -2011,12 +1837,6 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2011
1837
|
$fault: "client";
|
|
2012
1838
|
message?: string;
|
|
2013
1839
|
}
|
|
2014
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
2019
|
-
}
|
|
2020
1840
|
/**
|
|
2021
1841
|
* <p>
|
|
2022
1842
|
* <code>DBSecurityGroupName</code> doesn't refer to an existing security group. </p>
|
|
@@ -2026,12 +1846,6 @@ export interface DBSecurityGroupNotFoundFault extends __SmithyException, $Metada
|
|
|
2026
1846
|
$fault: "client";
|
|
2027
1847
|
message?: string;
|
|
2028
1848
|
}
|
|
2029
|
-
export declare namespace DBSecurityGroupNotFoundFault {
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
2034
|
-
}
|
|
2035
1849
|
/**
|
|
2036
1850
|
* <p>The request would cause you to exceed the allowed number of instances.</p>
|
|
2037
1851
|
*/
|
|
@@ -2040,12 +1854,6 @@ export interface InstanceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
2040
1854
|
$fault: "client";
|
|
2041
1855
|
message?: string;
|
|
2042
1856
|
}
|
|
2043
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
2044
|
-
/**
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
2047
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
2048
|
-
}
|
|
2049
1857
|
/**
|
|
2050
1858
|
* <p>The specified instance class isn't available in the specified Availability Zone.</p>
|
|
2051
1859
|
*/
|
|
@@ -2054,12 +1862,6 @@ export interface InsufficientDBInstanceCapacityFault extends __SmithyException,
|
|
|
2054
1862
|
$fault: "client";
|
|
2055
1863
|
message?: string;
|
|
2056
1864
|
}
|
|
2057
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
2062
|
-
}
|
|
2063
1865
|
/**
|
|
2064
1866
|
* <p>Storage of the specified <code>StorageType</code> can't be associated with the DB
|
|
2065
1867
|
* instance. </p>
|
|
@@ -2069,12 +1871,6 @@ export interface StorageTypeNotSupportedFault extends __SmithyException, $Metada
|
|
|
2069
1871
|
$fault: "client";
|
|
2070
1872
|
message?: string;
|
|
2071
1873
|
}
|
|
2072
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
2073
|
-
/**
|
|
2074
|
-
* @internal
|
|
2075
|
-
*/
|
|
2076
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
2077
|
-
}
|
|
2078
1874
|
/**
|
|
2079
1875
|
* <p>Represents the input to <a>CreateDBSubnetGroup</a>.</p>
|
|
2080
1876
|
*/
|
|
@@ -2127,12 +1923,6 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
2127
1923
|
$fault: "client";
|
|
2128
1924
|
message?: string;
|
|
2129
1925
|
}
|
|
2130
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
2135
|
-
}
|
|
2136
1926
|
/**
|
|
2137
1927
|
* <p>The request would cause you to exceed the allowed number of subnet groups.</p>
|
|
2138
1928
|
*/
|
|
@@ -2141,12 +1931,6 @@ export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $Met
|
|
|
2141
1931
|
$fault: "client";
|
|
2142
1932
|
message?: string;
|
|
2143
1933
|
}
|
|
2144
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
2149
|
-
}
|
|
2150
1934
|
/**
|
|
2151
1935
|
* <p>The request would cause you to exceed the allowed number of subnets in a subnet group.</p>
|
|
2152
1936
|
*/
|
|
@@ -2155,12 +1939,6 @@ export interface DBSubnetQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
2155
1939
|
$fault: "client";
|
|
2156
1940
|
message?: string;
|
|
2157
1941
|
}
|
|
2158
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
2163
|
-
}
|
|
2164
1942
|
/**
|
|
2165
1943
|
* <p>Represents the input to <a>CreateEventSubscription</a>.</p>
|
|
2166
1944
|
*/
|
|
@@ -2249,12 +2027,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
2249
2027
|
$fault: "client";
|
|
2250
2028
|
message?: string;
|
|
2251
2029
|
}
|
|
2252
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
2253
|
-
/**
|
|
2254
|
-
* @internal
|
|
2255
|
-
*/
|
|
2256
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
2257
|
-
}
|
|
2258
2030
|
/**
|
|
2259
2031
|
* <p>Amazon SNS has responded that there is a problem with the specified topic. </p>
|
|
2260
2032
|
*/
|
|
@@ -2263,12 +2035,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
2263
2035
|
$fault: "client";
|
|
2264
2036
|
message?: string;
|
|
2265
2037
|
}
|
|
2266
|
-
export declare namespace SNSInvalidTopicFault {
|
|
2267
|
-
/**
|
|
2268
|
-
* @internal
|
|
2269
|
-
*/
|
|
2270
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
2271
|
-
}
|
|
2272
2038
|
/**
|
|
2273
2039
|
* <p>You do not have permission to publish to the SNS topic Amazon Resource Name (ARN). </p>
|
|
2274
2040
|
*/
|
|
@@ -2277,12 +2043,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
2277
2043
|
$fault: "client";
|
|
2278
2044
|
message?: string;
|
|
2279
2045
|
}
|
|
2280
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
2285
|
-
}
|
|
2286
2046
|
/**
|
|
2287
2047
|
* <p>The SNS topic Amazon Resource Name (ARN) does not exist. </p>
|
|
2288
2048
|
*/
|
|
@@ -2291,12 +2051,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2291
2051
|
$fault: "client";
|
|
2292
2052
|
message?: string;
|
|
2293
2053
|
}
|
|
2294
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
2295
|
-
/**
|
|
2296
|
-
* @internal
|
|
2297
|
-
*/
|
|
2298
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
2299
|
-
}
|
|
2300
2054
|
/**
|
|
2301
2055
|
* <p>The provided subscription name already exists. </p>
|
|
2302
2056
|
*/
|
|
@@ -2305,12 +2059,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
|
|
|
2305
2059
|
$fault: "client";
|
|
2306
2060
|
message?: string;
|
|
2307
2061
|
}
|
|
2308
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
2309
|
-
/**
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
2312
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
2313
|
-
}
|
|
2314
2062
|
/**
|
|
2315
2063
|
* <p>The provided category does not exist. </p>
|
|
2316
2064
|
*/
|
|
@@ -2319,12 +2067,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
|
|
|
2319
2067
|
$fault: "client";
|
|
2320
2068
|
message?: string;
|
|
2321
2069
|
}
|
|
2322
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
2323
|
-
/**
|
|
2324
|
-
* @internal
|
|
2325
|
-
*/
|
|
2326
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
2327
|
-
}
|
|
2328
2070
|
/**
|
|
2329
2071
|
* <p>Represents the input to <a>CreateGlobalCluster</a>.</p>
|
|
2330
2072
|
*/
|
|
@@ -2458,12 +2200,6 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
2458
2200
|
$fault: "client";
|
|
2459
2201
|
message?: string;
|
|
2460
2202
|
}
|
|
2461
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
2462
|
-
/**
|
|
2463
|
-
* @internal
|
|
2464
|
-
*/
|
|
2465
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
2466
|
-
}
|
|
2467
2203
|
/**
|
|
2468
2204
|
* <p>The number of global clusters for this account is already at the maximum allowed.</p>
|
|
2469
2205
|
*/
|
|
@@ -2472,12 +2208,6 @@ export interface GlobalClusterQuotaExceededFault extends __SmithyException, $Met
|
|
|
2472
2208
|
$fault: "client";
|
|
2473
2209
|
message?: string;
|
|
2474
2210
|
}
|
|
2475
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
2476
|
-
/**
|
|
2477
|
-
* @internal
|
|
2478
|
-
*/
|
|
2479
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
2480
|
-
}
|
|
2481
2211
|
/**
|
|
2482
2212
|
* <p>Represents the input to <a>DeleteDBCluster</a>.</p>
|
|
2483
2213
|
*/
|
|
@@ -2574,12 +2304,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
2574
2304
|
$fault: "client";
|
|
2575
2305
|
message?: string;
|
|
2576
2306
|
}
|
|
2577
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
2578
|
-
/**
|
|
2579
|
-
* @internal
|
|
2580
|
-
*/
|
|
2581
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
2582
|
-
}
|
|
2583
2307
|
/**
|
|
2584
2308
|
* <p>Represents the input to <a>DeleteDBClusterSnapshot</a>.</p>
|
|
2585
2309
|
*/
|
|
@@ -2617,12 +2341,6 @@ export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2617
2341
|
$fault: "client";
|
|
2618
2342
|
message?: string;
|
|
2619
2343
|
}
|
|
2620
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
2621
|
-
/**
|
|
2622
|
-
* @internal
|
|
2623
|
-
*/
|
|
2624
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
2625
|
-
}
|
|
2626
2344
|
/**
|
|
2627
2345
|
* <p>Represents the input to <a>DeleteDBInstance</a>.</p>
|
|
2628
2346
|
*/
|
|
@@ -2687,12 +2405,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
2687
2405
|
$fault: "client";
|
|
2688
2406
|
message?: string;
|
|
2689
2407
|
}
|
|
2690
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
2695
|
-
}
|
|
2696
2408
|
/**
|
|
2697
2409
|
* <p>Represents the input to <a>DeleteEventSubscription</a>.</p>
|
|
2698
2410
|
*/
|
|
@@ -2729,12 +2441,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
2729
2441
|
$fault: "client";
|
|
2730
2442
|
message?: string;
|
|
2731
2443
|
}
|
|
2732
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
2733
|
-
/**
|
|
2734
|
-
* @internal
|
|
2735
|
-
*/
|
|
2736
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
2737
|
-
}
|
|
2738
2444
|
/**
|
|
2739
2445
|
* <p>Represents the input to <a>DeleteGlobalCluster</a>.</p>
|
|
2740
2446
|
*/
|
|
@@ -2832,12 +2538,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2832
2538
|
$fault: "client";
|
|
2833
2539
|
message?: string;
|
|
2834
2540
|
}
|
|
2835
|
-
export declare namespace CertificateNotFoundFault {
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
2840
|
-
}
|
|
2841
2541
|
/**
|
|
2842
2542
|
* <p>A named set of filter values, used to return a more specific list of results. You can
|
|
2843
2543
|
* use a filter to match a set of resources by specific criteria, such as IDs.</p>
|
|
@@ -4236,12 +3936,6 @@ export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $Me
|
|
|
4236
3936
|
$fault: "client";
|
|
4237
3937
|
message?: string;
|
|
4238
3938
|
}
|
|
4239
|
-
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
4240
|
-
/**
|
|
4241
|
-
* @internal
|
|
4242
|
-
*/
|
|
4243
|
-
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
4244
|
-
}
|
|
4245
3939
|
/**
|
|
4246
3940
|
* <p>The configuration setting for the log types to be enabled for export to Amazon
|
|
4247
3941
|
* CloudWatch Logs for a specific instance or cluster.</p>
|
|
@@ -4521,12 +4215,6 @@ export interface SharedSnapshotQuotaExceededFault extends __SmithyException, $Me
|
|
|
4521
4215
|
$fault: "client";
|
|
4522
4216
|
message?: string;
|
|
4523
4217
|
}
|
|
4524
|
-
export declare namespace SharedSnapshotQuotaExceededFault {
|
|
4525
|
-
/**
|
|
4526
|
-
* @internal
|
|
4527
|
-
*/
|
|
4528
|
-
const filterSensitiveLog: (obj: SharedSnapshotQuotaExceededFault) => any;
|
|
4529
|
-
}
|
|
4530
4218
|
/**
|
|
4531
4219
|
* <p>The upgrade failed because a resource that the depends on can't be
|
|
4532
4220
|
* modified.</p>
|
|
@@ -4536,12 +4224,6 @@ export interface DBUpgradeDependencyFailureFault extends __SmithyException, $Met
|
|
|
4536
4224
|
$fault: "client";
|
|
4537
4225
|
message?: string;
|
|
4538
4226
|
}
|
|
4539
|
-
export declare namespace DBUpgradeDependencyFailureFault {
|
|
4540
|
-
/**
|
|
4541
|
-
* @internal
|
|
4542
|
-
*/
|
|
4543
|
-
const filterSensitiveLog: (obj: DBUpgradeDependencyFailureFault) => any;
|
|
4544
|
-
}
|
|
4545
4227
|
/**
|
|
4546
4228
|
* <p>Represents the input to <a>ModifyDBInstance</a>.</p>
|
|
4547
4229
|
*/
|
|
@@ -4688,12 +4370,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
4688
4370
|
$fault: "client";
|
|
4689
4371
|
message?: string;
|
|
4690
4372
|
}
|
|
4691
|
-
export declare namespace SubnetAlreadyInUse {
|
|
4692
|
-
/**
|
|
4693
|
-
* @internal
|
|
4694
|
-
*/
|
|
4695
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
4696
|
-
}
|
|
4697
4373
|
/**
|
|
4698
4374
|
* <p>Represents the input to <a>ModifyEventSubscription</a>.</p>
|
|
4699
4375
|
*/
|
|
@@ -4950,12 +4626,6 @@ export interface InsufficientDBClusterCapacityFault extends __SmithyException, $
|
|
|
4950
4626
|
$fault: "client";
|
|
4951
4627
|
message?: string;
|
|
4952
4628
|
}
|
|
4953
|
-
export declare namespace InsufficientDBClusterCapacityFault {
|
|
4954
|
-
/**
|
|
4955
|
-
* @internal
|
|
4956
|
-
*/
|
|
4957
|
-
const filterSensitiveLog: (obj: InsufficientDBClusterCapacityFault) => any;
|
|
4958
|
-
}
|
|
4959
4629
|
/**
|
|
4960
4630
|
* <p>The state of the snapshot doesn't allow deletion.</p>
|
|
4961
4631
|
*/
|
|
@@ -4964,12 +4634,6 @@ export interface InvalidDBSnapshotStateFault extends __SmithyException, $Metadat
|
|
|
4964
4634
|
$fault: "client";
|
|
4965
4635
|
message?: string;
|
|
4966
4636
|
}
|
|
4967
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
4968
|
-
/**
|
|
4969
|
-
* @internal
|
|
4970
|
-
*/
|
|
4971
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
4972
|
-
}
|
|
4973
4637
|
/**
|
|
4974
4638
|
* <p>You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB
|
|
4975
4639
|
* instance.</p>
|
|
@@ -4979,12 +4643,6 @@ export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer
|
|
|
4979
4643
|
$fault: "client";
|
|
4980
4644
|
message?: string;
|
|
4981
4645
|
}
|
|
4982
|
-
export declare namespace InvalidRestoreFault {
|
|
4983
|
-
/**
|
|
4984
|
-
* @internal
|
|
4985
|
-
*/
|
|
4986
|
-
const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
|
|
4987
|
-
}
|
|
4988
4646
|
/**
|
|
4989
4647
|
* <p>Represents the input to <a>RestoreDBClusterFromSnapshot</a>.</p>
|
|
4990
4648
|
*/
|