@aws-sdk/client-rds 3.1074.0 → 3.1076.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 +8338 -15
- 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/runtimeConfig.browser.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
- package/package.json +10 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/RDSServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -1753
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -6095
|
@@ -1,1753 +0,0 @@
|
|
|
1
|
-
const { RDSServiceException: __BaseException } = require("./RDSServiceException");
|
|
2
|
-
exports.DBClusterNotFoundFault = class DBClusterNotFoundFault extends __BaseException {
|
|
3
|
-
name = "DBClusterNotFoundFault";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "DBClusterNotFoundFault",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
exports.DBClusterRoleAlreadyExistsFault = class DBClusterRoleAlreadyExistsFault extends __BaseException {
|
|
15
|
-
name = "DBClusterRoleAlreadyExistsFault";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "DBClusterRoleAlreadyExistsFault",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
exports.DBClusterRoleQuotaExceededFault = class DBClusterRoleQuotaExceededFault extends __BaseException {
|
|
27
|
-
name = "DBClusterRoleQuotaExceededFault";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "DBClusterRoleQuotaExceededFault",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
exports.InvalidDBClusterStateFault = class InvalidDBClusterStateFault extends __BaseException {
|
|
39
|
-
name = "InvalidDBClusterStateFault";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "InvalidDBClusterStateFault",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
exports.DBInstanceNotFoundFault = class DBInstanceNotFoundFault extends __BaseException {
|
|
51
|
-
name = "DBInstanceNotFoundFault";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "DBInstanceNotFoundFault",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
exports.DBInstanceRoleAlreadyExistsFault = class DBInstanceRoleAlreadyExistsFault extends __BaseException {
|
|
63
|
-
name = "DBInstanceRoleAlreadyExistsFault";
|
|
64
|
-
$fault = "client";
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "DBInstanceRoleAlreadyExistsFault",
|
|
68
|
-
$fault: "client",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
Object.setPrototypeOf(this, DBInstanceRoleAlreadyExistsFault.prototype);
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
exports.DBInstanceRoleQuotaExceededFault = class DBInstanceRoleQuotaExceededFault extends __BaseException {
|
|
75
|
-
name = "DBInstanceRoleQuotaExceededFault";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "DBInstanceRoleQuotaExceededFault",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, DBInstanceRoleQuotaExceededFault.prototype);
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
exports.InvalidDBInstanceStateFault = class InvalidDBInstanceStateFault extends __BaseException {
|
|
87
|
-
name = "InvalidDBInstanceStateFault";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "InvalidDBInstanceStateFault",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
exports.SourceNotFoundFault = class SourceNotFoundFault extends __BaseException {
|
|
99
|
-
name = "SourceNotFoundFault";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "SourceNotFoundFault",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
exports.SubscriptionNotFoundFault = class SubscriptionNotFoundFault extends __BaseException {
|
|
111
|
-
name = "SubscriptionNotFoundFault";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "SubscriptionNotFoundFault",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
exports.BlueGreenDeploymentNotFoundFault = class BlueGreenDeploymentNotFoundFault extends __BaseException {
|
|
123
|
-
name = "BlueGreenDeploymentNotFoundFault";
|
|
124
|
-
$fault = "client";
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "BlueGreenDeploymentNotFoundFault",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, BlueGreenDeploymentNotFoundFault.prototype);
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
exports.DBProxyEndpointNotFoundFault = class DBProxyEndpointNotFoundFault extends __BaseException {
|
|
135
|
-
name = "DBProxyEndpointNotFoundFault";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "DBProxyEndpointNotFoundFault",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, DBProxyEndpointNotFoundFault.prototype);
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
exports.DBProxyNotFoundFault = class DBProxyNotFoundFault extends __BaseException {
|
|
147
|
-
name = "DBProxyNotFoundFault";
|
|
148
|
-
$fault = "client";
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "DBProxyNotFoundFault",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
Object.setPrototypeOf(this, DBProxyNotFoundFault.prototype);
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
|
-
exports.DBProxyTargetGroupNotFoundFault = class DBProxyTargetGroupNotFoundFault extends __BaseException {
|
|
159
|
-
name = "DBProxyTargetGroupNotFoundFault";
|
|
160
|
-
$fault = "client";
|
|
161
|
-
constructor(opts) {
|
|
162
|
-
super({
|
|
163
|
-
name: "DBProxyTargetGroupNotFoundFault",
|
|
164
|
-
$fault: "client",
|
|
165
|
-
...opts,
|
|
166
|
-
});
|
|
167
|
-
Object.setPrototypeOf(this, DBProxyTargetGroupNotFoundFault.prototype);
|
|
168
|
-
}
|
|
169
|
-
};
|
|
170
|
-
exports.DBShardGroupNotFoundFault = class DBShardGroupNotFoundFault extends __BaseException {
|
|
171
|
-
name = "DBShardGroupNotFoundFault";
|
|
172
|
-
$fault = "client";
|
|
173
|
-
constructor(opts) {
|
|
174
|
-
super({
|
|
175
|
-
name: "DBShardGroupNotFoundFault",
|
|
176
|
-
$fault: "client",
|
|
177
|
-
...opts,
|
|
178
|
-
});
|
|
179
|
-
Object.setPrototypeOf(this, DBShardGroupNotFoundFault.prototype);
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
exports.DBSnapshotNotFoundFault = class DBSnapshotNotFoundFault extends __BaseException {
|
|
183
|
-
name = "DBSnapshotNotFoundFault";
|
|
184
|
-
$fault = "client";
|
|
185
|
-
constructor(opts) {
|
|
186
|
-
super({
|
|
187
|
-
name: "DBSnapshotNotFoundFault",
|
|
188
|
-
$fault: "client",
|
|
189
|
-
...opts,
|
|
190
|
-
});
|
|
191
|
-
Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
|
|
192
|
-
}
|
|
193
|
-
};
|
|
194
|
-
exports.DBSnapshotTenantDatabaseNotFoundFault = class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
|
|
195
|
-
name = "DBSnapshotTenantDatabaseNotFoundFault";
|
|
196
|
-
$fault = "client";
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "DBSnapshotTenantDatabaseNotFoundFault",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
Object.setPrototypeOf(this, DBSnapshotTenantDatabaseNotFoundFault.prototype);
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
exports.IntegrationNotFoundFault = class IntegrationNotFoundFault extends __BaseException {
|
|
207
|
-
name = "IntegrationNotFoundFault";
|
|
208
|
-
$fault = "client";
|
|
209
|
-
constructor(opts) {
|
|
210
|
-
super({
|
|
211
|
-
name: "IntegrationNotFoundFault",
|
|
212
|
-
$fault: "client",
|
|
213
|
-
...opts,
|
|
214
|
-
});
|
|
215
|
-
Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
|
|
216
|
-
}
|
|
217
|
-
};
|
|
218
|
-
exports.InvalidDBClusterEndpointStateFault = class InvalidDBClusterEndpointStateFault extends __BaseException {
|
|
219
|
-
name = "InvalidDBClusterEndpointStateFault";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
constructor(opts) {
|
|
222
|
-
super({
|
|
223
|
-
name: "InvalidDBClusterEndpointStateFault",
|
|
224
|
-
$fault: "client",
|
|
225
|
-
...opts,
|
|
226
|
-
});
|
|
227
|
-
Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
exports.TenantDatabaseNotFoundFault = class TenantDatabaseNotFoundFault extends __BaseException {
|
|
231
|
-
name = "TenantDatabaseNotFoundFault";
|
|
232
|
-
$fault = "client";
|
|
233
|
-
constructor(opts) {
|
|
234
|
-
super({
|
|
235
|
-
name: "TenantDatabaseNotFoundFault",
|
|
236
|
-
$fault: "client",
|
|
237
|
-
...opts,
|
|
238
|
-
});
|
|
239
|
-
Object.setPrototypeOf(this, TenantDatabaseNotFoundFault.prototype);
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
exports.ResourceNotFoundFault = class ResourceNotFoundFault extends __BaseException {
|
|
243
|
-
name = "ResourceNotFoundFault";
|
|
244
|
-
$fault = "client";
|
|
245
|
-
constructor(opts) {
|
|
246
|
-
super({
|
|
247
|
-
name: "ResourceNotFoundFault",
|
|
248
|
-
$fault: "client",
|
|
249
|
-
...opts,
|
|
250
|
-
});
|
|
251
|
-
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
252
|
-
}
|
|
253
|
-
};
|
|
254
|
-
exports.AuthorizationAlreadyExistsFault = class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
255
|
-
name = "AuthorizationAlreadyExistsFault";
|
|
256
|
-
$fault = "client";
|
|
257
|
-
constructor(opts) {
|
|
258
|
-
super({
|
|
259
|
-
name: "AuthorizationAlreadyExistsFault",
|
|
260
|
-
$fault: "client",
|
|
261
|
-
...opts,
|
|
262
|
-
});
|
|
263
|
-
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
264
|
-
}
|
|
265
|
-
};
|
|
266
|
-
exports.AuthorizationQuotaExceededFault = class AuthorizationQuotaExceededFault extends __BaseException {
|
|
267
|
-
name = "AuthorizationQuotaExceededFault";
|
|
268
|
-
$fault = "client";
|
|
269
|
-
constructor(opts) {
|
|
270
|
-
super({
|
|
271
|
-
name: "AuthorizationQuotaExceededFault",
|
|
272
|
-
$fault: "client",
|
|
273
|
-
...opts,
|
|
274
|
-
});
|
|
275
|
-
Object.setPrototypeOf(this, AuthorizationQuotaExceededFault.prototype);
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
exports.DBSecurityGroupNotFoundFault = class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
279
|
-
name = "DBSecurityGroupNotFoundFault";
|
|
280
|
-
$fault = "client";
|
|
281
|
-
constructor(opts) {
|
|
282
|
-
super({
|
|
283
|
-
name: "DBSecurityGroupNotFoundFault",
|
|
284
|
-
$fault: "client",
|
|
285
|
-
...opts,
|
|
286
|
-
});
|
|
287
|
-
Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
|
|
288
|
-
}
|
|
289
|
-
};
|
|
290
|
-
exports.InvalidDBSecurityGroupStateFault = class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
291
|
-
name = "InvalidDBSecurityGroupStateFault";
|
|
292
|
-
$fault = "client";
|
|
293
|
-
constructor(opts) {
|
|
294
|
-
super({
|
|
295
|
-
name: "InvalidDBSecurityGroupStateFault",
|
|
296
|
-
$fault: "client",
|
|
297
|
-
...opts,
|
|
298
|
-
});
|
|
299
|
-
Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
|
|
300
|
-
}
|
|
301
|
-
};
|
|
302
|
-
exports.ExportTaskNotFoundFault = class ExportTaskNotFoundFault extends __BaseException {
|
|
303
|
-
name = "ExportTaskNotFoundFault";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "ExportTaskNotFoundFault",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
Object.setPrototypeOf(this, ExportTaskNotFoundFault.prototype);
|
|
312
|
-
}
|
|
313
|
-
};
|
|
314
|
-
exports.InvalidExportTaskStateFault = class InvalidExportTaskStateFault extends __BaseException {
|
|
315
|
-
name = "InvalidExportTaskStateFault";
|
|
316
|
-
$fault = "client";
|
|
317
|
-
constructor(opts) {
|
|
318
|
-
super({
|
|
319
|
-
name: "InvalidExportTaskStateFault",
|
|
320
|
-
$fault: "client",
|
|
321
|
-
...opts,
|
|
322
|
-
});
|
|
323
|
-
Object.setPrototypeOf(this, InvalidExportTaskStateFault.prototype);
|
|
324
|
-
}
|
|
325
|
-
};
|
|
326
|
-
exports.DBParameterGroupAlreadyExistsFault = class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
327
|
-
name = "DBParameterGroupAlreadyExistsFault";
|
|
328
|
-
$fault = "client";
|
|
329
|
-
constructor(opts) {
|
|
330
|
-
super({
|
|
331
|
-
name: "DBParameterGroupAlreadyExistsFault",
|
|
332
|
-
$fault: "client",
|
|
333
|
-
...opts,
|
|
334
|
-
});
|
|
335
|
-
Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
exports.DBParameterGroupNotFoundFault = class DBParameterGroupNotFoundFault extends __BaseException {
|
|
339
|
-
name = "DBParameterGroupNotFoundFault";
|
|
340
|
-
$fault = "client";
|
|
341
|
-
constructor(opts) {
|
|
342
|
-
super({
|
|
343
|
-
name: "DBParameterGroupNotFoundFault",
|
|
344
|
-
$fault: "client",
|
|
345
|
-
...opts,
|
|
346
|
-
});
|
|
347
|
-
Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
|
|
348
|
-
}
|
|
349
|
-
};
|
|
350
|
-
exports.DBParameterGroupQuotaExceededFault = class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
351
|
-
name = "DBParameterGroupQuotaExceededFault";
|
|
352
|
-
$fault = "client";
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "DBParameterGroupQuotaExceededFault",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
|
|
360
|
-
}
|
|
361
|
-
};
|
|
362
|
-
exports.DBClusterSnapshotAlreadyExistsFault = class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
363
|
-
name = "DBClusterSnapshotAlreadyExistsFault";
|
|
364
|
-
$fault = "client";
|
|
365
|
-
constructor(opts) {
|
|
366
|
-
super({
|
|
367
|
-
name: "DBClusterSnapshotAlreadyExistsFault",
|
|
368
|
-
$fault: "client",
|
|
369
|
-
...opts,
|
|
370
|
-
});
|
|
371
|
-
Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
372
|
-
}
|
|
373
|
-
};
|
|
374
|
-
exports.DBClusterSnapshotNotFoundFault = class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
375
|
-
name = "DBClusterSnapshotNotFoundFault";
|
|
376
|
-
$fault = "client";
|
|
377
|
-
constructor(opts) {
|
|
378
|
-
super({
|
|
379
|
-
name: "DBClusterSnapshotNotFoundFault",
|
|
380
|
-
$fault: "client",
|
|
381
|
-
...opts,
|
|
382
|
-
});
|
|
383
|
-
Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
|
|
384
|
-
}
|
|
385
|
-
};
|
|
386
|
-
exports.InvalidDBClusterSnapshotStateFault = class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
387
|
-
name = "InvalidDBClusterSnapshotStateFault";
|
|
388
|
-
$fault = "client";
|
|
389
|
-
constructor(opts) {
|
|
390
|
-
super({
|
|
391
|
-
name: "InvalidDBClusterSnapshotStateFault",
|
|
392
|
-
$fault: "client",
|
|
393
|
-
...opts,
|
|
394
|
-
});
|
|
395
|
-
Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
|
|
396
|
-
}
|
|
397
|
-
};
|
|
398
|
-
exports.KMSKeyNotAccessibleFault = class KMSKeyNotAccessibleFault extends __BaseException {
|
|
399
|
-
name = "KMSKeyNotAccessibleFault";
|
|
400
|
-
$fault = "client";
|
|
401
|
-
constructor(opts) {
|
|
402
|
-
super({
|
|
403
|
-
name: "KMSKeyNotAccessibleFault",
|
|
404
|
-
$fault: "client",
|
|
405
|
-
...opts,
|
|
406
|
-
});
|
|
407
|
-
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
408
|
-
}
|
|
409
|
-
};
|
|
410
|
-
exports.SnapshotQuotaExceededFault = class SnapshotQuotaExceededFault extends __BaseException {
|
|
411
|
-
name = "SnapshotQuotaExceededFault";
|
|
412
|
-
$fault = "client";
|
|
413
|
-
constructor(opts) {
|
|
414
|
-
super({
|
|
415
|
-
name: "SnapshotQuotaExceededFault",
|
|
416
|
-
$fault: "client",
|
|
417
|
-
...opts,
|
|
418
|
-
});
|
|
419
|
-
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
420
|
-
}
|
|
421
|
-
};
|
|
422
|
-
exports.CustomAvailabilityZoneNotFoundFault = class CustomAvailabilityZoneNotFoundFault extends __BaseException {
|
|
423
|
-
name = "CustomAvailabilityZoneNotFoundFault";
|
|
424
|
-
$fault = "client";
|
|
425
|
-
constructor(opts) {
|
|
426
|
-
super({
|
|
427
|
-
name: "CustomAvailabilityZoneNotFoundFault",
|
|
428
|
-
$fault: "client",
|
|
429
|
-
...opts,
|
|
430
|
-
});
|
|
431
|
-
Object.setPrototypeOf(this, CustomAvailabilityZoneNotFoundFault.prototype);
|
|
432
|
-
}
|
|
433
|
-
};
|
|
434
|
-
exports.DBSnapshotAlreadyExistsFault = class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
435
|
-
name = "DBSnapshotAlreadyExistsFault";
|
|
436
|
-
$fault = "client";
|
|
437
|
-
constructor(opts) {
|
|
438
|
-
super({
|
|
439
|
-
name: "DBSnapshotAlreadyExistsFault",
|
|
440
|
-
$fault: "client",
|
|
441
|
-
...opts,
|
|
442
|
-
});
|
|
443
|
-
Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
|
|
444
|
-
}
|
|
445
|
-
};
|
|
446
|
-
exports.InvalidDBSnapshotStateFault = class InvalidDBSnapshotStateFault extends __BaseException {
|
|
447
|
-
name = "InvalidDBSnapshotStateFault";
|
|
448
|
-
$fault = "client";
|
|
449
|
-
constructor(opts) {
|
|
450
|
-
super({
|
|
451
|
-
name: "InvalidDBSnapshotStateFault",
|
|
452
|
-
$fault: "client",
|
|
453
|
-
...opts,
|
|
454
|
-
});
|
|
455
|
-
Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
|
|
456
|
-
}
|
|
457
|
-
};
|
|
458
|
-
exports.OptionGroupAlreadyExistsFault = class OptionGroupAlreadyExistsFault extends __BaseException {
|
|
459
|
-
name = "OptionGroupAlreadyExistsFault";
|
|
460
|
-
$fault = "client";
|
|
461
|
-
constructor(opts) {
|
|
462
|
-
super({
|
|
463
|
-
name: "OptionGroupAlreadyExistsFault",
|
|
464
|
-
$fault: "client",
|
|
465
|
-
...opts,
|
|
466
|
-
});
|
|
467
|
-
Object.setPrototypeOf(this, OptionGroupAlreadyExistsFault.prototype);
|
|
468
|
-
}
|
|
469
|
-
};
|
|
470
|
-
exports.OptionGroupNotFoundFault = class OptionGroupNotFoundFault extends __BaseException {
|
|
471
|
-
name = "OptionGroupNotFoundFault";
|
|
472
|
-
$fault = "client";
|
|
473
|
-
constructor(opts) {
|
|
474
|
-
super({
|
|
475
|
-
name: "OptionGroupNotFoundFault",
|
|
476
|
-
$fault: "client",
|
|
477
|
-
...opts,
|
|
478
|
-
});
|
|
479
|
-
Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
|
|
480
|
-
}
|
|
481
|
-
};
|
|
482
|
-
exports.OptionGroupQuotaExceededFault = class OptionGroupQuotaExceededFault extends __BaseException {
|
|
483
|
-
name = "OptionGroupQuotaExceededFault";
|
|
484
|
-
$fault = "client";
|
|
485
|
-
constructor(opts) {
|
|
486
|
-
super({
|
|
487
|
-
name: "OptionGroupQuotaExceededFault",
|
|
488
|
-
$fault: "client",
|
|
489
|
-
...opts,
|
|
490
|
-
});
|
|
491
|
-
Object.setPrototypeOf(this, OptionGroupQuotaExceededFault.prototype);
|
|
492
|
-
}
|
|
493
|
-
};
|
|
494
|
-
exports.BlueGreenDeploymentAlreadyExistsFault = class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
|
|
495
|
-
name = "BlueGreenDeploymentAlreadyExistsFault";
|
|
496
|
-
$fault = "client";
|
|
497
|
-
constructor(opts) {
|
|
498
|
-
super({
|
|
499
|
-
name: "BlueGreenDeploymentAlreadyExistsFault",
|
|
500
|
-
$fault: "client",
|
|
501
|
-
...opts,
|
|
502
|
-
});
|
|
503
|
-
Object.setPrototypeOf(this, BlueGreenDeploymentAlreadyExistsFault.prototype);
|
|
504
|
-
}
|
|
505
|
-
};
|
|
506
|
-
exports.DBClusterParameterGroupNotFoundFault = class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
507
|
-
name = "DBClusterParameterGroupNotFoundFault";
|
|
508
|
-
$fault = "client";
|
|
509
|
-
constructor(opts) {
|
|
510
|
-
super({
|
|
511
|
-
name: "DBClusterParameterGroupNotFoundFault",
|
|
512
|
-
$fault: "client",
|
|
513
|
-
...opts,
|
|
514
|
-
});
|
|
515
|
-
Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
|
|
516
|
-
}
|
|
517
|
-
};
|
|
518
|
-
exports.DBClusterQuotaExceededFault = class DBClusterQuotaExceededFault extends __BaseException {
|
|
519
|
-
name = "DBClusterQuotaExceededFault";
|
|
520
|
-
$fault = "client";
|
|
521
|
-
constructor(opts) {
|
|
522
|
-
super({
|
|
523
|
-
name: "DBClusterQuotaExceededFault",
|
|
524
|
-
$fault: "client",
|
|
525
|
-
...opts,
|
|
526
|
-
});
|
|
527
|
-
Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
|
|
528
|
-
}
|
|
529
|
-
};
|
|
530
|
-
exports.InstanceQuotaExceededFault = class InstanceQuotaExceededFault extends __BaseException {
|
|
531
|
-
name = "InstanceQuotaExceededFault";
|
|
532
|
-
$fault = "client";
|
|
533
|
-
constructor(opts) {
|
|
534
|
-
super({
|
|
535
|
-
name: "InstanceQuotaExceededFault",
|
|
536
|
-
$fault: "client",
|
|
537
|
-
...opts,
|
|
538
|
-
});
|
|
539
|
-
Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
|
|
540
|
-
}
|
|
541
|
-
};
|
|
542
|
-
exports.SourceClusterNotSupportedFault = class SourceClusterNotSupportedFault extends __BaseException {
|
|
543
|
-
name = "SourceClusterNotSupportedFault";
|
|
544
|
-
$fault = "client";
|
|
545
|
-
constructor(opts) {
|
|
546
|
-
super({
|
|
547
|
-
name: "SourceClusterNotSupportedFault",
|
|
548
|
-
$fault: "client",
|
|
549
|
-
...opts,
|
|
550
|
-
});
|
|
551
|
-
Object.setPrototypeOf(this, SourceClusterNotSupportedFault.prototype);
|
|
552
|
-
}
|
|
553
|
-
};
|
|
554
|
-
exports.SourceDatabaseNotSupportedFault = class SourceDatabaseNotSupportedFault extends __BaseException {
|
|
555
|
-
name = "SourceDatabaseNotSupportedFault";
|
|
556
|
-
$fault = "client";
|
|
557
|
-
constructor(opts) {
|
|
558
|
-
super({
|
|
559
|
-
name: "SourceDatabaseNotSupportedFault",
|
|
560
|
-
$fault: "client",
|
|
561
|
-
...opts,
|
|
562
|
-
});
|
|
563
|
-
Object.setPrototypeOf(this, SourceDatabaseNotSupportedFault.prototype);
|
|
564
|
-
}
|
|
565
|
-
};
|
|
566
|
-
exports.StorageQuotaExceededFault = class StorageQuotaExceededFault extends __BaseException {
|
|
567
|
-
name = "StorageQuotaExceededFault";
|
|
568
|
-
$fault = "client";
|
|
569
|
-
constructor(opts) {
|
|
570
|
-
super({
|
|
571
|
-
name: "StorageQuotaExceededFault",
|
|
572
|
-
$fault: "client",
|
|
573
|
-
...opts,
|
|
574
|
-
});
|
|
575
|
-
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
576
|
-
}
|
|
577
|
-
};
|
|
578
|
-
exports.CreateCustomDBEngineVersionFault = class CreateCustomDBEngineVersionFault extends __BaseException {
|
|
579
|
-
name = "CreateCustomDBEngineVersionFault";
|
|
580
|
-
$fault = "client";
|
|
581
|
-
constructor(opts) {
|
|
582
|
-
super({
|
|
583
|
-
name: "CreateCustomDBEngineVersionFault",
|
|
584
|
-
$fault: "client",
|
|
585
|
-
...opts,
|
|
586
|
-
});
|
|
587
|
-
Object.setPrototypeOf(this, CreateCustomDBEngineVersionFault.prototype);
|
|
588
|
-
}
|
|
589
|
-
};
|
|
590
|
-
exports.CustomDBEngineVersionAlreadyExistsFault = class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
|
|
591
|
-
name = "CustomDBEngineVersionAlreadyExistsFault";
|
|
592
|
-
$fault = "client";
|
|
593
|
-
constructor(opts) {
|
|
594
|
-
super({
|
|
595
|
-
name: "CustomDBEngineVersionAlreadyExistsFault",
|
|
596
|
-
$fault: "client",
|
|
597
|
-
...opts,
|
|
598
|
-
});
|
|
599
|
-
Object.setPrototypeOf(this, CustomDBEngineVersionAlreadyExistsFault.prototype);
|
|
600
|
-
}
|
|
601
|
-
};
|
|
602
|
-
exports.CustomDBEngineVersionNotFoundFault = class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
603
|
-
name = "CustomDBEngineVersionNotFoundFault";
|
|
604
|
-
$fault = "client";
|
|
605
|
-
constructor(opts) {
|
|
606
|
-
super({
|
|
607
|
-
name: "CustomDBEngineVersionNotFoundFault",
|
|
608
|
-
$fault: "client",
|
|
609
|
-
...opts,
|
|
610
|
-
});
|
|
611
|
-
Object.setPrototypeOf(this, CustomDBEngineVersionNotFoundFault.prototype);
|
|
612
|
-
}
|
|
613
|
-
};
|
|
614
|
-
exports.CustomDBEngineVersionQuotaExceededFault = class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
|
|
615
|
-
name = "CustomDBEngineVersionQuotaExceededFault";
|
|
616
|
-
$fault = "client";
|
|
617
|
-
constructor(opts) {
|
|
618
|
-
super({
|
|
619
|
-
name: "CustomDBEngineVersionQuotaExceededFault",
|
|
620
|
-
$fault: "client",
|
|
621
|
-
...opts,
|
|
622
|
-
});
|
|
623
|
-
Object.setPrototypeOf(this, CustomDBEngineVersionQuotaExceededFault.prototype);
|
|
624
|
-
}
|
|
625
|
-
};
|
|
626
|
-
exports.Ec2ImagePropertiesNotSupportedFault = class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
|
|
627
|
-
name = "Ec2ImagePropertiesNotSupportedFault";
|
|
628
|
-
$fault = "client";
|
|
629
|
-
constructor(opts) {
|
|
630
|
-
super({
|
|
631
|
-
name: "Ec2ImagePropertiesNotSupportedFault",
|
|
632
|
-
$fault: "client",
|
|
633
|
-
...opts,
|
|
634
|
-
});
|
|
635
|
-
Object.setPrototypeOf(this, Ec2ImagePropertiesNotSupportedFault.prototype);
|
|
636
|
-
}
|
|
637
|
-
};
|
|
638
|
-
exports.InvalidCustomDBEngineVersionStateFault = class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
639
|
-
name = "InvalidCustomDBEngineVersionStateFault";
|
|
640
|
-
$fault = "client";
|
|
641
|
-
constructor(opts) {
|
|
642
|
-
super({
|
|
643
|
-
name: "InvalidCustomDBEngineVersionStateFault",
|
|
644
|
-
$fault: "client",
|
|
645
|
-
...opts,
|
|
646
|
-
});
|
|
647
|
-
Object.setPrototypeOf(this, InvalidCustomDBEngineVersionStateFault.prototype);
|
|
648
|
-
}
|
|
649
|
-
};
|
|
650
|
-
exports.DBClusterAlreadyExistsFault = class DBClusterAlreadyExistsFault extends __BaseException {
|
|
651
|
-
name = "DBClusterAlreadyExistsFault";
|
|
652
|
-
$fault = "client";
|
|
653
|
-
constructor(opts) {
|
|
654
|
-
super({
|
|
655
|
-
name: "DBClusterAlreadyExistsFault",
|
|
656
|
-
$fault: "client",
|
|
657
|
-
...opts,
|
|
658
|
-
});
|
|
659
|
-
Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
|
|
660
|
-
}
|
|
661
|
-
};
|
|
662
|
-
exports.DBSubnetGroupDoesNotCoverEnoughAZs = class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
663
|
-
name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
664
|
-
$fault = "client";
|
|
665
|
-
constructor(opts) {
|
|
666
|
-
super({
|
|
667
|
-
name: "DBSubnetGroupDoesNotCoverEnoughAZs",
|
|
668
|
-
$fault: "client",
|
|
669
|
-
...opts,
|
|
670
|
-
});
|
|
671
|
-
Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
672
|
-
}
|
|
673
|
-
};
|
|
674
|
-
exports.DBSubnetGroupNotFoundFault = class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
675
|
-
name = "DBSubnetGroupNotFoundFault";
|
|
676
|
-
$fault = "client";
|
|
677
|
-
constructor(opts) {
|
|
678
|
-
super({
|
|
679
|
-
name: "DBSubnetGroupNotFoundFault",
|
|
680
|
-
$fault: "client",
|
|
681
|
-
...opts,
|
|
682
|
-
});
|
|
683
|
-
Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
|
|
684
|
-
}
|
|
685
|
-
};
|
|
686
|
-
exports.DomainNotFoundFault = class DomainNotFoundFault extends __BaseException {
|
|
687
|
-
name = "DomainNotFoundFault";
|
|
688
|
-
$fault = "client";
|
|
689
|
-
constructor(opts) {
|
|
690
|
-
super({
|
|
691
|
-
name: "DomainNotFoundFault",
|
|
692
|
-
$fault: "client",
|
|
693
|
-
...opts,
|
|
694
|
-
});
|
|
695
|
-
Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
|
|
696
|
-
}
|
|
697
|
-
};
|
|
698
|
-
exports.GlobalClusterNotFoundFault = class GlobalClusterNotFoundFault extends __BaseException {
|
|
699
|
-
name = "GlobalClusterNotFoundFault";
|
|
700
|
-
$fault = "client";
|
|
701
|
-
constructor(opts) {
|
|
702
|
-
super({
|
|
703
|
-
name: "GlobalClusterNotFoundFault",
|
|
704
|
-
$fault: "client",
|
|
705
|
-
...opts,
|
|
706
|
-
});
|
|
707
|
-
Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
|
|
708
|
-
}
|
|
709
|
-
};
|
|
710
|
-
exports.InsufficientDBInstanceCapacityFault = class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
711
|
-
name = "InsufficientDBInstanceCapacityFault";
|
|
712
|
-
$fault = "client";
|
|
713
|
-
constructor(opts) {
|
|
714
|
-
super({
|
|
715
|
-
name: "InsufficientDBInstanceCapacityFault",
|
|
716
|
-
$fault: "client",
|
|
717
|
-
...opts,
|
|
718
|
-
});
|
|
719
|
-
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
720
|
-
}
|
|
721
|
-
};
|
|
722
|
-
exports.InsufficientStorageClusterCapacityFault = class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
723
|
-
name = "InsufficientStorageClusterCapacityFault";
|
|
724
|
-
$fault = "client";
|
|
725
|
-
constructor(opts) {
|
|
726
|
-
super({
|
|
727
|
-
name: "InsufficientStorageClusterCapacityFault",
|
|
728
|
-
$fault: "client",
|
|
729
|
-
...opts,
|
|
730
|
-
});
|
|
731
|
-
Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
|
|
732
|
-
}
|
|
733
|
-
};
|
|
734
|
-
exports.InvalidDBSubnetGroupFault = class InvalidDBSubnetGroupFault extends __BaseException {
|
|
735
|
-
name = "InvalidDBSubnetGroupFault";
|
|
736
|
-
$fault = "client";
|
|
737
|
-
constructor(opts) {
|
|
738
|
-
super({
|
|
739
|
-
name: "InvalidDBSubnetGroupFault",
|
|
740
|
-
$fault: "client",
|
|
741
|
-
...opts,
|
|
742
|
-
});
|
|
743
|
-
Object.setPrototypeOf(this, InvalidDBSubnetGroupFault.prototype);
|
|
744
|
-
}
|
|
745
|
-
};
|
|
746
|
-
exports.InvalidDBSubnetGroupStateFault = class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
747
|
-
name = "InvalidDBSubnetGroupStateFault";
|
|
748
|
-
$fault = "client";
|
|
749
|
-
constructor(opts) {
|
|
750
|
-
super({
|
|
751
|
-
name: "InvalidDBSubnetGroupStateFault",
|
|
752
|
-
$fault: "client",
|
|
753
|
-
...opts,
|
|
754
|
-
});
|
|
755
|
-
Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
|
|
756
|
-
}
|
|
757
|
-
};
|
|
758
|
-
exports.InvalidGlobalClusterStateFault = class InvalidGlobalClusterStateFault extends __BaseException {
|
|
759
|
-
name = "InvalidGlobalClusterStateFault";
|
|
760
|
-
$fault = "client";
|
|
761
|
-
constructor(opts) {
|
|
762
|
-
super({
|
|
763
|
-
name: "InvalidGlobalClusterStateFault",
|
|
764
|
-
$fault: "client",
|
|
765
|
-
...opts,
|
|
766
|
-
});
|
|
767
|
-
Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
|
|
768
|
-
}
|
|
769
|
-
};
|
|
770
|
-
exports.InvalidSubnet = class InvalidSubnet extends __BaseException {
|
|
771
|
-
name = "InvalidSubnet";
|
|
772
|
-
$fault = "client";
|
|
773
|
-
constructor(opts) {
|
|
774
|
-
super({
|
|
775
|
-
name: "InvalidSubnet",
|
|
776
|
-
$fault: "client",
|
|
777
|
-
...opts,
|
|
778
|
-
});
|
|
779
|
-
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
780
|
-
}
|
|
781
|
-
};
|
|
782
|
-
exports.InvalidVPCNetworkStateFault = class InvalidVPCNetworkStateFault extends __BaseException {
|
|
783
|
-
name = "InvalidVPCNetworkStateFault";
|
|
784
|
-
$fault = "client";
|
|
785
|
-
constructor(opts) {
|
|
786
|
-
super({
|
|
787
|
-
name: "InvalidVPCNetworkStateFault",
|
|
788
|
-
$fault: "client",
|
|
789
|
-
...opts,
|
|
790
|
-
});
|
|
791
|
-
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
792
|
-
}
|
|
793
|
-
};
|
|
794
|
-
exports.NetworkTypeNotSupported = class NetworkTypeNotSupported extends __BaseException {
|
|
795
|
-
name = "NetworkTypeNotSupported";
|
|
796
|
-
$fault = "client";
|
|
797
|
-
constructor(opts) {
|
|
798
|
-
super({
|
|
799
|
-
name: "NetworkTypeNotSupported",
|
|
800
|
-
$fault: "client",
|
|
801
|
-
...opts,
|
|
802
|
-
});
|
|
803
|
-
Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);
|
|
804
|
-
}
|
|
805
|
-
};
|
|
806
|
-
exports.StorageTypeNotSupportedFault = class StorageTypeNotSupportedFault extends __BaseException {
|
|
807
|
-
name = "StorageTypeNotSupportedFault";
|
|
808
|
-
$fault = "client";
|
|
809
|
-
constructor(opts) {
|
|
810
|
-
super({
|
|
811
|
-
name: "StorageTypeNotSupportedFault",
|
|
812
|
-
$fault: "client",
|
|
813
|
-
...opts,
|
|
814
|
-
});
|
|
815
|
-
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
816
|
-
}
|
|
817
|
-
};
|
|
818
|
-
exports.VpcEncryptionControlViolationException = class VpcEncryptionControlViolationException extends __BaseException {
|
|
819
|
-
name = "VpcEncryptionControlViolationException";
|
|
820
|
-
$fault = "client";
|
|
821
|
-
constructor(opts) {
|
|
822
|
-
super({
|
|
823
|
-
name: "VpcEncryptionControlViolationException",
|
|
824
|
-
$fault: "client",
|
|
825
|
-
...opts,
|
|
826
|
-
});
|
|
827
|
-
Object.setPrototypeOf(this, VpcEncryptionControlViolationException.prototype);
|
|
828
|
-
}
|
|
829
|
-
};
|
|
830
|
-
exports.DBClusterEndpointAlreadyExistsFault = class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
831
|
-
name = "DBClusterEndpointAlreadyExistsFault";
|
|
832
|
-
$fault = "client";
|
|
833
|
-
constructor(opts) {
|
|
834
|
-
super({
|
|
835
|
-
name: "DBClusterEndpointAlreadyExistsFault",
|
|
836
|
-
$fault: "client",
|
|
837
|
-
...opts,
|
|
838
|
-
});
|
|
839
|
-
Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
|
|
840
|
-
}
|
|
841
|
-
};
|
|
842
|
-
exports.DBClusterEndpointQuotaExceededFault = class DBClusterEndpointQuotaExceededFault extends __BaseException {
|
|
843
|
-
name = "DBClusterEndpointQuotaExceededFault";
|
|
844
|
-
$fault = "client";
|
|
845
|
-
constructor(opts) {
|
|
846
|
-
super({
|
|
847
|
-
name: "DBClusterEndpointQuotaExceededFault",
|
|
848
|
-
$fault: "client",
|
|
849
|
-
...opts,
|
|
850
|
-
});
|
|
851
|
-
Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
|
|
852
|
-
}
|
|
853
|
-
};
|
|
854
|
-
exports.AuthorizationNotFoundFault = class AuthorizationNotFoundFault extends __BaseException {
|
|
855
|
-
name = "AuthorizationNotFoundFault";
|
|
856
|
-
$fault = "client";
|
|
857
|
-
constructor(opts) {
|
|
858
|
-
super({
|
|
859
|
-
name: "AuthorizationNotFoundFault",
|
|
860
|
-
$fault: "client",
|
|
861
|
-
...opts,
|
|
862
|
-
});
|
|
863
|
-
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
864
|
-
}
|
|
865
|
-
};
|
|
866
|
-
exports.BackupPolicyNotFoundFault = class BackupPolicyNotFoundFault extends __BaseException {
|
|
867
|
-
name = "BackupPolicyNotFoundFault";
|
|
868
|
-
$fault = "client";
|
|
869
|
-
constructor(opts) {
|
|
870
|
-
super({
|
|
871
|
-
name: "BackupPolicyNotFoundFault",
|
|
872
|
-
$fault: "client",
|
|
873
|
-
...opts,
|
|
874
|
-
});
|
|
875
|
-
Object.setPrototypeOf(this, BackupPolicyNotFoundFault.prototype);
|
|
876
|
-
}
|
|
877
|
-
};
|
|
878
|
-
exports.CertificateNotFoundFault = class CertificateNotFoundFault extends __BaseException {
|
|
879
|
-
name = "CertificateNotFoundFault";
|
|
880
|
-
$fault = "client";
|
|
881
|
-
constructor(opts) {
|
|
882
|
-
super({
|
|
883
|
-
name: "CertificateNotFoundFault",
|
|
884
|
-
$fault: "client",
|
|
885
|
-
...opts,
|
|
886
|
-
});
|
|
887
|
-
Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
|
|
888
|
-
}
|
|
889
|
-
};
|
|
890
|
-
exports.DBInstanceAlreadyExistsFault = class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
891
|
-
name = "DBInstanceAlreadyExistsFault";
|
|
892
|
-
$fault = "client";
|
|
893
|
-
constructor(opts) {
|
|
894
|
-
super({
|
|
895
|
-
name: "DBInstanceAlreadyExistsFault",
|
|
896
|
-
$fault: "client",
|
|
897
|
-
...opts,
|
|
898
|
-
});
|
|
899
|
-
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
900
|
-
}
|
|
901
|
-
};
|
|
902
|
-
exports.ProvisionedIopsNotAvailableInAZFault = class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
|
|
903
|
-
name = "ProvisionedIopsNotAvailableInAZFault";
|
|
904
|
-
$fault = "client";
|
|
905
|
-
constructor(opts) {
|
|
906
|
-
super({
|
|
907
|
-
name: "ProvisionedIopsNotAvailableInAZFault",
|
|
908
|
-
$fault: "client",
|
|
909
|
-
...opts,
|
|
910
|
-
});
|
|
911
|
-
Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
|
|
912
|
-
}
|
|
913
|
-
};
|
|
914
|
-
exports.TenantDatabaseQuotaExceededFault = class TenantDatabaseQuotaExceededFault extends __BaseException {
|
|
915
|
-
name = "TenantDatabaseQuotaExceededFault";
|
|
916
|
-
$fault = "client";
|
|
917
|
-
constructor(opts) {
|
|
918
|
-
super({
|
|
919
|
-
name: "TenantDatabaseQuotaExceededFault",
|
|
920
|
-
$fault: "client",
|
|
921
|
-
...opts,
|
|
922
|
-
});
|
|
923
|
-
Object.setPrototypeOf(this, TenantDatabaseQuotaExceededFault.prototype);
|
|
924
|
-
}
|
|
925
|
-
};
|
|
926
|
-
exports.DBSubnetGroupNotAllowedFault = class DBSubnetGroupNotAllowedFault extends __BaseException {
|
|
927
|
-
name = "DBSubnetGroupNotAllowedFault";
|
|
928
|
-
$fault = "client";
|
|
929
|
-
constructor(opts) {
|
|
930
|
-
super({
|
|
931
|
-
name: "DBSubnetGroupNotAllowedFault",
|
|
932
|
-
$fault: "client",
|
|
933
|
-
...opts,
|
|
934
|
-
});
|
|
935
|
-
Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
|
|
936
|
-
}
|
|
937
|
-
};
|
|
938
|
-
exports.DBProxyAlreadyExistsFault = class DBProxyAlreadyExistsFault extends __BaseException {
|
|
939
|
-
name = "DBProxyAlreadyExistsFault";
|
|
940
|
-
$fault = "client";
|
|
941
|
-
constructor(opts) {
|
|
942
|
-
super({
|
|
943
|
-
name: "DBProxyAlreadyExistsFault",
|
|
944
|
-
$fault: "client",
|
|
945
|
-
...opts,
|
|
946
|
-
});
|
|
947
|
-
Object.setPrototypeOf(this, DBProxyAlreadyExistsFault.prototype);
|
|
948
|
-
}
|
|
949
|
-
};
|
|
950
|
-
exports.DBProxyQuotaExceededFault = class DBProxyQuotaExceededFault extends __BaseException {
|
|
951
|
-
name = "DBProxyQuotaExceededFault";
|
|
952
|
-
$fault = "client";
|
|
953
|
-
constructor(opts) {
|
|
954
|
-
super({
|
|
955
|
-
name: "DBProxyQuotaExceededFault",
|
|
956
|
-
$fault: "client",
|
|
957
|
-
...opts,
|
|
958
|
-
});
|
|
959
|
-
Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
|
|
960
|
-
}
|
|
961
|
-
};
|
|
962
|
-
exports.DBProxyEndpointAlreadyExistsFault = class DBProxyEndpointAlreadyExistsFault extends __BaseException {
|
|
963
|
-
name = "DBProxyEndpointAlreadyExistsFault";
|
|
964
|
-
$fault = "client";
|
|
965
|
-
constructor(opts) {
|
|
966
|
-
super({
|
|
967
|
-
name: "DBProxyEndpointAlreadyExistsFault",
|
|
968
|
-
$fault: "client",
|
|
969
|
-
...opts,
|
|
970
|
-
});
|
|
971
|
-
Object.setPrototypeOf(this, DBProxyEndpointAlreadyExistsFault.prototype);
|
|
972
|
-
}
|
|
973
|
-
};
|
|
974
|
-
exports.DBProxyEndpointQuotaExceededFault = class DBProxyEndpointQuotaExceededFault extends __BaseException {
|
|
975
|
-
name = "DBProxyEndpointQuotaExceededFault";
|
|
976
|
-
$fault = "client";
|
|
977
|
-
constructor(opts) {
|
|
978
|
-
super({
|
|
979
|
-
name: "DBProxyEndpointQuotaExceededFault",
|
|
980
|
-
$fault: "client",
|
|
981
|
-
...opts,
|
|
982
|
-
});
|
|
983
|
-
Object.setPrototypeOf(this, DBProxyEndpointQuotaExceededFault.prototype);
|
|
984
|
-
}
|
|
985
|
-
};
|
|
986
|
-
exports.InvalidDBProxyStateFault = class InvalidDBProxyStateFault extends __BaseException {
|
|
987
|
-
name = "InvalidDBProxyStateFault";
|
|
988
|
-
$fault = "client";
|
|
989
|
-
constructor(opts) {
|
|
990
|
-
super({
|
|
991
|
-
name: "InvalidDBProxyStateFault",
|
|
992
|
-
$fault: "client",
|
|
993
|
-
...opts,
|
|
994
|
-
});
|
|
995
|
-
Object.setPrototypeOf(this, InvalidDBProxyStateFault.prototype);
|
|
996
|
-
}
|
|
997
|
-
};
|
|
998
|
-
exports.DBSecurityGroupAlreadyExistsFault = class DBSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
999
|
-
name = "DBSecurityGroupAlreadyExistsFault";
|
|
1000
|
-
$fault = "client";
|
|
1001
|
-
constructor(opts) {
|
|
1002
|
-
super({
|
|
1003
|
-
name: "DBSecurityGroupAlreadyExistsFault",
|
|
1004
|
-
$fault: "client",
|
|
1005
|
-
...opts,
|
|
1006
|
-
});
|
|
1007
|
-
Object.setPrototypeOf(this, DBSecurityGroupAlreadyExistsFault.prototype);
|
|
1008
|
-
}
|
|
1009
|
-
};
|
|
1010
|
-
exports.DBSecurityGroupNotSupportedFault = class DBSecurityGroupNotSupportedFault extends __BaseException {
|
|
1011
|
-
name = "DBSecurityGroupNotSupportedFault";
|
|
1012
|
-
$fault = "client";
|
|
1013
|
-
constructor(opts) {
|
|
1014
|
-
super({
|
|
1015
|
-
name: "DBSecurityGroupNotSupportedFault",
|
|
1016
|
-
$fault: "client",
|
|
1017
|
-
...opts,
|
|
1018
|
-
});
|
|
1019
|
-
Object.setPrototypeOf(this, DBSecurityGroupNotSupportedFault.prototype);
|
|
1020
|
-
}
|
|
1021
|
-
};
|
|
1022
|
-
exports.DBSecurityGroupQuotaExceededFault = class DBSecurityGroupQuotaExceededFault extends __BaseException {
|
|
1023
|
-
name = "DBSecurityGroupQuotaExceededFault";
|
|
1024
|
-
$fault = "client";
|
|
1025
|
-
constructor(opts) {
|
|
1026
|
-
super({
|
|
1027
|
-
name: "DBSecurityGroupQuotaExceededFault",
|
|
1028
|
-
$fault: "client",
|
|
1029
|
-
...opts,
|
|
1030
|
-
});
|
|
1031
|
-
Object.setPrototypeOf(this, DBSecurityGroupQuotaExceededFault.prototype);
|
|
1032
|
-
}
|
|
1033
|
-
};
|
|
1034
|
-
exports.DBShardGroupAlreadyExistsFault = class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
1035
|
-
name = "DBShardGroupAlreadyExistsFault";
|
|
1036
|
-
$fault = "client";
|
|
1037
|
-
constructor(opts) {
|
|
1038
|
-
super({
|
|
1039
|
-
name: "DBShardGroupAlreadyExistsFault",
|
|
1040
|
-
$fault: "client",
|
|
1041
|
-
...opts,
|
|
1042
|
-
});
|
|
1043
|
-
Object.setPrototypeOf(this, DBShardGroupAlreadyExistsFault.prototype);
|
|
1044
|
-
}
|
|
1045
|
-
};
|
|
1046
|
-
exports.MaxDBShardGroupLimitReached = class MaxDBShardGroupLimitReached extends __BaseException {
|
|
1047
|
-
name = "MaxDBShardGroupLimitReached";
|
|
1048
|
-
$fault = "client";
|
|
1049
|
-
constructor(opts) {
|
|
1050
|
-
super({
|
|
1051
|
-
name: "MaxDBShardGroupLimitReached",
|
|
1052
|
-
$fault: "client",
|
|
1053
|
-
...opts,
|
|
1054
|
-
});
|
|
1055
|
-
Object.setPrototypeOf(this, MaxDBShardGroupLimitReached.prototype);
|
|
1056
|
-
}
|
|
1057
|
-
};
|
|
1058
|
-
exports.UnsupportedDBEngineVersionFault = class UnsupportedDBEngineVersionFault extends __BaseException {
|
|
1059
|
-
name = "UnsupportedDBEngineVersionFault";
|
|
1060
|
-
$fault = "client";
|
|
1061
|
-
constructor(opts) {
|
|
1062
|
-
super({
|
|
1063
|
-
name: "UnsupportedDBEngineVersionFault",
|
|
1064
|
-
$fault: "client",
|
|
1065
|
-
...opts,
|
|
1066
|
-
});
|
|
1067
|
-
Object.setPrototypeOf(this, UnsupportedDBEngineVersionFault.prototype);
|
|
1068
|
-
}
|
|
1069
|
-
};
|
|
1070
|
-
exports.DBSubnetGroupAlreadyExistsFault = class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
1071
|
-
name = "DBSubnetGroupAlreadyExistsFault";
|
|
1072
|
-
$fault = "client";
|
|
1073
|
-
constructor(opts) {
|
|
1074
|
-
super({
|
|
1075
|
-
name: "DBSubnetGroupAlreadyExistsFault",
|
|
1076
|
-
$fault: "client",
|
|
1077
|
-
...opts,
|
|
1078
|
-
});
|
|
1079
|
-
Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
|
|
1080
|
-
}
|
|
1081
|
-
};
|
|
1082
|
-
exports.DBSubnetGroupQuotaExceededFault = class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
1083
|
-
name = "DBSubnetGroupQuotaExceededFault";
|
|
1084
|
-
$fault = "client";
|
|
1085
|
-
constructor(opts) {
|
|
1086
|
-
super({
|
|
1087
|
-
name: "DBSubnetGroupQuotaExceededFault",
|
|
1088
|
-
$fault: "client",
|
|
1089
|
-
...opts,
|
|
1090
|
-
});
|
|
1091
|
-
Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
|
|
1092
|
-
}
|
|
1093
|
-
};
|
|
1094
|
-
exports.DBSubnetQuotaExceededFault = class DBSubnetQuotaExceededFault extends __BaseException {
|
|
1095
|
-
name = "DBSubnetQuotaExceededFault";
|
|
1096
|
-
$fault = "client";
|
|
1097
|
-
constructor(opts) {
|
|
1098
|
-
super({
|
|
1099
|
-
name: "DBSubnetQuotaExceededFault",
|
|
1100
|
-
$fault: "client",
|
|
1101
|
-
...opts,
|
|
1102
|
-
});
|
|
1103
|
-
Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
|
|
1104
|
-
}
|
|
1105
|
-
};
|
|
1106
|
-
exports.EventSubscriptionQuotaExceededFault = class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
1107
|
-
name = "EventSubscriptionQuotaExceededFault";
|
|
1108
|
-
$fault = "client";
|
|
1109
|
-
constructor(opts) {
|
|
1110
|
-
super({
|
|
1111
|
-
name: "EventSubscriptionQuotaExceededFault",
|
|
1112
|
-
$fault: "client",
|
|
1113
|
-
...opts,
|
|
1114
|
-
});
|
|
1115
|
-
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
1116
|
-
}
|
|
1117
|
-
};
|
|
1118
|
-
exports.SNSInvalidTopicFault = class SNSInvalidTopicFault extends __BaseException {
|
|
1119
|
-
name = "SNSInvalidTopicFault";
|
|
1120
|
-
$fault = "client";
|
|
1121
|
-
constructor(opts) {
|
|
1122
|
-
super({
|
|
1123
|
-
name: "SNSInvalidTopicFault",
|
|
1124
|
-
$fault: "client",
|
|
1125
|
-
...opts,
|
|
1126
|
-
});
|
|
1127
|
-
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
1128
|
-
}
|
|
1129
|
-
};
|
|
1130
|
-
exports.SNSNoAuthorizationFault = class SNSNoAuthorizationFault extends __BaseException {
|
|
1131
|
-
name = "SNSNoAuthorizationFault";
|
|
1132
|
-
$fault = "client";
|
|
1133
|
-
constructor(opts) {
|
|
1134
|
-
super({
|
|
1135
|
-
name: "SNSNoAuthorizationFault",
|
|
1136
|
-
$fault: "client",
|
|
1137
|
-
...opts,
|
|
1138
|
-
});
|
|
1139
|
-
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
1140
|
-
}
|
|
1141
|
-
};
|
|
1142
|
-
exports.SNSTopicArnNotFoundFault = class SNSTopicArnNotFoundFault extends __BaseException {
|
|
1143
|
-
name = "SNSTopicArnNotFoundFault";
|
|
1144
|
-
$fault = "client";
|
|
1145
|
-
constructor(opts) {
|
|
1146
|
-
super({
|
|
1147
|
-
name: "SNSTopicArnNotFoundFault",
|
|
1148
|
-
$fault: "client",
|
|
1149
|
-
...opts,
|
|
1150
|
-
});
|
|
1151
|
-
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
1152
|
-
}
|
|
1153
|
-
};
|
|
1154
|
-
exports.SubscriptionAlreadyExistFault = class SubscriptionAlreadyExistFault extends __BaseException {
|
|
1155
|
-
name = "SubscriptionAlreadyExistFault";
|
|
1156
|
-
$fault = "client";
|
|
1157
|
-
constructor(opts) {
|
|
1158
|
-
super({
|
|
1159
|
-
name: "SubscriptionAlreadyExistFault",
|
|
1160
|
-
$fault: "client",
|
|
1161
|
-
...opts,
|
|
1162
|
-
});
|
|
1163
|
-
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
1164
|
-
}
|
|
1165
|
-
};
|
|
1166
|
-
exports.SubscriptionCategoryNotFoundFault = class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
1167
|
-
name = "SubscriptionCategoryNotFoundFault";
|
|
1168
|
-
$fault = "client";
|
|
1169
|
-
constructor(opts) {
|
|
1170
|
-
super({
|
|
1171
|
-
name: "SubscriptionCategoryNotFoundFault",
|
|
1172
|
-
$fault: "client",
|
|
1173
|
-
...opts,
|
|
1174
|
-
});
|
|
1175
|
-
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
1176
|
-
}
|
|
1177
|
-
};
|
|
1178
|
-
exports.GlobalClusterAlreadyExistsFault = class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
1179
|
-
name = "GlobalClusterAlreadyExistsFault";
|
|
1180
|
-
$fault = "client";
|
|
1181
|
-
constructor(opts) {
|
|
1182
|
-
super({
|
|
1183
|
-
name: "GlobalClusterAlreadyExistsFault",
|
|
1184
|
-
$fault: "client",
|
|
1185
|
-
...opts,
|
|
1186
|
-
});
|
|
1187
|
-
Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
|
|
1188
|
-
}
|
|
1189
|
-
};
|
|
1190
|
-
exports.GlobalClusterQuotaExceededFault = class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
1191
|
-
name = "GlobalClusterQuotaExceededFault";
|
|
1192
|
-
$fault = "client";
|
|
1193
|
-
constructor(opts) {
|
|
1194
|
-
super({
|
|
1195
|
-
name: "GlobalClusterQuotaExceededFault",
|
|
1196
|
-
$fault: "client",
|
|
1197
|
-
...opts,
|
|
1198
|
-
});
|
|
1199
|
-
Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
|
|
1200
|
-
}
|
|
1201
|
-
};
|
|
1202
|
-
exports.InvalidDBShardGroupStateFault = class InvalidDBShardGroupStateFault extends __BaseException {
|
|
1203
|
-
name = "InvalidDBShardGroupStateFault";
|
|
1204
|
-
$fault = "client";
|
|
1205
|
-
constructor(opts) {
|
|
1206
|
-
super({
|
|
1207
|
-
name: "InvalidDBShardGroupStateFault",
|
|
1208
|
-
$fault: "client",
|
|
1209
|
-
...opts,
|
|
1210
|
-
});
|
|
1211
|
-
Object.setPrototypeOf(this, InvalidDBShardGroupStateFault.prototype);
|
|
1212
|
-
}
|
|
1213
|
-
};
|
|
1214
|
-
exports.IntegrationAlreadyExistsFault = class IntegrationAlreadyExistsFault extends __BaseException {
|
|
1215
|
-
name = "IntegrationAlreadyExistsFault";
|
|
1216
|
-
$fault = "client";
|
|
1217
|
-
constructor(opts) {
|
|
1218
|
-
super({
|
|
1219
|
-
name: "IntegrationAlreadyExistsFault",
|
|
1220
|
-
$fault: "client",
|
|
1221
|
-
...opts,
|
|
1222
|
-
});
|
|
1223
|
-
Object.setPrototypeOf(this, IntegrationAlreadyExistsFault.prototype);
|
|
1224
|
-
}
|
|
1225
|
-
};
|
|
1226
|
-
exports.IntegrationConflictOperationFault = class IntegrationConflictOperationFault extends __BaseException {
|
|
1227
|
-
name = "IntegrationConflictOperationFault";
|
|
1228
|
-
$fault = "client";
|
|
1229
|
-
constructor(opts) {
|
|
1230
|
-
super({
|
|
1231
|
-
name: "IntegrationConflictOperationFault",
|
|
1232
|
-
$fault: "client",
|
|
1233
|
-
...opts,
|
|
1234
|
-
});
|
|
1235
|
-
Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
|
|
1236
|
-
}
|
|
1237
|
-
};
|
|
1238
|
-
exports.IntegrationQuotaExceededFault = class IntegrationQuotaExceededFault extends __BaseException {
|
|
1239
|
-
name = "IntegrationQuotaExceededFault";
|
|
1240
|
-
$fault = "client";
|
|
1241
|
-
constructor(opts) {
|
|
1242
|
-
super({
|
|
1243
|
-
name: "IntegrationQuotaExceededFault",
|
|
1244
|
-
$fault: "client",
|
|
1245
|
-
...opts,
|
|
1246
|
-
});
|
|
1247
|
-
Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
|
|
1248
|
-
}
|
|
1249
|
-
};
|
|
1250
|
-
exports.TenantDatabaseAlreadyExistsFault = class TenantDatabaseAlreadyExistsFault extends __BaseException {
|
|
1251
|
-
name = "TenantDatabaseAlreadyExistsFault";
|
|
1252
|
-
$fault = "client";
|
|
1253
|
-
constructor(opts) {
|
|
1254
|
-
super({
|
|
1255
|
-
name: "TenantDatabaseAlreadyExistsFault",
|
|
1256
|
-
$fault: "client",
|
|
1257
|
-
...opts,
|
|
1258
|
-
});
|
|
1259
|
-
Object.setPrototypeOf(this, TenantDatabaseAlreadyExistsFault.prototype);
|
|
1260
|
-
}
|
|
1261
|
-
};
|
|
1262
|
-
exports.InvalidBlueGreenDeploymentStateFault = class InvalidBlueGreenDeploymentStateFault extends __BaseException {
|
|
1263
|
-
name = "InvalidBlueGreenDeploymentStateFault";
|
|
1264
|
-
$fault = "client";
|
|
1265
|
-
constructor(opts) {
|
|
1266
|
-
super({
|
|
1267
|
-
name: "InvalidBlueGreenDeploymentStateFault",
|
|
1268
|
-
$fault: "client",
|
|
1269
|
-
...opts,
|
|
1270
|
-
});
|
|
1271
|
-
Object.setPrototypeOf(this, InvalidBlueGreenDeploymentStateFault.prototype);
|
|
1272
|
-
}
|
|
1273
|
-
};
|
|
1274
|
-
exports.DBClusterAutomatedBackupQuotaExceededFault = class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
1275
|
-
name = "DBClusterAutomatedBackupQuotaExceededFault";
|
|
1276
|
-
$fault = "client";
|
|
1277
|
-
constructor(opts) {
|
|
1278
|
-
super({
|
|
1279
|
-
name: "DBClusterAutomatedBackupQuotaExceededFault",
|
|
1280
|
-
$fault: "client",
|
|
1281
|
-
...opts,
|
|
1282
|
-
});
|
|
1283
|
-
Object.setPrototypeOf(this, DBClusterAutomatedBackupQuotaExceededFault.prototype);
|
|
1284
|
-
}
|
|
1285
|
-
};
|
|
1286
|
-
exports.DBClusterAutomatedBackupNotFoundFault = class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
|
|
1287
|
-
name = "DBClusterAutomatedBackupNotFoundFault";
|
|
1288
|
-
$fault = "client";
|
|
1289
|
-
constructor(opts) {
|
|
1290
|
-
super({
|
|
1291
|
-
name: "DBClusterAutomatedBackupNotFoundFault",
|
|
1292
|
-
$fault: "client",
|
|
1293
|
-
...opts,
|
|
1294
|
-
});
|
|
1295
|
-
Object.setPrototypeOf(this, DBClusterAutomatedBackupNotFoundFault.prototype);
|
|
1296
|
-
}
|
|
1297
|
-
};
|
|
1298
|
-
exports.InvalidDBClusterAutomatedBackupStateFault = class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
|
|
1299
|
-
name = "InvalidDBClusterAutomatedBackupStateFault";
|
|
1300
|
-
$fault = "client";
|
|
1301
|
-
constructor(opts) {
|
|
1302
|
-
super({
|
|
1303
|
-
name: "InvalidDBClusterAutomatedBackupStateFault",
|
|
1304
|
-
$fault: "client",
|
|
1305
|
-
...opts,
|
|
1306
|
-
});
|
|
1307
|
-
Object.setPrototypeOf(this, InvalidDBClusterAutomatedBackupStateFault.prototype);
|
|
1308
|
-
}
|
|
1309
|
-
};
|
|
1310
|
-
exports.DBClusterEndpointNotFoundFault = class DBClusterEndpointNotFoundFault extends __BaseException {
|
|
1311
|
-
name = "DBClusterEndpointNotFoundFault";
|
|
1312
|
-
$fault = "client";
|
|
1313
|
-
constructor(opts) {
|
|
1314
|
-
super({
|
|
1315
|
-
name: "DBClusterEndpointNotFoundFault",
|
|
1316
|
-
$fault: "client",
|
|
1317
|
-
...opts,
|
|
1318
|
-
});
|
|
1319
|
-
Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
|
|
1320
|
-
}
|
|
1321
|
-
};
|
|
1322
|
-
exports.InvalidDBParameterGroupStateFault = class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
1323
|
-
name = "InvalidDBParameterGroupStateFault";
|
|
1324
|
-
$fault = "client";
|
|
1325
|
-
constructor(opts) {
|
|
1326
|
-
super({
|
|
1327
|
-
name: "InvalidDBParameterGroupStateFault",
|
|
1328
|
-
$fault: "client",
|
|
1329
|
-
...opts,
|
|
1330
|
-
});
|
|
1331
|
-
Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
|
|
1332
|
-
}
|
|
1333
|
-
};
|
|
1334
|
-
exports.DBInstanceAutomatedBackupQuotaExceededFault = class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
1335
|
-
name = "DBInstanceAutomatedBackupQuotaExceededFault";
|
|
1336
|
-
$fault = "client";
|
|
1337
|
-
constructor(opts) {
|
|
1338
|
-
super({
|
|
1339
|
-
name: "DBInstanceAutomatedBackupQuotaExceededFault",
|
|
1340
|
-
$fault: "client",
|
|
1341
|
-
...opts,
|
|
1342
|
-
});
|
|
1343
|
-
Object.setPrototypeOf(this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
|
|
1344
|
-
}
|
|
1345
|
-
};
|
|
1346
|
-
exports.DBInstanceAutomatedBackupNotFoundFault = class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
|
|
1347
|
-
name = "DBInstanceAutomatedBackupNotFoundFault";
|
|
1348
|
-
$fault = "client";
|
|
1349
|
-
constructor(opts) {
|
|
1350
|
-
super({
|
|
1351
|
-
name: "DBInstanceAutomatedBackupNotFoundFault",
|
|
1352
|
-
$fault: "client",
|
|
1353
|
-
...opts,
|
|
1354
|
-
});
|
|
1355
|
-
Object.setPrototypeOf(this, DBInstanceAutomatedBackupNotFoundFault.prototype);
|
|
1356
|
-
}
|
|
1357
|
-
};
|
|
1358
|
-
exports.InvalidDBInstanceAutomatedBackupStateFault = class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
|
|
1359
|
-
name = "InvalidDBInstanceAutomatedBackupStateFault";
|
|
1360
|
-
$fault = "client";
|
|
1361
|
-
constructor(opts) {
|
|
1362
|
-
super({
|
|
1363
|
-
name: "InvalidDBInstanceAutomatedBackupStateFault",
|
|
1364
|
-
$fault: "client",
|
|
1365
|
-
...opts,
|
|
1366
|
-
});
|
|
1367
|
-
Object.setPrototypeOf(this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
|
|
1368
|
-
}
|
|
1369
|
-
};
|
|
1370
|
-
exports.InvalidDBProxyEndpointStateFault = class InvalidDBProxyEndpointStateFault extends __BaseException {
|
|
1371
|
-
name = "InvalidDBProxyEndpointStateFault";
|
|
1372
|
-
$fault = "client";
|
|
1373
|
-
constructor(opts) {
|
|
1374
|
-
super({
|
|
1375
|
-
name: "InvalidDBProxyEndpointStateFault",
|
|
1376
|
-
$fault: "client",
|
|
1377
|
-
...opts,
|
|
1378
|
-
});
|
|
1379
|
-
Object.setPrototypeOf(this, InvalidDBProxyEndpointStateFault.prototype);
|
|
1380
|
-
}
|
|
1381
|
-
};
|
|
1382
|
-
exports.InvalidDBSubnetStateFault = class InvalidDBSubnetStateFault extends __BaseException {
|
|
1383
|
-
name = "InvalidDBSubnetStateFault";
|
|
1384
|
-
$fault = "client";
|
|
1385
|
-
constructor(opts) {
|
|
1386
|
-
super({
|
|
1387
|
-
name: "InvalidDBSubnetStateFault",
|
|
1388
|
-
$fault: "client",
|
|
1389
|
-
...opts,
|
|
1390
|
-
});
|
|
1391
|
-
Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
|
|
1392
|
-
}
|
|
1393
|
-
};
|
|
1394
|
-
exports.InvalidEventSubscriptionStateFault = class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
1395
|
-
name = "InvalidEventSubscriptionStateFault";
|
|
1396
|
-
$fault = "client";
|
|
1397
|
-
constructor(opts) {
|
|
1398
|
-
super({
|
|
1399
|
-
name: "InvalidEventSubscriptionStateFault",
|
|
1400
|
-
$fault: "client",
|
|
1401
|
-
...opts,
|
|
1402
|
-
});
|
|
1403
|
-
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
1404
|
-
}
|
|
1405
|
-
};
|
|
1406
|
-
exports.InvalidIntegrationStateFault = class InvalidIntegrationStateFault extends __BaseException {
|
|
1407
|
-
name = "InvalidIntegrationStateFault";
|
|
1408
|
-
$fault = "client";
|
|
1409
|
-
constructor(opts) {
|
|
1410
|
-
super({
|
|
1411
|
-
name: "InvalidIntegrationStateFault",
|
|
1412
|
-
$fault: "client",
|
|
1413
|
-
...opts,
|
|
1414
|
-
});
|
|
1415
|
-
Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
|
|
1416
|
-
}
|
|
1417
|
-
};
|
|
1418
|
-
exports.InvalidOptionGroupStateFault = class InvalidOptionGroupStateFault extends __BaseException {
|
|
1419
|
-
name = "InvalidOptionGroupStateFault";
|
|
1420
|
-
$fault = "client";
|
|
1421
|
-
constructor(opts) {
|
|
1422
|
-
super({
|
|
1423
|
-
name: "InvalidOptionGroupStateFault",
|
|
1424
|
-
$fault: "client",
|
|
1425
|
-
...opts,
|
|
1426
|
-
});
|
|
1427
|
-
Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
|
|
1428
|
-
}
|
|
1429
|
-
};
|
|
1430
|
-
exports.DBProxyTargetNotFoundFault = class DBProxyTargetNotFoundFault extends __BaseException {
|
|
1431
|
-
name = "DBProxyTargetNotFoundFault";
|
|
1432
|
-
$fault = "client";
|
|
1433
|
-
constructor(opts) {
|
|
1434
|
-
super({
|
|
1435
|
-
name: "DBProxyTargetNotFoundFault",
|
|
1436
|
-
$fault: "client",
|
|
1437
|
-
...opts,
|
|
1438
|
-
});
|
|
1439
|
-
Object.setPrototypeOf(this, DBProxyTargetNotFoundFault.prototype);
|
|
1440
|
-
}
|
|
1441
|
-
};
|
|
1442
|
-
exports.DBClusterBacktrackNotFoundFault = class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
1443
|
-
name = "DBClusterBacktrackNotFoundFault";
|
|
1444
|
-
$fault = "client";
|
|
1445
|
-
constructor(opts) {
|
|
1446
|
-
super({
|
|
1447
|
-
name: "DBClusterBacktrackNotFoundFault",
|
|
1448
|
-
$fault: "client",
|
|
1449
|
-
...opts,
|
|
1450
|
-
});
|
|
1451
|
-
Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
|
|
1452
|
-
}
|
|
1453
|
-
};
|
|
1454
|
-
exports.DBInstanceNotReadyFault = class DBInstanceNotReadyFault extends __BaseException {
|
|
1455
|
-
name = "DBInstanceNotReadyFault";
|
|
1456
|
-
$fault = "client";
|
|
1457
|
-
constructor(opts) {
|
|
1458
|
-
super({
|
|
1459
|
-
name: "DBInstanceNotReadyFault",
|
|
1460
|
-
$fault: "client",
|
|
1461
|
-
...opts,
|
|
1462
|
-
});
|
|
1463
|
-
Object.setPrototypeOf(this, DBInstanceNotReadyFault.prototype);
|
|
1464
|
-
}
|
|
1465
|
-
};
|
|
1466
|
-
exports.ReservedDBInstanceNotFoundFault = class ReservedDBInstanceNotFoundFault extends __BaseException {
|
|
1467
|
-
name = "ReservedDBInstanceNotFoundFault";
|
|
1468
|
-
$fault = "client";
|
|
1469
|
-
constructor(opts) {
|
|
1470
|
-
super({
|
|
1471
|
-
name: "ReservedDBInstanceNotFoundFault",
|
|
1472
|
-
$fault: "client",
|
|
1473
|
-
...opts,
|
|
1474
|
-
});
|
|
1475
|
-
Object.setPrototypeOf(this, ReservedDBInstanceNotFoundFault.prototype);
|
|
1476
|
-
}
|
|
1477
|
-
};
|
|
1478
|
-
exports.ReservedDBInstancesOfferingNotFoundFault = class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
|
|
1479
|
-
name = "ReservedDBInstancesOfferingNotFoundFault";
|
|
1480
|
-
$fault = "client";
|
|
1481
|
-
constructor(opts) {
|
|
1482
|
-
super({
|
|
1483
|
-
name: "ReservedDBInstancesOfferingNotFoundFault",
|
|
1484
|
-
$fault: "client",
|
|
1485
|
-
...opts,
|
|
1486
|
-
});
|
|
1487
|
-
Object.setPrototypeOf(this, ReservedDBInstancesOfferingNotFoundFault.prototype);
|
|
1488
|
-
}
|
|
1489
|
-
};
|
|
1490
|
-
exports.InvalidResourceStateFault = class InvalidResourceStateFault extends __BaseException {
|
|
1491
|
-
name = "InvalidResourceStateFault";
|
|
1492
|
-
$fault = "client";
|
|
1493
|
-
constructor(opts) {
|
|
1494
|
-
super({
|
|
1495
|
-
name: "InvalidResourceStateFault",
|
|
1496
|
-
$fault: "client",
|
|
1497
|
-
...opts,
|
|
1498
|
-
});
|
|
1499
|
-
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
1500
|
-
}
|
|
1501
|
-
};
|
|
1502
|
-
exports.DBLogFileNotFoundFault = class DBLogFileNotFoundFault extends __BaseException {
|
|
1503
|
-
name = "DBLogFileNotFoundFault";
|
|
1504
|
-
$fault = "client";
|
|
1505
|
-
constructor(opts) {
|
|
1506
|
-
super({
|
|
1507
|
-
name: "DBLogFileNotFoundFault",
|
|
1508
|
-
$fault: "client",
|
|
1509
|
-
...opts,
|
|
1510
|
-
});
|
|
1511
|
-
Object.setPrototypeOf(this, DBLogFileNotFoundFault.prototype);
|
|
1512
|
-
}
|
|
1513
|
-
};
|
|
1514
|
-
exports.InvalidDBClusterCapacityFault = class InvalidDBClusterCapacityFault extends __BaseException {
|
|
1515
|
-
name = "InvalidDBClusterCapacityFault";
|
|
1516
|
-
$fault = "client";
|
|
1517
|
-
constructor(opts) {
|
|
1518
|
-
super({
|
|
1519
|
-
name: "InvalidDBClusterCapacityFault",
|
|
1520
|
-
$fault: "client",
|
|
1521
|
-
...opts,
|
|
1522
|
-
});
|
|
1523
|
-
Object.setPrototypeOf(this, InvalidDBClusterCapacityFault.prototype);
|
|
1524
|
-
}
|
|
1525
|
-
};
|
|
1526
|
-
exports.StorageTypeNotAvailableFault = class StorageTypeNotAvailableFault extends __BaseException {
|
|
1527
|
-
name = "StorageTypeNotAvailableFault";
|
|
1528
|
-
$fault = "client";
|
|
1529
|
-
constructor(opts) {
|
|
1530
|
-
super({
|
|
1531
|
-
name: "StorageTypeNotAvailableFault",
|
|
1532
|
-
$fault: "client",
|
|
1533
|
-
...opts,
|
|
1534
|
-
});
|
|
1535
|
-
Object.setPrototypeOf(this, StorageTypeNotAvailableFault.prototype);
|
|
1536
|
-
}
|
|
1537
|
-
};
|
|
1538
|
-
exports.SharedSnapshotQuotaExceededFault = class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1539
|
-
name = "SharedSnapshotQuotaExceededFault";
|
|
1540
|
-
$fault = "client";
|
|
1541
|
-
constructor(opts) {
|
|
1542
|
-
super({
|
|
1543
|
-
name: "SharedSnapshotQuotaExceededFault",
|
|
1544
|
-
$fault: "client",
|
|
1545
|
-
...opts,
|
|
1546
|
-
});
|
|
1547
|
-
Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
|
|
1548
|
-
}
|
|
1549
|
-
};
|
|
1550
|
-
exports.DBUpgradeDependencyFailureFault = class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1551
|
-
name = "DBUpgradeDependencyFailureFault";
|
|
1552
|
-
$fault = "client";
|
|
1553
|
-
constructor(opts) {
|
|
1554
|
-
super({
|
|
1555
|
-
name: "DBUpgradeDependencyFailureFault",
|
|
1556
|
-
$fault: "client",
|
|
1557
|
-
...opts,
|
|
1558
|
-
});
|
|
1559
|
-
Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
|
|
1560
|
-
}
|
|
1561
|
-
};
|
|
1562
|
-
exports.SubnetAlreadyInUse = class SubnetAlreadyInUse extends __BaseException {
|
|
1563
|
-
name = "SubnetAlreadyInUse";
|
|
1564
|
-
$fault = "client";
|
|
1565
|
-
constructor(opts) {
|
|
1566
|
-
super({
|
|
1567
|
-
name: "SubnetAlreadyInUse",
|
|
1568
|
-
$fault: "client",
|
|
1569
|
-
...opts,
|
|
1570
|
-
});
|
|
1571
|
-
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
1572
|
-
}
|
|
1573
|
-
};
|
|
1574
|
-
exports.ReservedDBInstanceAlreadyExistsFault = class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
|
|
1575
|
-
name = "ReservedDBInstanceAlreadyExistsFault";
|
|
1576
|
-
$fault = "client";
|
|
1577
|
-
constructor(opts) {
|
|
1578
|
-
super({
|
|
1579
|
-
name: "ReservedDBInstanceAlreadyExistsFault",
|
|
1580
|
-
$fault: "client",
|
|
1581
|
-
...opts,
|
|
1582
|
-
});
|
|
1583
|
-
Object.setPrototypeOf(this, ReservedDBInstanceAlreadyExistsFault.prototype);
|
|
1584
|
-
}
|
|
1585
|
-
};
|
|
1586
|
-
exports.ReservedDBInstanceQuotaExceededFault = class ReservedDBInstanceQuotaExceededFault extends __BaseException {
|
|
1587
|
-
name = "ReservedDBInstanceQuotaExceededFault";
|
|
1588
|
-
$fault = "client";
|
|
1589
|
-
constructor(opts) {
|
|
1590
|
-
super({
|
|
1591
|
-
name: "ReservedDBInstanceQuotaExceededFault",
|
|
1592
|
-
$fault: "client",
|
|
1593
|
-
...opts,
|
|
1594
|
-
});
|
|
1595
|
-
Object.setPrototypeOf(this, ReservedDBInstanceQuotaExceededFault.prototype);
|
|
1596
|
-
}
|
|
1597
|
-
};
|
|
1598
|
-
exports.DBProxyTargetAlreadyRegisteredFault = class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
|
|
1599
|
-
name = "DBProxyTargetAlreadyRegisteredFault";
|
|
1600
|
-
$fault = "client";
|
|
1601
|
-
constructor(opts) {
|
|
1602
|
-
super({
|
|
1603
|
-
name: "DBProxyTargetAlreadyRegisteredFault",
|
|
1604
|
-
$fault: "client",
|
|
1605
|
-
...opts,
|
|
1606
|
-
});
|
|
1607
|
-
Object.setPrototypeOf(this, DBProxyTargetAlreadyRegisteredFault.prototype);
|
|
1608
|
-
}
|
|
1609
|
-
};
|
|
1610
|
-
exports.InsufficientAvailableIPsInSubnetFault = class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
1611
|
-
name = "InsufficientAvailableIPsInSubnetFault";
|
|
1612
|
-
$fault = "client";
|
|
1613
|
-
constructor(opts) {
|
|
1614
|
-
super({
|
|
1615
|
-
name: "InsufficientAvailableIPsInSubnetFault",
|
|
1616
|
-
$fault: "client",
|
|
1617
|
-
...opts,
|
|
1618
|
-
});
|
|
1619
|
-
Object.setPrototypeOf(this, InsufficientAvailableIPsInSubnetFault.prototype);
|
|
1620
|
-
}
|
|
1621
|
-
};
|
|
1622
|
-
exports.DBClusterRoleNotFoundFault = class DBClusterRoleNotFoundFault extends __BaseException {
|
|
1623
|
-
name = "DBClusterRoleNotFoundFault";
|
|
1624
|
-
$fault = "client";
|
|
1625
|
-
constructor(opts) {
|
|
1626
|
-
super({
|
|
1627
|
-
name: "DBClusterRoleNotFoundFault",
|
|
1628
|
-
$fault: "client",
|
|
1629
|
-
...opts,
|
|
1630
|
-
});
|
|
1631
|
-
Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
|
|
1632
|
-
}
|
|
1633
|
-
};
|
|
1634
|
-
exports.DBInstanceRoleNotFoundFault = class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
1635
|
-
name = "DBInstanceRoleNotFoundFault";
|
|
1636
|
-
$fault = "client";
|
|
1637
|
-
constructor(opts) {
|
|
1638
|
-
super({
|
|
1639
|
-
name: "DBInstanceRoleNotFoundFault",
|
|
1640
|
-
$fault: "client",
|
|
1641
|
-
...opts,
|
|
1642
|
-
});
|
|
1643
|
-
Object.setPrototypeOf(this, DBInstanceRoleNotFoundFault.prototype);
|
|
1644
|
-
}
|
|
1645
|
-
};
|
|
1646
|
-
exports.InvalidS3BucketFault = class InvalidS3BucketFault extends __BaseException {
|
|
1647
|
-
name = "InvalidS3BucketFault";
|
|
1648
|
-
$fault = "client";
|
|
1649
|
-
constructor(opts) {
|
|
1650
|
-
super({
|
|
1651
|
-
name: "InvalidS3BucketFault",
|
|
1652
|
-
$fault: "client",
|
|
1653
|
-
...opts,
|
|
1654
|
-
});
|
|
1655
|
-
Object.setPrototypeOf(this, InvalidS3BucketFault.prototype);
|
|
1656
|
-
}
|
|
1657
|
-
};
|
|
1658
|
-
exports.InsufficientDBClusterCapacityFault = class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
1659
|
-
name = "InsufficientDBClusterCapacityFault";
|
|
1660
|
-
$fault = "client";
|
|
1661
|
-
constructor(opts) {
|
|
1662
|
-
super({
|
|
1663
|
-
name: "InsufficientDBClusterCapacityFault",
|
|
1664
|
-
$fault: "client",
|
|
1665
|
-
...opts,
|
|
1666
|
-
});
|
|
1667
|
-
Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
|
|
1668
|
-
}
|
|
1669
|
-
};
|
|
1670
|
-
exports.InvalidRestoreFault = class InvalidRestoreFault extends __BaseException {
|
|
1671
|
-
name = "InvalidRestoreFault";
|
|
1672
|
-
$fault = "client";
|
|
1673
|
-
constructor(opts) {
|
|
1674
|
-
super({
|
|
1675
|
-
name: "InvalidRestoreFault",
|
|
1676
|
-
$fault: "client",
|
|
1677
|
-
...opts,
|
|
1678
|
-
});
|
|
1679
|
-
Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
|
|
1680
|
-
}
|
|
1681
|
-
};
|
|
1682
|
-
exports.PointInTimeRestoreNotEnabledFault = class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1683
|
-
name = "PointInTimeRestoreNotEnabledFault";
|
|
1684
|
-
$fault = "client";
|
|
1685
|
-
constructor(opts) {
|
|
1686
|
-
super({
|
|
1687
|
-
name: "PointInTimeRestoreNotEnabledFault",
|
|
1688
|
-
$fault: "client",
|
|
1689
|
-
...opts,
|
|
1690
|
-
});
|
|
1691
|
-
Object.setPrototypeOf(this, PointInTimeRestoreNotEnabledFault.prototype);
|
|
1692
|
-
}
|
|
1693
|
-
};
|
|
1694
|
-
exports.ExportTaskAlreadyExistsFault = class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1695
|
-
name = "ExportTaskAlreadyExistsFault";
|
|
1696
|
-
$fault = "client";
|
|
1697
|
-
constructor(opts) {
|
|
1698
|
-
super({
|
|
1699
|
-
name: "ExportTaskAlreadyExistsFault",
|
|
1700
|
-
$fault: "client",
|
|
1701
|
-
...opts,
|
|
1702
|
-
});
|
|
1703
|
-
Object.setPrototypeOf(this, ExportTaskAlreadyExistsFault.prototype);
|
|
1704
|
-
}
|
|
1705
|
-
};
|
|
1706
|
-
exports.IamRoleMissingPermissionsFault = class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1707
|
-
name = "IamRoleMissingPermissionsFault";
|
|
1708
|
-
$fault = "client";
|
|
1709
|
-
constructor(opts) {
|
|
1710
|
-
super({
|
|
1711
|
-
name: "IamRoleMissingPermissionsFault",
|
|
1712
|
-
$fault: "client",
|
|
1713
|
-
...opts,
|
|
1714
|
-
});
|
|
1715
|
-
Object.setPrototypeOf(this, IamRoleMissingPermissionsFault.prototype);
|
|
1716
|
-
}
|
|
1717
|
-
};
|
|
1718
|
-
exports.IamRoleNotFoundFault = class IamRoleNotFoundFault extends __BaseException {
|
|
1719
|
-
name = "IamRoleNotFoundFault";
|
|
1720
|
-
$fault = "client";
|
|
1721
|
-
constructor(opts) {
|
|
1722
|
-
super({
|
|
1723
|
-
name: "IamRoleNotFoundFault",
|
|
1724
|
-
$fault: "client",
|
|
1725
|
-
...opts,
|
|
1726
|
-
});
|
|
1727
|
-
Object.setPrototypeOf(this, IamRoleNotFoundFault.prototype);
|
|
1728
|
-
}
|
|
1729
|
-
};
|
|
1730
|
-
exports.InvalidExportOnlyFault = class InvalidExportOnlyFault extends __BaseException {
|
|
1731
|
-
name = "InvalidExportOnlyFault";
|
|
1732
|
-
$fault = "client";
|
|
1733
|
-
constructor(opts) {
|
|
1734
|
-
super({
|
|
1735
|
-
name: "InvalidExportOnlyFault",
|
|
1736
|
-
$fault: "client",
|
|
1737
|
-
...opts,
|
|
1738
|
-
});
|
|
1739
|
-
Object.setPrototypeOf(this, InvalidExportOnlyFault.prototype);
|
|
1740
|
-
}
|
|
1741
|
-
};
|
|
1742
|
-
exports.InvalidExportSourceStateFault = class InvalidExportSourceStateFault extends __BaseException {
|
|
1743
|
-
name = "InvalidExportSourceStateFault";
|
|
1744
|
-
$fault = "client";
|
|
1745
|
-
constructor(opts) {
|
|
1746
|
-
super({
|
|
1747
|
-
name: "InvalidExportSourceStateFault",
|
|
1748
|
-
$fault: "client",
|
|
1749
|
-
...opts,
|
|
1750
|
-
});
|
|
1751
|
-
Object.setPrototypeOf(this, InvalidExportSourceStateFault.prototype);
|
|
1752
|
-
}
|
|
1753
|
-
};
|