@aws-sdk/client-rds 3.933.0 → 3.935.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 +193 -193
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +192 -0
- package/dist-es/models/errors.js +1741 -0
- package/dist-es/models/models_0.js +1 -1531
- package/dist-es/models/models_1.js +1 -403
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +464 -0
- package/dist-types/models/errors.d.ts +1805 -0
- package/dist-types/models/models_0.d.ts +6098 -1781
- package/dist-types/models/models_1.d.ts +2 -6588
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +250 -0
- package/dist-types/ts3.4/models/errors.d.ts +1214 -0
- package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
- package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -0,0 +1,1741 @@
|
|
|
1
|
+
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
2
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export 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
|
+
export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
819
|
+
name = "DBClusterEndpointAlreadyExistsFault";
|
|
820
|
+
$fault = "client";
|
|
821
|
+
constructor(opts) {
|
|
822
|
+
super({
|
|
823
|
+
name: "DBClusterEndpointAlreadyExistsFault",
|
|
824
|
+
$fault: "client",
|
|
825
|
+
...opts,
|
|
826
|
+
});
|
|
827
|
+
Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
export class DBClusterEndpointQuotaExceededFault extends __BaseException {
|
|
831
|
+
name = "DBClusterEndpointQuotaExceededFault";
|
|
832
|
+
$fault = "client";
|
|
833
|
+
constructor(opts) {
|
|
834
|
+
super({
|
|
835
|
+
name: "DBClusterEndpointQuotaExceededFault",
|
|
836
|
+
$fault: "client",
|
|
837
|
+
...opts,
|
|
838
|
+
});
|
|
839
|
+
Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
export class AuthorizationNotFoundFault extends __BaseException {
|
|
843
|
+
name = "AuthorizationNotFoundFault";
|
|
844
|
+
$fault = "client";
|
|
845
|
+
constructor(opts) {
|
|
846
|
+
super({
|
|
847
|
+
name: "AuthorizationNotFoundFault",
|
|
848
|
+
$fault: "client",
|
|
849
|
+
...opts,
|
|
850
|
+
});
|
|
851
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
export class BackupPolicyNotFoundFault extends __BaseException {
|
|
855
|
+
name = "BackupPolicyNotFoundFault";
|
|
856
|
+
$fault = "client";
|
|
857
|
+
constructor(opts) {
|
|
858
|
+
super({
|
|
859
|
+
name: "BackupPolicyNotFoundFault",
|
|
860
|
+
$fault: "client",
|
|
861
|
+
...opts,
|
|
862
|
+
});
|
|
863
|
+
Object.setPrototypeOf(this, BackupPolicyNotFoundFault.prototype);
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
export class CertificateNotFoundFault extends __BaseException {
|
|
867
|
+
name = "CertificateNotFoundFault";
|
|
868
|
+
$fault = "client";
|
|
869
|
+
constructor(opts) {
|
|
870
|
+
super({
|
|
871
|
+
name: "CertificateNotFoundFault",
|
|
872
|
+
$fault: "client",
|
|
873
|
+
...opts,
|
|
874
|
+
});
|
|
875
|
+
Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
export class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
879
|
+
name = "DBInstanceAlreadyExistsFault";
|
|
880
|
+
$fault = "client";
|
|
881
|
+
constructor(opts) {
|
|
882
|
+
super({
|
|
883
|
+
name: "DBInstanceAlreadyExistsFault",
|
|
884
|
+
$fault: "client",
|
|
885
|
+
...opts,
|
|
886
|
+
});
|
|
887
|
+
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
|
|
891
|
+
name = "ProvisionedIopsNotAvailableInAZFault";
|
|
892
|
+
$fault = "client";
|
|
893
|
+
constructor(opts) {
|
|
894
|
+
super({
|
|
895
|
+
name: "ProvisionedIopsNotAvailableInAZFault",
|
|
896
|
+
$fault: "client",
|
|
897
|
+
...opts,
|
|
898
|
+
});
|
|
899
|
+
Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
export class TenantDatabaseQuotaExceededFault extends __BaseException {
|
|
903
|
+
name = "TenantDatabaseQuotaExceededFault";
|
|
904
|
+
$fault = "client";
|
|
905
|
+
constructor(opts) {
|
|
906
|
+
super({
|
|
907
|
+
name: "TenantDatabaseQuotaExceededFault",
|
|
908
|
+
$fault: "client",
|
|
909
|
+
...opts,
|
|
910
|
+
});
|
|
911
|
+
Object.setPrototypeOf(this, TenantDatabaseQuotaExceededFault.prototype);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
export class DBSubnetGroupNotAllowedFault extends __BaseException {
|
|
915
|
+
name = "DBSubnetGroupNotAllowedFault";
|
|
916
|
+
$fault = "client";
|
|
917
|
+
constructor(opts) {
|
|
918
|
+
super({
|
|
919
|
+
name: "DBSubnetGroupNotAllowedFault",
|
|
920
|
+
$fault: "client",
|
|
921
|
+
...opts,
|
|
922
|
+
});
|
|
923
|
+
Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
export class DBProxyAlreadyExistsFault extends __BaseException {
|
|
927
|
+
name = "DBProxyAlreadyExistsFault";
|
|
928
|
+
$fault = "client";
|
|
929
|
+
constructor(opts) {
|
|
930
|
+
super({
|
|
931
|
+
name: "DBProxyAlreadyExistsFault",
|
|
932
|
+
$fault: "client",
|
|
933
|
+
...opts,
|
|
934
|
+
});
|
|
935
|
+
Object.setPrototypeOf(this, DBProxyAlreadyExistsFault.prototype);
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
export class DBProxyQuotaExceededFault extends __BaseException {
|
|
939
|
+
name = "DBProxyQuotaExceededFault";
|
|
940
|
+
$fault = "client";
|
|
941
|
+
constructor(opts) {
|
|
942
|
+
super({
|
|
943
|
+
name: "DBProxyQuotaExceededFault",
|
|
944
|
+
$fault: "client",
|
|
945
|
+
...opts,
|
|
946
|
+
});
|
|
947
|
+
Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
export class DBProxyEndpointAlreadyExistsFault extends __BaseException {
|
|
951
|
+
name = "DBProxyEndpointAlreadyExistsFault";
|
|
952
|
+
$fault = "client";
|
|
953
|
+
constructor(opts) {
|
|
954
|
+
super({
|
|
955
|
+
name: "DBProxyEndpointAlreadyExistsFault",
|
|
956
|
+
$fault: "client",
|
|
957
|
+
...opts,
|
|
958
|
+
});
|
|
959
|
+
Object.setPrototypeOf(this, DBProxyEndpointAlreadyExistsFault.prototype);
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
export class DBProxyEndpointQuotaExceededFault extends __BaseException {
|
|
963
|
+
name = "DBProxyEndpointQuotaExceededFault";
|
|
964
|
+
$fault = "client";
|
|
965
|
+
constructor(opts) {
|
|
966
|
+
super({
|
|
967
|
+
name: "DBProxyEndpointQuotaExceededFault",
|
|
968
|
+
$fault: "client",
|
|
969
|
+
...opts,
|
|
970
|
+
});
|
|
971
|
+
Object.setPrototypeOf(this, DBProxyEndpointQuotaExceededFault.prototype);
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
export class InvalidDBProxyStateFault extends __BaseException {
|
|
975
|
+
name = "InvalidDBProxyStateFault";
|
|
976
|
+
$fault = "client";
|
|
977
|
+
constructor(opts) {
|
|
978
|
+
super({
|
|
979
|
+
name: "InvalidDBProxyStateFault",
|
|
980
|
+
$fault: "client",
|
|
981
|
+
...opts,
|
|
982
|
+
});
|
|
983
|
+
Object.setPrototypeOf(this, InvalidDBProxyStateFault.prototype);
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
export class DBSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
987
|
+
name = "DBSecurityGroupAlreadyExistsFault";
|
|
988
|
+
$fault = "client";
|
|
989
|
+
constructor(opts) {
|
|
990
|
+
super({
|
|
991
|
+
name: "DBSecurityGroupAlreadyExistsFault",
|
|
992
|
+
$fault: "client",
|
|
993
|
+
...opts,
|
|
994
|
+
});
|
|
995
|
+
Object.setPrototypeOf(this, DBSecurityGroupAlreadyExistsFault.prototype);
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
export class DBSecurityGroupNotSupportedFault extends __BaseException {
|
|
999
|
+
name = "DBSecurityGroupNotSupportedFault";
|
|
1000
|
+
$fault = "client";
|
|
1001
|
+
constructor(opts) {
|
|
1002
|
+
super({
|
|
1003
|
+
name: "DBSecurityGroupNotSupportedFault",
|
|
1004
|
+
$fault: "client",
|
|
1005
|
+
...opts,
|
|
1006
|
+
});
|
|
1007
|
+
Object.setPrototypeOf(this, DBSecurityGroupNotSupportedFault.prototype);
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
export class DBSecurityGroupQuotaExceededFault extends __BaseException {
|
|
1011
|
+
name = "DBSecurityGroupQuotaExceededFault";
|
|
1012
|
+
$fault = "client";
|
|
1013
|
+
constructor(opts) {
|
|
1014
|
+
super({
|
|
1015
|
+
name: "DBSecurityGroupQuotaExceededFault",
|
|
1016
|
+
$fault: "client",
|
|
1017
|
+
...opts,
|
|
1018
|
+
});
|
|
1019
|
+
Object.setPrototypeOf(this, DBSecurityGroupQuotaExceededFault.prototype);
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
export class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
1023
|
+
name = "DBShardGroupAlreadyExistsFault";
|
|
1024
|
+
$fault = "client";
|
|
1025
|
+
constructor(opts) {
|
|
1026
|
+
super({
|
|
1027
|
+
name: "DBShardGroupAlreadyExistsFault",
|
|
1028
|
+
$fault: "client",
|
|
1029
|
+
...opts,
|
|
1030
|
+
});
|
|
1031
|
+
Object.setPrototypeOf(this, DBShardGroupAlreadyExistsFault.prototype);
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
export class MaxDBShardGroupLimitReached extends __BaseException {
|
|
1035
|
+
name = "MaxDBShardGroupLimitReached";
|
|
1036
|
+
$fault = "client";
|
|
1037
|
+
constructor(opts) {
|
|
1038
|
+
super({
|
|
1039
|
+
name: "MaxDBShardGroupLimitReached",
|
|
1040
|
+
$fault: "client",
|
|
1041
|
+
...opts,
|
|
1042
|
+
});
|
|
1043
|
+
Object.setPrototypeOf(this, MaxDBShardGroupLimitReached.prototype);
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
export class UnsupportedDBEngineVersionFault extends __BaseException {
|
|
1047
|
+
name = "UnsupportedDBEngineVersionFault";
|
|
1048
|
+
$fault = "client";
|
|
1049
|
+
constructor(opts) {
|
|
1050
|
+
super({
|
|
1051
|
+
name: "UnsupportedDBEngineVersionFault",
|
|
1052
|
+
$fault: "client",
|
|
1053
|
+
...opts,
|
|
1054
|
+
});
|
|
1055
|
+
Object.setPrototypeOf(this, UnsupportedDBEngineVersionFault.prototype);
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
1059
|
+
name = "DBSubnetGroupAlreadyExistsFault";
|
|
1060
|
+
$fault = "client";
|
|
1061
|
+
constructor(opts) {
|
|
1062
|
+
super({
|
|
1063
|
+
name: "DBSubnetGroupAlreadyExistsFault",
|
|
1064
|
+
$fault: "client",
|
|
1065
|
+
...opts,
|
|
1066
|
+
});
|
|
1067
|
+
Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
export class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
1071
|
+
name = "DBSubnetGroupQuotaExceededFault";
|
|
1072
|
+
$fault = "client";
|
|
1073
|
+
constructor(opts) {
|
|
1074
|
+
super({
|
|
1075
|
+
name: "DBSubnetGroupQuotaExceededFault",
|
|
1076
|
+
$fault: "client",
|
|
1077
|
+
...opts,
|
|
1078
|
+
});
|
|
1079
|
+
Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
export class DBSubnetQuotaExceededFault extends __BaseException {
|
|
1083
|
+
name = "DBSubnetQuotaExceededFault";
|
|
1084
|
+
$fault = "client";
|
|
1085
|
+
constructor(opts) {
|
|
1086
|
+
super({
|
|
1087
|
+
name: "DBSubnetQuotaExceededFault",
|
|
1088
|
+
$fault: "client",
|
|
1089
|
+
...opts,
|
|
1090
|
+
});
|
|
1091
|
+
Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
export class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
1095
|
+
name = "EventSubscriptionQuotaExceededFault";
|
|
1096
|
+
$fault = "client";
|
|
1097
|
+
constructor(opts) {
|
|
1098
|
+
super({
|
|
1099
|
+
name: "EventSubscriptionQuotaExceededFault",
|
|
1100
|
+
$fault: "client",
|
|
1101
|
+
...opts,
|
|
1102
|
+
});
|
|
1103
|
+
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
export class SNSInvalidTopicFault extends __BaseException {
|
|
1107
|
+
name = "SNSInvalidTopicFault";
|
|
1108
|
+
$fault = "client";
|
|
1109
|
+
constructor(opts) {
|
|
1110
|
+
super({
|
|
1111
|
+
name: "SNSInvalidTopicFault",
|
|
1112
|
+
$fault: "client",
|
|
1113
|
+
...opts,
|
|
1114
|
+
});
|
|
1115
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
export class SNSNoAuthorizationFault extends __BaseException {
|
|
1119
|
+
name = "SNSNoAuthorizationFault";
|
|
1120
|
+
$fault = "client";
|
|
1121
|
+
constructor(opts) {
|
|
1122
|
+
super({
|
|
1123
|
+
name: "SNSNoAuthorizationFault",
|
|
1124
|
+
$fault: "client",
|
|
1125
|
+
...opts,
|
|
1126
|
+
});
|
|
1127
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
export class SNSTopicArnNotFoundFault extends __BaseException {
|
|
1131
|
+
name = "SNSTopicArnNotFoundFault";
|
|
1132
|
+
$fault = "client";
|
|
1133
|
+
constructor(opts) {
|
|
1134
|
+
super({
|
|
1135
|
+
name: "SNSTopicArnNotFoundFault",
|
|
1136
|
+
$fault: "client",
|
|
1137
|
+
...opts,
|
|
1138
|
+
});
|
|
1139
|
+
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
export class SubscriptionAlreadyExistFault extends __BaseException {
|
|
1143
|
+
name = "SubscriptionAlreadyExistFault";
|
|
1144
|
+
$fault = "client";
|
|
1145
|
+
constructor(opts) {
|
|
1146
|
+
super({
|
|
1147
|
+
name: "SubscriptionAlreadyExistFault",
|
|
1148
|
+
$fault: "client",
|
|
1149
|
+
...opts,
|
|
1150
|
+
});
|
|
1151
|
+
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
export class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
1155
|
+
name = "SubscriptionCategoryNotFoundFault";
|
|
1156
|
+
$fault = "client";
|
|
1157
|
+
constructor(opts) {
|
|
1158
|
+
super({
|
|
1159
|
+
name: "SubscriptionCategoryNotFoundFault",
|
|
1160
|
+
$fault: "client",
|
|
1161
|
+
...opts,
|
|
1162
|
+
});
|
|
1163
|
+
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
export class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
1167
|
+
name = "GlobalClusterAlreadyExistsFault";
|
|
1168
|
+
$fault = "client";
|
|
1169
|
+
constructor(opts) {
|
|
1170
|
+
super({
|
|
1171
|
+
name: "GlobalClusterAlreadyExistsFault",
|
|
1172
|
+
$fault: "client",
|
|
1173
|
+
...opts,
|
|
1174
|
+
});
|
|
1175
|
+
Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
export class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
1179
|
+
name = "GlobalClusterQuotaExceededFault";
|
|
1180
|
+
$fault = "client";
|
|
1181
|
+
constructor(opts) {
|
|
1182
|
+
super({
|
|
1183
|
+
name: "GlobalClusterQuotaExceededFault",
|
|
1184
|
+
$fault: "client",
|
|
1185
|
+
...opts,
|
|
1186
|
+
});
|
|
1187
|
+
Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
export class InvalidDBShardGroupStateFault extends __BaseException {
|
|
1191
|
+
name = "InvalidDBShardGroupStateFault";
|
|
1192
|
+
$fault = "client";
|
|
1193
|
+
constructor(opts) {
|
|
1194
|
+
super({
|
|
1195
|
+
name: "InvalidDBShardGroupStateFault",
|
|
1196
|
+
$fault: "client",
|
|
1197
|
+
...opts,
|
|
1198
|
+
});
|
|
1199
|
+
Object.setPrototypeOf(this, InvalidDBShardGroupStateFault.prototype);
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
export class IntegrationAlreadyExistsFault extends __BaseException {
|
|
1203
|
+
name = "IntegrationAlreadyExistsFault";
|
|
1204
|
+
$fault = "client";
|
|
1205
|
+
constructor(opts) {
|
|
1206
|
+
super({
|
|
1207
|
+
name: "IntegrationAlreadyExistsFault",
|
|
1208
|
+
$fault: "client",
|
|
1209
|
+
...opts,
|
|
1210
|
+
});
|
|
1211
|
+
Object.setPrototypeOf(this, IntegrationAlreadyExistsFault.prototype);
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
export class IntegrationConflictOperationFault extends __BaseException {
|
|
1215
|
+
name = "IntegrationConflictOperationFault";
|
|
1216
|
+
$fault = "client";
|
|
1217
|
+
constructor(opts) {
|
|
1218
|
+
super({
|
|
1219
|
+
name: "IntegrationConflictOperationFault",
|
|
1220
|
+
$fault: "client",
|
|
1221
|
+
...opts,
|
|
1222
|
+
});
|
|
1223
|
+
Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
export class IntegrationQuotaExceededFault extends __BaseException {
|
|
1227
|
+
name = "IntegrationQuotaExceededFault";
|
|
1228
|
+
$fault = "client";
|
|
1229
|
+
constructor(opts) {
|
|
1230
|
+
super({
|
|
1231
|
+
name: "IntegrationQuotaExceededFault",
|
|
1232
|
+
$fault: "client",
|
|
1233
|
+
...opts,
|
|
1234
|
+
});
|
|
1235
|
+
Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
export class TenantDatabaseAlreadyExistsFault extends __BaseException {
|
|
1239
|
+
name = "TenantDatabaseAlreadyExistsFault";
|
|
1240
|
+
$fault = "client";
|
|
1241
|
+
constructor(opts) {
|
|
1242
|
+
super({
|
|
1243
|
+
name: "TenantDatabaseAlreadyExistsFault",
|
|
1244
|
+
$fault: "client",
|
|
1245
|
+
...opts,
|
|
1246
|
+
});
|
|
1247
|
+
Object.setPrototypeOf(this, TenantDatabaseAlreadyExistsFault.prototype);
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
export class InvalidBlueGreenDeploymentStateFault extends __BaseException {
|
|
1251
|
+
name = "InvalidBlueGreenDeploymentStateFault";
|
|
1252
|
+
$fault = "client";
|
|
1253
|
+
constructor(opts) {
|
|
1254
|
+
super({
|
|
1255
|
+
name: "InvalidBlueGreenDeploymentStateFault",
|
|
1256
|
+
$fault: "client",
|
|
1257
|
+
...opts,
|
|
1258
|
+
});
|
|
1259
|
+
Object.setPrototypeOf(this, InvalidBlueGreenDeploymentStateFault.prototype);
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
export class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
1263
|
+
name = "DBClusterAutomatedBackupQuotaExceededFault";
|
|
1264
|
+
$fault = "client";
|
|
1265
|
+
constructor(opts) {
|
|
1266
|
+
super({
|
|
1267
|
+
name: "DBClusterAutomatedBackupQuotaExceededFault",
|
|
1268
|
+
$fault: "client",
|
|
1269
|
+
...opts,
|
|
1270
|
+
});
|
|
1271
|
+
Object.setPrototypeOf(this, DBClusterAutomatedBackupQuotaExceededFault.prototype);
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
export class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
|
|
1275
|
+
name = "DBClusterAutomatedBackupNotFoundFault";
|
|
1276
|
+
$fault = "client";
|
|
1277
|
+
constructor(opts) {
|
|
1278
|
+
super({
|
|
1279
|
+
name: "DBClusterAutomatedBackupNotFoundFault",
|
|
1280
|
+
$fault: "client",
|
|
1281
|
+
...opts,
|
|
1282
|
+
});
|
|
1283
|
+
Object.setPrototypeOf(this, DBClusterAutomatedBackupNotFoundFault.prototype);
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
export class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
|
|
1287
|
+
name = "InvalidDBClusterAutomatedBackupStateFault";
|
|
1288
|
+
$fault = "client";
|
|
1289
|
+
constructor(opts) {
|
|
1290
|
+
super({
|
|
1291
|
+
name: "InvalidDBClusterAutomatedBackupStateFault",
|
|
1292
|
+
$fault: "client",
|
|
1293
|
+
...opts,
|
|
1294
|
+
});
|
|
1295
|
+
Object.setPrototypeOf(this, InvalidDBClusterAutomatedBackupStateFault.prototype);
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
export class DBClusterEndpointNotFoundFault extends __BaseException {
|
|
1299
|
+
name = "DBClusterEndpointNotFoundFault";
|
|
1300
|
+
$fault = "client";
|
|
1301
|
+
constructor(opts) {
|
|
1302
|
+
super({
|
|
1303
|
+
name: "DBClusterEndpointNotFoundFault",
|
|
1304
|
+
$fault: "client",
|
|
1305
|
+
...opts,
|
|
1306
|
+
});
|
|
1307
|
+
Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
export class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
1311
|
+
name = "InvalidDBParameterGroupStateFault";
|
|
1312
|
+
$fault = "client";
|
|
1313
|
+
constructor(opts) {
|
|
1314
|
+
super({
|
|
1315
|
+
name: "InvalidDBParameterGroupStateFault",
|
|
1316
|
+
$fault: "client",
|
|
1317
|
+
...opts,
|
|
1318
|
+
});
|
|
1319
|
+
Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
export class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
1323
|
+
name = "DBInstanceAutomatedBackupQuotaExceededFault";
|
|
1324
|
+
$fault = "client";
|
|
1325
|
+
constructor(opts) {
|
|
1326
|
+
super({
|
|
1327
|
+
name: "DBInstanceAutomatedBackupQuotaExceededFault",
|
|
1328
|
+
$fault: "client",
|
|
1329
|
+
...opts,
|
|
1330
|
+
});
|
|
1331
|
+
Object.setPrototypeOf(this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
export class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
|
|
1335
|
+
name = "DBInstanceAutomatedBackupNotFoundFault";
|
|
1336
|
+
$fault = "client";
|
|
1337
|
+
constructor(opts) {
|
|
1338
|
+
super({
|
|
1339
|
+
name: "DBInstanceAutomatedBackupNotFoundFault",
|
|
1340
|
+
$fault: "client",
|
|
1341
|
+
...opts,
|
|
1342
|
+
});
|
|
1343
|
+
Object.setPrototypeOf(this, DBInstanceAutomatedBackupNotFoundFault.prototype);
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
export class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
|
|
1347
|
+
name = "InvalidDBInstanceAutomatedBackupStateFault";
|
|
1348
|
+
$fault = "client";
|
|
1349
|
+
constructor(opts) {
|
|
1350
|
+
super({
|
|
1351
|
+
name: "InvalidDBInstanceAutomatedBackupStateFault",
|
|
1352
|
+
$fault: "client",
|
|
1353
|
+
...opts,
|
|
1354
|
+
});
|
|
1355
|
+
Object.setPrototypeOf(this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
export class InvalidDBProxyEndpointStateFault extends __BaseException {
|
|
1359
|
+
name = "InvalidDBProxyEndpointStateFault";
|
|
1360
|
+
$fault = "client";
|
|
1361
|
+
constructor(opts) {
|
|
1362
|
+
super({
|
|
1363
|
+
name: "InvalidDBProxyEndpointStateFault",
|
|
1364
|
+
$fault: "client",
|
|
1365
|
+
...opts,
|
|
1366
|
+
});
|
|
1367
|
+
Object.setPrototypeOf(this, InvalidDBProxyEndpointStateFault.prototype);
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
export class InvalidDBSubnetStateFault extends __BaseException {
|
|
1371
|
+
name = "InvalidDBSubnetStateFault";
|
|
1372
|
+
$fault = "client";
|
|
1373
|
+
constructor(opts) {
|
|
1374
|
+
super({
|
|
1375
|
+
name: "InvalidDBSubnetStateFault",
|
|
1376
|
+
$fault: "client",
|
|
1377
|
+
...opts,
|
|
1378
|
+
});
|
|
1379
|
+
Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
export class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
1383
|
+
name = "InvalidEventSubscriptionStateFault";
|
|
1384
|
+
$fault = "client";
|
|
1385
|
+
constructor(opts) {
|
|
1386
|
+
super({
|
|
1387
|
+
name: "InvalidEventSubscriptionStateFault",
|
|
1388
|
+
$fault: "client",
|
|
1389
|
+
...opts,
|
|
1390
|
+
});
|
|
1391
|
+
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
export class InvalidIntegrationStateFault extends __BaseException {
|
|
1395
|
+
name = "InvalidIntegrationStateFault";
|
|
1396
|
+
$fault = "client";
|
|
1397
|
+
constructor(opts) {
|
|
1398
|
+
super({
|
|
1399
|
+
name: "InvalidIntegrationStateFault",
|
|
1400
|
+
$fault: "client",
|
|
1401
|
+
...opts,
|
|
1402
|
+
});
|
|
1403
|
+
Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
export class InvalidOptionGroupStateFault extends __BaseException {
|
|
1407
|
+
name = "InvalidOptionGroupStateFault";
|
|
1408
|
+
$fault = "client";
|
|
1409
|
+
constructor(opts) {
|
|
1410
|
+
super({
|
|
1411
|
+
name: "InvalidOptionGroupStateFault",
|
|
1412
|
+
$fault: "client",
|
|
1413
|
+
...opts,
|
|
1414
|
+
});
|
|
1415
|
+
Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
export class DBProxyTargetNotFoundFault extends __BaseException {
|
|
1419
|
+
name = "DBProxyTargetNotFoundFault";
|
|
1420
|
+
$fault = "client";
|
|
1421
|
+
constructor(opts) {
|
|
1422
|
+
super({
|
|
1423
|
+
name: "DBProxyTargetNotFoundFault",
|
|
1424
|
+
$fault: "client",
|
|
1425
|
+
...opts,
|
|
1426
|
+
});
|
|
1427
|
+
Object.setPrototypeOf(this, DBProxyTargetNotFoundFault.prototype);
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
export class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
1431
|
+
name = "DBClusterBacktrackNotFoundFault";
|
|
1432
|
+
$fault = "client";
|
|
1433
|
+
constructor(opts) {
|
|
1434
|
+
super({
|
|
1435
|
+
name: "DBClusterBacktrackNotFoundFault",
|
|
1436
|
+
$fault: "client",
|
|
1437
|
+
...opts,
|
|
1438
|
+
});
|
|
1439
|
+
Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
export class DBInstanceNotReadyFault extends __BaseException {
|
|
1443
|
+
name = "DBInstanceNotReadyFault";
|
|
1444
|
+
$fault = "client";
|
|
1445
|
+
constructor(opts) {
|
|
1446
|
+
super({
|
|
1447
|
+
name: "DBInstanceNotReadyFault",
|
|
1448
|
+
$fault: "client",
|
|
1449
|
+
...opts,
|
|
1450
|
+
});
|
|
1451
|
+
Object.setPrototypeOf(this, DBInstanceNotReadyFault.prototype);
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
export class ReservedDBInstanceNotFoundFault extends __BaseException {
|
|
1455
|
+
name = "ReservedDBInstanceNotFoundFault";
|
|
1456
|
+
$fault = "client";
|
|
1457
|
+
constructor(opts) {
|
|
1458
|
+
super({
|
|
1459
|
+
name: "ReservedDBInstanceNotFoundFault",
|
|
1460
|
+
$fault: "client",
|
|
1461
|
+
...opts,
|
|
1462
|
+
});
|
|
1463
|
+
Object.setPrototypeOf(this, ReservedDBInstanceNotFoundFault.prototype);
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
export class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
|
|
1467
|
+
name = "ReservedDBInstancesOfferingNotFoundFault";
|
|
1468
|
+
$fault = "client";
|
|
1469
|
+
constructor(opts) {
|
|
1470
|
+
super({
|
|
1471
|
+
name: "ReservedDBInstancesOfferingNotFoundFault",
|
|
1472
|
+
$fault: "client",
|
|
1473
|
+
...opts,
|
|
1474
|
+
});
|
|
1475
|
+
Object.setPrototypeOf(this, ReservedDBInstancesOfferingNotFoundFault.prototype);
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
export class InvalidResourceStateFault extends __BaseException {
|
|
1479
|
+
name = "InvalidResourceStateFault";
|
|
1480
|
+
$fault = "client";
|
|
1481
|
+
constructor(opts) {
|
|
1482
|
+
super({
|
|
1483
|
+
name: "InvalidResourceStateFault",
|
|
1484
|
+
$fault: "client",
|
|
1485
|
+
...opts,
|
|
1486
|
+
});
|
|
1487
|
+
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
export class DBLogFileNotFoundFault extends __BaseException {
|
|
1491
|
+
name = "DBLogFileNotFoundFault";
|
|
1492
|
+
$fault = "client";
|
|
1493
|
+
constructor(opts) {
|
|
1494
|
+
super({
|
|
1495
|
+
name: "DBLogFileNotFoundFault",
|
|
1496
|
+
$fault: "client",
|
|
1497
|
+
...opts,
|
|
1498
|
+
});
|
|
1499
|
+
Object.setPrototypeOf(this, DBLogFileNotFoundFault.prototype);
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
export class InvalidDBClusterCapacityFault extends __BaseException {
|
|
1503
|
+
name = "InvalidDBClusterCapacityFault";
|
|
1504
|
+
$fault = "client";
|
|
1505
|
+
constructor(opts) {
|
|
1506
|
+
super({
|
|
1507
|
+
name: "InvalidDBClusterCapacityFault",
|
|
1508
|
+
$fault: "client",
|
|
1509
|
+
...opts,
|
|
1510
|
+
});
|
|
1511
|
+
Object.setPrototypeOf(this, InvalidDBClusterCapacityFault.prototype);
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
export class StorageTypeNotAvailableFault extends __BaseException {
|
|
1515
|
+
name = "StorageTypeNotAvailableFault";
|
|
1516
|
+
$fault = "client";
|
|
1517
|
+
constructor(opts) {
|
|
1518
|
+
super({
|
|
1519
|
+
name: "StorageTypeNotAvailableFault",
|
|
1520
|
+
$fault: "client",
|
|
1521
|
+
...opts,
|
|
1522
|
+
});
|
|
1523
|
+
Object.setPrototypeOf(this, StorageTypeNotAvailableFault.prototype);
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
export class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1527
|
+
name = "SharedSnapshotQuotaExceededFault";
|
|
1528
|
+
$fault = "client";
|
|
1529
|
+
constructor(opts) {
|
|
1530
|
+
super({
|
|
1531
|
+
name: "SharedSnapshotQuotaExceededFault",
|
|
1532
|
+
$fault: "client",
|
|
1533
|
+
...opts,
|
|
1534
|
+
});
|
|
1535
|
+
Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
export class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1539
|
+
name = "DBUpgradeDependencyFailureFault";
|
|
1540
|
+
$fault = "client";
|
|
1541
|
+
constructor(opts) {
|
|
1542
|
+
super({
|
|
1543
|
+
name: "DBUpgradeDependencyFailureFault",
|
|
1544
|
+
$fault: "client",
|
|
1545
|
+
...opts,
|
|
1546
|
+
});
|
|
1547
|
+
Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
export class SubnetAlreadyInUse extends __BaseException {
|
|
1551
|
+
name = "SubnetAlreadyInUse";
|
|
1552
|
+
$fault = "client";
|
|
1553
|
+
constructor(opts) {
|
|
1554
|
+
super({
|
|
1555
|
+
name: "SubnetAlreadyInUse",
|
|
1556
|
+
$fault: "client",
|
|
1557
|
+
...opts,
|
|
1558
|
+
});
|
|
1559
|
+
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
export class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
|
|
1563
|
+
name = "ReservedDBInstanceAlreadyExistsFault";
|
|
1564
|
+
$fault = "client";
|
|
1565
|
+
constructor(opts) {
|
|
1566
|
+
super({
|
|
1567
|
+
name: "ReservedDBInstanceAlreadyExistsFault",
|
|
1568
|
+
$fault: "client",
|
|
1569
|
+
...opts,
|
|
1570
|
+
});
|
|
1571
|
+
Object.setPrototypeOf(this, ReservedDBInstanceAlreadyExistsFault.prototype);
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
export class ReservedDBInstanceQuotaExceededFault extends __BaseException {
|
|
1575
|
+
name = "ReservedDBInstanceQuotaExceededFault";
|
|
1576
|
+
$fault = "client";
|
|
1577
|
+
constructor(opts) {
|
|
1578
|
+
super({
|
|
1579
|
+
name: "ReservedDBInstanceQuotaExceededFault",
|
|
1580
|
+
$fault: "client",
|
|
1581
|
+
...opts,
|
|
1582
|
+
});
|
|
1583
|
+
Object.setPrototypeOf(this, ReservedDBInstanceQuotaExceededFault.prototype);
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
export class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
|
|
1587
|
+
name = "DBProxyTargetAlreadyRegisteredFault";
|
|
1588
|
+
$fault = "client";
|
|
1589
|
+
constructor(opts) {
|
|
1590
|
+
super({
|
|
1591
|
+
name: "DBProxyTargetAlreadyRegisteredFault",
|
|
1592
|
+
$fault: "client",
|
|
1593
|
+
...opts,
|
|
1594
|
+
});
|
|
1595
|
+
Object.setPrototypeOf(this, DBProxyTargetAlreadyRegisteredFault.prototype);
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
export class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
1599
|
+
name = "InsufficientAvailableIPsInSubnetFault";
|
|
1600
|
+
$fault = "client";
|
|
1601
|
+
constructor(opts) {
|
|
1602
|
+
super({
|
|
1603
|
+
name: "InsufficientAvailableIPsInSubnetFault",
|
|
1604
|
+
$fault: "client",
|
|
1605
|
+
...opts,
|
|
1606
|
+
});
|
|
1607
|
+
Object.setPrototypeOf(this, InsufficientAvailableIPsInSubnetFault.prototype);
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
export class DBClusterRoleNotFoundFault extends __BaseException {
|
|
1611
|
+
name = "DBClusterRoleNotFoundFault";
|
|
1612
|
+
$fault = "client";
|
|
1613
|
+
constructor(opts) {
|
|
1614
|
+
super({
|
|
1615
|
+
name: "DBClusterRoleNotFoundFault",
|
|
1616
|
+
$fault: "client",
|
|
1617
|
+
...opts,
|
|
1618
|
+
});
|
|
1619
|
+
Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
export class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
1623
|
+
name = "DBInstanceRoleNotFoundFault";
|
|
1624
|
+
$fault = "client";
|
|
1625
|
+
constructor(opts) {
|
|
1626
|
+
super({
|
|
1627
|
+
name: "DBInstanceRoleNotFoundFault",
|
|
1628
|
+
$fault: "client",
|
|
1629
|
+
...opts,
|
|
1630
|
+
});
|
|
1631
|
+
Object.setPrototypeOf(this, DBInstanceRoleNotFoundFault.prototype);
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
export class InvalidS3BucketFault extends __BaseException {
|
|
1635
|
+
name = "InvalidS3BucketFault";
|
|
1636
|
+
$fault = "client";
|
|
1637
|
+
constructor(opts) {
|
|
1638
|
+
super({
|
|
1639
|
+
name: "InvalidS3BucketFault",
|
|
1640
|
+
$fault: "client",
|
|
1641
|
+
...opts,
|
|
1642
|
+
});
|
|
1643
|
+
Object.setPrototypeOf(this, InvalidS3BucketFault.prototype);
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
export class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
1647
|
+
name = "InsufficientDBClusterCapacityFault";
|
|
1648
|
+
$fault = "client";
|
|
1649
|
+
constructor(opts) {
|
|
1650
|
+
super({
|
|
1651
|
+
name: "InsufficientDBClusterCapacityFault",
|
|
1652
|
+
$fault: "client",
|
|
1653
|
+
...opts,
|
|
1654
|
+
});
|
|
1655
|
+
Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
export class InvalidRestoreFault extends __BaseException {
|
|
1659
|
+
name = "InvalidRestoreFault";
|
|
1660
|
+
$fault = "client";
|
|
1661
|
+
constructor(opts) {
|
|
1662
|
+
super({
|
|
1663
|
+
name: "InvalidRestoreFault",
|
|
1664
|
+
$fault: "client",
|
|
1665
|
+
...opts,
|
|
1666
|
+
});
|
|
1667
|
+
Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
export class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1671
|
+
name = "PointInTimeRestoreNotEnabledFault";
|
|
1672
|
+
$fault = "client";
|
|
1673
|
+
constructor(opts) {
|
|
1674
|
+
super({
|
|
1675
|
+
name: "PointInTimeRestoreNotEnabledFault",
|
|
1676
|
+
$fault: "client",
|
|
1677
|
+
...opts,
|
|
1678
|
+
});
|
|
1679
|
+
Object.setPrototypeOf(this, PointInTimeRestoreNotEnabledFault.prototype);
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
export class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1683
|
+
name = "ExportTaskAlreadyExistsFault";
|
|
1684
|
+
$fault = "client";
|
|
1685
|
+
constructor(opts) {
|
|
1686
|
+
super({
|
|
1687
|
+
name: "ExportTaskAlreadyExistsFault",
|
|
1688
|
+
$fault: "client",
|
|
1689
|
+
...opts,
|
|
1690
|
+
});
|
|
1691
|
+
Object.setPrototypeOf(this, ExportTaskAlreadyExistsFault.prototype);
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
export class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1695
|
+
name = "IamRoleMissingPermissionsFault";
|
|
1696
|
+
$fault = "client";
|
|
1697
|
+
constructor(opts) {
|
|
1698
|
+
super({
|
|
1699
|
+
name: "IamRoleMissingPermissionsFault",
|
|
1700
|
+
$fault: "client",
|
|
1701
|
+
...opts,
|
|
1702
|
+
});
|
|
1703
|
+
Object.setPrototypeOf(this, IamRoleMissingPermissionsFault.prototype);
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
export class IamRoleNotFoundFault extends __BaseException {
|
|
1707
|
+
name = "IamRoleNotFoundFault";
|
|
1708
|
+
$fault = "client";
|
|
1709
|
+
constructor(opts) {
|
|
1710
|
+
super({
|
|
1711
|
+
name: "IamRoleNotFoundFault",
|
|
1712
|
+
$fault: "client",
|
|
1713
|
+
...opts,
|
|
1714
|
+
});
|
|
1715
|
+
Object.setPrototypeOf(this, IamRoleNotFoundFault.prototype);
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
export class InvalidExportOnlyFault extends __BaseException {
|
|
1719
|
+
name = "InvalidExportOnlyFault";
|
|
1720
|
+
$fault = "client";
|
|
1721
|
+
constructor(opts) {
|
|
1722
|
+
super({
|
|
1723
|
+
name: "InvalidExportOnlyFault",
|
|
1724
|
+
$fault: "client",
|
|
1725
|
+
...opts,
|
|
1726
|
+
});
|
|
1727
|
+
Object.setPrototypeOf(this, InvalidExportOnlyFault.prototype);
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
export class InvalidExportSourceStateFault extends __BaseException {
|
|
1731
|
+
name = "InvalidExportSourceStateFault";
|
|
1732
|
+
$fault = "client";
|
|
1733
|
+
constructor(opts) {
|
|
1734
|
+
super({
|
|
1735
|
+
name: "InvalidExportSourceStateFault",
|
|
1736
|
+
$fault: "client",
|
|
1737
|
+
...opts,
|
|
1738
|
+
});
|
|
1739
|
+
Object.setPrototypeOf(this, InvalidExportSourceStateFault.prototype);
|
|
1740
|
+
}
|
|
1741
|
+
}
|