@aws-sdk/client-docdb 3.717.0 → 3.723.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/dist-cjs/index.js +630 -548
- package/dist-es/DocDBClient.js +1 -0
- package/dist-es/models/models_0.js +114 -114
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +45 -45
|
@@ -1,601 +1,601 @@
|
|
|
1
1
|
import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
|
|
2
2
|
export class SourceNotFoundFault extends __BaseException {
|
|
3
|
+
name = "SourceNotFoundFault";
|
|
4
|
+
$fault = "client";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "SourceNotFoundFault",
|
|
6
8
|
$fault: "client",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "SourceNotFoundFault";
|
|
10
|
-
this.$fault = "client";
|
|
11
11
|
Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export class SubscriptionNotFoundFault extends __BaseException {
|
|
15
|
+
name = "SubscriptionNotFoundFault";
|
|
16
|
+
$fault = "client";
|
|
15
17
|
constructor(opts) {
|
|
16
18
|
super({
|
|
17
19
|
name: "SubscriptionNotFoundFault",
|
|
18
20
|
$fault: "client",
|
|
19
21
|
...opts,
|
|
20
22
|
});
|
|
21
|
-
this.name = "SubscriptionNotFoundFault";
|
|
22
|
-
this.$fault = "client";
|
|
23
23
|
Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
export class DBClusterNotFoundFault extends __BaseException {
|
|
27
|
+
name = "DBClusterNotFoundFault";
|
|
28
|
+
$fault = "client";
|
|
27
29
|
constructor(opts) {
|
|
28
30
|
super({
|
|
29
31
|
name: "DBClusterNotFoundFault",
|
|
30
32
|
$fault: "client",
|
|
31
33
|
...opts,
|
|
32
34
|
});
|
|
33
|
-
this.name = "DBClusterNotFoundFault";
|
|
34
|
-
this.$fault = "client";
|
|
35
35
|
Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
export class DBInstanceNotFoundFault extends __BaseException {
|
|
39
|
+
name = "DBInstanceNotFoundFault";
|
|
40
|
+
$fault = "client";
|
|
39
41
|
constructor(opts) {
|
|
40
42
|
super({
|
|
41
43
|
name: "DBInstanceNotFoundFault",
|
|
42
44
|
$fault: "client",
|
|
43
45
|
...opts,
|
|
44
46
|
});
|
|
45
|
-
this.name = "DBInstanceNotFoundFault";
|
|
46
|
-
this.$fault = "client";
|
|
47
47
|
Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
export class DBSnapshotNotFoundFault extends __BaseException {
|
|
51
|
+
name = "DBSnapshotNotFoundFault";
|
|
52
|
+
$fault = "client";
|
|
51
53
|
constructor(opts) {
|
|
52
54
|
super({
|
|
53
55
|
name: "DBSnapshotNotFoundFault",
|
|
54
56
|
$fault: "client",
|
|
55
57
|
...opts,
|
|
56
58
|
});
|
|
57
|
-
this.name = "DBSnapshotNotFoundFault";
|
|
58
|
-
this.$fault = "client";
|
|
59
59
|
Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
export class InvalidDBClusterStateFault extends __BaseException {
|
|
63
|
+
name = "InvalidDBClusterStateFault";
|
|
64
|
+
$fault = "client";
|
|
63
65
|
constructor(opts) {
|
|
64
66
|
super({
|
|
65
67
|
name: "InvalidDBClusterStateFault",
|
|
66
68
|
$fault: "client",
|
|
67
69
|
...opts,
|
|
68
70
|
});
|
|
69
|
-
this.name = "InvalidDBClusterStateFault";
|
|
70
|
-
this.$fault = "client";
|
|
71
71
|
Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
export class InvalidDBInstanceStateFault extends __BaseException {
|
|
75
|
+
name = "InvalidDBInstanceStateFault";
|
|
76
|
+
$fault = "client";
|
|
75
77
|
constructor(opts) {
|
|
76
78
|
super({
|
|
77
79
|
name: "InvalidDBInstanceStateFault",
|
|
78
80
|
$fault: "client",
|
|
79
81
|
...opts,
|
|
80
82
|
});
|
|
81
|
-
this.name = "InvalidDBInstanceStateFault";
|
|
82
|
-
this.$fault = "client";
|
|
83
83
|
Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
export class ResourceNotFoundFault extends __BaseException {
|
|
87
|
+
name = "ResourceNotFoundFault";
|
|
88
|
+
$fault = "client";
|
|
87
89
|
constructor(opts) {
|
|
88
90
|
super({
|
|
89
91
|
name: "ResourceNotFoundFault",
|
|
90
92
|
$fault: "client",
|
|
91
93
|
...opts,
|
|
92
94
|
});
|
|
93
|
-
this.name = "ResourceNotFoundFault";
|
|
94
|
-
this.$fault = "client";
|
|
95
95
|
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
export class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
99
|
+
name = "DBParameterGroupAlreadyExistsFault";
|
|
100
|
+
$fault = "client";
|
|
99
101
|
constructor(opts) {
|
|
100
102
|
super({
|
|
101
103
|
name: "DBParameterGroupAlreadyExistsFault",
|
|
102
104
|
$fault: "client",
|
|
103
105
|
...opts,
|
|
104
106
|
});
|
|
105
|
-
this.name = "DBParameterGroupAlreadyExistsFault";
|
|
106
|
-
this.$fault = "client";
|
|
107
107
|
Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
export class DBParameterGroupNotFoundFault extends __BaseException {
|
|
111
|
+
name = "DBParameterGroupNotFoundFault";
|
|
112
|
+
$fault = "client";
|
|
111
113
|
constructor(opts) {
|
|
112
114
|
super({
|
|
113
115
|
name: "DBParameterGroupNotFoundFault",
|
|
114
116
|
$fault: "client",
|
|
115
117
|
...opts,
|
|
116
118
|
});
|
|
117
|
-
this.name = "DBParameterGroupNotFoundFault";
|
|
118
|
-
this.$fault = "client";
|
|
119
119
|
Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
export class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
123
|
+
name = "DBParameterGroupQuotaExceededFault";
|
|
124
|
+
$fault = "client";
|
|
123
125
|
constructor(opts) {
|
|
124
126
|
super({
|
|
125
127
|
name: "DBParameterGroupQuotaExceededFault",
|
|
126
128
|
$fault: "client",
|
|
127
129
|
...opts,
|
|
128
130
|
});
|
|
129
|
-
this.name = "DBParameterGroupQuotaExceededFault";
|
|
130
|
-
this.$fault = "client";
|
|
131
131
|
Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
135
|
+
name = "DBClusterSnapshotAlreadyExistsFault";
|
|
136
|
+
$fault = "client";
|
|
135
137
|
constructor(opts) {
|
|
136
138
|
super({
|
|
137
139
|
name: "DBClusterSnapshotAlreadyExistsFault",
|
|
138
140
|
$fault: "client",
|
|
139
141
|
...opts,
|
|
140
142
|
});
|
|
141
|
-
this.name = "DBClusterSnapshotAlreadyExistsFault";
|
|
142
|
-
this.$fault = "client";
|
|
143
143
|
Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
export class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
147
|
+
name = "DBClusterSnapshotNotFoundFault";
|
|
148
|
+
$fault = "client";
|
|
147
149
|
constructor(opts) {
|
|
148
150
|
super({
|
|
149
151
|
name: "DBClusterSnapshotNotFoundFault",
|
|
150
152
|
$fault: "client",
|
|
151
153
|
...opts,
|
|
152
154
|
});
|
|
153
|
-
this.name = "DBClusterSnapshotNotFoundFault";
|
|
154
|
-
this.$fault = "client";
|
|
155
155
|
Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
export class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
159
|
+
name = "InvalidDBClusterSnapshotStateFault";
|
|
160
|
+
$fault = "client";
|
|
159
161
|
constructor(opts) {
|
|
160
162
|
super({
|
|
161
163
|
name: "InvalidDBClusterSnapshotStateFault",
|
|
162
164
|
$fault: "client",
|
|
163
165
|
...opts,
|
|
164
166
|
});
|
|
165
|
-
this.name = "InvalidDBClusterSnapshotStateFault";
|
|
166
|
-
this.$fault = "client";
|
|
167
167
|
Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
export class KMSKeyNotAccessibleFault extends __BaseException {
|
|
171
|
+
name = "KMSKeyNotAccessibleFault";
|
|
172
|
+
$fault = "client";
|
|
171
173
|
constructor(opts) {
|
|
172
174
|
super({
|
|
173
175
|
name: "KMSKeyNotAccessibleFault",
|
|
174
176
|
$fault: "client",
|
|
175
177
|
...opts,
|
|
176
178
|
});
|
|
177
|
-
this.name = "KMSKeyNotAccessibleFault";
|
|
178
|
-
this.$fault = "client";
|
|
179
179
|
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
export class SnapshotQuotaExceededFault extends __BaseException {
|
|
183
|
+
name = "SnapshotQuotaExceededFault";
|
|
184
|
+
$fault = "client";
|
|
183
185
|
constructor(opts) {
|
|
184
186
|
super({
|
|
185
187
|
name: "SnapshotQuotaExceededFault",
|
|
186
188
|
$fault: "client",
|
|
187
189
|
...opts,
|
|
188
190
|
});
|
|
189
|
-
this.name = "SnapshotQuotaExceededFault";
|
|
190
|
-
this.$fault = "client";
|
|
191
191
|
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
export class DBClusterAlreadyExistsFault extends __BaseException {
|
|
195
|
+
name = "DBClusterAlreadyExistsFault";
|
|
196
|
+
$fault = "client";
|
|
195
197
|
constructor(opts) {
|
|
196
198
|
super({
|
|
197
199
|
name: "DBClusterAlreadyExistsFault",
|
|
198
200
|
$fault: "client",
|
|
199
201
|
...opts,
|
|
200
202
|
});
|
|
201
|
-
this.name = "DBClusterAlreadyExistsFault";
|
|
202
|
-
this.$fault = "client";
|
|
203
203
|
Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
export class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
207
|
+
name = "DBClusterParameterGroupNotFoundFault";
|
|
208
|
+
$fault = "client";
|
|
207
209
|
constructor(opts) {
|
|
208
210
|
super({
|
|
209
211
|
name: "DBClusterParameterGroupNotFoundFault",
|
|
210
212
|
$fault: "client",
|
|
211
213
|
...opts,
|
|
212
214
|
});
|
|
213
|
-
this.name = "DBClusterParameterGroupNotFoundFault";
|
|
214
|
-
this.$fault = "client";
|
|
215
215
|
Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
export class DBClusterQuotaExceededFault extends __BaseException {
|
|
219
|
+
name = "DBClusterQuotaExceededFault";
|
|
220
|
+
$fault = "client";
|
|
219
221
|
constructor(opts) {
|
|
220
222
|
super({
|
|
221
223
|
name: "DBClusterQuotaExceededFault",
|
|
222
224
|
$fault: "client",
|
|
223
225
|
...opts,
|
|
224
226
|
});
|
|
225
|
-
this.name = "DBClusterQuotaExceededFault";
|
|
226
|
-
this.$fault = "client";
|
|
227
227
|
Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
231
|
+
name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
232
|
+
$fault = "client";
|
|
231
233
|
constructor(opts) {
|
|
232
234
|
super({
|
|
233
235
|
name: "DBSubnetGroupDoesNotCoverEnoughAZs",
|
|
234
236
|
$fault: "client",
|
|
235
237
|
...opts,
|
|
236
238
|
});
|
|
237
|
-
this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
238
|
-
this.$fault = "client";
|
|
239
239
|
Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
export class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
243
|
+
name = "DBSubnetGroupNotFoundFault";
|
|
244
|
+
$fault = "client";
|
|
243
245
|
constructor(opts) {
|
|
244
246
|
super({
|
|
245
247
|
name: "DBSubnetGroupNotFoundFault",
|
|
246
248
|
$fault: "client",
|
|
247
249
|
...opts,
|
|
248
250
|
});
|
|
249
|
-
this.name = "DBSubnetGroupNotFoundFault";
|
|
250
|
-
this.$fault = "client";
|
|
251
251
|
Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
export class GlobalClusterNotFoundFault extends __BaseException {
|
|
255
|
+
name = "GlobalClusterNotFoundFault";
|
|
256
|
+
$fault = "client";
|
|
255
257
|
constructor(opts) {
|
|
256
258
|
super({
|
|
257
259
|
name: "GlobalClusterNotFoundFault",
|
|
258
260
|
$fault: "client",
|
|
259
261
|
...opts,
|
|
260
262
|
});
|
|
261
|
-
this.name = "GlobalClusterNotFoundFault";
|
|
262
|
-
this.$fault = "client";
|
|
263
263
|
Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
export class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
267
|
+
name = "InsufficientStorageClusterCapacityFault";
|
|
268
|
+
$fault = "client";
|
|
267
269
|
constructor(opts) {
|
|
268
270
|
super({
|
|
269
271
|
name: "InsufficientStorageClusterCapacityFault",
|
|
270
272
|
$fault: "client",
|
|
271
273
|
...opts,
|
|
272
274
|
});
|
|
273
|
-
this.name = "InsufficientStorageClusterCapacityFault";
|
|
274
|
-
this.$fault = "client";
|
|
275
275
|
Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
export class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
279
|
+
name = "InvalidDBSubnetGroupStateFault";
|
|
280
|
+
$fault = "client";
|
|
279
281
|
constructor(opts) {
|
|
280
282
|
super({
|
|
281
283
|
name: "InvalidDBSubnetGroupStateFault",
|
|
282
284
|
$fault: "client",
|
|
283
285
|
...opts,
|
|
284
286
|
});
|
|
285
|
-
this.name = "InvalidDBSubnetGroupStateFault";
|
|
286
|
-
this.$fault = "client";
|
|
287
287
|
Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
export class InvalidGlobalClusterStateFault extends __BaseException {
|
|
291
|
+
name = "InvalidGlobalClusterStateFault";
|
|
292
|
+
$fault = "client";
|
|
291
293
|
constructor(opts) {
|
|
292
294
|
super({
|
|
293
295
|
name: "InvalidGlobalClusterStateFault",
|
|
294
296
|
$fault: "client",
|
|
295
297
|
...opts,
|
|
296
298
|
});
|
|
297
|
-
this.name = "InvalidGlobalClusterStateFault";
|
|
298
|
-
this.$fault = "client";
|
|
299
299
|
Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
export class InvalidSubnet extends __BaseException {
|
|
303
|
+
name = "InvalidSubnet";
|
|
304
|
+
$fault = "client";
|
|
303
305
|
constructor(opts) {
|
|
304
306
|
super({
|
|
305
307
|
name: "InvalidSubnet",
|
|
306
308
|
$fault: "client",
|
|
307
309
|
...opts,
|
|
308
310
|
});
|
|
309
|
-
this.name = "InvalidSubnet";
|
|
310
|
-
this.$fault = "client";
|
|
311
311
|
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
export class InvalidVPCNetworkStateFault extends __BaseException {
|
|
315
|
+
name = "InvalidVPCNetworkStateFault";
|
|
316
|
+
$fault = "client";
|
|
315
317
|
constructor(opts) {
|
|
316
318
|
super({
|
|
317
319
|
name: "InvalidVPCNetworkStateFault",
|
|
318
320
|
$fault: "client",
|
|
319
321
|
...opts,
|
|
320
322
|
});
|
|
321
|
-
this.name = "InvalidVPCNetworkStateFault";
|
|
322
|
-
this.$fault = "client";
|
|
323
323
|
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
export class StorageQuotaExceededFault extends __BaseException {
|
|
327
|
+
name = "StorageQuotaExceededFault";
|
|
328
|
+
$fault = "client";
|
|
327
329
|
constructor(opts) {
|
|
328
330
|
super({
|
|
329
331
|
name: "StorageQuotaExceededFault",
|
|
330
332
|
$fault: "client",
|
|
331
333
|
...opts,
|
|
332
334
|
});
|
|
333
|
-
this.name = "StorageQuotaExceededFault";
|
|
334
|
-
this.$fault = "client";
|
|
335
335
|
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
338
|
export class AuthorizationNotFoundFault extends __BaseException {
|
|
339
|
+
name = "AuthorizationNotFoundFault";
|
|
340
|
+
$fault = "client";
|
|
339
341
|
constructor(opts) {
|
|
340
342
|
super({
|
|
341
343
|
name: "AuthorizationNotFoundFault",
|
|
342
344
|
$fault: "client",
|
|
343
345
|
...opts,
|
|
344
346
|
});
|
|
345
|
-
this.name = "AuthorizationNotFoundFault";
|
|
346
|
-
this.$fault = "client";
|
|
347
347
|
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
export class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
351
|
+
name = "DBInstanceAlreadyExistsFault";
|
|
352
|
+
$fault = "client";
|
|
351
353
|
constructor(opts) {
|
|
352
354
|
super({
|
|
353
355
|
name: "DBInstanceAlreadyExistsFault",
|
|
354
356
|
$fault: "client",
|
|
355
357
|
...opts,
|
|
356
358
|
});
|
|
357
|
-
this.name = "DBInstanceAlreadyExistsFault";
|
|
358
|
-
this.$fault = "client";
|
|
359
359
|
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
export class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
363
|
+
name = "DBSecurityGroupNotFoundFault";
|
|
364
|
+
$fault = "client";
|
|
363
365
|
constructor(opts) {
|
|
364
366
|
super({
|
|
365
367
|
name: "DBSecurityGroupNotFoundFault",
|
|
366
368
|
$fault: "client",
|
|
367
369
|
...opts,
|
|
368
370
|
});
|
|
369
|
-
this.name = "DBSecurityGroupNotFoundFault";
|
|
370
|
-
this.$fault = "client";
|
|
371
371
|
Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
export class InstanceQuotaExceededFault extends __BaseException {
|
|
375
|
+
name = "InstanceQuotaExceededFault";
|
|
376
|
+
$fault = "client";
|
|
375
377
|
constructor(opts) {
|
|
376
378
|
super({
|
|
377
379
|
name: "InstanceQuotaExceededFault",
|
|
378
380
|
$fault: "client",
|
|
379
381
|
...opts,
|
|
380
382
|
});
|
|
381
|
-
this.name = "InstanceQuotaExceededFault";
|
|
382
|
-
this.$fault = "client";
|
|
383
383
|
Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
export class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
387
|
+
name = "InsufficientDBInstanceCapacityFault";
|
|
388
|
+
$fault = "client";
|
|
387
389
|
constructor(opts) {
|
|
388
390
|
super({
|
|
389
391
|
name: "InsufficientDBInstanceCapacityFault",
|
|
390
392
|
$fault: "client",
|
|
391
393
|
...opts,
|
|
392
394
|
});
|
|
393
|
-
this.name = "InsufficientDBInstanceCapacityFault";
|
|
394
|
-
this.$fault = "client";
|
|
395
395
|
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
export class StorageTypeNotSupportedFault extends __BaseException {
|
|
399
|
+
name = "StorageTypeNotSupportedFault";
|
|
400
|
+
$fault = "client";
|
|
399
401
|
constructor(opts) {
|
|
400
402
|
super({
|
|
401
403
|
name: "StorageTypeNotSupportedFault",
|
|
402
404
|
$fault: "client",
|
|
403
405
|
...opts,
|
|
404
406
|
});
|
|
405
|
-
this.name = "StorageTypeNotSupportedFault";
|
|
406
|
-
this.$fault = "client";
|
|
407
407
|
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
411
|
+
name = "DBSubnetGroupAlreadyExistsFault";
|
|
412
|
+
$fault = "client";
|
|
411
413
|
constructor(opts) {
|
|
412
414
|
super({
|
|
413
415
|
name: "DBSubnetGroupAlreadyExistsFault",
|
|
414
416
|
$fault: "client",
|
|
415
417
|
...opts,
|
|
416
418
|
});
|
|
417
|
-
this.name = "DBSubnetGroupAlreadyExistsFault";
|
|
418
|
-
this.$fault = "client";
|
|
419
419
|
Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
export class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
423
|
+
name = "DBSubnetGroupQuotaExceededFault";
|
|
424
|
+
$fault = "client";
|
|
423
425
|
constructor(opts) {
|
|
424
426
|
super({
|
|
425
427
|
name: "DBSubnetGroupQuotaExceededFault",
|
|
426
428
|
$fault: "client",
|
|
427
429
|
...opts,
|
|
428
430
|
});
|
|
429
|
-
this.name = "DBSubnetGroupQuotaExceededFault";
|
|
430
|
-
this.$fault = "client";
|
|
431
431
|
Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
export class DBSubnetQuotaExceededFault extends __BaseException {
|
|
435
|
+
name = "DBSubnetQuotaExceededFault";
|
|
436
|
+
$fault = "client";
|
|
435
437
|
constructor(opts) {
|
|
436
438
|
super({
|
|
437
439
|
name: "DBSubnetQuotaExceededFault",
|
|
438
440
|
$fault: "client",
|
|
439
441
|
...opts,
|
|
440
442
|
});
|
|
441
|
-
this.name = "DBSubnetQuotaExceededFault";
|
|
442
|
-
this.$fault = "client";
|
|
443
443
|
Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
446
|
export class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
447
|
+
name = "EventSubscriptionQuotaExceededFault";
|
|
448
|
+
$fault = "client";
|
|
447
449
|
constructor(opts) {
|
|
448
450
|
super({
|
|
449
451
|
name: "EventSubscriptionQuotaExceededFault",
|
|
450
452
|
$fault: "client",
|
|
451
453
|
...opts,
|
|
452
454
|
});
|
|
453
|
-
this.name = "EventSubscriptionQuotaExceededFault";
|
|
454
|
-
this.$fault = "client";
|
|
455
455
|
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
export class SNSInvalidTopicFault extends __BaseException {
|
|
459
|
+
name = "SNSInvalidTopicFault";
|
|
460
|
+
$fault = "client";
|
|
459
461
|
constructor(opts) {
|
|
460
462
|
super({
|
|
461
463
|
name: "SNSInvalidTopicFault",
|
|
462
464
|
$fault: "client",
|
|
463
465
|
...opts,
|
|
464
466
|
});
|
|
465
|
-
this.name = "SNSInvalidTopicFault";
|
|
466
|
-
this.$fault = "client";
|
|
467
467
|
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
export class SNSNoAuthorizationFault extends __BaseException {
|
|
471
|
+
name = "SNSNoAuthorizationFault";
|
|
472
|
+
$fault = "client";
|
|
471
473
|
constructor(opts) {
|
|
472
474
|
super({
|
|
473
475
|
name: "SNSNoAuthorizationFault",
|
|
474
476
|
$fault: "client",
|
|
475
477
|
...opts,
|
|
476
478
|
});
|
|
477
|
-
this.name = "SNSNoAuthorizationFault";
|
|
478
|
-
this.$fault = "client";
|
|
479
479
|
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
export class SNSTopicArnNotFoundFault extends __BaseException {
|
|
483
|
+
name = "SNSTopicArnNotFoundFault";
|
|
484
|
+
$fault = "client";
|
|
483
485
|
constructor(opts) {
|
|
484
486
|
super({
|
|
485
487
|
name: "SNSTopicArnNotFoundFault",
|
|
486
488
|
$fault: "client",
|
|
487
489
|
...opts,
|
|
488
490
|
});
|
|
489
|
-
this.name = "SNSTopicArnNotFoundFault";
|
|
490
|
-
this.$fault = "client";
|
|
491
491
|
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
export class SubscriptionAlreadyExistFault extends __BaseException {
|
|
495
|
+
name = "SubscriptionAlreadyExistFault";
|
|
496
|
+
$fault = "client";
|
|
495
497
|
constructor(opts) {
|
|
496
498
|
super({
|
|
497
499
|
name: "SubscriptionAlreadyExistFault",
|
|
498
500
|
$fault: "client",
|
|
499
501
|
...opts,
|
|
500
502
|
});
|
|
501
|
-
this.name = "SubscriptionAlreadyExistFault";
|
|
502
|
-
this.$fault = "client";
|
|
503
503
|
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
506
|
export class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
507
|
+
name = "SubscriptionCategoryNotFoundFault";
|
|
508
|
+
$fault = "client";
|
|
507
509
|
constructor(opts) {
|
|
508
510
|
super({
|
|
509
511
|
name: "SubscriptionCategoryNotFoundFault",
|
|
510
512
|
$fault: "client",
|
|
511
513
|
...opts,
|
|
512
514
|
});
|
|
513
|
-
this.name = "SubscriptionCategoryNotFoundFault";
|
|
514
|
-
this.$fault = "client";
|
|
515
515
|
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
export class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
519
|
+
name = "GlobalClusterAlreadyExistsFault";
|
|
520
|
+
$fault = "client";
|
|
519
521
|
constructor(opts) {
|
|
520
522
|
super({
|
|
521
523
|
name: "GlobalClusterAlreadyExistsFault",
|
|
522
524
|
$fault: "client",
|
|
523
525
|
...opts,
|
|
524
526
|
});
|
|
525
|
-
this.name = "GlobalClusterAlreadyExistsFault";
|
|
526
|
-
this.$fault = "client";
|
|
527
527
|
Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
530
|
export class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
531
|
+
name = "GlobalClusterQuotaExceededFault";
|
|
532
|
+
$fault = "client";
|
|
531
533
|
constructor(opts) {
|
|
532
534
|
super({
|
|
533
535
|
name: "GlobalClusterQuotaExceededFault",
|
|
534
536
|
$fault: "client",
|
|
535
537
|
...opts,
|
|
536
538
|
});
|
|
537
|
-
this.name = "GlobalClusterQuotaExceededFault";
|
|
538
|
-
this.$fault = "client";
|
|
539
539
|
Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
export class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
543
|
+
name = "InvalidDBParameterGroupStateFault";
|
|
544
|
+
$fault = "client";
|
|
543
545
|
constructor(opts) {
|
|
544
546
|
super({
|
|
545
547
|
name: "InvalidDBParameterGroupStateFault",
|
|
546
548
|
$fault: "client",
|
|
547
549
|
...opts,
|
|
548
550
|
});
|
|
549
|
-
this.name = "InvalidDBParameterGroupStateFault";
|
|
550
|
-
this.$fault = "client";
|
|
551
551
|
Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
export class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
555
|
+
name = "DBSnapshotAlreadyExistsFault";
|
|
556
|
+
$fault = "client";
|
|
555
557
|
constructor(opts) {
|
|
556
558
|
super({
|
|
557
559
|
name: "DBSnapshotAlreadyExistsFault",
|
|
558
560
|
$fault: "client",
|
|
559
561
|
...opts,
|
|
560
562
|
});
|
|
561
|
-
this.name = "DBSnapshotAlreadyExistsFault";
|
|
562
|
-
this.$fault = "client";
|
|
563
563
|
Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
export class InvalidDBSubnetStateFault extends __BaseException {
|
|
567
|
+
name = "InvalidDBSubnetStateFault";
|
|
568
|
+
$fault = "client";
|
|
567
569
|
constructor(opts) {
|
|
568
570
|
super({
|
|
569
571
|
name: "InvalidDBSubnetStateFault",
|
|
570
572
|
$fault: "client",
|
|
571
573
|
...opts,
|
|
572
574
|
});
|
|
573
|
-
this.name = "InvalidDBSubnetStateFault";
|
|
574
|
-
this.$fault = "client";
|
|
575
575
|
Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
export class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
579
|
+
name = "InvalidEventSubscriptionStateFault";
|
|
580
|
+
$fault = "client";
|
|
579
581
|
constructor(opts) {
|
|
580
582
|
super({
|
|
581
583
|
name: "InvalidEventSubscriptionStateFault",
|
|
582
584
|
$fault: "client",
|
|
583
585
|
...opts,
|
|
584
586
|
});
|
|
585
|
-
this.name = "InvalidEventSubscriptionStateFault";
|
|
586
|
-
this.$fault = "client";
|
|
587
587
|
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
export class CertificateNotFoundFault extends __BaseException {
|
|
591
|
+
name = "CertificateNotFoundFault";
|
|
592
|
+
$fault = "client";
|
|
591
593
|
constructor(opts) {
|
|
592
594
|
super({
|
|
593
595
|
name: "CertificateNotFoundFault",
|
|
594
596
|
$fault: "client",
|
|
595
597
|
...opts,
|
|
596
598
|
});
|
|
597
|
-
this.name = "CertificateNotFoundFault";
|
|
598
|
-
this.$fault = "client";
|
|
599
599
|
Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
|
|
600
600
|
}
|
|
601
601
|
}
|
|
@@ -612,86 +612,86 @@ export const SourceType = {
|
|
|
612
612
|
db_snapshot: "db-snapshot",
|
|
613
613
|
};
|
|
614
614
|
export class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
615
|
+
name = "InvalidDBSecurityGroupStateFault";
|
|
616
|
+
$fault = "client";
|
|
615
617
|
constructor(opts) {
|
|
616
618
|
super({
|
|
617
619
|
name: "InvalidDBSecurityGroupStateFault",
|
|
618
620
|
$fault: "client",
|
|
619
621
|
...opts,
|
|
620
622
|
});
|
|
621
|
-
this.name = "InvalidDBSecurityGroupStateFault";
|
|
622
|
-
this.$fault = "client";
|
|
623
623
|
Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
export class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
627
|
+
name = "SharedSnapshotQuotaExceededFault";
|
|
628
|
+
$fault = "client";
|
|
627
629
|
constructor(opts) {
|
|
628
630
|
super({
|
|
629
631
|
name: "SharedSnapshotQuotaExceededFault",
|
|
630
632
|
$fault: "client",
|
|
631
633
|
...opts,
|
|
632
634
|
});
|
|
633
|
-
this.name = "SharedSnapshotQuotaExceededFault";
|
|
634
|
-
this.$fault = "client";
|
|
635
635
|
Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
638
|
export class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
639
|
+
name = "DBUpgradeDependencyFailureFault";
|
|
640
|
+
$fault = "client";
|
|
639
641
|
constructor(opts) {
|
|
640
642
|
super({
|
|
641
643
|
name: "DBUpgradeDependencyFailureFault",
|
|
642
644
|
$fault: "client",
|
|
643
645
|
...opts,
|
|
644
646
|
});
|
|
645
|
-
this.name = "DBUpgradeDependencyFailureFault";
|
|
646
|
-
this.$fault = "client";
|
|
647
647
|
Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
export class SubnetAlreadyInUse extends __BaseException {
|
|
651
|
+
name = "SubnetAlreadyInUse";
|
|
652
|
+
$fault = "client";
|
|
651
653
|
constructor(opts) {
|
|
652
654
|
super({
|
|
653
655
|
name: "SubnetAlreadyInUse",
|
|
654
656
|
$fault: "client",
|
|
655
657
|
...opts,
|
|
656
658
|
});
|
|
657
|
-
this.name = "SubnetAlreadyInUse";
|
|
658
|
-
this.$fault = "client";
|
|
659
659
|
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
662
|
export class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
663
|
+
name = "InsufficientDBClusterCapacityFault";
|
|
664
|
+
$fault = "client";
|
|
663
665
|
constructor(opts) {
|
|
664
666
|
super({
|
|
665
667
|
name: "InsufficientDBClusterCapacityFault",
|
|
666
668
|
$fault: "client",
|
|
667
669
|
...opts,
|
|
668
670
|
});
|
|
669
|
-
this.name = "InsufficientDBClusterCapacityFault";
|
|
670
|
-
this.$fault = "client";
|
|
671
671
|
Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
export class InvalidDBSnapshotStateFault extends __BaseException {
|
|
675
|
+
name = "InvalidDBSnapshotStateFault";
|
|
676
|
+
$fault = "client";
|
|
675
677
|
constructor(opts) {
|
|
676
678
|
super({
|
|
677
679
|
name: "InvalidDBSnapshotStateFault",
|
|
678
680
|
$fault: "client",
|
|
679
681
|
...opts,
|
|
680
682
|
});
|
|
681
|
-
this.name = "InvalidDBSnapshotStateFault";
|
|
682
|
-
this.$fault = "client";
|
|
683
683
|
Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
export class InvalidRestoreFault extends __BaseException {
|
|
687
|
+
name = "InvalidRestoreFault";
|
|
688
|
+
$fault = "client";
|
|
687
689
|
constructor(opts) {
|
|
688
690
|
super({
|
|
689
691
|
name: "InvalidRestoreFault",
|
|
690
692
|
$fault: "client",
|
|
691
693
|
...opts,
|
|
692
694
|
});
|
|
693
|
-
this.name = "InvalidRestoreFault";
|
|
694
|
-
this.$fault = "client";
|
|
695
695
|
Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
|
|
696
696
|
}
|
|
697
697
|
}
|