@aws-sdk/client-docdb 3.51.0 → 3.54.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DocDBServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +746 -3
- package/dist-cjs/protocols/Aws_query.js +584 -2009
- package/dist-es/index.js +1 -0
- package/dist-es/models/DocDBServiceException.js +12 -0
- package/dist-es/models/models_0.js +686 -1
- package/dist-es/protocols/Aws_query.js +1188 -2073
- package/dist-types/DocDBClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DocDBServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +401 -229
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DocDBClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/DocDBServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +287 -229
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +35 -35
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
|
|
2
3
|
|
|
3
4
|
export interface AddSourceIdentifierToSubscriptionMessage {
|
|
4
5
|
|
|
@@ -46,16 +47,18 @@ export declare namespace AddSourceIdentifierToSubscriptionResult {
|
|
|
46
47
|
const filterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionResult) => any;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
|
-
export
|
|
50
|
-
name: "SourceNotFoundFault";
|
|
51
|
-
$fault: "client";
|
|
52
|
-
|
|
50
|
+
export declare class SourceNotFoundFault extends __BaseException {
|
|
51
|
+
readonly name: "SourceNotFoundFault";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
|
|
54
|
+
constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
|
|
53
55
|
}
|
|
54
56
|
|
|
55
|
-
export
|
|
56
|
-
name: "SubscriptionNotFoundFault";
|
|
57
|
-
$fault: "client";
|
|
58
|
-
|
|
57
|
+
export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
58
|
+
readonly name: "SubscriptionNotFoundFault";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
|
|
61
|
+
constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
|
|
59
62
|
}
|
|
60
63
|
|
|
61
64
|
export interface Tag {
|
|
@@ -80,22 +83,25 @@ export declare namespace AddTagsToResourceMessage {
|
|
|
80
83
|
const filterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
|
|
81
84
|
}
|
|
82
85
|
|
|
83
|
-
export
|
|
84
|
-
name: "DBClusterNotFoundFault";
|
|
85
|
-
$fault: "client";
|
|
86
|
-
|
|
86
|
+
export declare class DBClusterNotFoundFault extends __BaseException {
|
|
87
|
+
readonly name: "DBClusterNotFoundFault";
|
|
88
|
+
readonly $fault: "client";
|
|
89
|
+
|
|
90
|
+
constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
|
|
87
91
|
}
|
|
88
92
|
|
|
89
|
-
export
|
|
90
|
-
name: "DBInstanceNotFoundFault";
|
|
91
|
-
$fault: "client";
|
|
92
|
-
|
|
93
|
+
export declare class DBInstanceNotFoundFault extends __BaseException {
|
|
94
|
+
readonly name: "DBInstanceNotFoundFault";
|
|
95
|
+
readonly $fault: "client";
|
|
96
|
+
|
|
97
|
+
constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
|
|
93
98
|
}
|
|
94
99
|
|
|
95
|
-
export
|
|
96
|
-
name: "DBSnapshotNotFoundFault";
|
|
97
|
-
$fault: "client";
|
|
98
|
-
|
|
100
|
+
export declare class DBSnapshotNotFoundFault extends __BaseException {
|
|
101
|
+
readonly name: "DBSnapshotNotFoundFault";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
|
|
104
|
+
constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
|
|
99
105
|
}
|
|
100
106
|
|
|
101
107
|
export interface ApplyPendingMaintenanceActionMessage {
|
|
@@ -149,22 +155,25 @@ export declare namespace ApplyPendingMaintenanceActionResult {
|
|
|
149
155
|
const filterSensitiveLog: (obj: ApplyPendingMaintenanceActionResult) => any;
|
|
150
156
|
}
|
|
151
157
|
|
|
152
|
-
export
|
|
153
|
-
name: "InvalidDBClusterStateFault";
|
|
154
|
-
$fault: "client";
|
|
155
|
-
|
|
158
|
+
export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
159
|
+
readonly name: "InvalidDBClusterStateFault";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
|
|
162
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
|
|
156
163
|
}
|
|
157
164
|
|
|
158
|
-
export
|
|
159
|
-
name: "InvalidDBInstanceStateFault";
|
|
160
|
-
$fault: "client";
|
|
161
|
-
|
|
165
|
+
export declare class InvalidDBInstanceStateFault extends __BaseException {
|
|
166
|
+
readonly name: "InvalidDBInstanceStateFault";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
|
|
169
|
+
constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
|
|
162
170
|
}
|
|
163
171
|
|
|
164
|
-
export
|
|
165
|
-
name: "ResourceNotFoundFault";
|
|
166
|
-
$fault: "client";
|
|
167
|
-
|
|
172
|
+
export declare class ResourceNotFoundFault extends __BaseException {
|
|
173
|
+
readonly name: "ResourceNotFoundFault";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
|
|
176
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
168
177
|
}
|
|
169
178
|
|
|
170
179
|
export interface CopyDBClusterParameterGroupMessage {
|
|
@@ -205,22 +214,25 @@ export declare namespace CopyDBClusterParameterGroupResult {
|
|
|
205
214
|
const filterSensitiveLog: (obj: CopyDBClusterParameterGroupResult) => any;
|
|
206
215
|
}
|
|
207
216
|
|
|
208
|
-
export
|
|
209
|
-
name: "DBParameterGroupAlreadyExistsFault";
|
|
210
|
-
$fault: "client";
|
|
211
|
-
|
|
217
|
+
export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
218
|
+
readonly name: "DBParameterGroupAlreadyExistsFault";
|
|
219
|
+
readonly $fault: "client";
|
|
220
|
+
|
|
221
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
|
|
212
222
|
}
|
|
213
223
|
|
|
214
|
-
export
|
|
215
|
-
name: "DBParameterGroupNotFoundFault";
|
|
216
|
-
$fault: "client";
|
|
217
|
-
|
|
224
|
+
export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
225
|
+
readonly name: "DBParameterGroupNotFoundFault";
|
|
226
|
+
readonly $fault: "client";
|
|
227
|
+
|
|
228
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
|
|
218
229
|
}
|
|
219
230
|
|
|
220
|
-
export
|
|
221
|
-
name: "DBParameterGroupQuotaExceededFault";
|
|
222
|
-
$fault: "client";
|
|
223
|
-
|
|
231
|
+
export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
232
|
+
readonly name: "DBParameterGroupQuotaExceededFault";
|
|
233
|
+
readonly $fault: "client";
|
|
234
|
+
|
|
235
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
|
|
224
236
|
}
|
|
225
237
|
|
|
226
238
|
export interface CopyDBClusterSnapshotMessage {
|
|
@@ -291,34 +303,39 @@ export declare namespace CopyDBClusterSnapshotResult {
|
|
|
291
303
|
const filterSensitiveLog: (obj: CopyDBClusterSnapshotResult) => any;
|
|
292
304
|
}
|
|
293
305
|
|
|
294
|
-
export
|
|
295
|
-
name: "DBClusterSnapshotAlreadyExistsFault";
|
|
296
|
-
$fault: "client";
|
|
297
|
-
|
|
306
|
+
export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
307
|
+
readonly name: "DBClusterSnapshotAlreadyExistsFault";
|
|
308
|
+
readonly $fault: "client";
|
|
309
|
+
|
|
310
|
+
constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
|
|
298
311
|
}
|
|
299
312
|
|
|
300
|
-
export
|
|
301
|
-
name: "DBClusterSnapshotNotFoundFault";
|
|
302
|
-
$fault: "client";
|
|
303
|
-
|
|
313
|
+
export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
314
|
+
readonly name: "DBClusterSnapshotNotFoundFault";
|
|
315
|
+
readonly $fault: "client";
|
|
316
|
+
|
|
317
|
+
constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
|
|
304
318
|
}
|
|
305
319
|
|
|
306
|
-
export
|
|
307
|
-
name: "InvalidDBClusterSnapshotStateFault";
|
|
308
|
-
$fault: "client";
|
|
309
|
-
|
|
320
|
+
export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
321
|
+
readonly name: "InvalidDBClusterSnapshotStateFault";
|
|
322
|
+
readonly $fault: "client";
|
|
323
|
+
|
|
324
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
|
|
310
325
|
}
|
|
311
326
|
|
|
312
|
-
export
|
|
313
|
-
name: "KMSKeyNotAccessibleFault";
|
|
314
|
-
$fault: "client";
|
|
315
|
-
|
|
327
|
+
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
328
|
+
readonly name: "KMSKeyNotAccessibleFault";
|
|
329
|
+
readonly $fault: "client";
|
|
330
|
+
|
|
331
|
+
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
316
332
|
}
|
|
317
333
|
|
|
318
|
-
export
|
|
319
|
-
name: "SnapshotQuotaExceededFault";
|
|
320
|
-
$fault: "client";
|
|
321
|
-
|
|
334
|
+
export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
335
|
+
readonly name: "SnapshotQuotaExceededFault";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
|
|
338
|
+
constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
|
|
322
339
|
}
|
|
323
340
|
|
|
324
341
|
export interface CreateDBClusterMessage {
|
|
@@ -482,76 +499,88 @@ export declare namespace CreateDBClusterResult {
|
|
|
482
499
|
const filterSensitiveLog: (obj: CreateDBClusterResult) => any;
|
|
483
500
|
}
|
|
484
501
|
|
|
485
|
-
export
|
|
486
|
-
name: "DBClusterAlreadyExistsFault";
|
|
487
|
-
$fault: "client";
|
|
488
|
-
|
|
502
|
+
export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
503
|
+
readonly name: "DBClusterAlreadyExistsFault";
|
|
504
|
+
readonly $fault: "client";
|
|
505
|
+
|
|
506
|
+
constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
|
|
489
507
|
}
|
|
490
508
|
|
|
491
|
-
export
|
|
492
|
-
name: "DBClusterParameterGroupNotFoundFault";
|
|
493
|
-
$fault: "client";
|
|
494
|
-
|
|
509
|
+
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
510
|
+
readonly name: "DBClusterParameterGroupNotFoundFault";
|
|
511
|
+
readonly $fault: "client";
|
|
512
|
+
|
|
513
|
+
constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
|
|
495
514
|
}
|
|
496
515
|
|
|
497
|
-
export
|
|
498
|
-
name: "DBClusterQuotaExceededFault";
|
|
499
|
-
$fault: "client";
|
|
500
|
-
|
|
516
|
+
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
517
|
+
readonly name: "DBClusterQuotaExceededFault";
|
|
518
|
+
readonly $fault: "client";
|
|
519
|
+
|
|
520
|
+
constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
|
|
501
521
|
}
|
|
502
522
|
|
|
503
|
-
export
|
|
504
|
-
name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
505
|
-
$fault: "client";
|
|
506
|
-
|
|
523
|
+
export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
524
|
+
readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
525
|
+
readonly $fault: "client";
|
|
526
|
+
|
|
527
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
507
528
|
}
|
|
508
529
|
|
|
509
|
-
export
|
|
510
|
-
name: "DBSubnetGroupNotFoundFault";
|
|
511
|
-
$fault: "client";
|
|
512
|
-
|
|
530
|
+
export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
531
|
+
readonly name: "DBSubnetGroupNotFoundFault";
|
|
532
|
+
readonly $fault: "client";
|
|
533
|
+
|
|
534
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
|
|
513
535
|
}
|
|
514
536
|
|
|
515
|
-
export
|
|
516
|
-
name: "GlobalClusterNotFoundFault";
|
|
517
|
-
$fault: "client";
|
|
518
|
-
|
|
537
|
+
export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
538
|
+
readonly name: "GlobalClusterNotFoundFault";
|
|
539
|
+
readonly $fault: "client";
|
|
540
|
+
|
|
541
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
|
|
519
542
|
}
|
|
520
543
|
|
|
521
|
-
export
|
|
522
|
-
name: "InsufficientStorageClusterCapacityFault";
|
|
523
|
-
$fault: "client";
|
|
524
|
-
|
|
544
|
+
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
545
|
+
readonly name: "InsufficientStorageClusterCapacityFault";
|
|
546
|
+
readonly $fault: "client";
|
|
547
|
+
|
|
548
|
+
constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
|
|
525
549
|
}
|
|
526
550
|
|
|
527
|
-
export
|
|
528
|
-
name: "InvalidDBSubnetGroupStateFault";
|
|
529
|
-
$fault: "client";
|
|
530
|
-
|
|
551
|
+
export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
552
|
+
readonly name: "InvalidDBSubnetGroupStateFault";
|
|
553
|
+
readonly $fault: "client";
|
|
554
|
+
|
|
555
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
|
|
531
556
|
}
|
|
532
557
|
|
|
533
|
-
export
|
|
534
|
-
name: "InvalidGlobalClusterStateFault";
|
|
535
|
-
$fault: "client";
|
|
536
|
-
|
|
558
|
+
export declare class InvalidGlobalClusterStateFault extends __BaseException {
|
|
559
|
+
readonly name: "InvalidGlobalClusterStateFault";
|
|
560
|
+
readonly $fault: "client";
|
|
561
|
+
|
|
562
|
+
constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
|
|
537
563
|
}
|
|
538
564
|
|
|
539
|
-
export
|
|
540
|
-
name: "InvalidSubnet";
|
|
541
|
-
$fault: "client";
|
|
542
|
-
|
|
565
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
566
|
+
readonly name: "InvalidSubnet";
|
|
567
|
+
readonly $fault: "client";
|
|
568
|
+
|
|
569
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
543
570
|
}
|
|
544
571
|
|
|
545
|
-
export
|
|
546
|
-
name: "InvalidVPCNetworkStateFault";
|
|
547
|
-
$fault: "client";
|
|
548
|
-
|
|
572
|
+
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
573
|
+
readonly name: "InvalidVPCNetworkStateFault";
|
|
574
|
+
readonly $fault: "client";
|
|
575
|
+
|
|
576
|
+
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
549
577
|
}
|
|
550
578
|
|
|
551
|
-
export
|
|
552
|
-
name: "StorageQuotaExceededFault";
|
|
553
|
-
$fault: "client";
|
|
554
|
-
|
|
579
|
+
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
580
|
+
readonly name: "StorageQuotaExceededFault";
|
|
581
|
+
readonly $fault: "client";
|
|
582
|
+
|
|
583
|
+
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
555
584
|
}
|
|
556
585
|
|
|
557
586
|
export interface CreateDBClusterParameterGroupMessage {
|
|
@@ -598,10 +627,11 @@ export declare namespace CreateDBClusterSnapshotResult {
|
|
|
598
627
|
const filterSensitiveLog: (obj: CreateDBClusterSnapshotResult) => any;
|
|
599
628
|
}
|
|
600
629
|
|
|
601
|
-
export
|
|
602
|
-
name: "AuthorizationNotFoundFault";
|
|
603
|
-
$fault: "client";
|
|
604
|
-
|
|
630
|
+
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
631
|
+
readonly name: "AuthorizationNotFoundFault";
|
|
632
|
+
readonly $fault: "client";
|
|
633
|
+
|
|
634
|
+
constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
|
|
605
635
|
}
|
|
606
636
|
|
|
607
637
|
export interface CreateDBInstanceMessage {
|
|
@@ -811,34 +841,39 @@ export declare namespace CreateDBInstanceResult {
|
|
|
811
841
|
const filterSensitiveLog: (obj: CreateDBInstanceResult) => any;
|
|
812
842
|
}
|
|
813
843
|
|
|
814
|
-
export
|
|
815
|
-
name: "DBInstanceAlreadyExistsFault";
|
|
816
|
-
$fault: "client";
|
|
817
|
-
|
|
844
|
+
export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
845
|
+
readonly name: "DBInstanceAlreadyExistsFault";
|
|
846
|
+
readonly $fault: "client";
|
|
847
|
+
|
|
848
|
+
constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
|
|
818
849
|
}
|
|
819
850
|
|
|
820
|
-
export
|
|
821
|
-
name: "DBSecurityGroupNotFoundFault";
|
|
822
|
-
$fault: "client";
|
|
823
|
-
|
|
851
|
+
export declare class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
852
|
+
readonly name: "DBSecurityGroupNotFoundFault";
|
|
853
|
+
readonly $fault: "client";
|
|
854
|
+
|
|
855
|
+
constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
|
|
824
856
|
}
|
|
825
857
|
|
|
826
|
-
export
|
|
827
|
-
name: "InstanceQuotaExceededFault";
|
|
828
|
-
$fault: "client";
|
|
829
|
-
|
|
858
|
+
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
859
|
+
readonly name: "InstanceQuotaExceededFault";
|
|
860
|
+
readonly $fault: "client";
|
|
861
|
+
|
|
862
|
+
constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
|
|
830
863
|
}
|
|
831
864
|
|
|
832
|
-
export
|
|
833
|
-
name: "InsufficientDBInstanceCapacityFault";
|
|
834
|
-
$fault: "client";
|
|
835
|
-
|
|
865
|
+
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
866
|
+
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
867
|
+
readonly $fault: "client";
|
|
868
|
+
|
|
869
|
+
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
836
870
|
}
|
|
837
871
|
|
|
838
|
-
export
|
|
839
|
-
name: "StorageTypeNotSupportedFault";
|
|
840
|
-
$fault: "client";
|
|
841
|
-
|
|
872
|
+
export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
873
|
+
readonly name: "StorageTypeNotSupportedFault";
|
|
874
|
+
readonly $fault: "client";
|
|
875
|
+
|
|
876
|
+
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
842
877
|
}
|
|
843
878
|
|
|
844
879
|
export interface CreateDBSubnetGroupMessage {
|
|
@@ -864,22 +899,25 @@ export declare namespace CreateDBSubnetGroupResult {
|
|
|
864
899
|
const filterSensitiveLog: (obj: CreateDBSubnetGroupResult) => any;
|
|
865
900
|
}
|
|
866
901
|
|
|
867
|
-
export
|
|
868
|
-
name: "DBSubnetGroupAlreadyExistsFault";
|
|
869
|
-
$fault: "client";
|
|
870
|
-
|
|
902
|
+
export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
903
|
+
readonly name: "DBSubnetGroupAlreadyExistsFault";
|
|
904
|
+
readonly $fault: "client";
|
|
905
|
+
|
|
906
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
|
|
871
907
|
}
|
|
872
908
|
|
|
873
|
-
export
|
|
874
|
-
name: "DBSubnetGroupQuotaExceededFault";
|
|
875
|
-
$fault: "client";
|
|
876
|
-
|
|
909
|
+
export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
910
|
+
readonly name: "DBSubnetGroupQuotaExceededFault";
|
|
911
|
+
readonly $fault: "client";
|
|
912
|
+
|
|
913
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
|
|
877
914
|
}
|
|
878
915
|
|
|
879
|
-
export
|
|
880
|
-
name: "DBSubnetQuotaExceededFault";
|
|
881
|
-
$fault: "client";
|
|
882
|
-
|
|
916
|
+
export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
917
|
+
readonly name: "DBSubnetQuotaExceededFault";
|
|
918
|
+
readonly $fault: "client";
|
|
919
|
+
|
|
920
|
+
constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
|
|
883
921
|
}
|
|
884
922
|
|
|
885
923
|
export interface CreateEventSubscriptionMessage {
|
|
@@ -911,40 +949,46 @@ export declare namespace CreateEventSubscriptionResult {
|
|
|
911
949
|
const filterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
|
|
912
950
|
}
|
|
913
951
|
|
|
914
|
-
export
|
|
915
|
-
name: "EventSubscriptionQuotaExceededFault";
|
|
916
|
-
$fault: "client";
|
|
917
|
-
|
|
952
|
+
export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
953
|
+
readonly name: "EventSubscriptionQuotaExceededFault";
|
|
954
|
+
readonly $fault: "client";
|
|
955
|
+
|
|
956
|
+
constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
|
|
918
957
|
}
|
|
919
958
|
|
|
920
|
-
export
|
|
921
|
-
name: "SNSInvalidTopicFault";
|
|
922
|
-
$fault: "client";
|
|
923
|
-
|
|
959
|
+
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
960
|
+
readonly name: "SNSInvalidTopicFault";
|
|
961
|
+
readonly $fault: "client";
|
|
962
|
+
|
|
963
|
+
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
924
964
|
}
|
|
925
965
|
|
|
926
|
-
export
|
|
927
|
-
name: "SNSNoAuthorizationFault";
|
|
928
|
-
$fault: "client";
|
|
929
|
-
|
|
966
|
+
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
967
|
+
readonly name: "SNSNoAuthorizationFault";
|
|
968
|
+
readonly $fault: "client";
|
|
969
|
+
|
|
970
|
+
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
930
971
|
}
|
|
931
972
|
|
|
932
|
-
export
|
|
933
|
-
name: "SNSTopicArnNotFoundFault";
|
|
934
|
-
$fault: "client";
|
|
935
|
-
|
|
973
|
+
export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
974
|
+
readonly name: "SNSTopicArnNotFoundFault";
|
|
975
|
+
readonly $fault: "client";
|
|
976
|
+
|
|
977
|
+
constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
|
|
936
978
|
}
|
|
937
979
|
|
|
938
|
-
export
|
|
939
|
-
name: "SubscriptionAlreadyExistFault";
|
|
940
|
-
$fault: "client";
|
|
941
|
-
|
|
980
|
+
export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
981
|
+
readonly name: "SubscriptionAlreadyExistFault";
|
|
982
|
+
readonly $fault: "client";
|
|
983
|
+
|
|
984
|
+
constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
|
|
942
985
|
}
|
|
943
986
|
|
|
944
|
-
export
|
|
945
|
-
name: "SubscriptionCategoryNotFoundFault";
|
|
946
|
-
$fault: "client";
|
|
947
|
-
|
|
987
|
+
export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
988
|
+
readonly name: "SubscriptionCategoryNotFoundFault";
|
|
989
|
+
readonly $fault: "client";
|
|
990
|
+
|
|
991
|
+
constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
|
|
948
992
|
}
|
|
949
993
|
|
|
950
994
|
export interface CreateGlobalClusterMessage {
|
|
@@ -1016,16 +1060,18 @@ export declare namespace CreateGlobalClusterResult {
|
|
|
1016
1060
|
const filterSensitiveLog: (obj: CreateGlobalClusterResult) => any;
|
|
1017
1061
|
}
|
|
1018
1062
|
|
|
1019
|
-
export
|
|
1020
|
-
name: "GlobalClusterAlreadyExistsFault";
|
|
1021
|
-
$fault: "client";
|
|
1022
|
-
|
|
1063
|
+
export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
1064
|
+
readonly name: "GlobalClusterAlreadyExistsFault";
|
|
1065
|
+
readonly $fault: "client";
|
|
1066
|
+
|
|
1067
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
|
|
1023
1068
|
}
|
|
1024
1069
|
|
|
1025
|
-
export
|
|
1026
|
-
name: "GlobalClusterQuotaExceededFault";
|
|
1027
|
-
$fault: "client";
|
|
1028
|
-
|
|
1070
|
+
export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
1071
|
+
readonly name: "GlobalClusterQuotaExceededFault";
|
|
1072
|
+
readonly $fault: "client";
|
|
1073
|
+
|
|
1074
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
|
|
1029
1075
|
}
|
|
1030
1076
|
|
|
1031
1077
|
export interface DeleteDBClusterMessage {
|
|
@@ -1058,10 +1104,11 @@ export declare namespace DeleteDBClusterParameterGroupMessage {
|
|
|
1058
1104
|
const filterSensitiveLog: (obj: DeleteDBClusterParameterGroupMessage) => any;
|
|
1059
1105
|
}
|
|
1060
1106
|
|
|
1061
|
-
export
|
|
1062
|
-
name: "InvalidDBParameterGroupStateFault";
|
|
1063
|
-
$fault: "client";
|
|
1064
|
-
|
|
1107
|
+
export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
1108
|
+
readonly name: "InvalidDBParameterGroupStateFault";
|
|
1109
|
+
readonly $fault: "client";
|
|
1110
|
+
|
|
1111
|
+
constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
|
|
1065
1112
|
}
|
|
1066
1113
|
|
|
1067
1114
|
export interface DeleteDBClusterSnapshotMessage {
|
|
@@ -1081,10 +1128,11 @@ export declare namespace DeleteDBClusterSnapshotResult {
|
|
|
1081
1128
|
const filterSensitiveLog: (obj: DeleteDBClusterSnapshotResult) => any;
|
|
1082
1129
|
}
|
|
1083
1130
|
|
|
1084
|
-
export
|
|
1085
|
-
name: "DBSnapshotAlreadyExistsFault";
|
|
1086
|
-
$fault: "client";
|
|
1087
|
-
|
|
1131
|
+
export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
1132
|
+
readonly name: "DBSnapshotAlreadyExistsFault";
|
|
1133
|
+
readonly $fault: "client";
|
|
1134
|
+
|
|
1135
|
+
constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
|
|
1088
1136
|
}
|
|
1089
1137
|
|
|
1090
1138
|
export interface DeleteDBInstanceMessage {
|
|
@@ -1113,10 +1161,11 @@ export declare namespace DeleteDBSubnetGroupMessage {
|
|
|
1113
1161
|
const filterSensitiveLog: (obj: DeleteDBSubnetGroupMessage) => any;
|
|
1114
1162
|
}
|
|
1115
1163
|
|
|
1116
|
-
export
|
|
1117
|
-
name: "InvalidDBSubnetStateFault";
|
|
1118
|
-
$fault: "client";
|
|
1119
|
-
|
|
1164
|
+
export declare class InvalidDBSubnetStateFault extends __BaseException {
|
|
1165
|
+
readonly name: "InvalidDBSubnetStateFault";
|
|
1166
|
+
readonly $fault: "client";
|
|
1167
|
+
|
|
1168
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
|
|
1120
1169
|
}
|
|
1121
1170
|
|
|
1122
1171
|
export interface DeleteEventSubscriptionMessage {
|
|
@@ -1136,10 +1185,11 @@ export declare namespace DeleteEventSubscriptionResult {
|
|
|
1136
1185
|
const filterSensitiveLog: (obj: DeleteEventSubscriptionResult) => any;
|
|
1137
1186
|
}
|
|
1138
1187
|
|
|
1139
|
-
export
|
|
1140
|
-
name: "InvalidEventSubscriptionStateFault";
|
|
1141
|
-
$fault: "client";
|
|
1142
|
-
|
|
1188
|
+
export declare class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
1189
|
+
readonly name: "InvalidEventSubscriptionStateFault";
|
|
1190
|
+
readonly $fault: "client";
|
|
1191
|
+
|
|
1192
|
+
constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
|
|
1143
1193
|
}
|
|
1144
1194
|
|
|
1145
1195
|
export interface DeleteGlobalClusterMessage {
|
|
@@ -1188,10 +1238,11 @@ export declare namespace CertificateMessage {
|
|
|
1188
1238
|
const filterSensitiveLog: (obj: CertificateMessage) => any;
|
|
1189
1239
|
}
|
|
1190
1240
|
|
|
1191
|
-
export
|
|
1192
|
-
name: "CertificateNotFoundFault";
|
|
1193
|
-
$fault: "client";
|
|
1194
|
-
|
|
1241
|
+
export declare class CertificateNotFoundFault extends __BaseException {
|
|
1242
|
+
readonly name: "CertificateNotFoundFault";
|
|
1243
|
+
readonly $fault: "client";
|
|
1244
|
+
|
|
1245
|
+
constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
|
|
1195
1246
|
}
|
|
1196
1247
|
|
|
1197
1248
|
export interface Filter {
|
|
@@ -1819,10 +1870,11 @@ export declare namespace TagListMessage {
|
|
|
1819
1870
|
const filterSensitiveLog: (obj: TagListMessage) => any;
|
|
1820
1871
|
}
|
|
1821
1872
|
|
|
1822
|
-
export
|
|
1823
|
-
name: "InvalidDBSecurityGroupStateFault";
|
|
1824
|
-
$fault: "client";
|
|
1825
|
-
|
|
1873
|
+
export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
1874
|
+
readonly name: "InvalidDBSecurityGroupStateFault";
|
|
1875
|
+
readonly $fault: "client";
|
|
1876
|
+
|
|
1877
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
|
|
1826
1878
|
}
|
|
1827
1879
|
|
|
1828
1880
|
export interface CloudwatchLogsExportConfiguration {
|
|
@@ -1920,16 +1972,18 @@ export declare namespace ModifyDBClusterSnapshotAttributeResult {
|
|
|
1920
1972
|
const filterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
|
|
1921
1973
|
}
|
|
1922
1974
|
|
|
1923
|
-
export
|
|
1924
|
-
name: "SharedSnapshotQuotaExceededFault";
|
|
1925
|
-
$fault: "client";
|
|
1926
|
-
|
|
1975
|
+
export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1976
|
+
readonly name: "SharedSnapshotQuotaExceededFault";
|
|
1977
|
+
readonly $fault: "client";
|
|
1978
|
+
|
|
1979
|
+
constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
|
|
1927
1980
|
}
|
|
1928
1981
|
|
|
1929
|
-
export
|
|
1930
|
-
name: "DBUpgradeDependencyFailureFault";
|
|
1931
|
-
$fault: "client";
|
|
1932
|
-
|
|
1982
|
+
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1983
|
+
readonly name: "DBUpgradeDependencyFailureFault";
|
|
1984
|
+
readonly $fault: "client";
|
|
1985
|
+
|
|
1986
|
+
constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
|
|
1933
1987
|
}
|
|
1934
1988
|
|
|
1935
1989
|
export interface ModifyDBInstanceMessage {
|
|
@@ -1984,10 +2038,11 @@ export declare namespace ModifyDBSubnetGroupResult {
|
|
|
1984
2038
|
const filterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
|
|
1985
2039
|
}
|
|
1986
2040
|
|
|
1987
|
-
export
|
|
1988
|
-
name: "SubnetAlreadyInUse";
|
|
1989
|
-
$fault: "client";
|
|
1990
|
-
|
|
2041
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
2042
|
+
readonly name: "SubnetAlreadyInUse";
|
|
2043
|
+
readonly $fault: "client";
|
|
2044
|
+
|
|
2045
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
1991
2046
|
}
|
|
1992
2047
|
|
|
1993
2048
|
export interface ModifyEventSubscriptionMessage {
|
|
@@ -2117,22 +2172,25 @@ export declare namespace ResetDBClusterParameterGroupMessage {
|
|
|
2117
2172
|
const filterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
|
|
2118
2173
|
}
|
|
2119
2174
|
|
|
2120
|
-
export
|
|
2121
|
-
name: "InsufficientDBClusterCapacityFault";
|
|
2122
|
-
$fault: "client";
|
|
2123
|
-
|
|
2175
|
+
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
2176
|
+
readonly name: "InsufficientDBClusterCapacityFault";
|
|
2177
|
+
readonly $fault: "client";
|
|
2178
|
+
|
|
2179
|
+
constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
|
|
2124
2180
|
}
|
|
2125
2181
|
|
|
2126
|
-
export
|
|
2127
|
-
name: "InvalidDBSnapshotStateFault";
|
|
2128
|
-
$fault: "client";
|
|
2129
|
-
|
|
2182
|
+
export declare class InvalidDBSnapshotStateFault extends __BaseException {
|
|
2183
|
+
readonly name: "InvalidDBSnapshotStateFault";
|
|
2184
|
+
readonly $fault: "client";
|
|
2185
|
+
|
|
2186
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
|
|
2130
2187
|
}
|
|
2131
2188
|
|
|
2132
|
-
export
|
|
2133
|
-
name: "InvalidRestoreFault";
|
|
2134
|
-
$fault: "client";
|
|
2135
|
-
|
|
2189
|
+
export declare class InvalidRestoreFault extends __BaseException {
|
|
2190
|
+
readonly name: "InvalidRestoreFault";
|
|
2191
|
+
readonly $fault: "client";
|
|
2192
|
+
|
|
2193
|
+
constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
|
|
2136
2194
|
}
|
|
2137
2195
|
|
|
2138
2196
|
export interface RestoreDBClusterFromSnapshotMessage {
|