@aws-sdk/client-rds 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +13 -13
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,403 +1 @@
1
- import { RDSServiceException as __BaseException } from "./RDSServiceException";
2
- export class InvalidIntegrationStateFault extends __BaseException {
3
- name = "InvalidIntegrationStateFault";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "InvalidIntegrationStateFault",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
12
- }
13
- }
14
- export class InvalidOptionGroupStateFault extends __BaseException {
15
- name = "InvalidOptionGroupStateFault";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "InvalidOptionGroupStateFault",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
24
- }
25
- }
26
- export class DBProxyTargetNotFoundFault extends __BaseException {
27
- name = "DBProxyTargetNotFoundFault";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "DBProxyTargetNotFoundFault",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, DBProxyTargetNotFoundFault.prototype);
36
- }
37
- }
38
- export class DBClusterBacktrackNotFoundFault extends __BaseException {
39
- name = "DBClusterBacktrackNotFoundFault";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "DBClusterBacktrackNotFoundFault",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
48
- }
49
- }
50
- export const ApplyMethod = {
51
- immediate: "immediate",
52
- pending_reboot: "pending-reboot",
53
- };
54
- export class DBInstanceNotReadyFault extends __BaseException {
55
- name = "DBInstanceNotReadyFault";
56
- $fault = "client";
57
- constructor(opts) {
58
- super({
59
- name: "DBInstanceNotReadyFault",
60
- $fault: "client",
61
- ...opts,
62
- });
63
- Object.setPrototypeOf(this, DBInstanceNotReadyFault.prototype);
64
- }
65
- }
66
- export const LifecycleSupportName = {
67
- OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support",
68
- OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support",
69
- };
70
- export const TargetRole = {
71
- READ_ONLY: "READ_ONLY",
72
- READ_WRITE: "READ_WRITE",
73
- UNKNOWN: "UNKNOWN",
74
- };
75
- export const TargetHealthReason = {
76
- AUTH_FAILURE: "AUTH_FAILURE",
77
- CONNECTION_FAILED: "CONNECTION_FAILED",
78
- INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE",
79
- PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY",
80
- PROMOTED: "PROMOTED",
81
- UNREACHABLE: "UNREACHABLE",
82
- };
83
- export const TargetState = {
84
- available: "AVAILABLE",
85
- registering: "REGISTERING",
86
- unavailable: "UNAVAILABLE",
87
- unused: "UNUSED",
88
- };
89
- export const TargetType = {
90
- RDS_INSTANCE: "RDS_INSTANCE",
91
- RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT",
92
- TRACKED_CLUSTER: "TRACKED_CLUSTER",
93
- };
94
- export const SourceType = {
95
- blue_green_deployment: "blue-green-deployment",
96
- custom_engine_version: "custom-engine-version",
97
- db_cluster: "db-cluster",
98
- db_cluster_snapshot: "db-cluster-snapshot",
99
- db_instance: "db-instance",
100
- db_parameter_group: "db-parameter-group",
101
- db_proxy: "db-proxy",
102
- db_security_group: "db-security-group",
103
- db_shard_group: "db-shard-group",
104
- db_snapshot: "db-snapshot",
105
- zero_etl: "zero-etl",
106
- };
107
- export class ReservedDBInstanceNotFoundFault extends __BaseException {
108
- name = "ReservedDBInstanceNotFoundFault";
109
- $fault = "client";
110
- constructor(opts) {
111
- super({
112
- name: "ReservedDBInstanceNotFoundFault",
113
- $fault: "client",
114
- ...opts,
115
- });
116
- Object.setPrototypeOf(this, ReservedDBInstanceNotFoundFault.prototype);
117
- }
118
- }
119
- export class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
120
- name = "ReservedDBInstancesOfferingNotFoundFault";
121
- $fault = "client";
122
- constructor(opts) {
123
- super({
124
- name: "ReservedDBInstancesOfferingNotFoundFault",
125
- $fault: "client",
126
- ...opts,
127
- });
128
- Object.setPrototypeOf(this, ReservedDBInstancesOfferingNotFoundFault.prototype);
129
- }
130
- }
131
- export class InvalidResourceStateFault extends __BaseException {
132
- name = "InvalidResourceStateFault";
133
- $fault = "client";
134
- constructor(opts) {
135
- super({
136
- name: "InvalidResourceStateFault",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
141
- }
142
- }
143
- export class DBLogFileNotFoundFault extends __BaseException {
144
- name = "DBLogFileNotFoundFault";
145
- $fault = "client";
146
- constructor(opts) {
147
- super({
148
- name: "DBLogFileNotFoundFault",
149
- $fault: "client",
150
- ...opts,
151
- });
152
- Object.setPrototypeOf(this, DBLogFileNotFoundFault.prototype);
153
- }
154
- }
155
- export const AuditPolicyState = {
156
- LOCKED_POLICY: "locked",
157
- UNLOCKED_POLICY: "unlocked",
158
- };
159
- export class InvalidDBClusterCapacityFault extends __BaseException {
160
- name = "InvalidDBClusterCapacityFault";
161
- $fault = "client";
162
- constructor(opts) {
163
- super({
164
- name: "InvalidDBClusterCapacityFault",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- Object.setPrototypeOf(this, InvalidDBClusterCapacityFault.prototype);
169
- }
170
- }
171
- export const CustomEngineVersionStatus = {
172
- available: "available",
173
- inactive: "inactive",
174
- inactive_except_restore: "inactive-except-restore",
175
- };
176
- export class StorageTypeNotAvailableFault extends __BaseException {
177
- name = "StorageTypeNotAvailableFault";
178
- $fault = "client";
179
- constructor(opts) {
180
- super({
181
- name: "StorageTypeNotAvailableFault",
182
- $fault: "client",
183
- ...opts,
184
- });
185
- Object.setPrototypeOf(this, StorageTypeNotAvailableFault.prototype);
186
- }
187
- }
188
- export class SharedSnapshotQuotaExceededFault extends __BaseException {
189
- name = "SharedSnapshotQuotaExceededFault";
190
- $fault = "client";
191
- constructor(opts) {
192
- super({
193
- name: "SharedSnapshotQuotaExceededFault",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
198
- }
199
- }
200
- export class DBUpgradeDependencyFailureFault extends __BaseException {
201
- name = "DBUpgradeDependencyFailureFault";
202
- $fault = "client";
203
- constructor(opts) {
204
- super({
205
- name: "DBUpgradeDependencyFailureFault",
206
- $fault: "client",
207
- ...opts,
208
- });
209
- Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
210
- }
211
- }
212
- export class SubnetAlreadyInUse extends __BaseException {
213
- name = "SubnetAlreadyInUse";
214
- $fault = "client";
215
- constructor(opts) {
216
- super({
217
- name: "SubnetAlreadyInUse",
218
- $fault: "client",
219
- ...opts,
220
- });
221
- Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
222
- }
223
- }
224
- export class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
225
- name = "ReservedDBInstanceAlreadyExistsFault";
226
- $fault = "client";
227
- constructor(opts) {
228
- super({
229
- name: "ReservedDBInstanceAlreadyExistsFault",
230
- $fault: "client",
231
- ...opts,
232
- });
233
- Object.setPrototypeOf(this, ReservedDBInstanceAlreadyExistsFault.prototype);
234
- }
235
- }
236
- export class ReservedDBInstanceQuotaExceededFault extends __BaseException {
237
- name = "ReservedDBInstanceQuotaExceededFault";
238
- $fault = "client";
239
- constructor(opts) {
240
- super({
241
- name: "ReservedDBInstanceQuotaExceededFault",
242
- $fault: "client",
243
- ...opts,
244
- });
245
- Object.setPrototypeOf(this, ReservedDBInstanceQuotaExceededFault.prototype);
246
- }
247
- }
248
- export class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
249
- name = "DBProxyTargetAlreadyRegisteredFault";
250
- $fault = "client";
251
- constructor(opts) {
252
- super({
253
- name: "DBProxyTargetAlreadyRegisteredFault",
254
- $fault: "client",
255
- ...opts,
256
- });
257
- Object.setPrototypeOf(this, DBProxyTargetAlreadyRegisteredFault.prototype);
258
- }
259
- }
260
- export class InsufficientAvailableIPsInSubnetFault extends __BaseException {
261
- name = "InsufficientAvailableIPsInSubnetFault";
262
- $fault = "client";
263
- constructor(opts) {
264
- super({
265
- name: "InsufficientAvailableIPsInSubnetFault",
266
- $fault: "client",
267
- ...opts,
268
- });
269
- Object.setPrototypeOf(this, InsufficientAvailableIPsInSubnetFault.prototype);
270
- }
271
- }
272
- export class DBClusterRoleNotFoundFault extends __BaseException {
273
- name = "DBClusterRoleNotFoundFault";
274
- $fault = "client";
275
- constructor(opts) {
276
- super({
277
- name: "DBClusterRoleNotFoundFault",
278
- $fault: "client",
279
- ...opts,
280
- });
281
- Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
282
- }
283
- }
284
- export class DBInstanceRoleNotFoundFault extends __BaseException {
285
- name = "DBInstanceRoleNotFoundFault";
286
- $fault = "client";
287
- constructor(opts) {
288
- super({
289
- name: "DBInstanceRoleNotFoundFault",
290
- $fault: "client",
291
- ...opts,
292
- });
293
- Object.setPrototypeOf(this, DBInstanceRoleNotFoundFault.prototype);
294
- }
295
- }
296
- export class InvalidS3BucketFault extends __BaseException {
297
- name = "InvalidS3BucketFault";
298
- $fault = "client";
299
- constructor(opts) {
300
- super({
301
- name: "InvalidS3BucketFault",
302
- $fault: "client",
303
- ...opts,
304
- });
305
- Object.setPrototypeOf(this, InvalidS3BucketFault.prototype);
306
- }
307
- }
308
- export class InsufficientDBClusterCapacityFault extends __BaseException {
309
- name = "InsufficientDBClusterCapacityFault";
310
- $fault = "client";
311
- constructor(opts) {
312
- super({
313
- name: "InsufficientDBClusterCapacityFault",
314
- $fault: "client",
315
- ...opts,
316
- });
317
- Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
318
- }
319
- }
320
- export class InvalidRestoreFault extends __BaseException {
321
- name = "InvalidRestoreFault";
322
- $fault = "client";
323
- constructor(opts) {
324
- super({
325
- name: "InvalidRestoreFault",
326
- $fault: "client",
327
- ...opts,
328
- });
329
- Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
330
- }
331
- }
332
- export class PointInTimeRestoreNotEnabledFault extends __BaseException {
333
- name = "PointInTimeRestoreNotEnabledFault";
334
- $fault = "client";
335
- constructor(opts) {
336
- super({
337
- name: "PointInTimeRestoreNotEnabledFault",
338
- $fault: "client",
339
- ...opts,
340
- });
341
- Object.setPrototypeOf(this, PointInTimeRestoreNotEnabledFault.prototype);
342
- }
343
- }
344
- export class ExportTaskAlreadyExistsFault extends __BaseException {
345
- name = "ExportTaskAlreadyExistsFault";
346
- $fault = "client";
347
- constructor(opts) {
348
- super({
349
- name: "ExportTaskAlreadyExistsFault",
350
- $fault: "client",
351
- ...opts,
352
- });
353
- Object.setPrototypeOf(this, ExportTaskAlreadyExistsFault.prototype);
354
- }
355
- }
356
- export class IamRoleMissingPermissionsFault extends __BaseException {
357
- name = "IamRoleMissingPermissionsFault";
358
- $fault = "client";
359
- constructor(opts) {
360
- super({
361
- name: "IamRoleMissingPermissionsFault",
362
- $fault: "client",
363
- ...opts,
364
- });
365
- Object.setPrototypeOf(this, IamRoleMissingPermissionsFault.prototype);
366
- }
367
- }
368
- export class IamRoleNotFoundFault extends __BaseException {
369
- name = "IamRoleNotFoundFault";
370
- $fault = "client";
371
- constructor(opts) {
372
- super({
373
- name: "IamRoleNotFoundFault",
374
- $fault: "client",
375
- ...opts,
376
- });
377
- Object.setPrototypeOf(this, IamRoleNotFoundFault.prototype);
378
- }
379
- }
380
- export class InvalidExportOnlyFault extends __BaseException {
381
- name = "InvalidExportOnlyFault";
382
- $fault = "client";
383
- constructor(opts) {
384
- super({
385
- name: "InvalidExportOnlyFault",
386
- $fault: "client",
387
- ...opts,
388
- });
389
- Object.setPrototypeOf(this, InvalidExportOnlyFault.prototype);
390
- }
391
- }
392
- export class InvalidExportSourceStateFault extends __BaseException {
393
- name = "InvalidExportSourceStateFault";
394
- $fault = "client";
395
- constructor(opts) {
396
- super({
397
- name: "InvalidExportSourceStateFault",
398
- $fault: "client",
399
- ...opts,
400
- });
401
- Object.setPrototypeOf(this, InvalidExportSourceStateFault.prototype);
402
- }
403
- }
1
+ export {};
@@ -1502,7 +1502,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rds";
1502
1502
  const _xN = "xmlName";
1503
1503
  const n0 = "com.amazonaws.rds";
1504
1504
  import { TypeRegistry } from "@smithy/core/schema";
1505
- import { AuthorizationAlreadyExistsFault as __AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault as __AuthorizationNotFoundFault, AuthorizationQuotaExceededFault as __AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault as __BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault as __BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault as __BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault as __CertificateNotFoundFault, CreateCustomDBEngineVersionFault as __CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault as __CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault as __CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault as __CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault as __CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault as __DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault as __DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault as __DBClusterAutomatedBackupQuotaExceededFault, DBClusterBacktrackNotFoundFault as __DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault as __DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault as __DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault as __DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault as __DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault as __DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault as __DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault as __DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault as __DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault as __DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault as __DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault as __DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault as __DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault as __DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault as __DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault as __DBInstanceNotFoundFault, DBInstanceNotReadyFault as __DBInstanceNotReadyFault, DBInstanceRoleAlreadyExistsFault as __DBInstanceRoleAlreadyExistsFault, DBInstanceRoleNotFoundFault as __DBInstanceRoleNotFoundFault, DBInstanceRoleQuotaExceededFault as __DBInstanceRoleQuotaExceededFault, DBLogFileNotFoundFault as __DBLogFileNotFoundFault, DBParameterGroupAlreadyExistsFault as __DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault as __DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault as __DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault as __DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault as __DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault as __DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault as __DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault as __DBProxyNotFoundFault, DBProxyQuotaExceededFault as __DBProxyQuotaExceededFault, DBProxyTargetAlreadyRegisteredFault as __DBProxyTargetAlreadyRegisteredFault, DBProxyTargetGroupNotFoundFault as __DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault as __DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault as __DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault as __DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault as __DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault as __DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault as __DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault as __DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault as __DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault as __DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault as __DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault as __DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs as __DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault as __DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault as __DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault as __DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault as __DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault as __DBUpgradeDependencyFailureFault, DomainNotFoundFault as __DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault as __Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault as __EventSubscriptionQuotaExceededFault, ExportTaskAlreadyExistsFault as __ExportTaskAlreadyExistsFault, ExportTaskNotFoundFault as __ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault as __GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault as __GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault as __GlobalClusterQuotaExceededFault, IamRoleMissingPermissionsFault as __IamRoleMissingPermissionsFault, IamRoleNotFoundFault as __IamRoleNotFoundFault, InstanceQuotaExceededFault as __InstanceQuotaExceededFault, InsufficientAvailableIPsInSubnetFault as __InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault as __InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault as __InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault as __InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault as __IntegrationAlreadyExistsFault, IntegrationConflictOperationFault as __IntegrationConflictOperationFault, IntegrationNotFoundFault as __IntegrationNotFoundFault, IntegrationQuotaExceededFault as __IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault as __InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault as __InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault as __InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterCapacityFault as __InvalidDBClusterCapacityFault, InvalidDBClusterEndpointStateFault as __InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault as __InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault as __InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault as __InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault as __InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault as __InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault as __InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault as __InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault as __InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault as __InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault as __InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault as __InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault as __InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault as __InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault as __InvalidEventSubscriptionStateFault, InvalidExportOnlyFault as __InvalidExportOnlyFault, InvalidExportSourceStateFault as __InvalidExportSourceStateFault, InvalidExportTaskStateFault as __InvalidExportTaskStateFault, InvalidGlobalClusterStateFault as __InvalidGlobalClusterStateFault, InvalidIntegrationStateFault as __InvalidIntegrationStateFault, InvalidOptionGroupStateFault as __InvalidOptionGroupStateFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidRestoreFault as __InvalidRestoreFault, InvalidS3BucketFault as __InvalidS3BucketFault, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached as __MaxDBShardGroupLimitReached, NetworkTypeNotSupported as __NetworkTypeNotSupported, OptionGroupAlreadyExistsFault as __OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault as __OptionGroupNotFoundFault, OptionGroupQuotaExceededFault as __OptionGroupQuotaExceededFault, PointInTimeRestoreNotEnabledFault as __PointInTimeRestoreNotEnabledFault, ProvisionedIopsNotAvailableInAZFault as __ProvisionedIopsNotAvailableInAZFault, ReservedDBInstanceAlreadyExistsFault as __ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault as __ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault as __ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault as __ReservedDBInstancesOfferingNotFoundFault, ResourceNotFoundFault as __ResourceNotFoundFault, SharedSnapshotQuotaExceededFault as __SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault as __SnapshotQuotaExceededFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, SNSTopicArnNotFoundFault as __SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault as __SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault as __SourceDatabaseNotSupportedFault, SourceNotFoundFault as __SourceNotFoundFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, StorageTypeNotAvailableFault as __StorageTypeNotAvailableFault, StorageTypeNotSupportedFault as __StorageTypeNotSupportedFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, SubscriptionAlreadyExistFault as __SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault as __SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault as __SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault as __TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault as __TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault as __TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault as __UnsupportedDBEngineVersionFault, } from "../models/index";
1505
+ import { AuthorizationAlreadyExistsFault as __AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault as __AuthorizationNotFoundFault, AuthorizationQuotaExceededFault as __AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault as __BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault as __BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault as __BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault as __CertificateNotFoundFault, CreateCustomDBEngineVersionFault as __CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault as __CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault as __CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault as __CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault as __CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault as __DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault as __DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault as __DBClusterAutomatedBackupQuotaExceededFault, DBClusterBacktrackNotFoundFault as __DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault as __DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault as __DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault as __DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault as __DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault as __DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault as __DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault as __DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault as __DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault as __DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault as __DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault as __DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault as __DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault as __DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault as __DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault as __DBInstanceNotFoundFault, DBInstanceNotReadyFault as __DBInstanceNotReadyFault, DBInstanceRoleAlreadyExistsFault as __DBInstanceRoleAlreadyExistsFault, DBInstanceRoleNotFoundFault as __DBInstanceRoleNotFoundFault, DBInstanceRoleQuotaExceededFault as __DBInstanceRoleQuotaExceededFault, DBLogFileNotFoundFault as __DBLogFileNotFoundFault, DBParameterGroupAlreadyExistsFault as __DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault as __DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault as __DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault as __DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault as __DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault as __DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault as __DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault as __DBProxyNotFoundFault, DBProxyQuotaExceededFault as __DBProxyQuotaExceededFault, DBProxyTargetAlreadyRegisteredFault as __DBProxyTargetAlreadyRegisteredFault, DBProxyTargetGroupNotFoundFault as __DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault as __DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault as __DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault as __DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault as __DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault as __DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault as __DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault as __DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault as __DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault as __DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault as __DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault as __DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs as __DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault as __DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault as __DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault as __DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault as __DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault as __DBUpgradeDependencyFailureFault, DomainNotFoundFault as __DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault as __Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault as __EventSubscriptionQuotaExceededFault, ExportTaskAlreadyExistsFault as __ExportTaskAlreadyExistsFault, ExportTaskNotFoundFault as __ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault as __GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault as __GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault as __GlobalClusterQuotaExceededFault, IamRoleMissingPermissionsFault as __IamRoleMissingPermissionsFault, IamRoleNotFoundFault as __IamRoleNotFoundFault, InstanceQuotaExceededFault as __InstanceQuotaExceededFault, InsufficientAvailableIPsInSubnetFault as __InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault as __InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault as __InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault as __InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault as __IntegrationAlreadyExistsFault, IntegrationConflictOperationFault as __IntegrationConflictOperationFault, IntegrationNotFoundFault as __IntegrationNotFoundFault, IntegrationQuotaExceededFault as __IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault as __InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault as __InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault as __InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterCapacityFault as __InvalidDBClusterCapacityFault, InvalidDBClusterEndpointStateFault as __InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault as __InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault as __InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault as __InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault as __InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault as __InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault as __InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault as __InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault as __InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault as __InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault as __InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault as __InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault as __InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault as __InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault as __InvalidEventSubscriptionStateFault, InvalidExportOnlyFault as __InvalidExportOnlyFault, InvalidExportSourceStateFault as __InvalidExportSourceStateFault, InvalidExportTaskStateFault as __InvalidExportTaskStateFault, InvalidGlobalClusterStateFault as __InvalidGlobalClusterStateFault, InvalidIntegrationStateFault as __InvalidIntegrationStateFault, InvalidOptionGroupStateFault as __InvalidOptionGroupStateFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidRestoreFault as __InvalidRestoreFault, InvalidS3BucketFault as __InvalidS3BucketFault, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached as __MaxDBShardGroupLimitReached, NetworkTypeNotSupported as __NetworkTypeNotSupported, OptionGroupAlreadyExistsFault as __OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault as __OptionGroupNotFoundFault, OptionGroupQuotaExceededFault as __OptionGroupQuotaExceededFault, PointInTimeRestoreNotEnabledFault as __PointInTimeRestoreNotEnabledFault, ProvisionedIopsNotAvailableInAZFault as __ProvisionedIopsNotAvailableInAZFault, ReservedDBInstanceAlreadyExistsFault as __ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault as __ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault as __ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault as __ReservedDBInstancesOfferingNotFoundFault, ResourceNotFoundFault as __ResourceNotFoundFault, SharedSnapshotQuotaExceededFault as __SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault as __SnapshotQuotaExceededFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, SNSTopicArnNotFoundFault as __SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault as __SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault as __SourceDatabaseNotSupportedFault, SourceNotFoundFault as __SourceNotFoundFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, StorageTypeNotAvailableFault as __StorageTypeNotAvailableFault, StorageTypeNotSupportedFault as __StorageTypeNotSupportedFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, SubscriptionAlreadyExistFault as __SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault as __SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault as __SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault as __TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault as __TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault as __TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault as __UnsupportedDBEngineVersionFault, } from "../models/errors";
1506
1506
  import { RDSServiceException as __RDSServiceException } from "../models/RDSServiceException";
1507
1507
  export var PotentiallySensitiveOptionSettingValue = [0, n0, _PSOSV, 8, 0];
1508
1508
  export var SensitiveString = [0, n0, _SS, 8, 0];
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteGlobalClusterMessage } from "../models/models_0";
4
- import { DeleteGlobalClusterResult } from "../models/models_1";
3
+ import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0";
5
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
6
5
  /**
7
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Integration } from "../models/models_0";
4
- import { DeleteIntegrationMessage } from "../models/models_1";
3
+ import { DeleteIntegrationMessage, Integration } from "../models/models_0";
5
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
6
5
  /**
7
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteOptionGroupMessage } from "../models/models_1";
3
+ import { DeleteOptionGroupMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteTenantDatabaseMessage, DeleteTenantDatabaseResult } from "../models/models_1";
3
+ import { DeleteTenantDatabaseMessage, DeleteTenantDatabaseResult } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/models_1";
3
+ import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AccountAttributesMessage } from "../models/models_0";
4
- import { DescribeAccountAttributesMessage } from "../models/models_1";
3
+ import { AccountAttributesMessage, DescribeAccountAttributesMessage } from "../models/models_0";
5
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
6
5
  /**
7
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsResponse } from "../models/models_1";
3
+ import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsResponse } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_1";
3
+ import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterAutomatedBackupMessage, DescribeDBClusterAutomatedBackupsMessage } from "../models/models_1";
3
+ import { DBClusterAutomatedBackupMessage, DescribeDBClusterAutomatedBackupsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from "../models/models_1";
3
+ import { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_1";
3
+ import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_1";
3
+ import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_1";
3
+ import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult } from "../models/models_1";
3
+ import { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_1";
3
+ import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_1";
3
+ import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_1";
3
+ import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBInstanceAutomatedBackupMessage, DescribeDBInstanceAutomatedBackupsMessage } from "../models/models_1";
3
+ import { DBInstanceAutomatedBackupMessage, DescribeDBInstanceAutomatedBackupsMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_1";
3
+ import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeDBLogFilesMessage, DescribeDBLogFilesResponse } from "../models/models_1";
3
+ import { DescribeDBLogFilesMessage, DescribeDBLogFilesResponse } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeDBMajorEngineVersionsRequest, DescribeDBMajorEngineVersionsResponse } from "../models/models_1";
3
+ import { DescribeDBMajorEngineVersionsRequest, DescribeDBMajorEngineVersionsResponse } from "../models/models_0";
4
4
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
5
  /**
6
6
  * @public