@aws-sdk/client-rds 3.181.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-es/RDS.js +550 -557
- package/dist-es/RDSClient.js +22 -28
- package/dist-es/commands/AddRoleToDBClusterCommand.js +22 -29
- package/dist-es/commands/AddRoleToDBInstanceCommand.js +22 -29
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +21 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +22 -29
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
- package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/BacktrackDBClusterCommand.js +21 -28
- package/dist-es/commands/CancelExportTaskCommand.js +21 -28
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CopyDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/CopyDBSnapshotCommand.js +21 -28
- package/dist-es/commands/CopyOptionGroupCommand.js +21 -28
- package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateDBInstanceCommand.js +21 -28
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +21 -28
- package/dist-es/commands/CreateDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBProxyCommand.js +21 -28
- package/dist-es/commands/CreateDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/CreateDBSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateGlobalClusterCommand.js +21 -28
- package/dist-es/commands/CreateOptionGroupCommand.js +21 -28
- package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +21 -28
- package/dist-es/commands/DeleteDBInstanceCommand.js +21 -28
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBProxyCommand.js +21 -28
- package/dist-es/commands/DeleteDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteDBSecurityGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +22 -29
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteGlobalClusterCommand.js +21 -28
- package/dist-es/commands/DeleteOptionGroupCommand.js +22 -29
- package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClustersCommand.js +21 -28
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +21 -28
- package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeDBLogFilesCommand.js +21 -28
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBParametersCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxiesCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeDBSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeExportTasksCommand.js +21 -28
- package/dist-es/commands/DescribeGlobalClustersCommand.js +21 -28
- package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +21 -28
- package/dist-es/commands/DescribeOptionGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +21 -28
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
- package/dist-es/commands/DescribeReservedDBInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +21 -28
- package/dist-es/commands/DescribeSourceRegionsCommand.js +21 -28
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +21 -28
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +21 -28
- package/dist-es/commands/FailoverDBClusterCommand.js +21 -28
- package/dist-es/commands/FailoverGlobalClusterCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyActivityStreamCommand.js +21 -28
- package/dist-es/commands/ModifyCertificatesCommand.js +21 -28
- package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +21 -28
- package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +21 -28
- package/dist-es/commands/ModifyDBInstanceCommand.js +21 -28
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +21 -28
- package/dist-es/commands/ModifyDBSnapshotCommand.js +21 -28
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/ModifyGlobalClusterCommand.js +21 -28
- package/dist-es/commands/ModifyOptionGroupCommand.js +21 -28
- package/dist-es/commands/PromoteReadReplicaCommand.js +21 -28
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +21 -28
- package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +21 -28
- package/dist-es/commands/RebootDBClusterCommand.js +21 -28
- package/dist-es/commands/RebootDBInstanceCommand.js +21 -28
- package/dist-es/commands/RegisterDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +21 -28
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +22 -29
- package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +22 -29
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +22 -29
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ResetDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +21 -28
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +21 -28
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +21 -28
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +21 -28
- package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/StartActivityStreamCommand.js +21 -28
- package/dist-es/commands/StartDBClusterCommand.js +21 -28
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
- package/dist-es/commands/StartDBInstanceCommand.js +21 -28
- package/dist-es/commands/StartExportTaskCommand.js +21 -28
- package/dist-es/commands/StopActivityStreamCommand.js +21 -28
- package/dist-es/commands/StopDBClusterCommand.js +21 -28
- package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
- package/dist-es/commands/StopDBInstanceCommand.js +21 -28
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RDSServiceException.js +5 -10
- package/dist-es/models/models_0.js +1710 -1339
- package/dist-es/models/models_1.js +707 -398
- package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBLogFilesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxiesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeExportTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOptionGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeSourceRegionsPaginator.js +25 -68
- package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +10109 -13117
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForDBClusterAvailable.js +106 -187
- package/dist-es/waiters/waitForDBClusterDeleted.js +86 -147
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +106 -187
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +86 -147
- package/dist-es/waiters/waitForDBInstanceAvailable.js +106 -187
- package/dist-es/waiters/waitForDBInstanceDeleted.js +86 -147
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +106 -187
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +86 -147
- package/package.json +35 -35
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
3
2
|
export var ActivityStreamMode;
|
|
4
3
|
(function (ActivityStreamMode) {
|
|
@@ -19,438 +18,438 @@ export var ActivityStreamStatus;
|
|
|
19
18
|
ActivityStreamStatus["stopped"] = "stopped";
|
|
20
19
|
ActivityStreamStatus["stopping"] = "stopping";
|
|
21
20
|
})(ActivityStreamStatus || (ActivityStreamStatus = {}));
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
}
|
|
453
|
-
|
|
21
|
+
export class DBClusterNotFoundFault extends __BaseException {
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "DBClusterNotFoundFault",
|
|
25
|
+
$fault: "client",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
this.name = "DBClusterNotFoundFault";
|
|
29
|
+
this.$fault = "client";
|
|
30
|
+
Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export class DBClusterRoleAlreadyExistsFault extends __BaseException {
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "DBClusterRoleAlreadyExistsFault",
|
|
37
|
+
$fault: "client",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
this.name = "DBClusterRoleAlreadyExistsFault";
|
|
41
|
+
this.$fault = "client";
|
|
42
|
+
Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
export class DBClusterRoleQuotaExceededFault extends __BaseException {
|
|
46
|
+
constructor(opts) {
|
|
47
|
+
super({
|
|
48
|
+
name: "DBClusterRoleQuotaExceededFault",
|
|
49
|
+
$fault: "client",
|
|
50
|
+
...opts,
|
|
51
|
+
});
|
|
52
|
+
this.name = "DBClusterRoleQuotaExceededFault";
|
|
53
|
+
this.$fault = "client";
|
|
54
|
+
Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
export class InvalidDBClusterStateFault extends __BaseException {
|
|
58
|
+
constructor(opts) {
|
|
59
|
+
super({
|
|
60
|
+
name: "InvalidDBClusterStateFault",
|
|
61
|
+
$fault: "client",
|
|
62
|
+
...opts,
|
|
63
|
+
});
|
|
64
|
+
this.name = "InvalidDBClusterStateFault";
|
|
65
|
+
this.$fault = "client";
|
|
66
|
+
Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
export class DBInstanceNotFoundFault extends __BaseException {
|
|
70
|
+
constructor(opts) {
|
|
71
|
+
super({
|
|
72
|
+
name: "DBInstanceNotFoundFault",
|
|
73
|
+
$fault: "client",
|
|
74
|
+
...opts,
|
|
75
|
+
});
|
|
76
|
+
this.name = "DBInstanceNotFoundFault";
|
|
77
|
+
this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
export class DBInstanceRoleAlreadyExistsFault extends __BaseException {
|
|
82
|
+
constructor(opts) {
|
|
83
|
+
super({
|
|
84
|
+
name: "DBInstanceRoleAlreadyExistsFault",
|
|
85
|
+
$fault: "client",
|
|
86
|
+
...opts,
|
|
87
|
+
});
|
|
88
|
+
this.name = "DBInstanceRoleAlreadyExistsFault";
|
|
89
|
+
this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(this, DBInstanceRoleAlreadyExistsFault.prototype);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export class DBInstanceRoleQuotaExceededFault extends __BaseException {
|
|
94
|
+
constructor(opts) {
|
|
95
|
+
super({
|
|
96
|
+
name: "DBInstanceRoleQuotaExceededFault",
|
|
97
|
+
$fault: "client",
|
|
98
|
+
...opts,
|
|
99
|
+
});
|
|
100
|
+
this.name = "DBInstanceRoleQuotaExceededFault";
|
|
101
|
+
this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(this, DBInstanceRoleQuotaExceededFault.prototype);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
export class InvalidDBInstanceStateFault extends __BaseException {
|
|
106
|
+
constructor(opts) {
|
|
107
|
+
super({
|
|
108
|
+
name: "InvalidDBInstanceStateFault",
|
|
109
|
+
$fault: "client",
|
|
110
|
+
...opts,
|
|
111
|
+
});
|
|
112
|
+
this.name = "InvalidDBInstanceStateFault";
|
|
113
|
+
this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
export class SourceNotFoundFault extends __BaseException {
|
|
118
|
+
constructor(opts) {
|
|
119
|
+
super({
|
|
120
|
+
name: "SourceNotFoundFault",
|
|
121
|
+
$fault: "client",
|
|
122
|
+
...opts,
|
|
123
|
+
});
|
|
124
|
+
this.name = "SourceNotFoundFault";
|
|
125
|
+
this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
export class SubscriptionNotFoundFault extends __BaseException {
|
|
130
|
+
constructor(opts) {
|
|
131
|
+
super({
|
|
132
|
+
name: "SubscriptionNotFoundFault",
|
|
133
|
+
$fault: "client",
|
|
134
|
+
...opts,
|
|
135
|
+
});
|
|
136
|
+
this.name = "SubscriptionNotFoundFault";
|
|
137
|
+
this.$fault = "client";
|
|
138
|
+
Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
export class DBProxyNotFoundFault extends __BaseException {
|
|
142
|
+
constructor(opts) {
|
|
143
|
+
super({
|
|
144
|
+
name: "DBProxyNotFoundFault",
|
|
145
|
+
$fault: "client",
|
|
146
|
+
...opts,
|
|
147
|
+
});
|
|
148
|
+
this.name = "DBProxyNotFoundFault";
|
|
149
|
+
this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(this, DBProxyNotFoundFault.prototype);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
export class DBProxyTargetGroupNotFoundFault extends __BaseException {
|
|
154
|
+
constructor(opts) {
|
|
155
|
+
super({
|
|
156
|
+
name: "DBProxyTargetGroupNotFoundFault",
|
|
157
|
+
$fault: "client",
|
|
158
|
+
...opts,
|
|
159
|
+
});
|
|
160
|
+
this.name = "DBProxyTargetGroupNotFoundFault";
|
|
161
|
+
this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(this, DBProxyTargetGroupNotFoundFault.prototype);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
export class DBSnapshotNotFoundFault extends __BaseException {
|
|
166
|
+
constructor(opts) {
|
|
167
|
+
super({
|
|
168
|
+
name: "DBSnapshotNotFoundFault",
|
|
169
|
+
$fault: "client",
|
|
170
|
+
...opts,
|
|
171
|
+
});
|
|
172
|
+
this.name = "DBSnapshotNotFoundFault";
|
|
173
|
+
this.$fault = "client";
|
|
174
|
+
Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
export class ResourceNotFoundFault extends __BaseException {
|
|
178
|
+
constructor(opts) {
|
|
179
|
+
super({
|
|
180
|
+
name: "ResourceNotFoundFault",
|
|
181
|
+
$fault: "client",
|
|
182
|
+
...opts,
|
|
183
|
+
});
|
|
184
|
+
this.name = "ResourceNotFoundFault";
|
|
185
|
+
this.$fault = "client";
|
|
186
|
+
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
export class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
190
|
+
constructor(opts) {
|
|
191
|
+
super({
|
|
192
|
+
name: "AuthorizationAlreadyExistsFault",
|
|
193
|
+
$fault: "client",
|
|
194
|
+
...opts,
|
|
195
|
+
});
|
|
196
|
+
this.name = "AuthorizationAlreadyExistsFault";
|
|
197
|
+
this.$fault = "client";
|
|
198
|
+
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
export class AuthorizationQuotaExceededFault extends __BaseException {
|
|
202
|
+
constructor(opts) {
|
|
203
|
+
super({
|
|
204
|
+
name: "AuthorizationQuotaExceededFault",
|
|
205
|
+
$fault: "client",
|
|
206
|
+
...opts,
|
|
207
|
+
});
|
|
208
|
+
this.name = "AuthorizationQuotaExceededFault";
|
|
209
|
+
this.$fault = "client";
|
|
210
|
+
Object.setPrototypeOf(this, AuthorizationQuotaExceededFault.prototype);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
export class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
214
|
+
constructor(opts) {
|
|
215
|
+
super({
|
|
216
|
+
name: "DBSecurityGroupNotFoundFault",
|
|
217
|
+
$fault: "client",
|
|
218
|
+
...opts,
|
|
219
|
+
});
|
|
220
|
+
this.name = "DBSecurityGroupNotFoundFault";
|
|
221
|
+
this.$fault = "client";
|
|
222
|
+
Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
export class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
226
|
+
constructor(opts) {
|
|
227
|
+
super({
|
|
228
|
+
name: "InvalidDBSecurityGroupStateFault",
|
|
229
|
+
$fault: "client",
|
|
230
|
+
...opts,
|
|
231
|
+
});
|
|
232
|
+
this.name = "InvalidDBSecurityGroupStateFault";
|
|
233
|
+
this.$fault = "client";
|
|
234
|
+
Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
export class ExportTaskNotFoundFault extends __BaseException {
|
|
238
|
+
constructor(opts) {
|
|
239
|
+
super({
|
|
240
|
+
name: "ExportTaskNotFoundFault",
|
|
241
|
+
$fault: "client",
|
|
242
|
+
...opts,
|
|
243
|
+
});
|
|
244
|
+
this.name = "ExportTaskNotFoundFault";
|
|
245
|
+
this.$fault = "client";
|
|
246
|
+
Object.setPrototypeOf(this, ExportTaskNotFoundFault.prototype);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
export class InvalidExportTaskStateFault extends __BaseException {
|
|
250
|
+
constructor(opts) {
|
|
251
|
+
super({
|
|
252
|
+
name: "InvalidExportTaskStateFault",
|
|
253
|
+
$fault: "client",
|
|
254
|
+
...opts,
|
|
255
|
+
});
|
|
256
|
+
this.name = "InvalidExportTaskStateFault";
|
|
257
|
+
this.$fault = "client";
|
|
258
|
+
Object.setPrototypeOf(this, InvalidExportTaskStateFault.prototype);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
export class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
262
|
+
constructor(opts) {
|
|
263
|
+
super({
|
|
264
|
+
name: "DBParameterGroupAlreadyExistsFault",
|
|
265
|
+
$fault: "client",
|
|
266
|
+
...opts,
|
|
267
|
+
});
|
|
268
|
+
this.name = "DBParameterGroupAlreadyExistsFault";
|
|
269
|
+
this.$fault = "client";
|
|
270
|
+
Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
export class DBParameterGroupNotFoundFault extends __BaseException {
|
|
274
|
+
constructor(opts) {
|
|
275
|
+
super({
|
|
276
|
+
name: "DBParameterGroupNotFoundFault",
|
|
277
|
+
$fault: "client",
|
|
278
|
+
...opts,
|
|
279
|
+
});
|
|
280
|
+
this.name = "DBParameterGroupNotFoundFault";
|
|
281
|
+
this.$fault = "client";
|
|
282
|
+
Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
export class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
286
|
+
constructor(opts) {
|
|
287
|
+
super({
|
|
288
|
+
name: "DBParameterGroupQuotaExceededFault",
|
|
289
|
+
$fault: "client",
|
|
290
|
+
...opts,
|
|
291
|
+
});
|
|
292
|
+
this.name = "DBParameterGroupQuotaExceededFault";
|
|
293
|
+
this.$fault = "client";
|
|
294
|
+
Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "DBClusterSnapshotAlreadyExistsFault",
|
|
301
|
+
$fault: "client",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
this.name = "DBClusterSnapshotAlreadyExistsFault";
|
|
305
|
+
this.$fault = "client";
|
|
306
|
+
Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
export class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
310
|
+
constructor(opts) {
|
|
311
|
+
super({
|
|
312
|
+
name: "DBClusterSnapshotNotFoundFault",
|
|
313
|
+
$fault: "client",
|
|
314
|
+
...opts,
|
|
315
|
+
});
|
|
316
|
+
this.name = "DBClusterSnapshotNotFoundFault";
|
|
317
|
+
this.$fault = "client";
|
|
318
|
+
Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
export class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
322
|
+
constructor(opts) {
|
|
323
|
+
super({
|
|
324
|
+
name: "InvalidDBClusterSnapshotStateFault",
|
|
325
|
+
$fault: "client",
|
|
326
|
+
...opts,
|
|
327
|
+
});
|
|
328
|
+
this.name = "InvalidDBClusterSnapshotStateFault";
|
|
329
|
+
this.$fault = "client";
|
|
330
|
+
Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
export class KMSKeyNotAccessibleFault extends __BaseException {
|
|
334
|
+
constructor(opts) {
|
|
335
|
+
super({
|
|
336
|
+
name: "KMSKeyNotAccessibleFault",
|
|
337
|
+
$fault: "client",
|
|
338
|
+
...opts,
|
|
339
|
+
});
|
|
340
|
+
this.name = "KMSKeyNotAccessibleFault";
|
|
341
|
+
this.$fault = "client";
|
|
342
|
+
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
export class SnapshotQuotaExceededFault extends __BaseException {
|
|
346
|
+
constructor(opts) {
|
|
347
|
+
super({
|
|
348
|
+
name: "SnapshotQuotaExceededFault",
|
|
349
|
+
$fault: "client",
|
|
350
|
+
...opts,
|
|
351
|
+
});
|
|
352
|
+
this.name = "SnapshotQuotaExceededFault";
|
|
353
|
+
this.$fault = "client";
|
|
354
|
+
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
export class CustomAvailabilityZoneNotFoundFault extends __BaseException {
|
|
358
|
+
constructor(opts) {
|
|
359
|
+
super({
|
|
360
|
+
name: "CustomAvailabilityZoneNotFoundFault",
|
|
361
|
+
$fault: "client",
|
|
362
|
+
...opts,
|
|
363
|
+
});
|
|
364
|
+
this.name = "CustomAvailabilityZoneNotFoundFault";
|
|
365
|
+
this.$fault = "client";
|
|
366
|
+
Object.setPrototypeOf(this, CustomAvailabilityZoneNotFoundFault.prototype);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
export class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
370
|
+
constructor(opts) {
|
|
371
|
+
super({
|
|
372
|
+
name: "DBSnapshotAlreadyExistsFault",
|
|
373
|
+
$fault: "client",
|
|
374
|
+
...opts,
|
|
375
|
+
});
|
|
376
|
+
this.name = "DBSnapshotAlreadyExistsFault";
|
|
377
|
+
this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
export class InvalidDBSnapshotStateFault extends __BaseException {
|
|
382
|
+
constructor(opts) {
|
|
383
|
+
super({
|
|
384
|
+
name: "InvalidDBSnapshotStateFault",
|
|
385
|
+
$fault: "client",
|
|
386
|
+
...opts,
|
|
387
|
+
});
|
|
388
|
+
this.name = "InvalidDBSnapshotStateFault";
|
|
389
|
+
this.$fault = "client";
|
|
390
|
+
Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
export class OptionGroupAlreadyExistsFault extends __BaseException {
|
|
394
|
+
constructor(opts) {
|
|
395
|
+
super({
|
|
396
|
+
name: "OptionGroupAlreadyExistsFault",
|
|
397
|
+
$fault: "client",
|
|
398
|
+
...opts,
|
|
399
|
+
});
|
|
400
|
+
this.name = "OptionGroupAlreadyExistsFault";
|
|
401
|
+
this.$fault = "client";
|
|
402
|
+
Object.setPrototypeOf(this, OptionGroupAlreadyExistsFault.prototype);
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
export class OptionGroupNotFoundFault extends __BaseException {
|
|
406
|
+
constructor(opts) {
|
|
407
|
+
super({
|
|
408
|
+
name: "OptionGroupNotFoundFault",
|
|
409
|
+
$fault: "client",
|
|
410
|
+
...opts,
|
|
411
|
+
});
|
|
412
|
+
this.name = "OptionGroupNotFoundFault";
|
|
413
|
+
this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
export class OptionGroupQuotaExceededFault extends __BaseException {
|
|
418
|
+
constructor(opts) {
|
|
419
|
+
super({
|
|
420
|
+
name: "OptionGroupQuotaExceededFault",
|
|
421
|
+
$fault: "client",
|
|
422
|
+
...opts,
|
|
423
|
+
});
|
|
424
|
+
this.name = "OptionGroupQuotaExceededFault";
|
|
425
|
+
this.$fault = "client";
|
|
426
|
+
Object.setPrototypeOf(this, OptionGroupQuotaExceededFault.prototype);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
export class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
|
|
430
|
+
constructor(opts) {
|
|
431
|
+
super({
|
|
432
|
+
name: "CustomDBEngineVersionAlreadyExistsFault",
|
|
433
|
+
$fault: "client",
|
|
434
|
+
...opts,
|
|
435
|
+
});
|
|
436
|
+
this.name = "CustomDBEngineVersionAlreadyExistsFault";
|
|
437
|
+
this.$fault = "client";
|
|
438
|
+
Object.setPrototypeOf(this, CustomDBEngineVersionAlreadyExistsFault.prototype);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
export class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
|
|
442
|
+
constructor(opts) {
|
|
443
|
+
super({
|
|
444
|
+
name: "CustomDBEngineVersionQuotaExceededFault",
|
|
445
|
+
$fault: "client",
|
|
446
|
+
...opts,
|
|
447
|
+
});
|
|
448
|
+
this.name = "CustomDBEngineVersionQuotaExceededFault";
|
|
449
|
+
this.$fault = "client";
|
|
450
|
+
Object.setPrototypeOf(this, CustomDBEngineVersionQuotaExceededFault.prototype);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
454
453
|
export var WriteForwardingStatus;
|
|
455
454
|
(function (WriteForwardingStatus) {
|
|
456
455
|
WriteForwardingStatus["DISABLED"] = "disabled";
|
|
@@ -459,210 +458,210 @@ export var WriteForwardingStatus;
|
|
|
459
458
|
WriteForwardingStatus["ENABLING"] = "enabling";
|
|
460
459
|
WriteForwardingStatus["UNKNOWN"] = "unknown";
|
|
461
460
|
})(WriteForwardingStatus || (WriteForwardingStatus = {}));
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
}
|
|
665
|
-
|
|
461
|
+
export class DBClusterAlreadyExistsFault extends __BaseException {
|
|
462
|
+
constructor(opts) {
|
|
463
|
+
super({
|
|
464
|
+
name: "DBClusterAlreadyExistsFault",
|
|
465
|
+
$fault: "client",
|
|
466
|
+
...opts,
|
|
467
|
+
});
|
|
468
|
+
this.name = "DBClusterAlreadyExistsFault";
|
|
469
|
+
this.$fault = "client";
|
|
470
|
+
Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
export class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
474
|
+
constructor(opts) {
|
|
475
|
+
super({
|
|
476
|
+
name: "DBClusterParameterGroupNotFoundFault",
|
|
477
|
+
$fault: "client",
|
|
478
|
+
...opts,
|
|
479
|
+
});
|
|
480
|
+
this.name = "DBClusterParameterGroupNotFoundFault";
|
|
481
|
+
this.$fault = "client";
|
|
482
|
+
Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
export class DBClusterQuotaExceededFault extends __BaseException {
|
|
486
|
+
constructor(opts) {
|
|
487
|
+
super({
|
|
488
|
+
name: "DBClusterQuotaExceededFault",
|
|
489
|
+
$fault: "client",
|
|
490
|
+
...opts,
|
|
491
|
+
});
|
|
492
|
+
this.name = "DBClusterQuotaExceededFault";
|
|
493
|
+
this.$fault = "client";
|
|
494
|
+
Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
498
|
+
constructor(opts) {
|
|
499
|
+
super({
|
|
500
|
+
name: "DBSubnetGroupDoesNotCoverEnoughAZs",
|
|
501
|
+
$fault: "client",
|
|
502
|
+
...opts,
|
|
503
|
+
});
|
|
504
|
+
this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
505
|
+
this.$fault = "client";
|
|
506
|
+
Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
export class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
510
|
+
constructor(opts) {
|
|
511
|
+
super({
|
|
512
|
+
name: "DBSubnetGroupNotFoundFault",
|
|
513
|
+
$fault: "client",
|
|
514
|
+
...opts,
|
|
515
|
+
});
|
|
516
|
+
this.name = "DBSubnetGroupNotFoundFault";
|
|
517
|
+
this.$fault = "client";
|
|
518
|
+
Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
export class DomainNotFoundFault extends __BaseException {
|
|
522
|
+
constructor(opts) {
|
|
523
|
+
super({
|
|
524
|
+
name: "DomainNotFoundFault",
|
|
525
|
+
$fault: "client",
|
|
526
|
+
...opts,
|
|
527
|
+
});
|
|
528
|
+
this.name = "DomainNotFoundFault";
|
|
529
|
+
this.$fault = "client";
|
|
530
|
+
Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
export class GlobalClusterNotFoundFault extends __BaseException {
|
|
534
|
+
constructor(opts) {
|
|
535
|
+
super({
|
|
536
|
+
name: "GlobalClusterNotFoundFault",
|
|
537
|
+
$fault: "client",
|
|
538
|
+
...opts,
|
|
539
|
+
});
|
|
540
|
+
this.name = "GlobalClusterNotFoundFault";
|
|
541
|
+
this.$fault = "client";
|
|
542
|
+
Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
export class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "InsufficientStorageClusterCapacityFault",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
this.name = "InsufficientStorageClusterCapacityFault";
|
|
553
|
+
this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
export class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
558
|
+
constructor(opts) {
|
|
559
|
+
super({
|
|
560
|
+
name: "InvalidDBSubnetGroupStateFault",
|
|
561
|
+
$fault: "client",
|
|
562
|
+
...opts,
|
|
563
|
+
});
|
|
564
|
+
this.name = "InvalidDBSubnetGroupStateFault";
|
|
565
|
+
this.$fault = "client";
|
|
566
|
+
Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
export class InvalidGlobalClusterStateFault extends __BaseException {
|
|
570
|
+
constructor(opts) {
|
|
571
|
+
super({
|
|
572
|
+
name: "InvalidGlobalClusterStateFault",
|
|
573
|
+
$fault: "client",
|
|
574
|
+
...opts,
|
|
575
|
+
});
|
|
576
|
+
this.name = "InvalidGlobalClusterStateFault";
|
|
577
|
+
this.$fault = "client";
|
|
578
|
+
Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
export class InvalidSubnet extends __BaseException {
|
|
582
|
+
constructor(opts) {
|
|
583
|
+
super({
|
|
584
|
+
name: "InvalidSubnet",
|
|
585
|
+
$fault: "client",
|
|
586
|
+
...opts,
|
|
587
|
+
});
|
|
588
|
+
this.name = "InvalidSubnet";
|
|
589
|
+
this.$fault = "client";
|
|
590
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
export class InvalidVPCNetworkStateFault extends __BaseException {
|
|
594
|
+
constructor(opts) {
|
|
595
|
+
super({
|
|
596
|
+
name: "InvalidVPCNetworkStateFault",
|
|
597
|
+
$fault: "client",
|
|
598
|
+
...opts,
|
|
599
|
+
});
|
|
600
|
+
this.name = "InvalidVPCNetworkStateFault";
|
|
601
|
+
this.$fault = "client";
|
|
602
|
+
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
export class StorageQuotaExceededFault extends __BaseException {
|
|
606
|
+
constructor(opts) {
|
|
607
|
+
super({
|
|
608
|
+
name: "StorageQuotaExceededFault",
|
|
609
|
+
$fault: "client",
|
|
610
|
+
...opts,
|
|
611
|
+
});
|
|
612
|
+
this.name = "StorageQuotaExceededFault";
|
|
613
|
+
this.$fault = "client";
|
|
614
|
+
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
618
|
+
constructor(opts) {
|
|
619
|
+
super({
|
|
620
|
+
name: "DBClusterEndpointAlreadyExistsFault",
|
|
621
|
+
$fault: "client",
|
|
622
|
+
...opts,
|
|
623
|
+
});
|
|
624
|
+
this.name = "DBClusterEndpointAlreadyExistsFault";
|
|
625
|
+
this.$fault = "client";
|
|
626
|
+
Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
export class DBClusterEndpointQuotaExceededFault extends __BaseException {
|
|
630
|
+
constructor(opts) {
|
|
631
|
+
super({
|
|
632
|
+
name: "DBClusterEndpointQuotaExceededFault",
|
|
633
|
+
$fault: "client",
|
|
634
|
+
...opts,
|
|
635
|
+
});
|
|
636
|
+
this.name = "DBClusterEndpointQuotaExceededFault";
|
|
637
|
+
this.$fault = "client";
|
|
638
|
+
Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
export class AuthorizationNotFoundFault extends __BaseException {
|
|
642
|
+
constructor(opts) {
|
|
643
|
+
super({
|
|
644
|
+
name: "AuthorizationNotFoundFault",
|
|
645
|
+
$fault: "client",
|
|
646
|
+
...opts,
|
|
647
|
+
});
|
|
648
|
+
this.name = "AuthorizationNotFoundFault";
|
|
649
|
+
this.$fault = "client";
|
|
650
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
export class BackupPolicyNotFoundFault extends __BaseException {
|
|
654
|
+
constructor(opts) {
|
|
655
|
+
super({
|
|
656
|
+
name: "BackupPolicyNotFoundFault",
|
|
657
|
+
$fault: "client",
|
|
658
|
+
...opts,
|
|
659
|
+
});
|
|
660
|
+
this.name = "BackupPolicyNotFoundFault";
|
|
661
|
+
this.$fault = "client";
|
|
662
|
+
Object.setPrototypeOf(this, BackupPolicyNotFoundFault.prototype);
|
|
663
|
+
}
|
|
664
|
+
}
|
|
666
665
|
export var AutomationMode;
|
|
667
666
|
(function (AutomationMode) {
|
|
668
667
|
AutomationMode["ALL_PAUSED"] = "all-paused";
|
|
@@ -673,102 +672,102 @@ export var ReplicaMode;
|
|
|
673
672
|
ReplicaMode["MOUNTED"] = "mounted";
|
|
674
673
|
ReplicaMode["OPEN_READ_ONLY"] = "open-read-only";
|
|
675
674
|
})(ReplicaMode || (ReplicaMode = {}));
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
}
|
|
771
|
-
|
|
675
|
+
export class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
676
|
+
constructor(opts) {
|
|
677
|
+
super({
|
|
678
|
+
name: "DBInstanceAlreadyExistsFault",
|
|
679
|
+
$fault: "client",
|
|
680
|
+
...opts,
|
|
681
|
+
});
|
|
682
|
+
this.name = "DBInstanceAlreadyExistsFault";
|
|
683
|
+
this.$fault = "client";
|
|
684
|
+
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
export class InstanceQuotaExceededFault extends __BaseException {
|
|
688
|
+
constructor(opts) {
|
|
689
|
+
super({
|
|
690
|
+
name: "InstanceQuotaExceededFault",
|
|
691
|
+
$fault: "client",
|
|
692
|
+
...opts,
|
|
693
|
+
});
|
|
694
|
+
this.name = "InstanceQuotaExceededFault";
|
|
695
|
+
this.$fault = "client";
|
|
696
|
+
Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
export class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
700
|
+
constructor(opts) {
|
|
701
|
+
super({
|
|
702
|
+
name: "InsufficientDBInstanceCapacityFault",
|
|
703
|
+
$fault: "client",
|
|
704
|
+
...opts,
|
|
705
|
+
});
|
|
706
|
+
this.name = "InsufficientDBInstanceCapacityFault";
|
|
707
|
+
this.$fault = "client";
|
|
708
|
+
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
export class NetworkTypeNotSupported extends __BaseException {
|
|
712
|
+
constructor(opts) {
|
|
713
|
+
super({
|
|
714
|
+
name: "NetworkTypeNotSupported",
|
|
715
|
+
$fault: "client",
|
|
716
|
+
...opts,
|
|
717
|
+
});
|
|
718
|
+
this.name = "NetworkTypeNotSupported";
|
|
719
|
+
this.$fault = "client";
|
|
720
|
+
Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "ProvisionedIopsNotAvailableInAZFault",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
this.name = "ProvisionedIopsNotAvailableInAZFault";
|
|
731
|
+
this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
export class StorageTypeNotSupportedFault extends __BaseException {
|
|
736
|
+
constructor(opts) {
|
|
737
|
+
super({
|
|
738
|
+
name: "StorageTypeNotSupportedFault",
|
|
739
|
+
$fault: "client",
|
|
740
|
+
...opts,
|
|
741
|
+
});
|
|
742
|
+
this.name = "StorageTypeNotSupportedFault";
|
|
743
|
+
this.$fault = "client";
|
|
744
|
+
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
export class DBSubnetGroupNotAllowedFault extends __BaseException {
|
|
748
|
+
constructor(opts) {
|
|
749
|
+
super({
|
|
750
|
+
name: "DBSubnetGroupNotAllowedFault",
|
|
751
|
+
$fault: "client",
|
|
752
|
+
...opts,
|
|
753
|
+
});
|
|
754
|
+
this.name = "DBSubnetGroupNotAllowedFault";
|
|
755
|
+
this.$fault = "client";
|
|
756
|
+
Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
export class InvalidDBSubnetGroupFault extends __BaseException {
|
|
760
|
+
constructor(opts) {
|
|
761
|
+
super({
|
|
762
|
+
name: "InvalidDBSubnetGroupFault",
|
|
763
|
+
$fault: "client",
|
|
764
|
+
...opts,
|
|
765
|
+
});
|
|
766
|
+
this.name = "InvalidDBSubnetGroupFault";
|
|
767
|
+
this.$fault = "client";
|
|
768
|
+
Object.setPrototypeOf(this, InvalidDBSubnetGroupFault.prototype);
|
|
769
|
+
}
|
|
770
|
+
}
|
|
772
771
|
export var AuthScheme;
|
|
773
772
|
(function (AuthScheme) {
|
|
774
773
|
AuthScheme["SECRETS"] = "SECRETS";
|
|
@@ -797,30 +796,30 @@ export var DBProxyStatus;
|
|
|
797
796
|
DBProxyStatus["SUSPENDED"] = "suspended";
|
|
798
797
|
DBProxyStatus["SUSPENDING"] = "suspending";
|
|
799
798
|
})(DBProxyStatus || (DBProxyStatus = {}));
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
}
|
|
823
|
-
|
|
799
|
+
export class DBProxyAlreadyExistsFault extends __BaseException {
|
|
800
|
+
constructor(opts) {
|
|
801
|
+
super({
|
|
802
|
+
name: "DBProxyAlreadyExistsFault",
|
|
803
|
+
$fault: "client",
|
|
804
|
+
...opts,
|
|
805
|
+
});
|
|
806
|
+
this.name = "DBProxyAlreadyExistsFault";
|
|
807
|
+
this.$fault = "client";
|
|
808
|
+
Object.setPrototypeOf(this, DBProxyAlreadyExistsFault.prototype);
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
export class DBProxyQuotaExceededFault extends __BaseException {
|
|
812
|
+
constructor(opts) {
|
|
813
|
+
super({
|
|
814
|
+
name: "DBProxyQuotaExceededFault",
|
|
815
|
+
$fault: "client",
|
|
816
|
+
...opts,
|
|
817
|
+
});
|
|
818
|
+
this.name = "DBProxyQuotaExceededFault";
|
|
819
|
+
this.$fault = "client";
|
|
820
|
+
Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
|
|
821
|
+
}
|
|
822
|
+
}
|
|
824
823
|
export var DBProxyEndpointTargetRole;
|
|
825
824
|
(function (DBProxyEndpointTargetRole) {
|
|
826
825
|
DBProxyEndpointTargetRole["READ_ONLY"] = "READ_ONLY";
|
|
@@ -835,408 +834,408 @@ export var DBProxyEndpointStatus;
|
|
|
835
834
|
DBProxyEndpointStatus["INSUFFICIENT_RESOURCE_LIMITS"] = "insufficient-resource-limits";
|
|
836
835
|
DBProxyEndpointStatus["MODIFYING"] = "modifying";
|
|
837
836
|
})(DBProxyEndpointStatus || (DBProxyEndpointStatus = {}));
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
|
|
837
|
+
export class DBProxyEndpointAlreadyExistsFault extends __BaseException {
|
|
838
|
+
constructor(opts) {
|
|
839
|
+
super({
|
|
840
|
+
name: "DBProxyEndpointAlreadyExistsFault",
|
|
841
|
+
$fault: "client",
|
|
842
|
+
...opts,
|
|
843
|
+
});
|
|
844
|
+
this.name = "DBProxyEndpointAlreadyExistsFault";
|
|
845
|
+
this.$fault = "client";
|
|
846
|
+
Object.setPrototypeOf(this, DBProxyEndpointAlreadyExistsFault.prototype);
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
export class DBProxyEndpointQuotaExceededFault extends __BaseException {
|
|
850
|
+
constructor(opts) {
|
|
851
|
+
super({
|
|
852
|
+
name: "DBProxyEndpointQuotaExceededFault",
|
|
853
|
+
$fault: "client",
|
|
854
|
+
...opts,
|
|
855
|
+
});
|
|
856
|
+
this.name = "DBProxyEndpointQuotaExceededFault";
|
|
857
|
+
this.$fault = "client";
|
|
858
|
+
Object.setPrototypeOf(this, DBProxyEndpointQuotaExceededFault.prototype);
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
export class InvalidDBProxyStateFault extends __BaseException {
|
|
862
|
+
constructor(opts) {
|
|
863
|
+
super({
|
|
864
|
+
name: "InvalidDBProxyStateFault",
|
|
865
|
+
$fault: "client",
|
|
866
|
+
...opts,
|
|
867
|
+
});
|
|
868
|
+
this.name = "InvalidDBProxyStateFault";
|
|
869
|
+
this.$fault = "client";
|
|
870
|
+
Object.setPrototypeOf(this, InvalidDBProxyStateFault.prototype);
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
export class DBSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
874
|
+
constructor(opts) {
|
|
875
|
+
super({
|
|
876
|
+
name: "DBSecurityGroupAlreadyExistsFault",
|
|
877
|
+
$fault: "client",
|
|
878
|
+
...opts,
|
|
879
|
+
});
|
|
880
|
+
this.name = "DBSecurityGroupAlreadyExistsFault";
|
|
881
|
+
this.$fault = "client";
|
|
882
|
+
Object.setPrototypeOf(this, DBSecurityGroupAlreadyExistsFault.prototype);
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
export class DBSecurityGroupNotSupportedFault extends __BaseException {
|
|
886
|
+
constructor(opts) {
|
|
887
|
+
super({
|
|
888
|
+
name: "DBSecurityGroupNotSupportedFault",
|
|
889
|
+
$fault: "client",
|
|
890
|
+
...opts,
|
|
891
|
+
});
|
|
892
|
+
this.name = "DBSecurityGroupNotSupportedFault";
|
|
893
|
+
this.$fault = "client";
|
|
894
|
+
Object.setPrototypeOf(this, DBSecurityGroupNotSupportedFault.prototype);
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
export class DBSecurityGroupQuotaExceededFault extends __BaseException {
|
|
898
|
+
constructor(opts) {
|
|
899
|
+
super({
|
|
900
|
+
name: "DBSecurityGroupQuotaExceededFault",
|
|
901
|
+
$fault: "client",
|
|
902
|
+
...opts,
|
|
903
|
+
});
|
|
904
|
+
this.name = "DBSecurityGroupQuotaExceededFault";
|
|
905
|
+
this.$fault = "client";
|
|
906
|
+
Object.setPrototypeOf(this, DBSecurityGroupQuotaExceededFault.prototype);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
910
|
+
constructor(opts) {
|
|
911
|
+
super({
|
|
912
|
+
name: "DBSubnetGroupAlreadyExistsFault",
|
|
913
|
+
$fault: "client",
|
|
914
|
+
...opts,
|
|
915
|
+
});
|
|
916
|
+
this.name = "DBSubnetGroupAlreadyExistsFault";
|
|
917
|
+
this.$fault = "client";
|
|
918
|
+
Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
export class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
922
|
+
constructor(opts) {
|
|
923
|
+
super({
|
|
924
|
+
name: "DBSubnetGroupQuotaExceededFault",
|
|
925
|
+
$fault: "client",
|
|
926
|
+
...opts,
|
|
927
|
+
});
|
|
928
|
+
this.name = "DBSubnetGroupQuotaExceededFault";
|
|
929
|
+
this.$fault = "client";
|
|
930
|
+
Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
export class DBSubnetQuotaExceededFault extends __BaseException {
|
|
934
|
+
constructor(opts) {
|
|
935
|
+
super({
|
|
936
|
+
name: "DBSubnetQuotaExceededFault",
|
|
937
|
+
$fault: "client",
|
|
938
|
+
...opts,
|
|
939
|
+
});
|
|
940
|
+
this.name = "DBSubnetQuotaExceededFault";
|
|
941
|
+
this.$fault = "client";
|
|
942
|
+
Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
export class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
946
|
+
constructor(opts) {
|
|
947
|
+
super({
|
|
948
|
+
name: "EventSubscriptionQuotaExceededFault",
|
|
949
|
+
$fault: "client",
|
|
950
|
+
...opts,
|
|
951
|
+
});
|
|
952
|
+
this.name = "EventSubscriptionQuotaExceededFault";
|
|
953
|
+
this.$fault = "client";
|
|
954
|
+
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
export class SNSInvalidTopicFault extends __BaseException {
|
|
958
|
+
constructor(opts) {
|
|
959
|
+
super({
|
|
960
|
+
name: "SNSInvalidTopicFault",
|
|
961
|
+
$fault: "client",
|
|
962
|
+
...opts,
|
|
963
|
+
});
|
|
964
|
+
this.name = "SNSInvalidTopicFault";
|
|
965
|
+
this.$fault = "client";
|
|
966
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
export class SNSNoAuthorizationFault extends __BaseException {
|
|
970
|
+
constructor(opts) {
|
|
971
|
+
super({
|
|
972
|
+
name: "SNSNoAuthorizationFault",
|
|
973
|
+
$fault: "client",
|
|
974
|
+
...opts,
|
|
975
|
+
});
|
|
976
|
+
this.name = "SNSNoAuthorizationFault";
|
|
977
|
+
this.$fault = "client";
|
|
978
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
export class SNSTopicArnNotFoundFault extends __BaseException {
|
|
982
|
+
constructor(opts) {
|
|
983
|
+
super({
|
|
984
|
+
name: "SNSTopicArnNotFoundFault",
|
|
985
|
+
$fault: "client",
|
|
986
|
+
...opts,
|
|
987
|
+
});
|
|
988
|
+
this.name = "SNSTopicArnNotFoundFault";
|
|
989
|
+
this.$fault = "client";
|
|
990
|
+
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
export class SubscriptionAlreadyExistFault extends __BaseException {
|
|
994
|
+
constructor(opts) {
|
|
995
|
+
super({
|
|
996
|
+
name: "SubscriptionAlreadyExistFault",
|
|
997
|
+
$fault: "client",
|
|
998
|
+
...opts,
|
|
999
|
+
});
|
|
1000
|
+
this.name = "SubscriptionAlreadyExistFault";
|
|
1001
|
+
this.$fault = "client";
|
|
1002
|
+
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
export class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
1006
|
+
constructor(opts) {
|
|
1007
|
+
super({
|
|
1008
|
+
name: "SubscriptionCategoryNotFoundFault",
|
|
1009
|
+
$fault: "client",
|
|
1010
|
+
...opts,
|
|
1011
|
+
});
|
|
1012
|
+
this.name = "SubscriptionCategoryNotFoundFault";
|
|
1013
|
+
this.$fault = "client";
|
|
1014
|
+
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1018
1017
|
export var FailoverStatus;
|
|
1019
1018
|
(function (FailoverStatus) {
|
|
1020
1019
|
FailoverStatus["CANCELLING"] = "cancelling";
|
|
1021
1020
|
FailoverStatus["FAILING_OVER"] = "failing-over";
|
|
1022
1021
|
FailoverStatus["PENDING"] = "pending";
|
|
1023
1022
|
})(FailoverStatus || (FailoverStatus = {}));
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1023
|
+
export class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
1024
|
+
constructor(opts) {
|
|
1025
|
+
super({
|
|
1026
|
+
name: "GlobalClusterAlreadyExistsFault",
|
|
1027
|
+
$fault: "client",
|
|
1028
|
+
...opts,
|
|
1029
|
+
});
|
|
1030
|
+
this.name = "GlobalClusterAlreadyExistsFault";
|
|
1031
|
+
this.$fault = "client";
|
|
1032
|
+
Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
export class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
1036
|
+
constructor(opts) {
|
|
1037
|
+
super({
|
|
1038
|
+
name: "GlobalClusterQuotaExceededFault",
|
|
1039
|
+
$fault: "client",
|
|
1040
|
+
...opts,
|
|
1041
|
+
});
|
|
1042
|
+
this.name = "GlobalClusterQuotaExceededFault";
|
|
1043
|
+
this.$fault = "client";
|
|
1044
|
+
Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
export class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
1048
|
+
constructor(opts) {
|
|
1049
|
+
super({
|
|
1050
|
+
name: "CustomDBEngineVersionNotFoundFault",
|
|
1051
|
+
$fault: "client",
|
|
1052
|
+
...opts,
|
|
1053
|
+
});
|
|
1054
|
+
this.name = "CustomDBEngineVersionNotFoundFault";
|
|
1055
|
+
this.$fault = "client";
|
|
1056
|
+
Object.setPrototypeOf(this, CustomDBEngineVersionNotFoundFault.prototype);
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
export class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
1060
|
+
constructor(opts) {
|
|
1061
|
+
super({
|
|
1062
|
+
name: "InvalidCustomDBEngineVersionStateFault",
|
|
1063
|
+
$fault: "client",
|
|
1064
|
+
...opts,
|
|
1065
|
+
});
|
|
1066
|
+
this.name = "InvalidCustomDBEngineVersionStateFault";
|
|
1067
|
+
this.$fault = "client";
|
|
1068
|
+
Object.setPrototypeOf(this, InvalidCustomDBEngineVersionStateFault.prototype);
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
export class DBClusterEndpointNotFoundFault extends __BaseException {
|
|
1072
|
+
constructor(opts) {
|
|
1073
|
+
super({
|
|
1074
|
+
name: "DBClusterEndpointNotFoundFault",
|
|
1075
|
+
$fault: "client",
|
|
1076
|
+
...opts,
|
|
1077
|
+
});
|
|
1078
|
+
this.name = "DBClusterEndpointNotFoundFault";
|
|
1079
|
+
this.$fault = "client";
|
|
1080
|
+
Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
export class InvalidDBClusterEndpointStateFault extends __BaseException {
|
|
1084
|
+
constructor(opts) {
|
|
1085
|
+
super({
|
|
1086
|
+
name: "InvalidDBClusterEndpointStateFault",
|
|
1087
|
+
$fault: "client",
|
|
1088
|
+
...opts,
|
|
1089
|
+
});
|
|
1090
|
+
this.name = "InvalidDBClusterEndpointStateFault";
|
|
1091
|
+
this.$fault = "client";
|
|
1092
|
+
Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
export class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
1096
|
+
constructor(opts) {
|
|
1097
|
+
super({
|
|
1098
|
+
name: "InvalidDBParameterGroupStateFault",
|
|
1099
|
+
$fault: "client",
|
|
1100
|
+
...opts,
|
|
1101
|
+
});
|
|
1102
|
+
this.name = "InvalidDBParameterGroupStateFault";
|
|
1103
|
+
this.$fault = "client";
|
|
1104
|
+
Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
export class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
1108
|
+
constructor(opts) {
|
|
1109
|
+
super({
|
|
1110
|
+
name: "DBInstanceAutomatedBackupQuotaExceededFault",
|
|
1111
|
+
$fault: "client",
|
|
1112
|
+
...opts,
|
|
1113
|
+
});
|
|
1114
|
+
this.name = "DBInstanceAutomatedBackupQuotaExceededFault";
|
|
1115
|
+
this.$fault = "client";
|
|
1116
|
+
Object.setPrototypeOf(this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
export class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
|
|
1120
|
+
constructor(opts) {
|
|
1121
|
+
super({
|
|
1122
|
+
name: "DBInstanceAutomatedBackupNotFoundFault",
|
|
1123
|
+
$fault: "client",
|
|
1124
|
+
...opts,
|
|
1125
|
+
});
|
|
1126
|
+
this.name = "DBInstanceAutomatedBackupNotFoundFault";
|
|
1127
|
+
this.$fault = "client";
|
|
1128
|
+
Object.setPrototypeOf(this, DBInstanceAutomatedBackupNotFoundFault.prototype);
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
export class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
|
|
1132
|
+
constructor(opts) {
|
|
1133
|
+
super({
|
|
1134
|
+
name: "InvalidDBInstanceAutomatedBackupStateFault",
|
|
1135
|
+
$fault: "client",
|
|
1136
|
+
...opts,
|
|
1137
|
+
});
|
|
1138
|
+
this.name = "InvalidDBInstanceAutomatedBackupStateFault";
|
|
1139
|
+
this.$fault = "client";
|
|
1140
|
+
Object.setPrototypeOf(this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
export class DBProxyEndpointNotFoundFault extends __BaseException {
|
|
1144
|
+
constructor(opts) {
|
|
1145
|
+
super({
|
|
1146
|
+
name: "DBProxyEndpointNotFoundFault",
|
|
1147
|
+
$fault: "client",
|
|
1148
|
+
...opts,
|
|
1149
|
+
});
|
|
1150
|
+
this.name = "DBProxyEndpointNotFoundFault";
|
|
1151
|
+
this.$fault = "client";
|
|
1152
|
+
Object.setPrototypeOf(this, DBProxyEndpointNotFoundFault.prototype);
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
export class InvalidDBProxyEndpointStateFault extends __BaseException {
|
|
1156
|
+
constructor(opts) {
|
|
1157
|
+
super({
|
|
1158
|
+
name: "InvalidDBProxyEndpointStateFault",
|
|
1159
|
+
$fault: "client",
|
|
1160
|
+
...opts,
|
|
1161
|
+
});
|
|
1162
|
+
this.name = "InvalidDBProxyEndpointStateFault";
|
|
1163
|
+
this.$fault = "client";
|
|
1164
|
+
Object.setPrototypeOf(this, InvalidDBProxyEndpointStateFault.prototype);
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
export class InvalidDBSubnetStateFault extends __BaseException {
|
|
1168
|
+
constructor(opts) {
|
|
1169
|
+
super({
|
|
1170
|
+
name: "InvalidDBSubnetStateFault",
|
|
1171
|
+
$fault: "client",
|
|
1172
|
+
...opts,
|
|
1173
|
+
});
|
|
1174
|
+
this.name = "InvalidDBSubnetStateFault";
|
|
1175
|
+
this.$fault = "client";
|
|
1176
|
+
Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
export class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
1180
|
+
constructor(opts) {
|
|
1181
|
+
super({
|
|
1182
|
+
name: "InvalidEventSubscriptionStateFault",
|
|
1183
|
+
$fault: "client",
|
|
1184
|
+
...opts,
|
|
1185
|
+
});
|
|
1186
|
+
this.name = "InvalidEventSubscriptionStateFault";
|
|
1187
|
+
this.$fault = "client";
|
|
1188
|
+
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
export class InvalidOptionGroupStateFault extends __BaseException {
|
|
1192
|
+
constructor(opts) {
|
|
1193
|
+
super({
|
|
1194
|
+
name: "InvalidOptionGroupStateFault",
|
|
1195
|
+
$fault: "client",
|
|
1196
|
+
...opts,
|
|
1197
|
+
});
|
|
1198
|
+
this.name = "InvalidOptionGroupStateFault";
|
|
1199
|
+
this.$fault = "client";
|
|
1200
|
+
Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
export class DBProxyTargetNotFoundFault extends __BaseException {
|
|
1204
|
+
constructor(opts) {
|
|
1205
|
+
super({
|
|
1206
|
+
name: "DBProxyTargetNotFoundFault",
|
|
1207
|
+
$fault: "client",
|
|
1208
|
+
...opts,
|
|
1209
|
+
});
|
|
1210
|
+
this.name = "DBProxyTargetNotFoundFault";
|
|
1211
|
+
this.$fault = "client";
|
|
1212
|
+
Object.setPrototypeOf(this, DBProxyTargetNotFoundFault.prototype);
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
export class CertificateNotFoundFault extends __BaseException {
|
|
1216
|
+
constructor(opts) {
|
|
1217
|
+
super({
|
|
1218
|
+
name: "CertificateNotFoundFault",
|
|
1219
|
+
$fault: "client",
|
|
1220
|
+
...opts,
|
|
1221
|
+
});
|
|
1222
|
+
this.name = "CertificateNotFoundFault";
|
|
1223
|
+
this.$fault = "client";
|
|
1224
|
+
Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
export class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
1228
|
+
constructor(opts) {
|
|
1229
|
+
super({
|
|
1230
|
+
name: "DBClusterBacktrackNotFoundFault",
|
|
1231
|
+
$fault: "client",
|
|
1232
|
+
...opts,
|
|
1233
|
+
});
|
|
1234
|
+
this.name = "DBClusterBacktrackNotFoundFault";
|
|
1235
|
+
this.$fault = "client";
|
|
1236
|
+
Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1240
1239
|
export var ApplyMethod;
|
|
1241
1240
|
(function (ApplyMethod) {
|
|
1242
1241
|
ApplyMethod["immediate"] = "immediate";
|
|
@@ -1268,189 +1267,561 @@ export var TargetType;
|
|
|
1268
1267
|
TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
|
|
1269
1268
|
TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
|
|
1270
1269
|
})(TargetType || (TargetType = {}));
|
|
1271
|
-
export
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
export
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
export
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
export
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
export
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
export
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
export
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
export
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
export
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
export
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
export
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
export
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
export
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
export
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
export
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
export
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
export
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
export
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
export
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
export
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
export
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
export
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
export
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
export
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
export
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
export
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
export
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
export
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
export
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
export
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
export
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
export
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
export
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
export
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
export
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
export
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
export
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
export
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
export
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
export
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
export
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
export
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
export
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
export
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
export
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
export
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
export
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
export
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
export
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
export
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
export
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
export
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
export
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
export
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
export
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
export
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
export
|
|
1455
|
-
|
|
1456
|
-
|
|
1270
|
+
export const AccountQuotaFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
export const AccountAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
1274
|
+
...obj,
|
|
1275
|
+
});
|
|
1276
|
+
export const AddRoleToDBClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1277
|
+
...obj,
|
|
1278
|
+
});
|
|
1279
|
+
export const AddRoleToDBInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
});
|
|
1282
|
+
export const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
export const EventSubscriptionFilterSensitiveLog = (obj) => ({
|
|
1286
|
+
...obj,
|
|
1287
|
+
});
|
|
1288
|
+
export const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
});
|
|
1294
|
+
export const AddTagsToResourceMessageFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
export const ApplyPendingMaintenanceActionMessageFilterSensitiveLog = (obj) => ({
|
|
1298
|
+
...obj,
|
|
1299
|
+
});
|
|
1300
|
+
export const PendingMaintenanceActionFilterSensitiveLog = (obj) => ({
|
|
1301
|
+
...obj,
|
|
1302
|
+
});
|
|
1303
|
+
export const ResourcePendingMaintenanceActionsFilterSensitiveLog = (obj) => ({
|
|
1304
|
+
...obj,
|
|
1305
|
+
});
|
|
1306
|
+
export const ApplyPendingMaintenanceActionResultFilterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
export const AuthorizeDBSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
});
|
|
1312
|
+
export const EC2SecurityGroupFilterSensitiveLog = (obj) => ({
|
|
1313
|
+
...obj,
|
|
1314
|
+
});
|
|
1315
|
+
export const IPRangeFilterSensitiveLog = (obj) => ({
|
|
1316
|
+
...obj,
|
|
1317
|
+
});
|
|
1318
|
+
export const DBSecurityGroupFilterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
export const AuthorizeDBSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
|
|
1322
|
+
...obj,
|
|
1323
|
+
});
|
|
1324
|
+
export const BacktrackDBClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1325
|
+
...obj,
|
|
1326
|
+
});
|
|
1327
|
+
export const DBClusterBacktrackFilterSensitiveLog = (obj) => ({
|
|
1328
|
+
...obj,
|
|
1329
|
+
});
|
|
1330
|
+
export const CancelExportTaskMessageFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
export const ExportTaskFilterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
});
|
|
1336
|
+
export const CopyDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1337
|
+
...obj,
|
|
1338
|
+
});
|
|
1339
|
+
export const DBClusterParameterGroupFilterSensitiveLog = (obj) => ({
|
|
1340
|
+
...obj,
|
|
1341
|
+
});
|
|
1342
|
+
export const CopyDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
export const CopyDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1346
|
+
...obj,
|
|
1347
|
+
});
|
|
1348
|
+
export const DBClusterSnapshotFilterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
export const CopyDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1352
|
+
...obj,
|
|
1353
|
+
});
|
|
1354
|
+
export const CopyDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
export const DBParameterGroupFilterSensitiveLog = (obj) => ({
|
|
1358
|
+
...obj,
|
|
1359
|
+
});
|
|
1360
|
+
export const CopyDBParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1361
|
+
...obj,
|
|
1362
|
+
});
|
|
1363
|
+
export const CopyDBSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1364
|
+
...obj,
|
|
1365
|
+
});
|
|
1366
|
+
export const ProcessorFeatureFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
export const DBSnapshotFilterSensitiveLog = (obj) => ({
|
|
1370
|
+
...obj,
|
|
1371
|
+
});
|
|
1372
|
+
export const CopyDBSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1373
|
+
...obj,
|
|
1374
|
+
});
|
|
1375
|
+
export const CopyOptionGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1376
|
+
...obj,
|
|
1377
|
+
});
|
|
1378
|
+
export const DBSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
export const OptionSettingFilterSensitiveLog = (obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
});
|
|
1384
|
+
export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
export const OptionFilterSensitiveLog = (obj) => ({
|
|
1388
|
+
...obj,
|
|
1389
|
+
});
|
|
1390
|
+
export const OptionGroupFilterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
export const CopyOptionGroupResultFilterSensitiveLog = (obj) => ({
|
|
1394
|
+
...obj,
|
|
1395
|
+
});
|
|
1396
|
+
export const CreateCustomDBEngineVersionMessageFilterSensitiveLog = (obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
});
|
|
1399
|
+
export const CharacterSetFilterSensitiveLog = (obj) => ({
|
|
1400
|
+
...obj,
|
|
1401
|
+
});
|
|
1402
|
+
export const TimezoneFilterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
export const UpgradeTargetFilterSensitiveLog = (obj) => ({
|
|
1406
|
+
...obj,
|
|
1407
|
+
});
|
|
1408
|
+
export const DBEngineVersionFilterSensitiveLog = (obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
});
|
|
1411
|
+
export const ScalingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1412
|
+
...obj,
|
|
1413
|
+
});
|
|
1414
|
+
export const ServerlessV2ScalingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
export const CreateDBClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1418
|
+
...obj,
|
|
1419
|
+
});
|
|
1420
|
+
export const DBClusterRoleFilterSensitiveLog = (obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
});
|
|
1423
|
+
export const DBClusterMemberFilterSensitiveLog = (obj) => ({
|
|
1424
|
+
...obj,
|
|
1425
|
+
});
|
|
1426
|
+
export const DBClusterOptionGroupStatusFilterSensitiveLog = (obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
});
|
|
1429
|
+
export const DomainMembershipFilterSensitiveLog = (obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
});
|
|
1432
|
+
export const PendingCloudwatchLogsExportsFilterSensitiveLog = (obj) => ({
|
|
1433
|
+
...obj,
|
|
1434
|
+
});
|
|
1435
|
+
export const ClusterPendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
1436
|
+
...obj,
|
|
1437
|
+
});
|
|
1438
|
+
export const ScalingConfigurationInfoFilterSensitiveLog = (obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
});
|
|
1441
|
+
export const ServerlessV2ScalingConfigurationInfoFilterSensitiveLog = (obj) => ({
|
|
1442
|
+
...obj,
|
|
1443
|
+
});
|
|
1444
|
+
export const DBClusterFilterSensitiveLog = (obj) => ({
|
|
1445
|
+
...obj,
|
|
1446
|
+
});
|
|
1447
|
+
export const CreateDBClusterResultFilterSensitiveLog = (obj) => ({
|
|
1448
|
+
...obj,
|
|
1449
|
+
});
|
|
1450
|
+
export const CreateDBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
1451
|
+
...obj,
|
|
1452
|
+
});
|
|
1453
|
+
export const DBClusterEndpointFilterSensitiveLog = (obj) => ({
|
|
1454
|
+
...obj,
|
|
1455
|
+
});
|
|
1456
|
+
export const CreateDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1457
|
+
...obj,
|
|
1458
|
+
});
|
|
1459
|
+
export const CreateDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1460
|
+
...obj,
|
|
1461
|
+
});
|
|
1462
|
+
export const CreateDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
export const CreateDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1466
|
+
...obj,
|
|
1467
|
+
});
|
|
1468
|
+
export const CreateDBInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1469
|
+
...obj,
|
|
1470
|
+
});
|
|
1471
|
+
export const DBInstanceRoleFilterSensitiveLog = (obj) => ({
|
|
1472
|
+
...obj,
|
|
1473
|
+
});
|
|
1474
|
+
export const DBInstanceAutomatedBackupsReplicationFilterSensitiveLog = (obj) => ({
|
|
1475
|
+
...obj,
|
|
1476
|
+
});
|
|
1477
|
+
export const DBParameterGroupStatusFilterSensitiveLog = (obj) => ({
|
|
1478
|
+
...obj,
|
|
1479
|
+
});
|
|
1480
|
+
export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
|
|
1481
|
+
...obj,
|
|
1482
|
+
});
|
|
1483
|
+
export const OutpostFilterSensitiveLog = (obj) => ({
|
|
1484
|
+
...obj,
|
|
1485
|
+
});
|
|
1486
|
+
export const SubnetFilterSensitiveLog = (obj) => ({
|
|
1487
|
+
...obj,
|
|
1488
|
+
});
|
|
1489
|
+
export const DBSubnetGroupFilterSensitiveLog = (obj) => ({
|
|
1490
|
+
...obj,
|
|
1491
|
+
});
|
|
1492
|
+
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
1493
|
+
...obj,
|
|
1494
|
+
});
|
|
1495
|
+
export const OptionGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1496
|
+
...obj,
|
|
1497
|
+
});
|
|
1498
|
+
export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
1499
|
+
...obj,
|
|
1500
|
+
});
|
|
1501
|
+
export const DBInstanceStatusInfoFilterSensitiveLog = (obj) => ({
|
|
1502
|
+
...obj,
|
|
1503
|
+
});
|
|
1504
|
+
export const DBInstanceFilterSensitiveLog = (obj) => ({
|
|
1505
|
+
...obj,
|
|
1506
|
+
});
|
|
1507
|
+
export const CreateDBInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1508
|
+
...obj,
|
|
1509
|
+
});
|
|
1510
|
+
export const CreateDBInstanceReadReplicaMessageFilterSensitiveLog = (obj) => ({
|
|
1511
|
+
...obj,
|
|
1512
|
+
});
|
|
1513
|
+
export const CreateDBInstanceReadReplicaResultFilterSensitiveLog = (obj) => ({
|
|
1514
|
+
...obj,
|
|
1515
|
+
});
|
|
1516
|
+
export const CreateDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1517
|
+
...obj,
|
|
1518
|
+
});
|
|
1519
|
+
export const CreateDBParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1520
|
+
...obj,
|
|
1521
|
+
});
|
|
1522
|
+
export const UserAuthConfigFilterSensitiveLog = (obj) => ({
|
|
1523
|
+
...obj,
|
|
1524
|
+
});
|
|
1525
|
+
export const CreateDBProxyRequestFilterSensitiveLog = (obj) => ({
|
|
1526
|
+
...obj,
|
|
1527
|
+
});
|
|
1528
|
+
export const UserAuthConfigInfoFilterSensitiveLog = (obj) => ({
|
|
1529
|
+
...obj,
|
|
1530
|
+
});
|
|
1531
|
+
export const DBProxyFilterSensitiveLog = (obj) => ({
|
|
1532
|
+
...obj,
|
|
1533
|
+
});
|
|
1534
|
+
export const CreateDBProxyResponseFilterSensitiveLog = (obj) => ({
|
|
1535
|
+
...obj,
|
|
1536
|
+
});
|
|
1537
|
+
export const CreateDBProxyEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
1538
|
+
...obj,
|
|
1539
|
+
});
|
|
1540
|
+
export const DBProxyEndpointFilterSensitiveLog = (obj) => ({
|
|
1541
|
+
...obj,
|
|
1542
|
+
});
|
|
1543
|
+
export const CreateDBProxyEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1544
|
+
...obj,
|
|
1545
|
+
});
|
|
1546
|
+
export const CreateDBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1547
|
+
...obj,
|
|
1548
|
+
});
|
|
1549
|
+
export const CreateDBSecurityGroupResultFilterSensitiveLog = (obj) => ({
|
|
1550
|
+
...obj,
|
|
1551
|
+
});
|
|
1552
|
+
export const CreateDBSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1553
|
+
...obj,
|
|
1554
|
+
});
|
|
1555
|
+
export const CreateDBSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1556
|
+
...obj,
|
|
1557
|
+
});
|
|
1558
|
+
export const CreateDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1559
|
+
...obj,
|
|
1560
|
+
});
|
|
1561
|
+
export const CreateDBSubnetGroupResultFilterSensitiveLog = (obj) => ({
|
|
1562
|
+
...obj,
|
|
1563
|
+
});
|
|
1564
|
+
export const CreateEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1565
|
+
...obj,
|
|
1566
|
+
});
|
|
1567
|
+
export const CreateEventSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
1568
|
+
...obj,
|
|
1569
|
+
});
|
|
1570
|
+
export const CreateGlobalClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1571
|
+
...obj,
|
|
1572
|
+
});
|
|
1573
|
+
export const FailoverStateFilterSensitiveLog = (obj) => ({
|
|
1574
|
+
...obj,
|
|
1575
|
+
});
|
|
1576
|
+
export const GlobalClusterMemberFilterSensitiveLog = (obj) => ({
|
|
1577
|
+
...obj,
|
|
1578
|
+
});
|
|
1579
|
+
export const GlobalClusterFilterSensitiveLog = (obj) => ({
|
|
1580
|
+
...obj,
|
|
1581
|
+
});
|
|
1582
|
+
export const CreateGlobalClusterResultFilterSensitiveLog = (obj) => ({
|
|
1583
|
+
...obj,
|
|
1584
|
+
});
|
|
1585
|
+
export const CreateOptionGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1586
|
+
...obj,
|
|
1587
|
+
});
|
|
1588
|
+
export const CreateOptionGroupResultFilterSensitiveLog = (obj) => ({
|
|
1589
|
+
...obj,
|
|
1590
|
+
});
|
|
1591
|
+
export const DeleteCustomDBEngineVersionMessageFilterSensitiveLog = (obj) => ({
|
|
1592
|
+
...obj,
|
|
1593
|
+
});
|
|
1594
|
+
export const DeleteDBClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1595
|
+
...obj,
|
|
1596
|
+
});
|
|
1597
|
+
export const DeleteDBClusterResultFilterSensitiveLog = (obj) => ({
|
|
1598
|
+
...obj,
|
|
1599
|
+
});
|
|
1600
|
+
export const DeleteDBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
1601
|
+
...obj,
|
|
1602
|
+
});
|
|
1603
|
+
export const DeleteDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1604
|
+
...obj,
|
|
1605
|
+
});
|
|
1606
|
+
export const DeleteDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1607
|
+
...obj,
|
|
1608
|
+
});
|
|
1609
|
+
export const DeleteDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1610
|
+
...obj,
|
|
1611
|
+
});
|
|
1612
|
+
export const DeleteDBInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1613
|
+
...obj,
|
|
1614
|
+
});
|
|
1615
|
+
export const DeleteDBInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1616
|
+
...obj,
|
|
1617
|
+
});
|
|
1618
|
+
export const DeleteDBInstanceAutomatedBackupMessageFilterSensitiveLog = (obj) => ({
|
|
1619
|
+
...obj,
|
|
1620
|
+
});
|
|
1621
|
+
export const RestoreWindowFilterSensitiveLog = (obj) => ({
|
|
1622
|
+
...obj,
|
|
1623
|
+
});
|
|
1624
|
+
export const DBInstanceAutomatedBackupFilterSensitiveLog = (obj) => ({
|
|
1625
|
+
...obj,
|
|
1626
|
+
});
|
|
1627
|
+
export const DeleteDBInstanceAutomatedBackupResultFilterSensitiveLog = (obj) => ({
|
|
1628
|
+
...obj,
|
|
1629
|
+
});
|
|
1630
|
+
export const DeleteDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1631
|
+
...obj,
|
|
1632
|
+
});
|
|
1633
|
+
export const DeleteDBProxyRequestFilterSensitiveLog = (obj) => ({
|
|
1634
|
+
...obj,
|
|
1635
|
+
});
|
|
1636
|
+
export const DeleteDBProxyResponseFilterSensitiveLog = (obj) => ({
|
|
1637
|
+
...obj,
|
|
1638
|
+
});
|
|
1639
|
+
export const DeleteDBProxyEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
1640
|
+
...obj,
|
|
1641
|
+
});
|
|
1642
|
+
export const DeleteDBProxyEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1643
|
+
...obj,
|
|
1644
|
+
});
|
|
1645
|
+
export const DeleteDBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1646
|
+
...obj,
|
|
1647
|
+
});
|
|
1648
|
+
export const DeleteDBSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1649
|
+
...obj,
|
|
1650
|
+
});
|
|
1651
|
+
export const DeleteDBSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1652
|
+
...obj,
|
|
1653
|
+
});
|
|
1654
|
+
export const DeleteDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1655
|
+
...obj,
|
|
1656
|
+
});
|
|
1657
|
+
export const DeleteEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1658
|
+
...obj,
|
|
1659
|
+
});
|
|
1660
|
+
export const DeleteEventSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
1661
|
+
...obj,
|
|
1662
|
+
});
|
|
1663
|
+
export const DeleteGlobalClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1664
|
+
...obj,
|
|
1665
|
+
});
|
|
1666
|
+
export const DeleteGlobalClusterResultFilterSensitiveLog = (obj) => ({
|
|
1667
|
+
...obj,
|
|
1668
|
+
});
|
|
1669
|
+
export const DeleteOptionGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1670
|
+
...obj,
|
|
1671
|
+
});
|
|
1672
|
+
export const DeregisterDBProxyTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
1673
|
+
...obj,
|
|
1674
|
+
});
|
|
1675
|
+
export const DeregisterDBProxyTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
1676
|
+
...obj,
|
|
1677
|
+
});
|
|
1678
|
+
export const DescribeAccountAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
1679
|
+
...obj,
|
|
1680
|
+
});
|
|
1681
|
+
export const CertificateFilterSensitiveLog = (obj) => ({
|
|
1682
|
+
...obj,
|
|
1683
|
+
});
|
|
1684
|
+
export const CertificateMessageFilterSensitiveLog = (obj) => ({
|
|
1685
|
+
...obj,
|
|
1686
|
+
});
|
|
1687
|
+
export const FilterFilterSensitiveLog = (obj) => ({
|
|
1688
|
+
...obj,
|
|
1689
|
+
});
|
|
1690
|
+
export const DescribeCertificatesMessageFilterSensitiveLog = (obj) => ({
|
|
1691
|
+
...obj,
|
|
1692
|
+
});
|
|
1693
|
+
export const DBClusterBacktrackMessageFilterSensitiveLog = (obj) => ({
|
|
1694
|
+
...obj,
|
|
1695
|
+
});
|
|
1696
|
+
export const DescribeDBClusterBacktracksMessageFilterSensitiveLog = (obj) => ({
|
|
1697
|
+
...obj,
|
|
1698
|
+
});
|
|
1699
|
+
export const DBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
1700
|
+
...obj,
|
|
1701
|
+
});
|
|
1702
|
+
export const DescribeDBClusterEndpointsMessageFilterSensitiveLog = (obj) => ({
|
|
1703
|
+
...obj,
|
|
1704
|
+
});
|
|
1705
|
+
export const DBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1706
|
+
...obj,
|
|
1707
|
+
});
|
|
1708
|
+
export const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1709
|
+
...obj,
|
|
1710
|
+
});
|
|
1711
|
+
export const ParameterFilterSensitiveLog = (obj) => ({
|
|
1712
|
+
...obj,
|
|
1713
|
+
});
|
|
1714
|
+
export const DBClusterParameterGroupDetailsFilterSensitiveLog = (obj) => ({
|
|
1715
|
+
...obj,
|
|
1716
|
+
});
|
|
1717
|
+
export const DescribeDBClusterParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1718
|
+
...obj,
|
|
1719
|
+
});
|
|
1720
|
+
export const DBClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1721
|
+
...obj,
|
|
1722
|
+
});
|
|
1723
|
+
export const DescribeDBClustersMessageFilterSensitiveLog = (obj) => ({
|
|
1724
|
+
...obj,
|
|
1725
|
+
});
|
|
1726
|
+
export const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
1727
|
+
...obj,
|
|
1728
|
+
});
|
|
1729
|
+
export const DBClusterSnapshotAttributeFilterSensitiveLog = (obj) => ({
|
|
1730
|
+
...obj,
|
|
1731
|
+
});
|
|
1732
|
+
export const DBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
|
|
1733
|
+
...obj,
|
|
1734
|
+
});
|
|
1735
|
+
export const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
|
|
1736
|
+
...obj,
|
|
1737
|
+
});
|
|
1738
|
+
export const DBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1739
|
+
...obj,
|
|
1740
|
+
});
|
|
1741
|
+
export const DescribeDBClusterSnapshotsMessageFilterSensitiveLog = (obj) => ({
|
|
1742
|
+
...obj,
|
|
1743
|
+
});
|
|
1744
|
+
export const DBEngineVersionMessageFilterSensitiveLog = (obj) => ({
|
|
1745
|
+
...obj,
|
|
1746
|
+
});
|
|
1747
|
+
export const DescribeDBEngineVersionsMessageFilterSensitiveLog = (obj) => ({
|
|
1748
|
+
...obj,
|
|
1749
|
+
});
|
|
1750
|
+
export const DBInstanceAutomatedBackupMessageFilterSensitiveLog = (obj) => ({
|
|
1751
|
+
...obj,
|
|
1752
|
+
});
|
|
1753
|
+
export const DescribeDBInstanceAutomatedBackupsMessageFilterSensitiveLog = (obj) => ({
|
|
1754
|
+
...obj,
|
|
1755
|
+
});
|
|
1756
|
+
export const DBInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1757
|
+
...obj,
|
|
1758
|
+
});
|
|
1759
|
+
export const DescribeDBInstancesMessageFilterSensitiveLog = (obj) => ({
|
|
1760
|
+
...obj,
|
|
1761
|
+
});
|
|
1762
|
+
export const DescribeDBLogFilesMessageFilterSensitiveLog = (obj) => ({
|
|
1763
|
+
...obj,
|
|
1764
|
+
});
|
|
1765
|
+
export const DescribeDBLogFilesDetailsFilterSensitiveLog = (obj) => ({
|
|
1766
|
+
...obj,
|
|
1767
|
+
});
|
|
1768
|
+
export const DescribeDBLogFilesResponseFilterSensitiveLog = (obj) => ({
|
|
1769
|
+
...obj,
|
|
1770
|
+
});
|
|
1771
|
+
export const DBParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1772
|
+
...obj,
|
|
1773
|
+
});
|
|
1774
|
+
export const DescribeDBParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1775
|
+
...obj,
|
|
1776
|
+
});
|
|
1777
|
+
export const DBParameterGroupDetailsFilterSensitiveLog = (obj) => ({
|
|
1778
|
+
...obj,
|
|
1779
|
+
});
|
|
1780
|
+
export const DescribeDBParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1781
|
+
...obj,
|
|
1782
|
+
});
|
|
1783
|
+
export const DescribeDBProxiesRequestFilterSensitiveLog = (obj) => ({
|
|
1784
|
+
...obj,
|
|
1785
|
+
});
|
|
1786
|
+
export const DescribeDBProxiesResponseFilterSensitiveLog = (obj) => ({
|
|
1787
|
+
...obj,
|
|
1788
|
+
});
|
|
1789
|
+
export const DescribeDBProxyEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
1790
|
+
...obj,
|
|
1791
|
+
});
|
|
1792
|
+
export const DescribeDBProxyEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
1793
|
+
...obj,
|
|
1794
|
+
});
|
|
1795
|
+
export const DescribeDBProxyTargetGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1796
|
+
...obj,
|
|
1797
|
+
});
|
|
1798
|
+
export const ConnectionPoolConfigurationInfoFilterSensitiveLog = (obj) => ({
|
|
1799
|
+
...obj,
|
|
1800
|
+
});
|
|
1801
|
+
export const DBProxyTargetGroupFilterSensitiveLog = (obj) => ({
|
|
1802
|
+
...obj,
|
|
1803
|
+
});
|
|
1804
|
+
export const DescribeDBProxyTargetGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1805
|
+
...obj,
|
|
1806
|
+
});
|
|
1807
|
+
export const DescribeDBProxyTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
1808
|
+
...obj,
|
|
1809
|
+
});
|
|
1810
|
+
export const TargetHealthFilterSensitiveLog = (obj) => ({
|
|
1811
|
+
...obj,
|
|
1812
|
+
});
|
|
1813
|
+
export const DBProxyTargetFilterSensitiveLog = (obj) => ({
|
|
1814
|
+
...obj,
|
|
1815
|
+
});
|
|
1816
|
+
export const DescribeDBProxyTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
1817
|
+
...obj,
|
|
1818
|
+
});
|
|
1819
|
+
export const DBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1820
|
+
...obj,
|
|
1821
|
+
});
|
|
1822
|
+
export const DescribeDBSecurityGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1823
|
+
...obj,
|
|
1824
|
+
});
|
|
1825
|
+
export const DescribeDBSnapshotAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
1826
|
+
...obj,
|
|
1827
|
+
});
|