@effect-aws/client-rds 1.3.0 → 1.9.3

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 (69) hide show
  1. package/Errors/package.json +6 -0
  2. package/RDSClientInstance/package.json +6 -0
  3. package/RDSService/package.json +6 -0
  4. package/RDSServiceConfig/package.json +6 -0
  5. package/{lib → dist/cjs}/Errors.d.ts +7 -12
  6. package/dist/cjs/Errors.d.ts.map +1 -0
  7. package/dist/cjs/Errors.js +153 -0
  8. package/dist/cjs/Errors.js.map +1 -0
  9. package/dist/cjs/RDSClientInstance.d.ts +24 -0
  10. package/dist/cjs/RDSClientInstance.d.ts.map +1 -0
  11. package/dist/cjs/RDSClientInstance.js +50 -0
  12. package/dist/cjs/RDSClientInstance.js.map +1 -0
  13. package/dist/cjs/RDSService.d.ts +689 -0
  14. package/dist/cjs/RDSService.d.ts.map +1 -0
  15. package/dist/cjs/RDSService.js +221 -0
  16. package/dist/cjs/RDSService.js.map +1 -0
  17. package/dist/cjs/RDSServiceConfig.d.ts +25 -0
  18. package/dist/cjs/RDSServiceConfig.d.ts.map +1 -0
  19. package/dist/cjs/RDSServiceConfig.js +35 -0
  20. package/dist/cjs/RDSServiceConfig.js.map +1 -0
  21. package/dist/cjs/index.d.ts +39 -0
  22. package/dist/cjs/index.d.ts.map +1 -0
  23. package/dist/cjs/index.js +56 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/dts/Errors.d.ts +152 -0
  26. package/dist/dts/Errors.d.ts.map +1 -0
  27. package/dist/dts/RDSClientInstance.d.ts +24 -0
  28. package/dist/dts/RDSClientInstance.d.ts.map +1 -0
  29. package/dist/dts/RDSService.d.ts +689 -0
  30. package/dist/dts/RDSService.d.ts.map +1 -0
  31. package/dist/dts/RDSServiceConfig.d.ts +25 -0
  32. package/dist/dts/RDSServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +39 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/esm/Errors.js +150 -0
  36. package/dist/esm/Errors.js.map +1 -0
  37. package/dist/esm/RDSClientInstance.js +23 -0
  38. package/dist/esm/RDSClientInstance.js.map +1 -0
  39. package/dist/esm/RDSService.js +194 -0
  40. package/dist/esm/RDSService.js.map +1 -0
  41. package/dist/esm/RDSServiceConfig.js +31 -0
  42. package/dist/esm/RDSServiceConfig.js.map +1 -0
  43. package/dist/esm/index.js +27 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/package.json +4 -0
  46. package/package.json +60 -43
  47. package/src/Errors.ts +452 -0
  48. package/src/RDSClientInstance.ts +33 -0
  49. package/src/RDSService.ts +3134 -0
  50. package/src/RDSServiceConfig.ts +51 -0
  51. package/src/index.ts +44 -0
  52. package/CHANGELOG.md +0 -41
  53. package/docgen.json +0 -8
  54. package/lib/Errors.js +0 -153
  55. package/lib/RDSClientInstance.d.ts +0 -31
  56. package/lib/RDSClientInstance.js +0 -57
  57. package/lib/RDSClientInstanceConfig.d.ts +0 -23
  58. package/lib/RDSClientInstanceConfig.js +0 -44
  59. package/lib/RDSService.d.ts +0 -875
  60. package/lib/RDSService.js +0 -250
  61. package/lib/esm/Errors.js +0 -150
  62. package/lib/esm/RDSClientInstance.js +0 -30
  63. package/lib/esm/RDSClientInstanceConfig.js +0 -40
  64. package/lib/esm/RDSService.js +0 -246
  65. package/lib/esm/index.js +0 -5
  66. package/lib/index.d.ts +0 -4
  67. package/lib/index.js +0 -21
  68. package/project.json +0 -77
  69. package/vitest.config.ts +0 -3
@@ -0,0 +1,3134 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import {
5
+ AddRoleToDBClusterCommand,
6
+ type AddRoleToDBClusterCommandInput,
7
+ type AddRoleToDBClusterCommandOutput,
8
+ AddRoleToDBInstanceCommand,
9
+ type AddRoleToDBInstanceCommandInput,
10
+ type AddRoleToDBInstanceCommandOutput,
11
+ AddSourceIdentifierToSubscriptionCommand,
12
+ type AddSourceIdentifierToSubscriptionCommandInput,
13
+ type AddSourceIdentifierToSubscriptionCommandOutput,
14
+ AddTagsToResourceCommand,
15
+ type AddTagsToResourceCommandInput,
16
+ type AddTagsToResourceCommandOutput,
17
+ ApplyPendingMaintenanceActionCommand,
18
+ type ApplyPendingMaintenanceActionCommandInput,
19
+ type ApplyPendingMaintenanceActionCommandOutput,
20
+ AuthorizeDBSecurityGroupIngressCommand,
21
+ type AuthorizeDBSecurityGroupIngressCommandInput,
22
+ type AuthorizeDBSecurityGroupIngressCommandOutput,
23
+ BacktrackDBClusterCommand,
24
+ type BacktrackDBClusterCommandInput,
25
+ type BacktrackDBClusterCommandOutput,
26
+ CancelExportTaskCommand,
27
+ type CancelExportTaskCommandInput,
28
+ type CancelExportTaskCommandOutput,
29
+ CopyDBClusterParameterGroupCommand,
30
+ type CopyDBClusterParameterGroupCommandInput,
31
+ type CopyDBClusterParameterGroupCommandOutput,
32
+ CopyDBClusterSnapshotCommand,
33
+ type CopyDBClusterSnapshotCommandInput,
34
+ type CopyDBClusterSnapshotCommandOutput,
35
+ CopyDBParameterGroupCommand,
36
+ type CopyDBParameterGroupCommandInput,
37
+ type CopyDBParameterGroupCommandOutput,
38
+ CopyDBSnapshotCommand,
39
+ type CopyDBSnapshotCommandInput,
40
+ type CopyDBSnapshotCommandOutput,
41
+ CopyOptionGroupCommand,
42
+ type CopyOptionGroupCommandInput,
43
+ type CopyOptionGroupCommandOutput,
44
+ CreateBlueGreenDeploymentCommand,
45
+ type CreateBlueGreenDeploymentCommandInput,
46
+ type CreateBlueGreenDeploymentCommandOutput,
47
+ CreateCustomDBEngineVersionCommand,
48
+ type CreateCustomDBEngineVersionCommandInput,
49
+ type CreateCustomDBEngineVersionCommandOutput,
50
+ CreateDBClusterCommand,
51
+ type CreateDBClusterCommandInput,
52
+ type CreateDBClusterCommandOutput,
53
+ CreateDBClusterEndpointCommand,
54
+ type CreateDBClusterEndpointCommandInput,
55
+ type CreateDBClusterEndpointCommandOutput,
56
+ CreateDBClusterParameterGroupCommand,
57
+ type CreateDBClusterParameterGroupCommandInput,
58
+ type CreateDBClusterParameterGroupCommandOutput,
59
+ CreateDBClusterSnapshotCommand,
60
+ type CreateDBClusterSnapshotCommandInput,
61
+ type CreateDBClusterSnapshotCommandOutput,
62
+ CreateDBInstanceCommand,
63
+ type CreateDBInstanceCommandInput,
64
+ type CreateDBInstanceCommandOutput,
65
+ CreateDBInstanceReadReplicaCommand,
66
+ type CreateDBInstanceReadReplicaCommandInput,
67
+ type CreateDBInstanceReadReplicaCommandOutput,
68
+ CreateDBParameterGroupCommand,
69
+ type CreateDBParameterGroupCommandInput,
70
+ type CreateDBParameterGroupCommandOutput,
71
+ CreateDBProxyCommand,
72
+ type CreateDBProxyCommandInput,
73
+ type CreateDBProxyCommandOutput,
74
+ CreateDBProxyEndpointCommand,
75
+ type CreateDBProxyEndpointCommandInput,
76
+ type CreateDBProxyEndpointCommandOutput,
77
+ CreateDBSecurityGroupCommand,
78
+ type CreateDBSecurityGroupCommandInput,
79
+ type CreateDBSecurityGroupCommandOutput,
80
+ CreateDBShardGroupCommand,
81
+ type CreateDBShardGroupCommandInput,
82
+ type CreateDBShardGroupCommandOutput,
83
+ CreateDBSnapshotCommand,
84
+ type CreateDBSnapshotCommandInput,
85
+ type CreateDBSnapshotCommandOutput,
86
+ CreateDBSubnetGroupCommand,
87
+ type CreateDBSubnetGroupCommandInput,
88
+ type CreateDBSubnetGroupCommandOutput,
89
+ CreateEventSubscriptionCommand,
90
+ type CreateEventSubscriptionCommandInput,
91
+ type CreateEventSubscriptionCommandOutput,
92
+ CreateGlobalClusterCommand,
93
+ type CreateGlobalClusterCommandInput,
94
+ type CreateGlobalClusterCommandOutput,
95
+ CreateIntegrationCommand,
96
+ type CreateIntegrationCommandInput,
97
+ type CreateIntegrationCommandOutput,
98
+ CreateOptionGroupCommand,
99
+ type CreateOptionGroupCommandInput,
100
+ type CreateOptionGroupCommandOutput,
101
+ CreateTenantDatabaseCommand,
102
+ type CreateTenantDatabaseCommandInput,
103
+ type CreateTenantDatabaseCommandOutput,
104
+ DeleteBlueGreenDeploymentCommand,
105
+ type DeleteBlueGreenDeploymentCommandInput,
106
+ type DeleteBlueGreenDeploymentCommandOutput,
107
+ DeleteCustomDBEngineVersionCommand,
108
+ type DeleteCustomDBEngineVersionCommandInput,
109
+ type DeleteCustomDBEngineVersionCommandOutput,
110
+ DeleteDBClusterAutomatedBackupCommand,
111
+ type DeleteDBClusterAutomatedBackupCommandInput,
112
+ type DeleteDBClusterAutomatedBackupCommandOutput,
113
+ DeleteDBClusterCommand,
114
+ type DeleteDBClusterCommandInput,
115
+ type DeleteDBClusterCommandOutput,
116
+ DeleteDBClusterEndpointCommand,
117
+ type DeleteDBClusterEndpointCommandInput,
118
+ type DeleteDBClusterEndpointCommandOutput,
119
+ DeleteDBClusterParameterGroupCommand,
120
+ type DeleteDBClusterParameterGroupCommandInput,
121
+ type DeleteDBClusterParameterGroupCommandOutput,
122
+ DeleteDBClusterSnapshotCommand,
123
+ type DeleteDBClusterSnapshotCommandInput,
124
+ type DeleteDBClusterSnapshotCommandOutput,
125
+ DeleteDBInstanceAutomatedBackupCommand,
126
+ type DeleteDBInstanceAutomatedBackupCommandInput,
127
+ type DeleteDBInstanceAutomatedBackupCommandOutput,
128
+ DeleteDBInstanceCommand,
129
+ type DeleteDBInstanceCommandInput,
130
+ type DeleteDBInstanceCommandOutput,
131
+ DeleteDBParameterGroupCommand,
132
+ type DeleteDBParameterGroupCommandInput,
133
+ type DeleteDBParameterGroupCommandOutput,
134
+ DeleteDBProxyCommand,
135
+ type DeleteDBProxyCommandInput,
136
+ type DeleteDBProxyCommandOutput,
137
+ DeleteDBProxyEndpointCommand,
138
+ type DeleteDBProxyEndpointCommandInput,
139
+ type DeleteDBProxyEndpointCommandOutput,
140
+ DeleteDBSecurityGroupCommand,
141
+ type DeleteDBSecurityGroupCommandInput,
142
+ type DeleteDBSecurityGroupCommandOutput,
143
+ DeleteDBShardGroupCommand,
144
+ type DeleteDBShardGroupCommandInput,
145
+ type DeleteDBShardGroupCommandOutput,
146
+ DeleteDBSnapshotCommand,
147
+ type DeleteDBSnapshotCommandInput,
148
+ type DeleteDBSnapshotCommandOutput,
149
+ DeleteDBSubnetGroupCommand,
150
+ type DeleteDBSubnetGroupCommandInput,
151
+ type DeleteDBSubnetGroupCommandOutput,
152
+ DeleteEventSubscriptionCommand,
153
+ type DeleteEventSubscriptionCommandInput,
154
+ type DeleteEventSubscriptionCommandOutput,
155
+ DeleteGlobalClusterCommand,
156
+ type DeleteGlobalClusterCommandInput,
157
+ type DeleteGlobalClusterCommandOutput,
158
+ DeleteIntegrationCommand,
159
+ type DeleteIntegrationCommandInput,
160
+ type DeleteIntegrationCommandOutput,
161
+ DeleteOptionGroupCommand,
162
+ type DeleteOptionGroupCommandInput,
163
+ type DeleteOptionGroupCommandOutput,
164
+ DeleteTenantDatabaseCommand,
165
+ type DeleteTenantDatabaseCommandInput,
166
+ type DeleteTenantDatabaseCommandOutput,
167
+ DeregisterDBProxyTargetsCommand,
168
+ type DeregisterDBProxyTargetsCommandInput,
169
+ type DeregisterDBProxyTargetsCommandOutput,
170
+ DescribeAccountAttributesCommand,
171
+ type DescribeAccountAttributesCommandInput,
172
+ type DescribeAccountAttributesCommandOutput,
173
+ DescribeBlueGreenDeploymentsCommand,
174
+ type DescribeBlueGreenDeploymentsCommandInput,
175
+ type DescribeBlueGreenDeploymentsCommandOutput,
176
+ DescribeCertificatesCommand,
177
+ type DescribeCertificatesCommandInput,
178
+ type DescribeCertificatesCommandOutput,
179
+ DescribeDBClusterAutomatedBackupsCommand,
180
+ type DescribeDBClusterAutomatedBackupsCommandInput,
181
+ type DescribeDBClusterAutomatedBackupsCommandOutput,
182
+ DescribeDBClusterBacktracksCommand,
183
+ type DescribeDBClusterBacktracksCommandInput,
184
+ type DescribeDBClusterBacktracksCommandOutput,
185
+ DescribeDBClusterEndpointsCommand,
186
+ type DescribeDBClusterEndpointsCommandInput,
187
+ type DescribeDBClusterEndpointsCommandOutput,
188
+ DescribeDBClusterParameterGroupsCommand,
189
+ type DescribeDBClusterParameterGroupsCommandInput,
190
+ type DescribeDBClusterParameterGroupsCommandOutput,
191
+ DescribeDBClusterParametersCommand,
192
+ type DescribeDBClusterParametersCommandInput,
193
+ type DescribeDBClusterParametersCommandOutput,
194
+ DescribeDBClustersCommand,
195
+ type DescribeDBClustersCommandInput,
196
+ type DescribeDBClustersCommandOutput,
197
+ DescribeDBClusterSnapshotAttributesCommand,
198
+ type DescribeDBClusterSnapshotAttributesCommandInput,
199
+ type DescribeDBClusterSnapshotAttributesCommandOutput,
200
+ DescribeDBClusterSnapshotsCommand,
201
+ type DescribeDBClusterSnapshotsCommandInput,
202
+ type DescribeDBClusterSnapshotsCommandOutput,
203
+ DescribeDBEngineVersionsCommand,
204
+ type DescribeDBEngineVersionsCommandInput,
205
+ type DescribeDBEngineVersionsCommandOutput,
206
+ DescribeDBInstanceAutomatedBackupsCommand,
207
+ type DescribeDBInstanceAutomatedBackupsCommandInput,
208
+ type DescribeDBInstanceAutomatedBackupsCommandOutput,
209
+ DescribeDBInstancesCommand,
210
+ type DescribeDBInstancesCommandInput,
211
+ type DescribeDBInstancesCommandOutput,
212
+ DescribeDBLogFilesCommand,
213
+ type DescribeDBLogFilesCommandInput,
214
+ type DescribeDBLogFilesCommandOutput,
215
+ DescribeDBParameterGroupsCommand,
216
+ type DescribeDBParameterGroupsCommandInput,
217
+ type DescribeDBParameterGroupsCommandOutput,
218
+ DescribeDBParametersCommand,
219
+ type DescribeDBParametersCommandInput,
220
+ type DescribeDBParametersCommandOutput,
221
+ DescribeDBProxiesCommand,
222
+ type DescribeDBProxiesCommandInput,
223
+ type DescribeDBProxiesCommandOutput,
224
+ DescribeDBProxyEndpointsCommand,
225
+ type DescribeDBProxyEndpointsCommandInput,
226
+ type DescribeDBProxyEndpointsCommandOutput,
227
+ DescribeDBProxyTargetGroupsCommand,
228
+ type DescribeDBProxyTargetGroupsCommandInput,
229
+ type DescribeDBProxyTargetGroupsCommandOutput,
230
+ DescribeDBProxyTargetsCommand,
231
+ type DescribeDBProxyTargetsCommandInput,
232
+ type DescribeDBProxyTargetsCommandOutput,
233
+ DescribeDBRecommendationsCommand,
234
+ type DescribeDBRecommendationsCommandInput,
235
+ type DescribeDBRecommendationsCommandOutput,
236
+ DescribeDBSecurityGroupsCommand,
237
+ type DescribeDBSecurityGroupsCommandInput,
238
+ type DescribeDBSecurityGroupsCommandOutput,
239
+ DescribeDBShardGroupsCommand,
240
+ type DescribeDBShardGroupsCommandInput,
241
+ type DescribeDBShardGroupsCommandOutput,
242
+ DescribeDBSnapshotAttributesCommand,
243
+ type DescribeDBSnapshotAttributesCommandInput,
244
+ type DescribeDBSnapshotAttributesCommandOutput,
245
+ DescribeDBSnapshotsCommand,
246
+ type DescribeDBSnapshotsCommandInput,
247
+ type DescribeDBSnapshotsCommandOutput,
248
+ DescribeDBSnapshotTenantDatabasesCommand,
249
+ type DescribeDBSnapshotTenantDatabasesCommandInput,
250
+ type DescribeDBSnapshotTenantDatabasesCommandOutput,
251
+ DescribeDBSubnetGroupsCommand,
252
+ type DescribeDBSubnetGroupsCommandInput,
253
+ type DescribeDBSubnetGroupsCommandOutput,
254
+ DescribeEngineDefaultClusterParametersCommand,
255
+ type DescribeEngineDefaultClusterParametersCommandInput,
256
+ type DescribeEngineDefaultClusterParametersCommandOutput,
257
+ DescribeEngineDefaultParametersCommand,
258
+ type DescribeEngineDefaultParametersCommandInput,
259
+ type DescribeEngineDefaultParametersCommandOutput,
260
+ DescribeEventCategoriesCommand,
261
+ type DescribeEventCategoriesCommandInput,
262
+ type DescribeEventCategoriesCommandOutput,
263
+ DescribeEventsCommand,
264
+ type DescribeEventsCommandInput,
265
+ type DescribeEventsCommandOutput,
266
+ DescribeEventSubscriptionsCommand,
267
+ type DescribeEventSubscriptionsCommandInput,
268
+ type DescribeEventSubscriptionsCommandOutput,
269
+ DescribeExportTasksCommand,
270
+ type DescribeExportTasksCommandInput,
271
+ type DescribeExportTasksCommandOutput,
272
+ DescribeGlobalClustersCommand,
273
+ type DescribeGlobalClustersCommandInput,
274
+ type DescribeGlobalClustersCommandOutput,
275
+ DescribeIntegrationsCommand,
276
+ type DescribeIntegrationsCommandInput,
277
+ type DescribeIntegrationsCommandOutput,
278
+ DescribeOptionGroupOptionsCommand,
279
+ type DescribeOptionGroupOptionsCommandInput,
280
+ type DescribeOptionGroupOptionsCommandOutput,
281
+ DescribeOptionGroupsCommand,
282
+ type DescribeOptionGroupsCommandInput,
283
+ type DescribeOptionGroupsCommandOutput,
284
+ DescribeOrderableDBInstanceOptionsCommand,
285
+ type DescribeOrderableDBInstanceOptionsCommandInput,
286
+ type DescribeOrderableDBInstanceOptionsCommandOutput,
287
+ DescribePendingMaintenanceActionsCommand,
288
+ type DescribePendingMaintenanceActionsCommandInput,
289
+ type DescribePendingMaintenanceActionsCommandOutput,
290
+ DescribeReservedDBInstancesCommand,
291
+ type DescribeReservedDBInstancesCommandInput,
292
+ type DescribeReservedDBInstancesCommandOutput,
293
+ DescribeReservedDBInstancesOfferingsCommand,
294
+ type DescribeReservedDBInstancesOfferingsCommandInput,
295
+ type DescribeReservedDBInstancesOfferingsCommandOutput,
296
+ DescribeSourceRegionsCommand,
297
+ type DescribeSourceRegionsCommandInput,
298
+ type DescribeSourceRegionsCommandOutput,
299
+ DescribeTenantDatabasesCommand,
300
+ type DescribeTenantDatabasesCommandInput,
301
+ type DescribeTenantDatabasesCommandOutput,
302
+ DescribeValidDBInstanceModificationsCommand,
303
+ type DescribeValidDBInstanceModificationsCommandInput,
304
+ type DescribeValidDBInstanceModificationsCommandOutput,
305
+ DisableHttpEndpointCommand,
306
+ type DisableHttpEndpointCommandInput,
307
+ type DisableHttpEndpointCommandOutput,
308
+ DownloadDBLogFilePortionCommand,
309
+ type DownloadDBLogFilePortionCommandInput,
310
+ type DownloadDBLogFilePortionCommandOutput,
311
+ EnableHttpEndpointCommand,
312
+ type EnableHttpEndpointCommandInput,
313
+ type EnableHttpEndpointCommandOutput,
314
+ FailoverDBClusterCommand,
315
+ type FailoverDBClusterCommandInput,
316
+ type FailoverDBClusterCommandOutput,
317
+ FailoverGlobalClusterCommand,
318
+ type FailoverGlobalClusterCommandInput,
319
+ type FailoverGlobalClusterCommandOutput,
320
+ ListTagsForResourceCommand,
321
+ type ListTagsForResourceCommandInput,
322
+ type ListTagsForResourceCommandOutput,
323
+ ModifyActivityStreamCommand,
324
+ type ModifyActivityStreamCommandInput,
325
+ type ModifyActivityStreamCommandOutput,
326
+ ModifyCertificatesCommand,
327
+ type ModifyCertificatesCommandInput,
328
+ type ModifyCertificatesCommandOutput,
329
+ ModifyCurrentDBClusterCapacityCommand,
330
+ type ModifyCurrentDBClusterCapacityCommandInput,
331
+ type ModifyCurrentDBClusterCapacityCommandOutput,
332
+ ModifyCustomDBEngineVersionCommand,
333
+ type ModifyCustomDBEngineVersionCommandInput,
334
+ type ModifyCustomDBEngineVersionCommandOutput,
335
+ ModifyDBClusterCommand,
336
+ type ModifyDBClusterCommandInput,
337
+ type ModifyDBClusterCommandOutput,
338
+ ModifyDBClusterEndpointCommand,
339
+ type ModifyDBClusterEndpointCommandInput,
340
+ type ModifyDBClusterEndpointCommandOutput,
341
+ ModifyDBClusterParameterGroupCommand,
342
+ type ModifyDBClusterParameterGroupCommandInput,
343
+ type ModifyDBClusterParameterGroupCommandOutput,
344
+ ModifyDBClusterSnapshotAttributeCommand,
345
+ type ModifyDBClusterSnapshotAttributeCommandInput,
346
+ type ModifyDBClusterSnapshotAttributeCommandOutput,
347
+ ModifyDBInstanceCommand,
348
+ type ModifyDBInstanceCommandInput,
349
+ type ModifyDBInstanceCommandOutput,
350
+ ModifyDBParameterGroupCommand,
351
+ type ModifyDBParameterGroupCommandInput,
352
+ type ModifyDBParameterGroupCommandOutput,
353
+ ModifyDBProxyCommand,
354
+ type ModifyDBProxyCommandInput,
355
+ type ModifyDBProxyCommandOutput,
356
+ ModifyDBProxyEndpointCommand,
357
+ type ModifyDBProxyEndpointCommandInput,
358
+ type ModifyDBProxyEndpointCommandOutput,
359
+ ModifyDBProxyTargetGroupCommand,
360
+ type ModifyDBProxyTargetGroupCommandInput,
361
+ type ModifyDBProxyTargetGroupCommandOutput,
362
+ ModifyDBRecommendationCommand,
363
+ type ModifyDBRecommendationCommandInput,
364
+ type ModifyDBRecommendationCommandOutput,
365
+ ModifyDBShardGroupCommand,
366
+ type ModifyDBShardGroupCommandInput,
367
+ type ModifyDBShardGroupCommandOutput,
368
+ ModifyDBSnapshotAttributeCommand,
369
+ type ModifyDBSnapshotAttributeCommandInput,
370
+ type ModifyDBSnapshotAttributeCommandOutput,
371
+ ModifyDBSnapshotCommand,
372
+ type ModifyDBSnapshotCommandInput,
373
+ type ModifyDBSnapshotCommandOutput,
374
+ ModifyDBSubnetGroupCommand,
375
+ type ModifyDBSubnetGroupCommandInput,
376
+ type ModifyDBSubnetGroupCommandOutput,
377
+ ModifyEventSubscriptionCommand,
378
+ type ModifyEventSubscriptionCommandInput,
379
+ type ModifyEventSubscriptionCommandOutput,
380
+ ModifyGlobalClusterCommand,
381
+ type ModifyGlobalClusterCommandInput,
382
+ type ModifyGlobalClusterCommandOutput,
383
+ ModifyIntegrationCommand,
384
+ type ModifyIntegrationCommandInput,
385
+ type ModifyIntegrationCommandOutput,
386
+ ModifyOptionGroupCommand,
387
+ type ModifyOptionGroupCommandInput,
388
+ type ModifyOptionGroupCommandOutput,
389
+ ModifyTenantDatabaseCommand,
390
+ type ModifyTenantDatabaseCommandInput,
391
+ type ModifyTenantDatabaseCommandOutput,
392
+ PromoteReadReplicaCommand,
393
+ type PromoteReadReplicaCommandInput,
394
+ type PromoteReadReplicaCommandOutput,
395
+ PromoteReadReplicaDBClusterCommand,
396
+ type PromoteReadReplicaDBClusterCommandInput,
397
+ type PromoteReadReplicaDBClusterCommandOutput,
398
+ PurchaseReservedDBInstancesOfferingCommand,
399
+ type PurchaseReservedDBInstancesOfferingCommandInput,
400
+ type PurchaseReservedDBInstancesOfferingCommandOutput,
401
+ type RDSClient,
402
+ type RDSClientConfig,
403
+ RebootDBClusterCommand,
404
+ type RebootDBClusterCommandInput,
405
+ type RebootDBClusterCommandOutput,
406
+ RebootDBInstanceCommand,
407
+ type RebootDBInstanceCommandInput,
408
+ type RebootDBInstanceCommandOutput,
409
+ RebootDBShardGroupCommand,
410
+ type RebootDBShardGroupCommandInput,
411
+ type RebootDBShardGroupCommandOutput,
412
+ RegisterDBProxyTargetsCommand,
413
+ type RegisterDBProxyTargetsCommandInput,
414
+ type RegisterDBProxyTargetsCommandOutput,
415
+ RemoveFromGlobalClusterCommand,
416
+ type RemoveFromGlobalClusterCommandInput,
417
+ type RemoveFromGlobalClusterCommandOutput,
418
+ RemoveRoleFromDBClusterCommand,
419
+ type RemoveRoleFromDBClusterCommandInput,
420
+ type RemoveRoleFromDBClusterCommandOutput,
421
+ RemoveRoleFromDBInstanceCommand,
422
+ type RemoveRoleFromDBInstanceCommandInput,
423
+ type RemoveRoleFromDBInstanceCommandOutput,
424
+ RemoveSourceIdentifierFromSubscriptionCommand,
425
+ type RemoveSourceIdentifierFromSubscriptionCommandInput,
426
+ type RemoveSourceIdentifierFromSubscriptionCommandOutput,
427
+ RemoveTagsFromResourceCommand,
428
+ type RemoveTagsFromResourceCommandInput,
429
+ type RemoveTagsFromResourceCommandOutput,
430
+ ResetDBClusterParameterGroupCommand,
431
+ type ResetDBClusterParameterGroupCommandInput,
432
+ type ResetDBClusterParameterGroupCommandOutput,
433
+ ResetDBParameterGroupCommand,
434
+ type ResetDBParameterGroupCommandInput,
435
+ type ResetDBParameterGroupCommandOutput,
436
+ RestoreDBClusterFromS3Command,
437
+ type RestoreDBClusterFromS3CommandInput,
438
+ type RestoreDBClusterFromS3CommandOutput,
439
+ RestoreDBClusterFromSnapshotCommand,
440
+ type RestoreDBClusterFromSnapshotCommandInput,
441
+ type RestoreDBClusterFromSnapshotCommandOutput,
442
+ RestoreDBClusterToPointInTimeCommand,
443
+ type RestoreDBClusterToPointInTimeCommandInput,
444
+ type RestoreDBClusterToPointInTimeCommandOutput,
445
+ RestoreDBInstanceFromDBSnapshotCommand,
446
+ type RestoreDBInstanceFromDBSnapshotCommandInput,
447
+ type RestoreDBInstanceFromDBSnapshotCommandOutput,
448
+ RestoreDBInstanceFromS3Command,
449
+ type RestoreDBInstanceFromS3CommandInput,
450
+ type RestoreDBInstanceFromS3CommandOutput,
451
+ RestoreDBInstanceToPointInTimeCommand,
452
+ type RestoreDBInstanceToPointInTimeCommandInput,
453
+ type RestoreDBInstanceToPointInTimeCommandOutput,
454
+ RevokeDBSecurityGroupIngressCommand,
455
+ type RevokeDBSecurityGroupIngressCommandInput,
456
+ type RevokeDBSecurityGroupIngressCommandOutput,
457
+ StartActivityStreamCommand,
458
+ type StartActivityStreamCommandInput,
459
+ type StartActivityStreamCommandOutput,
460
+ StartDBClusterCommand,
461
+ type StartDBClusterCommandInput,
462
+ type StartDBClusterCommandOutput,
463
+ StartDBInstanceAutomatedBackupsReplicationCommand,
464
+ type StartDBInstanceAutomatedBackupsReplicationCommandInput,
465
+ type StartDBInstanceAutomatedBackupsReplicationCommandOutput,
466
+ StartDBInstanceCommand,
467
+ type StartDBInstanceCommandInput,
468
+ type StartDBInstanceCommandOutput,
469
+ StartExportTaskCommand,
470
+ type StartExportTaskCommandInput,
471
+ type StartExportTaskCommandOutput,
472
+ StopActivityStreamCommand,
473
+ type StopActivityStreamCommandInput,
474
+ type StopActivityStreamCommandOutput,
475
+ StopDBClusterCommand,
476
+ type StopDBClusterCommandInput,
477
+ type StopDBClusterCommandOutput,
478
+ StopDBInstanceAutomatedBackupsReplicationCommand,
479
+ type StopDBInstanceAutomatedBackupsReplicationCommandInput,
480
+ type StopDBInstanceAutomatedBackupsReplicationCommandOutput,
481
+ StopDBInstanceCommand,
482
+ type StopDBInstanceCommandInput,
483
+ type StopDBInstanceCommandOutput,
484
+ SwitchoverBlueGreenDeploymentCommand,
485
+ type SwitchoverBlueGreenDeploymentCommandInput,
486
+ type SwitchoverBlueGreenDeploymentCommandOutput,
487
+ SwitchoverGlobalClusterCommand,
488
+ type SwitchoverGlobalClusterCommandInput,
489
+ type SwitchoverGlobalClusterCommandOutput,
490
+ SwitchoverReadReplicaCommand,
491
+ type SwitchoverReadReplicaCommandInput,
492
+ type SwitchoverReadReplicaCommandOutput,
493
+ } from "@aws-sdk/client-rds";
494
+ import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
495
+ import { Service } from "@effect-aws/commons";
496
+ import { Effect, Layer } from "effect";
497
+ import type {
498
+ AuthorizationAlreadyExistsFaultError,
499
+ AuthorizationNotFoundFaultError,
500
+ AuthorizationQuotaExceededFaultError,
501
+ BackupPolicyNotFoundFaultError,
502
+ BlueGreenDeploymentAlreadyExistsFaultError,
503
+ BlueGreenDeploymentNotFoundFaultError,
504
+ CertificateNotFoundFaultError,
505
+ CreateCustomDBEngineVersionFaultError,
506
+ CustomAvailabilityZoneNotFoundFaultError,
507
+ CustomDBEngineVersionAlreadyExistsFaultError,
508
+ CustomDBEngineVersionNotFoundFaultError,
509
+ CustomDBEngineVersionQuotaExceededFaultError,
510
+ DBClusterAlreadyExistsFaultError,
511
+ DBClusterAutomatedBackupNotFoundFaultError,
512
+ DBClusterAutomatedBackupQuotaExceededFaultError,
513
+ DBClusterBacktrackNotFoundFaultError,
514
+ DBClusterEndpointAlreadyExistsFaultError,
515
+ DBClusterEndpointNotFoundFaultError,
516
+ DBClusterEndpointQuotaExceededFaultError,
517
+ DBClusterNotFoundFaultError,
518
+ DBClusterParameterGroupNotFoundFaultError,
519
+ DBClusterQuotaExceededFaultError,
520
+ DBClusterRoleAlreadyExistsFaultError,
521
+ DBClusterRoleNotFoundFaultError,
522
+ DBClusterRoleQuotaExceededFaultError,
523
+ DBClusterSnapshotAlreadyExistsFaultError,
524
+ DBClusterSnapshotNotFoundFaultError,
525
+ DBInstanceAlreadyExistsFaultError,
526
+ DBInstanceAutomatedBackupNotFoundFaultError,
527
+ DBInstanceAutomatedBackupQuotaExceededFaultError,
528
+ DBInstanceNotFoundFaultError,
529
+ DBInstanceNotReadyFaultError,
530
+ DBInstanceRoleAlreadyExistsFaultError,
531
+ DBInstanceRoleNotFoundFaultError,
532
+ DBInstanceRoleQuotaExceededFaultError,
533
+ DBLogFileNotFoundFaultError,
534
+ DBParameterGroupAlreadyExistsFaultError,
535
+ DBParameterGroupNotFoundFaultError,
536
+ DBParameterGroupQuotaExceededFaultError,
537
+ DBProxyAlreadyExistsFaultError,
538
+ DBProxyEndpointAlreadyExistsFaultError,
539
+ DBProxyEndpointNotFoundFaultError,
540
+ DBProxyEndpointQuotaExceededFaultError,
541
+ DBProxyNotFoundFaultError,
542
+ DBProxyQuotaExceededFaultError,
543
+ DBProxyTargetAlreadyRegisteredFaultError,
544
+ DBProxyTargetGroupNotFoundFaultError,
545
+ DBProxyTargetNotFoundFaultError,
546
+ DBSecurityGroupAlreadyExistsFaultError,
547
+ DBSecurityGroupNotFoundFaultError,
548
+ DBSecurityGroupNotSupportedFaultError,
549
+ DBSecurityGroupQuotaExceededFaultError,
550
+ DBShardGroupAlreadyExistsFaultError,
551
+ DBShardGroupNotFoundFaultError,
552
+ DBSnapshotAlreadyExistsFaultError,
553
+ DBSnapshotNotFoundFaultError,
554
+ DBSnapshotTenantDatabaseNotFoundFaultError,
555
+ DBSubnetGroupAlreadyExistsFaultError,
556
+ DBSubnetGroupDoesNotCoverEnoughAZsError,
557
+ DBSubnetGroupNotAllowedFaultError,
558
+ DBSubnetGroupNotFoundFaultError,
559
+ DBSubnetGroupQuotaExceededFaultError,
560
+ DBSubnetQuotaExceededFaultError,
561
+ DBUpgradeDependencyFailureFaultError,
562
+ DomainNotFoundFaultError,
563
+ Ec2ImagePropertiesNotSupportedFaultError,
564
+ EventSubscriptionQuotaExceededFaultError,
565
+ ExportTaskAlreadyExistsFaultError,
566
+ ExportTaskNotFoundFaultError,
567
+ GlobalClusterAlreadyExistsFaultError,
568
+ GlobalClusterNotFoundFaultError,
569
+ GlobalClusterQuotaExceededFaultError,
570
+ IamRoleMissingPermissionsFaultError,
571
+ IamRoleNotFoundFaultError,
572
+ InstanceQuotaExceededFaultError,
573
+ InsufficientAvailableIPsInSubnetFaultError,
574
+ InsufficientDBClusterCapacityFaultError,
575
+ InsufficientDBInstanceCapacityFaultError,
576
+ InsufficientStorageClusterCapacityFaultError,
577
+ IntegrationAlreadyExistsFaultError,
578
+ IntegrationConflictOperationFaultError,
579
+ IntegrationNotFoundFaultError,
580
+ IntegrationQuotaExceededFaultError,
581
+ InvalidBlueGreenDeploymentStateFaultError,
582
+ InvalidCustomDBEngineVersionStateFaultError,
583
+ InvalidDBClusterAutomatedBackupStateFaultError,
584
+ InvalidDBClusterCapacityFaultError,
585
+ InvalidDBClusterEndpointStateFaultError,
586
+ InvalidDBClusterSnapshotStateFaultError,
587
+ InvalidDBClusterStateFaultError,
588
+ InvalidDBInstanceAutomatedBackupStateFaultError,
589
+ InvalidDBInstanceStateFaultError,
590
+ InvalidDBParameterGroupStateFaultError,
591
+ InvalidDBProxyEndpointStateFaultError,
592
+ InvalidDBProxyStateFaultError,
593
+ InvalidDBSecurityGroupStateFaultError,
594
+ InvalidDBShardGroupStateFaultError,
595
+ InvalidDBSnapshotStateFaultError,
596
+ InvalidDBSubnetGroupFaultError,
597
+ InvalidDBSubnetGroupStateFaultError,
598
+ InvalidDBSubnetStateFaultError,
599
+ InvalidEventSubscriptionStateFaultError,
600
+ InvalidExportOnlyFaultError,
601
+ InvalidExportSourceStateFaultError,
602
+ InvalidExportTaskStateFaultError,
603
+ InvalidGlobalClusterStateFaultError,
604
+ InvalidIntegrationStateFaultError,
605
+ InvalidOptionGroupStateFaultError,
606
+ InvalidResourceStateFaultError,
607
+ InvalidRestoreFaultError,
608
+ InvalidS3BucketFaultError,
609
+ InvalidSubnetError,
610
+ InvalidVPCNetworkStateFaultError,
611
+ KMSKeyNotAccessibleFaultError,
612
+ MaxDBShardGroupLimitReachedError,
613
+ NetworkTypeNotSupportedError,
614
+ OptionGroupAlreadyExistsFaultError,
615
+ OptionGroupNotFoundFaultError,
616
+ OptionGroupQuotaExceededFaultError,
617
+ PointInTimeRestoreNotEnabledFaultError,
618
+ ProvisionedIopsNotAvailableInAZFaultError,
619
+ ReservedDBInstanceAlreadyExistsFaultError,
620
+ ReservedDBInstanceNotFoundFaultError,
621
+ ReservedDBInstanceQuotaExceededFaultError,
622
+ ReservedDBInstancesOfferingNotFoundFaultError,
623
+ ResourceNotFoundFaultError,
624
+ SharedSnapshotQuotaExceededFaultError,
625
+ SnapshotQuotaExceededFaultError,
626
+ SNSInvalidTopicFaultError,
627
+ SNSNoAuthorizationFaultError,
628
+ SNSTopicArnNotFoundFaultError,
629
+ SourceClusterNotSupportedFaultError,
630
+ SourceDatabaseNotSupportedFaultError,
631
+ SourceNotFoundFaultError,
632
+ StorageQuotaExceededFaultError,
633
+ StorageTypeNotAvailableFaultError,
634
+ StorageTypeNotSupportedFaultError,
635
+ SubnetAlreadyInUseError,
636
+ SubscriptionAlreadyExistFaultError,
637
+ SubscriptionCategoryNotFoundFaultError,
638
+ SubscriptionNotFoundFaultError,
639
+ TenantDatabaseAlreadyExistsFaultError,
640
+ TenantDatabaseNotFoundFaultError,
641
+ TenantDatabaseQuotaExceededFaultError,
642
+ UnsupportedDBEngineVersionFaultError,
643
+ } from "./Errors.js";
644
+ import { AllServiceErrors } from "./Errors.js";
645
+ import * as Instance from "./RDSClientInstance.js";
646
+ import * as RDSServiceConfig from "./RDSServiceConfig.js";
647
+
648
+ const commands = {
649
+ AddRoleToDBClusterCommand,
650
+ AddRoleToDBInstanceCommand,
651
+ AddSourceIdentifierToSubscriptionCommand,
652
+ AddTagsToResourceCommand,
653
+ ApplyPendingMaintenanceActionCommand,
654
+ AuthorizeDBSecurityGroupIngressCommand,
655
+ BacktrackDBClusterCommand,
656
+ CancelExportTaskCommand,
657
+ CopyDBClusterParameterGroupCommand,
658
+ CopyDBClusterSnapshotCommand,
659
+ CopyDBParameterGroupCommand,
660
+ CopyDBSnapshotCommand,
661
+ CopyOptionGroupCommand,
662
+ CreateBlueGreenDeploymentCommand,
663
+ CreateCustomDBEngineVersionCommand,
664
+ CreateDBClusterCommand,
665
+ CreateDBClusterEndpointCommand,
666
+ CreateDBClusterParameterGroupCommand,
667
+ CreateDBClusterSnapshotCommand,
668
+ CreateDBInstanceCommand,
669
+ CreateDBInstanceReadReplicaCommand,
670
+ CreateDBParameterGroupCommand,
671
+ CreateDBProxyCommand,
672
+ CreateDBProxyEndpointCommand,
673
+ CreateDBSecurityGroupCommand,
674
+ CreateDBShardGroupCommand,
675
+ CreateDBSnapshotCommand,
676
+ CreateDBSubnetGroupCommand,
677
+ CreateEventSubscriptionCommand,
678
+ CreateGlobalClusterCommand,
679
+ CreateIntegrationCommand,
680
+ CreateOptionGroupCommand,
681
+ CreateTenantDatabaseCommand,
682
+ DeleteBlueGreenDeploymentCommand,
683
+ DeleteCustomDBEngineVersionCommand,
684
+ DeleteDBClusterCommand,
685
+ DeleteDBClusterAutomatedBackupCommand,
686
+ DeleteDBClusterEndpointCommand,
687
+ DeleteDBClusterParameterGroupCommand,
688
+ DeleteDBClusterSnapshotCommand,
689
+ DeleteDBInstanceCommand,
690
+ DeleteDBInstanceAutomatedBackupCommand,
691
+ DeleteDBParameterGroupCommand,
692
+ DeleteDBProxyCommand,
693
+ DeleteDBProxyEndpointCommand,
694
+ DeleteDBSecurityGroupCommand,
695
+ DeleteDBShardGroupCommand,
696
+ DeleteDBSnapshotCommand,
697
+ DeleteDBSubnetGroupCommand,
698
+ DeleteEventSubscriptionCommand,
699
+ DeleteGlobalClusterCommand,
700
+ DeleteIntegrationCommand,
701
+ DeleteOptionGroupCommand,
702
+ DeleteTenantDatabaseCommand,
703
+ DeregisterDBProxyTargetsCommand,
704
+ DescribeAccountAttributesCommand,
705
+ DescribeBlueGreenDeploymentsCommand,
706
+ DescribeCertificatesCommand,
707
+ DescribeDBClusterAutomatedBackupsCommand,
708
+ DescribeDBClusterBacktracksCommand,
709
+ DescribeDBClusterEndpointsCommand,
710
+ DescribeDBClusterParameterGroupsCommand,
711
+ DescribeDBClusterParametersCommand,
712
+ DescribeDBClusterSnapshotAttributesCommand,
713
+ DescribeDBClusterSnapshotsCommand,
714
+ DescribeDBClustersCommand,
715
+ DescribeDBEngineVersionsCommand,
716
+ DescribeDBInstanceAutomatedBackupsCommand,
717
+ DescribeDBInstancesCommand,
718
+ DescribeDBLogFilesCommand,
719
+ DescribeDBParameterGroupsCommand,
720
+ DescribeDBParametersCommand,
721
+ DescribeDBProxiesCommand,
722
+ DescribeDBProxyEndpointsCommand,
723
+ DescribeDBProxyTargetGroupsCommand,
724
+ DescribeDBProxyTargetsCommand,
725
+ DescribeDBRecommendationsCommand,
726
+ DescribeDBSecurityGroupsCommand,
727
+ DescribeDBShardGroupsCommand,
728
+ DescribeDBSnapshotAttributesCommand,
729
+ DescribeDBSnapshotTenantDatabasesCommand,
730
+ DescribeDBSnapshotsCommand,
731
+ DescribeDBSubnetGroupsCommand,
732
+ DescribeEngineDefaultClusterParametersCommand,
733
+ DescribeEngineDefaultParametersCommand,
734
+ DescribeEventCategoriesCommand,
735
+ DescribeEventSubscriptionsCommand,
736
+ DescribeEventsCommand,
737
+ DescribeExportTasksCommand,
738
+ DescribeGlobalClustersCommand,
739
+ DescribeIntegrationsCommand,
740
+ DescribeOptionGroupOptionsCommand,
741
+ DescribeOptionGroupsCommand,
742
+ DescribeOrderableDBInstanceOptionsCommand,
743
+ DescribePendingMaintenanceActionsCommand,
744
+ DescribeReservedDBInstancesCommand,
745
+ DescribeReservedDBInstancesOfferingsCommand,
746
+ DescribeSourceRegionsCommand,
747
+ DescribeTenantDatabasesCommand,
748
+ DescribeValidDBInstanceModificationsCommand,
749
+ DisableHttpEndpointCommand,
750
+ DownloadDBLogFilePortionCommand,
751
+ EnableHttpEndpointCommand,
752
+ FailoverDBClusterCommand,
753
+ FailoverGlobalClusterCommand,
754
+ ListTagsForResourceCommand,
755
+ ModifyActivityStreamCommand,
756
+ ModifyCertificatesCommand,
757
+ ModifyCurrentDBClusterCapacityCommand,
758
+ ModifyCustomDBEngineVersionCommand,
759
+ ModifyDBClusterCommand,
760
+ ModifyDBClusterEndpointCommand,
761
+ ModifyDBClusterParameterGroupCommand,
762
+ ModifyDBClusterSnapshotAttributeCommand,
763
+ ModifyDBInstanceCommand,
764
+ ModifyDBParameterGroupCommand,
765
+ ModifyDBProxyCommand,
766
+ ModifyDBProxyEndpointCommand,
767
+ ModifyDBProxyTargetGroupCommand,
768
+ ModifyDBRecommendationCommand,
769
+ ModifyDBShardGroupCommand,
770
+ ModifyDBSnapshotCommand,
771
+ ModifyDBSnapshotAttributeCommand,
772
+ ModifyDBSubnetGroupCommand,
773
+ ModifyEventSubscriptionCommand,
774
+ ModifyGlobalClusterCommand,
775
+ ModifyIntegrationCommand,
776
+ ModifyOptionGroupCommand,
777
+ ModifyTenantDatabaseCommand,
778
+ PromoteReadReplicaCommand,
779
+ PromoteReadReplicaDBClusterCommand,
780
+ PurchaseReservedDBInstancesOfferingCommand,
781
+ RebootDBClusterCommand,
782
+ RebootDBInstanceCommand,
783
+ RebootDBShardGroupCommand,
784
+ RegisterDBProxyTargetsCommand,
785
+ RemoveFromGlobalClusterCommand,
786
+ RemoveRoleFromDBClusterCommand,
787
+ RemoveRoleFromDBInstanceCommand,
788
+ RemoveSourceIdentifierFromSubscriptionCommand,
789
+ RemoveTagsFromResourceCommand,
790
+ ResetDBClusterParameterGroupCommand,
791
+ ResetDBParameterGroupCommand,
792
+ RestoreDBClusterFromS3Command,
793
+ RestoreDBClusterFromSnapshotCommand,
794
+ RestoreDBClusterToPointInTimeCommand,
795
+ RestoreDBInstanceFromDBSnapshotCommand,
796
+ RestoreDBInstanceFromS3Command,
797
+ RestoreDBInstanceToPointInTimeCommand,
798
+ RevokeDBSecurityGroupIngressCommand,
799
+ StartActivityStreamCommand,
800
+ StartDBClusterCommand,
801
+ StartDBInstanceCommand,
802
+ StartDBInstanceAutomatedBackupsReplicationCommand,
803
+ StartExportTaskCommand,
804
+ StopActivityStreamCommand,
805
+ StopDBClusterCommand,
806
+ StopDBInstanceCommand,
807
+ StopDBInstanceAutomatedBackupsReplicationCommand,
808
+ SwitchoverBlueGreenDeploymentCommand,
809
+ SwitchoverGlobalClusterCommand,
810
+ SwitchoverReadReplicaCommand,
811
+ };
812
+
813
+ interface RDSService$ {
814
+ readonly _: unique symbol;
815
+
816
+ /**
817
+ * @see {@link AddRoleToDBClusterCommand}
818
+ */
819
+ addRoleToDBCluster(
820
+ args: AddRoleToDBClusterCommandInput,
821
+ options?: HttpHandlerOptions,
822
+ ): Effect.Effect<
823
+ AddRoleToDBClusterCommandOutput,
824
+ | SdkError
825
+ | DBClusterNotFoundFaultError
826
+ | DBClusterRoleAlreadyExistsFaultError
827
+ | DBClusterRoleQuotaExceededFaultError
828
+ | InvalidDBClusterStateFaultError
829
+ >;
830
+
831
+ /**
832
+ * @see {@link AddRoleToDBInstanceCommand}
833
+ */
834
+ addRoleToDBInstance(
835
+ args: AddRoleToDBInstanceCommandInput,
836
+ options?: HttpHandlerOptions,
837
+ ): Effect.Effect<
838
+ AddRoleToDBInstanceCommandOutput,
839
+ | SdkError
840
+ | DBInstanceNotFoundFaultError
841
+ | DBInstanceRoleAlreadyExistsFaultError
842
+ | DBInstanceRoleQuotaExceededFaultError
843
+ | InvalidDBInstanceStateFaultError
844
+ >;
845
+
846
+ /**
847
+ * @see {@link AddSourceIdentifierToSubscriptionCommand}
848
+ */
849
+ addSourceIdentifierToSubscription(
850
+ args: AddSourceIdentifierToSubscriptionCommandInput,
851
+ options?: HttpHandlerOptions,
852
+ ): Effect.Effect<
853
+ AddSourceIdentifierToSubscriptionCommandOutput,
854
+ SdkError | SourceNotFoundFaultError | SubscriptionNotFoundFaultError
855
+ >;
856
+
857
+ /**
858
+ * @see {@link AddTagsToResourceCommand}
859
+ */
860
+ addTagsToResource(
861
+ args: AddTagsToResourceCommandInput,
862
+ options?: HttpHandlerOptions,
863
+ ): Effect.Effect<
864
+ AddTagsToResourceCommandOutput,
865
+ | SdkError
866
+ | BlueGreenDeploymentNotFoundFaultError
867
+ | DBClusterNotFoundFaultError
868
+ | DBInstanceNotFoundFaultError
869
+ | DBProxyNotFoundFaultError
870
+ | DBProxyTargetGroupNotFoundFaultError
871
+ | DBSnapshotNotFoundFaultError
872
+ | DBSnapshotTenantDatabaseNotFoundFaultError
873
+ | IntegrationNotFoundFaultError
874
+ | TenantDatabaseNotFoundFaultError
875
+ >;
876
+
877
+ /**
878
+ * @see {@link ApplyPendingMaintenanceActionCommand}
879
+ */
880
+ applyPendingMaintenanceAction(
881
+ args: ApplyPendingMaintenanceActionCommandInput,
882
+ options?: HttpHandlerOptions,
883
+ ): Effect.Effect<
884
+ ApplyPendingMaintenanceActionCommandOutput,
885
+ SdkError | InvalidDBClusterStateFaultError | InvalidDBInstanceStateFaultError | ResourceNotFoundFaultError
886
+ >;
887
+
888
+ /**
889
+ * @see {@link AuthorizeDBSecurityGroupIngressCommand}
890
+ */
891
+ authorizeDBSecurityGroupIngress(
892
+ args: AuthorizeDBSecurityGroupIngressCommandInput,
893
+ options?: HttpHandlerOptions,
894
+ ): Effect.Effect<
895
+ AuthorizeDBSecurityGroupIngressCommandOutput,
896
+ | SdkError
897
+ | AuthorizationAlreadyExistsFaultError
898
+ | AuthorizationQuotaExceededFaultError
899
+ | DBSecurityGroupNotFoundFaultError
900
+ | InvalidDBSecurityGroupStateFaultError
901
+ >;
902
+
903
+ /**
904
+ * @see {@link BacktrackDBClusterCommand}
905
+ */
906
+ backtrackDBCluster(
907
+ args: BacktrackDBClusterCommandInput,
908
+ options?: HttpHandlerOptions,
909
+ ): Effect.Effect<
910
+ BacktrackDBClusterCommandOutput,
911
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError
912
+ >;
913
+
914
+ /**
915
+ * @see {@link CancelExportTaskCommand}
916
+ */
917
+ cancelExportTask(
918
+ args: CancelExportTaskCommandInput,
919
+ options?: HttpHandlerOptions,
920
+ ): Effect.Effect<
921
+ CancelExportTaskCommandOutput,
922
+ SdkError | ExportTaskNotFoundFaultError | InvalidExportTaskStateFaultError
923
+ >;
924
+
925
+ /**
926
+ * @see {@link CopyDBClusterParameterGroupCommand}
927
+ */
928
+ copyDBClusterParameterGroup(
929
+ args: CopyDBClusterParameterGroupCommandInput,
930
+ options?: HttpHandlerOptions,
931
+ ): Effect.Effect<
932
+ CopyDBClusterParameterGroupCommandOutput,
933
+ | SdkError
934
+ | DBParameterGroupAlreadyExistsFaultError
935
+ | DBParameterGroupNotFoundFaultError
936
+ | DBParameterGroupQuotaExceededFaultError
937
+ >;
938
+
939
+ /**
940
+ * @see {@link CopyDBClusterSnapshotCommand}
941
+ */
942
+ copyDBClusterSnapshot(
943
+ args: CopyDBClusterSnapshotCommandInput,
944
+ options?: HttpHandlerOptions,
945
+ ): Effect.Effect<
946
+ CopyDBClusterSnapshotCommandOutput,
947
+ | SdkError
948
+ | DBClusterSnapshotAlreadyExistsFaultError
949
+ | DBClusterSnapshotNotFoundFaultError
950
+ | InvalidDBClusterSnapshotStateFaultError
951
+ | InvalidDBClusterStateFaultError
952
+ | KMSKeyNotAccessibleFaultError
953
+ | SnapshotQuotaExceededFaultError
954
+ >;
955
+
956
+ /**
957
+ * @see {@link CopyDBParameterGroupCommand}
958
+ */
959
+ copyDBParameterGroup(
960
+ args: CopyDBParameterGroupCommandInput,
961
+ options?: HttpHandlerOptions,
962
+ ): Effect.Effect<
963
+ CopyDBParameterGroupCommandOutput,
964
+ | SdkError
965
+ | DBParameterGroupAlreadyExistsFaultError
966
+ | DBParameterGroupNotFoundFaultError
967
+ | DBParameterGroupQuotaExceededFaultError
968
+ >;
969
+
970
+ /**
971
+ * @see {@link CopyDBSnapshotCommand}
972
+ */
973
+ copyDBSnapshot(
974
+ args: CopyDBSnapshotCommandInput,
975
+ options?: HttpHandlerOptions,
976
+ ): Effect.Effect<
977
+ CopyDBSnapshotCommandOutput,
978
+ | SdkError
979
+ | CustomAvailabilityZoneNotFoundFaultError
980
+ | DBSnapshotAlreadyExistsFaultError
981
+ | DBSnapshotNotFoundFaultError
982
+ | InvalidDBSnapshotStateFaultError
983
+ | KMSKeyNotAccessibleFaultError
984
+ | SnapshotQuotaExceededFaultError
985
+ >;
986
+
987
+ /**
988
+ * @see {@link CopyOptionGroupCommand}
989
+ */
990
+ copyOptionGroup(
991
+ args: CopyOptionGroupCommandInput,
992
+ options?: HttpHandlerOptions,
993
+ ): Effect.Effect<
994
+ CopyOptionGroupCommandOutput,
995
+ SdkError | OptionGroupAlreadyExistsFaultError | OptionGroupNotFoundFaultError | OptionGroupQuotaExceededFaultError
996
+ >;
997
+
998
+ /**
999
+ * @see {@link CreateBlueGreenDeploymentCommand}
1000
+ */
1001
+ createBlueGreenDeployment(
1002
+ args: CreateBlueGreenDeploymentCommandInput,
1003
+ options?: HttpHandlerOptions,
1004
+ ): Effect.Effect<
1005
+ CreateBlueGreenDeploymentCommandOutput,
1006
+ | SdkError
1007
+ | BlueGreenDeploymentAlreadyExistsFaultError
1008
+ | DBClusterNotFoundFaultError
1009
+ | DBClusterParameterGroupNotFoundFaultError
1010
+ | DBClusterQuotaExceededFaultError
1011
+ | DBInstanceNotFoundFaultError
1012
+ | DBParameterGroupNotFoundFaultError
1013
+ | InstanceQuotaExceededFaultError
1014
+ | InvalidDBClusterStateFaultError
1015
+ | InvalidDBInstanceStateFaultError
1016
+ | SourceClusterNotSupportedFaultError
1017
+ | SourceDatabaseNotSupportedFaultError
1018
+ >;
1019
+
1020
+ /**
1021
+ * @see {@link CreateCustomDBEngineVersionCommand}
1022
+ */
1023
+ createCustomDBEngineVersion(
1024
+ args: CreateCustomDBEngineVersionCommandInput,
1025
+ options?: HttpHandlerOptions,
1026
+ ): Effect.Effect<
1027
+ CreateCustomDBEngineVersionCommandOutput,
1028
+ | SdkError
1029
+ | CreateCustomDBEngineVersionFaultError
1030
+ | CustomDBEngineVersionAlreadyExistsFaultError
1031
+ | CustomDBEngineVersionQuotaExceededFaultError
1032
+ | Ec2ImagePropertiesNotSupportedFaultError
1033
+ | KMSKeyNotAccessibleFaultError
1034
+ >;
1035
+
1036
+ /**
1037
+ * @see {@link CreateDBClusterCommand}
1038
+ */
1039
+ createDBCluster(
1040
+ args: CreateDBClusterCommandInput,
1041
+ options?: HttpHandlerOptions,
1042
+ ): Effect.Effect<
1043
+ CreateDBClusterCommandOutput,
1044
+ | SdkError
1045
+ | DBClusterAlreadyExistsFaultError
1046
+ | DBClusterNotFoundFaultError
1047
+ | DBClusterParameterGroupNotFoundFaultError
1048
+ | DBClusterQuotaExceededFaultError
1049
+ | DBInstanceNotFoundFaultError
1050
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
1051
+ | DBSubnetGroupNotFoundFaultError
1052
+ | DomainNotFoundFaultError
1053
+ | GlobalClusterNotFoundFaultError
1054
+ | InsufficientDBInstanceCapacityFaultError
1055
+ | InsufficientStorageClusterCapacityFaultError
1056
+ | InvalidDBClusterStateFaultError
1057
+ | InvalidDBInstanceStateFaultError
1058
+ | InvalidDBSubnetGroupFaultError
1059
+ | InvalidDBSubnetGroupStateFaultError
1060
+ | InvalidGlobalClusterStateFaultError
1061
+ | InvalidSubnetError
1062
+ | InvalidVPCNetworkStateFaultError
1063
+ | KMSKeyNotAccessibleFaultError
1064
+ | OptionGroupNotFoundFaultError
1065
+ | StorageQuotaExceededFaultError
1066
+ >;
1067
+
1068
+ /**
1069
+ * @see {@link CreateDBClusterEndpointCommand}
1070
+ */
1071
+ createDBClusterEndpoint(
1072
+ args: CreateDBClusterEndpointCommandInput,
1073
+ options?: HttpHandlerOptions,
1074
+ ): Effect.Effect<
1075
+ CreateDBClusterEndpointCommandOutput,
1076
+ | SdkError
1077
+ | DBClusterEndpointAlreadyExistsFaultError
1078
+ | DBClusterEndpointQuotaExceededFaultError
1079
+ | DBClusterNotFoundFaultError
1080
+ | DBInstanceNotFoundFaultError
1081
+ | InvalidDBClusterStateFaultError
1082
+ | InvalidDBInstanceStateFaultError
1083
+ >;
1084
+
1085
+ /**
1086
+ * @see {@link CreateDBClusterParameterGroupCommand}
1087
+ */
1088
+ createDBClusterParameterGroup(
1089
+ args: CreateDBClusterParameterGroupCommandInput,
1090
+ options?: HttpHandlerOptions,
1091
+ ): Effect.Effect<
1092
+ CreateDBClusterParameterGroupCommandOutput,
1093
+ SdkError | DBParameterGroupAlreadyExistsFaultError | DBParameterGroupQuotaExceededFaultError
1094
+ >;
1095
+
1096
+ /**
1097
+ * @see {@link CreateDBClusterSnapshotCommand}
1098
+ */
1099
+ createDBClusterSnapshot(
1100
+ args: CreateDBClusterSnapshotCommandInput,
1101
+ options?: HttpHandlerOptions,
1102
+ ): Effect.Effect<
1103
+ CreateDBClusterSnapshotCommandOutput,
1104
+ | SdkError
1105
+ | DBClusterNotFoundFaultError
1106
+ | DBClusterSnapshotAlreadyExistsFaultError
1107
+ | InvalidDBClusterSnapshotStateFaultError
1108
+ | InvalidDBClusterStateFaultError
1109
+ | SnapshotQuotaExceededFaultError
1110
+ >;
1111
+
1112
+ /**
1113
+ * @see {@link CreateDBInstanceCommand}
1114
+ */
1115
+ createDBInstance(
1116
+ args: CreateDBInstanceCommandInput,
1117
+ options?: HttpHandlerOptions,
1118
+ ): Effect.Effect<
1119
+ CreateDBInstanceCommandOutput,
1120
+ | SdkError
1121
+ | AuthorizationNotFoundFaultError
1122
+ | BackupPolicyNotFoundFaultError
1123
+ | CertificateNotFoundFaultError
1124
+ | DBClusterNotFoundFaultError
1125
+ | DBInstanceAlreadyExistsFaultError
1126
+ | DBParameterGroupNotFoundFaultError
1127
+ | DBSecurityGroupNotFoundFaultError
1128
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
1129
+ | DBSubnetGroupNotFoundFaultError
1130
+ | DomainNotFoundFaultError
1131
+ | InstanceQuotaExceededFaultError
1132
+ | InsufficientDBInstanceCapacityFaultError
1133
+ | InvalidDBClusterStateFaultError
1134
+ | InvalidSubnetError
1135
+ | InvalidVPCNetworkStateFaultError
1136
+ | KMSKeyNotAccessibleFaultError
1137
+ | NetworkTypeNotSupportedError
1138
+ | OptionGroupNotFoundFaultError
1139
+ | ProvisionedIopsNotAvailableInAZFaultError
1140
+ | StorageQuotaExceededFaultError
1141
+ | StorageTypeNotSupportedFaultError
1142
+ | TenantDatabaseQuotaExceededFaultError
1143
+ >;
1144
+
1145
+ /**
1146
+ * @see {@link CreateDBInstanceReadReplicaCommand}
1147
+ */
1148
+ createDBInstanceReadReplica(
1149
+ args: CreateDBInstanceReadReplicaCommandInput,
1150
+ options?: HttpHandlerOptions,
1151
+ ): Effect.Effect<
1152
+ CreateDBInstanceReadReplicaCommandOutput,
1153
+ | SdkError
1154
+ | CertificateNotFoundFaultError
1155
+ | DBClusterNotFoundFaultError
1156
+ | DBInstanceAlreadyExistsFaultError
1157
+ | DBInstanceNotFoundFaultError
1158
+ | DBParameterGroupNotFoundFaultError
1159
+ | DBSecurityGroupNotFoundFaultError
1160
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
1161
+ | DBSubnetGroupNotAllowedFaultError
1162
+ | DBSubnetGroupNotFoundFaultError
1163
+ | DomainNotFoundFaultError
1164
+ | InstanceQuotaExceededFaultError
1165
+ | InsufficientDBInstanceCapacityFaultError
1166
+ | InvalidDBClusterStateFaultError
1167
+ | InvalidDBInstanceStateFaultError
1168
+ | InvalidDBSubnetGroupFaultError
1169
+ | InvalidSubnetError
1170
+ | InvalidVPCNetworkStateFaultError
1171
+ | KMSKeyNotAccessibleFaultError
1172
+ | NetworkTypeNotSupportedError
1173
+ | OptionGroupNotFoundFaultError
1174
+ | ProvisionedIopsNotAvailableInAZFaultError
1175
+ | StorageQuotaExceededFaultError
1176
+ | StorageTypeNotSupportedFaultError
1177
+ | TenantDatabaseQuotaExceededFaultError
1178
+ >;
1179
+
1180
+ /**
1181
+ * @see {@link CreateDBParameterGroupCommand}
1182
+ */
1183
+ createDBParameterGroup(
1184
+ args: CreateDBParameterGroupCommandInput,
1185
+ options?: HttpHandlerOptions,
1186
+ ): Effect.Effect<
1187
+ CreateDBParameterGroupCommandOutput,
1188
+ SdkError | DBParameterGroupAlreadyExistsFaultError | DBParameterGroupQuotaExceededFaultError
1189
+ >;
1190
+
1191
+ /**
1192
+ * @see {@link CreateDBProxyCommand}
1193
+ */
1194
+ createDBProxy(
1195
+ args: CreateDBProxyCommandInput,
1196
+ options?: HttpHandlerOptions,
1197
+ ): Effect.Effect<
1198
+ CreateDBProxyCommandOutput,
1199
+ SdkError | DBProxyAlreadyExistsFaultError | DBProxyQuotaExceededFaultError | InvalidSubnetError
1200
+ >;
1201
+
1202
+ /**
1203
+ * @see {@link CreateDBProxyEndpointCommand}
1204
+ */
1205
+ createDBProxyEndpoint(
1206
+ args: CreateDBProxyEndpointCommandInput,
1207
+ options?: HttpHandlerOptions,
1208
+ ): Effect.Effect<
1209
+ CreateDBProxyEndpointCommandOutput,
1210
+ | SdkError
1211
+ | DBProxyEndpointAlreadyExistsFaultError
1212
+ | DBProxyEndpointQuotaExceededFaultError
1213
+ | DBProxyNotFoundFaultError
1214
+ | InvalidDBProxyStateFaultError
1215
+ | InvalidSubnetError
1216
+ >;
1217
+
1218
+ /**
1219
+ * @see {@link CreateDBSecurityGroupCommand}
1220
+ */
1221
+ createDBSecurityGroup(
1222
+ args: CreateDBSecurityGroupCommandInput,
1223
+ options?: HttpHandlerOptions,
1224
+ ): Effect.Effect<
1225
+ CreateDBSecurityGroupCommandOutput,
1226
+ | SdkError
1227
+ | DBSecurityGroupAlreadyExistsFaultError
1228
+ | DBSecurityGroupNotSupportedFaultError
1229
+ | DBSecurityGroupQuotaExceededFaultError
1230
+ >;
1231
+
1232
+ /**
1233
+ * @see {@link CreateDBShardGroupCommand}
1234
+ */
1235
+ createDBShardGroup(
1236
+ args: CreateDBShardGroupCommandInput,
1237
+ options?: HttpHandlerOptions,
1238
+ ): Effect.Effect<
1239
+ CreateDBShardGroupCommandOutput,
1240
+ | SdkError
1241
+ | DBClusterNotFoundFaultError
1242
+ | DBShardGroupAlreadyExistsFaultError
1243
+ | InvalidDBClusterStateFaultError
1244
+ | InvalidVPCNetworkStateFaultError
1245
+ | MaxDBShardGroupLimitReachedError
1246
+ | NetworkTypeNotSupportedError
1247
+ | UnsupportedDBEngineVersionFaultError
1248
+ >;
1249
+
1250
+ /**
1251
+ * @see {@link CreateDBSnapshotCommand}
1252
+ */
1253
+ createDBSnapshot(
1254
+ args: CreateDBSnapshotCommandInput,
1255
+ options?: HttpHandlerOptions,
1256
+ ): Effect.Effect<
1257
+ CreateDBSnapshotCommandOutput,
1258
+ | SdkError
1259
+ | DBInstanceNotFoundFaultError
1260
+ | DBSnapshotAlreadyExistsFaultError
1261
+ | InvalidDBInstanceStateFaultError
1262
+ | SnapshotQuotaExceededFaultError
1263
+ >;
1264
+
1265
+ /**
1266
+ * @see {@link CreateDBSubnetGroupCommand}
1267
+ */
1268
+ createDBSubnetGroup(
1269
+ args: CreateDBSubnetGroupCommandInput,
1270
+ options?: HttpHandlerOptions,
1271
+ ): Effect.Effect<
1272
+ CreateDBSubnetGroupCommandOutput,
1273
+ | SdkError
1274
+ | DBSubnetGroupAlreadyExistsFaultError
1275
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
1276
+ | DBSubnetGroupQuotaExceededFaultError
1277
+ | DBSubnetQuotaExceededFaultError
1278
+ | InvalidSubnetError
1279
+ >;
1280
+
1281
+ /**
1282
+ * @see {@link CreateEventSubscriptionCommand}
1283
+ */
1284
+ createEventSubscription(
1285
+ args: CreateEventSubscriptionCommandInput,
1286
+ options?: HttpHandlerOptions,
1287
+ ): Effect.Effect<
1288
+ CreateEventSubscriptionCommandOutput,
1289
+ | SdkError
1290
+ | EventSubscriptionQuotaExceededFaultError
1291
+ | SNSInvalidTopicFaultError
1292
+ | SNSNoAuthorizationFaultError
1293
+ | SNSTopicArnNotFoundFaultError
1294
+ | SourceNotFoundFaultError
1295
+ | SubscriptionAlreadyExistFaultError
1296
+ | SubscriptionCategoryNotFoundFaultError
1297
+ >;
1298
+
1299
+ /**
1300
+ * @see {@link CreateGlobalClusterCommand}
1301
+ */
1302
+ createGlobalCluster(
1303
+ args: CreateGlobalClusterCommandInput,
1304
+ options?: HttpHandlerOptions,
1305
+ ): Effect.Effect<
1306
+ CreateGlobalClusterCommandOutput,
1307
+ | SdkError
1308
+ | DBClusterNotFoundFaultError
1309
+ | GlobalClusterAlreadyExistsFaultError
1310
+ | GlobalClusterQuotaExceededFaultError
1311
+ | InvalidDBClusterStateFaultError
1312
+ >;
1313
+
1314
+ /**
1315
+ * @see {@link CreateIntegrationCommand}
1316
+ */
1317
+ createIntegration(
1318
+ args: CreateIntegrationCommandInput,
1319
+ options?: HttpHandlerOptions,
1320
+ ): Effect.Effect<
1321
+ CreateIntegrationCommandOutput,
1322
+ | SdkError
1323
+ | DBClusterNotFoundFaultError
1324
+ | DBInstanceNotFoundFaultError
1325
+ | IntegrationAlreadyExistsFaultError
1326
+ | IntegrationConflictOperationFaultError
1327
+ | IntegrationQuotaExceededFaultError
1328
+ | KMSKeyNotAccessibleFaultError
1329
+ >;
1330
+
1331
+ /**
1332
+ * @see {@link CreateOptionGroupCommand}
1333
+ */
1334
+ createOptionGroup(
1335
+ args: CreateOptionGroupCommandInput,
1336
+ options?: HttpHandlerOptions,
1337
+ ): Effect.Effect<
1338
+ CreateOptionGroupCommandOutput,
1339
+ SdkError | OptionGroupAlreadyExistsFaultError | OptionGroupQuotaExceededFaultError
1340
+ >;
1341
+
1342
+ /**
1343
+ * @see {@link CreateTenantDatabaseCommand}
1344
+ */
1345
+ createTenantDatabase(
1346
+ args: CreateTenantDatabaseCommandInput,
1347
+ options?: HttpHandlerOptions,
1348
+ ): Effect.Effect<
1349
+ CreateTenantDatabaseCommandOutput,
1350
+ | SdkError
1351
+ | DBInstanceNotFoundFaultError
1352
+ | InvalidDBInstanceStateFaultError
1353
+ | TenantDatabaseAlreadyExistsFaultError
1354
+ | TenantDatabaseQuotaExceededFaultError
1355
+ >;
1356
+
1357
+ /**
1358
+ * @see {@link DeleteBlueGreenDeploymentCommand}
1359
+ */
1360
+ deleteBlueGreenDeployment(
1361
+ args: DeleteBlueGreenDeploymentCommandInput,
1362
+ options?: HttpHandlerOptions,
1363
+ ): Effect.Effect<
1364
+ DeleteBlueGreenDeploymentCommandOutput,
1365
+ SdkError | BlueGreenDeploymentNotFoundFaultError | InvalidBlueGreenDeploymentStateFaultError
1366
+ >;
1367
+
1368
+ /**
1369
+ * @see {@link DeleteCustomDBEngineVersionCommand}
1370
+ */
1371
+ deleteCustomDBEngineVersion(
1372
+ args: DeleteCustomDBEngineVersionCommandInput,
1373
+ options?: HttpHandlerOptions,
1374
+ ): Effect.Effect<
1375
+ DeleteCustomDBEngineVersionCommandOutput,
1376
+ SdkError | CustomDBEngineVersionNotFoundFaultError | InvalidCustomDBEngineVersionStateFaultError
1377
+ >;
1378
+
1379
+ /**
1380
+ * @see {@link DeleteDBClusterCommand}
1381
+ */
1382
+ deleteDBCluster(
1383
+ args: DeleteDBClusterCommandInput,
1384
+ options?: HttpHandlerOptions,
1385
+ ): Effect.Effect<
1386
+ DeleteDBClusterCommandOutput,
1387
+ | SdkError
1388
+ | DBClusterAutomatedBackupQuotaExceededFaultError
1389
+ | DBClusterNotFoundFaultError
1390
+ | DBClusterSnapshotAlreadyExistsFaultError
1391
+ | InvalidDBClusterSnapshotStateFaultError
1392
+ | InvalidDBClusterStateFaultError
1393
+ | SnapshotQuotaExceededFaultError
1394
+ >;
1395
+
1396
+ /**
1397
+ * @see {@link DeleteDBClusterAutomatedBackupCommand}
1398
+ */
1399
+ deleteDBClusterAutomatedBackup(
1400
+ args: DeleteDBClusterAutomatedBackupCommandInput,
1401
+ options?: HttpHandlerOptions,
1402
+ ): Effect.Effect<
1403
+ DeleteDBClusterAutomatedBackupCommandOutput,
1404
+ SdkError | DBClusterAutomatedBackupNotFoundFaultError | InvalidDBClusterAutomatedBackupStateFaultError
1405
+ >;
1406
+
1407
+ /**
1408
+ * @see {@link DeleteDBClusterEndpointCommand}
1409
+ */
1410
+ deleteDBClusterEndpoint(
1411
+ args: DeleteDBClusterEndpointCommandInput,
1412
+ options?: HttpHandlerOptions,
1413
+ ): Effect.Effect<
1414
+ DeleteDBClusterEndpointCommandOutput,
1415
+ | SdkError
1416
+ | DBClusterEndpointNotFoundFaultError
1417
+ | InvalidDBClusterEndpointStateFaultError
1418
+ | InvalidDBClusterStateFaultError
1419
+ >;
1420
+
1421
+ /**
1422
+ * @see {@link DeleteDBClusterParameterGroupCommand}
1423
+ */
1424
+ deleteDBClusterParameterGroup(
1425
+ args: DeleteDBClusterParameterGroupCommandInput,
1426
+ options?: HttpHandlerOptions,
1427
+ ): Effect.Effect<
1428
+ DeleteDBClusterParameterGroupCommandOutput,
1429
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
1430
+ >;
1431
+
1432
+ /**
1433
+ * @see {@link DeleteDBClusterSnapshotCommand}
1434
+ */
1435
+ deleteDBClusterSnapshot(
1436
+ args: DeleteDBClusterSnapshotCommandInput,
1437
+ options?: HttpHandlerOptions,
1438
+ ): Effect.Effect<
1439
+ DeleteDBClusterSnapshotCommandOutput,
1440
+ SdkError | DBClusterSnapshotNotFoundFaultError | InvalidDBClusterSnapshotStateFaultError
1441
+ >;
1442
+
1443
+ /**
1444
+ * @see {@link DeleteDBInstanceCommand}
1445
+ */
1446
+ deleteDBInstance(
1447
+ args: DeleteDBInstanceCommandInput,
1448
+ options?: HttpHandlerOptions,
1449
+ ): Effect.Effect<
1450
+ DeleteDBInstanceCommandOutput,
1451
+ | SdkError
1452
+ | DBInstanceAutomatedBackupQuotaExceededFaultError
1453
+ | DBInstanceNotFoundFaultError
1454
+ | DBSnapshotAlreadyExistsFaultError
1455
+ | InvalidDBClusterStateFaultError
1456
+ | InvalidDBInstanceStateFaultError
1457
+ | SnapshotQuotaExceededFaultError
1458
+ >;
1459
+
1460
+ /**
1461
+ * @see {@link DeleteDBInstanceAutomatedBackupCommand}
1462
+ */
1463
+ deleteDBInstanceAutomatedBackup(
1464
+ args: DeleteDBInstanceAutomatedBackupCommandInput,
1465
+ options?: HttpHandlerOptions,
1466
+ ): Effect.Effect<
1467
+ DeleteDBInstanceAutomatedBackupCommandOutput,
1468
+ SdkError | DBInstanceAutomatedBackupNotFoundFaultError | InvalidDBInstanceAutomatedBackupStateFaultError
1469
+ >;
1470
+
1471
+ /**
1472
+ * @see {@link DeleteDBParameterGroupCommand}
1473
+ */
1474
+ deleteDBParameterGroup(
1475
+ args: DeleteDBParameterGroupCommandInput,
1476
+ options?: HttpHandlerOptions,
1477
+ ): Effect.Effect<
1478
+ DeleteDBParameterGroupCommandOutput,
1479
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
1480
+ >;
1481
+
1482
+ /**
1483
+ * @see {@link DeleteDBProxyCommand}
1484
+ */
1485
+ deleteDBProxy(
1486
+ args: DeleteDBProxyCommandInput,
1487
+ options?: HttpHandlerOptions,
1488
+ ): Effect.Effect<
1489
+ DeleteDBProxyCommandOutput,
1490
+ SdkError | DBProxyNotFoundFaultError | InvalidDBProxyStateFaultError
1491
+ >;
1492
+
1493
+ /**
1494
+ * @see {@link DeleteDBProxyEndpointCommand}
1495
+ */
1496
+ deleteDBProxyEndpoint(
1497
+ args: DeleteDBProxyEndpointCommandInput,
1498
+ options?: HttpHandlerOptions,
1499
+ ): Effect.Effect<
1500
+ DeleteDBProxyEndpointCommandOutput,
1501
+ SdkError | DBProxyEndpointNotFoundFaultError | InvalidDBProxyEndpointStateFaultError
1502
+ >;
1503
+
1504
+ /**
1505
+ * @see {@link DeleteDBSecurityGroupCommand}
1506
+ */
1507
+ deleteDBSecurityGroup(
1508
+ args: DeleteDBSecurityGroupCommandInput,
1509
+ options?: HttpHandlerOptions,
1510
+ ): Effect.Effect<
1511
+ DeleteDBSecurityGroupCommandOutput,
1512
+ SdkError | DBSecurityGroupNotFoundFaultError | InvalidDBSecurityGroupStateFaultError
1513
+ >;
1514
+
1515
+ /**
1516
+ * @see {@link DeleteDBShardGroupCommand}
1517
+ */
1518
+ deleteDBShardGroup(
1519
+ args: DeleteDBShardGroupCommandInput,
1520
+ options?: HttpHandlerOptions,
1521
+ ): Effect.Effect<
1522
+ DeleteDBShardGroupCommandOutput,
1523
+ SdkError | DBShardGroupNotFoundFaultError | InvalidDBClusterStateFaultError | InvalidDBShardGroupStateFaultError
1524
+ >;
1525
+
1526
+ /**
1527
+ * @see {@link DeleteDBSnapshotCommand}
1528
+ */
1529
+ deleteDBSnapshot(
1530
+ args: DeleteDBSnapshotCommandInput,
1531
+ options?: HttpHandlerOptions,
1532
+ ): Effect.Effect<
1533
+ DeleteDBSnapshotCommandOutput,
1534
+ SdkError | DBSnapshotNotFoundFaultError | InvalidDBSnapshotStateFaultError
1535
+ >;
1536
+
1537
+ /**
1538
+ * @see {@link DeleteDBSubnetGroupCommand}
1539
+ */
1540
+ deleteDBSubnetGroup(
1541
+ args: DeleteDBSubnetGroupCommandInput,
1542
+ options?: HttpHandlerOptions,
1543
+ ): Effect.Effect<
1544
+ DeleteDBSubnetGroupCommandOutput,
1545
+ SdkError | DBSubnetGroupNotFoundFaultError | InvalidDBSubnetGroupStateFaultError | InvalidDBSubnetStateFaultError
1546
+ >;
1547
+
1548
+ /**
1549
+ * @see {@link DeleteEventSubscriptionCommand}
1550
+ */
1551
+ deleteEventSubscription(
1552
+ args: DeleteEventSubscriptionCommandInput,
1553
+ options?: HttpHandlerOptions,
1554
+ ): Effect.Effect<
1555
+ DeleteEventSubscriptionCommandOutput,
1556
+ SdkError | InvalidEventSubscriptionStateFaultError | SubscriptionNotFoundFaultError
1557
+ >;
1558
+
1559
+ /**
1560
+ * @see {@link DeleteGlobalClusterCommand}
1561
+ */
1562
+ deleteGlobalCluster(
1563
+ args: DeleteGlobalClusterCommandInput,
1564
+ options?: HttpHandlerOptions,
1565
+ ): Effect.Effect<
1566
+ DeleteGlobalClusterCommandOutput,
1567
+ SdkError | GlobalClusterNotFoundFaultError | InvalidGlobalClusterStateFaultError
1568
+ >;
1569
+
1570
+ /**
1571
+ * @see {@link DeleteIntegrationCommand}
1572
+ */
1573
+ deleteIntegration(
1574
+ args: DeleteIntegrationCommandInput,
1575
+ options?: HttpHandlerOptions,
1576
+ ): Effect.Effect<
1577
+ DeleteIntegrationCommandOutput,
1578
+ | SdkError
1579
+ | IntegrationConflictOperationFaultError
1580
+ | IntegrationNotFoundFaultError
1581
+ | InvalidIntegrationStateFaultError
1582
+ >;
1583
+
1584
+ /**
1585
+ * @see {@link DeleteOptionGroupCommand}
1586
+ */
1587
+ deleteOptionGroup(
1588
+ args: DeleteOptionGroupCommandInput,
1589
+ options?: HttpHandlerOptions,
1590
+ ): Effect.Effect<
1591
+ DeleteOptionGroupCommandOutput,
1592
+ SdkError | InvalidOptionGroupStateFaultError | OptionGroupNotFoundFaultError
1593
+ >;
1594
+
1595
+ /**
1596
+ * @see {@link DeleteTenantDatabaseCommand}
1597
+ */
1598
+ deleteTenantDatabase(
1599
+ args: DeleteTenantDatabaseCommandInput,
1600
+ options?: HttpHandlerOptions,
1601
+ ): Effect.Effect<
1602
+ DeleteTenantDatabaseCommandOutput,
1603
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError | TenantDatabaseNotFoundFaultError
1604
+ >;
1605
+
1606
+ /**
1607
+ * @see {@link DeregisterDBProxyTargetsCommand}
1608
+ */
1609
+ deregisterDBProxyTargets(
1610
+ args: DeregisterDBProxyTargetsCommandInput,
1611
+ options?: HttpHandlerOptions,
1612
+ ): Effect.Effect<
1613
+ DeregisterDBProxyTargetsCommandOutput,
1614
+ | SdkError
1615
+ | DBProxyNotFoundFaultError
1616
+ | DBProxyTargetGroupNotFoundFaultError
1617
+ | DBProxyTargetNotFoundFaultError
1618
+ | InvalidDBProxyStateFaultError
1619
+ >;
1620
+
1621
+ /**
1622
+ * @see {@link DescribeAccountAttributesCommand}
1623
+ */
1624
+ describeAccountAttributes(
1625
+ args: DescribeAccountAttributesCommandInput,
1626
+ options?: HttpHandlerOptions,
1627
+ ): Effect.Effect<
1628
+ DescribeAccountAttributesCommandOutput,
1629
+ SdkError
1630
+ >;
1631
+
1632
+ /**
1633
+ * @see {@link DescribeBlueGreenDeploymentsCommand}
1634
+ */
1635
+ describeBlueGreenDeployments(
1636
+ args: DescribeBlueGreenDeploymentsCommandInput,
1637
+ options?: HttpHandlerOptions,
1638
+ ): Effect.Effect<
1639
+ DescribeBlueGreenDeploymentsCommandOutput,
1640
+ SdkError | BlueGreenDeploymentNotFoundFaultError
1641
+ >;
1642
+
1643
+ /**
1644
+ * @see {@link DescribeCertificatesCommand}
1645
+ */
1646
+ describeCertificates(
1647
+ args: DescribeCertificatesCommandInput,
1648
+ options?: HttpHandlerOptions,
1649
+ ): Effect.Effect<
1650
+ DescribeCertificatesCommandOutput,
1651
+ SdkError | CertificateNotFoundFaultError
1652
+ >;
1653
+
1654
+ /**
1655
+ * @see {@link DescribeDBClusterAutomatedBackupsCommand}
1656
+ */
1657
+ describeDBClusterAutomatedBackups(
1658
+ args: DescribeDBClusterAutomatedBackupsCommandInput,
1659
+ options?: HttpHandlerOptions,
1660
+ ): Effect.Effect<
1661
+ DescribeDBClusterAutomatedBackupsCommandOutput,
1662
+ SdkError | DBClusterAutomatedBackupNotFoundFaultError
1663
+ >;
1664
+
1665
+ /**
1666
+ * @see {@link DescribeDBClusterBacktracksCommand}
1667
+ */
1668
+ describeDBClusterBacktracks(
1669
+ args: DescribeDBClusterBacktracksCommandInput,
1670
+ options?: HttpHandlerOptions,
1671
+ ): Effect.Effect<
1672
+ DescribeDBClusterBacktracksCommandOutput,
1673
+ SdkError | DBClusterBacktrackNotFoundFaultError | DBClusterNotFoundFaultError
1674
+ >;
1675
+
1676
+ /**
1677
+ * @see {@link DescribeDBClusterEndpointsCommand}
1678
+ */
1679
+ describeDBClusterEndpoints(
1680
+ args: DescribeDBClusterEndpointsCommandInput,
1681
+ options?: HttpHandlerOptions,
1682
+ ): Effect.Effect<
1683
+ DescribeDBClusterEndpointsCommandOutput,
1684
+ SdkError | DBClusterNotFoundFaultError
1685
+ >;
1686
+
1687
+ /**
1688
+ * @see {@link DescribeDBClusterParameterGroupsCommand}
1689
+ */
1690
+ describeDBClusterParameterGroups(
1691
+ args: DescribeDBClusterParameterGroupsCommandInput,
1692
+ options?: HttpHandlerOptions,
1693
+ ): Effect.Effect<
1694
+ DescribeDBClusterParameterGroupsCommandOutput,
1695
+ SdkError | DBParameterGroupNotFoundFaultError
1696
+ >;
1697
+
1698
+ /**
1699
+ * @see {@link DescribeDBClusterParametersCommand}
1700
+ */
1701
+ describeDBClusterParameters(
1702
+ args: DescribeDBClusterParametersCommandInput,
1703
+ options?: HttpHandlerOptions,
1704
+ ): Effect.Effect<
1705
+ DescribeDBClusterParametersCommandOutput,
1706
+ SdkError | DBParameterGroupNotFoundFaultError
1707
+ >;
1708
+
1709
+ /**
1710
+ * @see {@link DescribeDBClusterSnapshotAttributesCommand}
1711
+ */
1712
+ describeDBClusterSnapshotAttributes(
1713
+ args: DescribeDBClusterSnapshotAttributesCommandInput,
1714
+ options?: HttpHandlerOptions,
1715
+ ): Effect.Effect<
1716
+ DescribeDBClusterSnapshotAttributesCommandOutput,
1717
+ SdkError | DBClusterSnapshotNotFoundFaultError
1718
+ >;
1719
+
1720
+ /**
1721
+ * @see {@link DescribeDBClusterSnapshotsCommand}
1722
+ */
1723
+ describeDBClusterSnapshots(
1724
+ args: DescribeDBClusterSnapshotsCommandInput,
1725
+ options?: HttpHandlerOptions,
1726
+ ): Effect.Effect<
1727
+ DescribeDBClusterSnapshotsCommandOutput,
1728
+ SdkError | DBClusterSnapshotNotFoundFaultError
1729
+ >;
1730
+
1731
+ /**
1732
+ * @see {@link DescribeDBClustersCommand}
1733
+ */
1734
+ describeDBClusters(
1735
+ args: DescribeDBClustersCommandInput,
1736
+ options?: HttpHandlerOptions,
1737
+ ): Effect.Effect<
1738
+ DescribeDBClustersCommandOutput,
1739
+ SdkError | DBClusterNotFoundFaultError
1740
+ >;
1741
+
1742
+ /**
1743
+ * @see {@link DescribeDBEngineVersionsCommand}
1744
+ */
1745
+ describeDBEngineVersions(
1746
+ args: DescribeDBEngineVersionsCommandInput,
1747
+ options?: HttpHandlerOptions,
1748
+ ): Effect.Effect<
1749
+ DescribeDBEngineVersionsCommandOutput,
1750
+ SdkError
1751
+ >;
1752
+
1753
+ /**
1754
+ * @see {@link DescribeDBInstanceAutomatedBackupsCommand}
1755
+ */
1756
+ describeDBInstanceAutomatedBackups(
1757
+ args: DescribeDBInstanceAutomatedBackupsCommandInput,
1758
+ options?: HttpHandlerOptions,
1759
+ ): Effect.Effect<
1760
+ DescribeDBInstanceAutomatedBackupsCommandOutput,
1761
+ SdkError | DBInstanceAutomatedBackupNotFoundFaultError
1762
+ >;
1763
+
1764
+ /**
1765
+ * @see {@link DescribeDBInstancesCommand}
1766
+ */
1767
+ describeDBInstances(
1768
+ args: DescribeDBInstancesCommandInput,
1769
+ options?: HttpHandlerOptions,
1770
+ ): Effect.Effect<
1771
+ DescribeDBInstancesCommandOutput,
1772
+ SdkError | DBInstanceNotFoundFaultError
1773
+ >;
1774
+
1775
+ /**
1776
+ * @see {@link DescribeDBLogFilesCommand}
1777
+ */
1778
+ describeDBLogFiles(
1779
+ args: DescribeDBLogFilesCommandInput,
1780
+ options?: HttpHandlerOptions,
1781
+ ): Effect.Effect<
1782
+ DescribeDBLogFilesCommandOutput,
1783
+ SdkError | DBInstanceNotFoundFaultError | DBInstanceNotReadyFaultError
1784
+ >;
1785
+
1786
+ /**
1787
+ * @see {@link DescribeDBParameterGroupsCommand}
1788
+ */
1789
+ describeDBParameterGroups(
1790
+ args: DescribeDBParameterGroupsCommandInput,
1791
+ options?: HttpHandlerOptions,
1792
+ ): Effect.Effect<
1793
+ DescribeDBParameterGroupsCommandOutput,
1794
+ SdkError | DBParameterGroupNotFoundFaultError
1795
+ >;
1796
+
1797
+ /**
1798
+ * @see {@link DescribeDBParametersCommand}
1799
+ */
1800
+ describeDBParameters(
1801
+ args: DescribeDBParametersCommandInput,
1802
+ options?: HttpHandlerOptions,
1803
+ ): Effect.Effect<
1804
+ DescribeDBParametersCommandOutput,
1805
+ SdkError | DBParameterGroupNotFoundFaultError
1806
+ >;
1807
+
1808
+ /**
1809
+ * @see {@link DescribeDBProxiesCommand}
1810
+ */
1811
+ describeDBProxies(
1812
+ args: DescribeDBProxiesCommandInput,
1813
+ options?: HttpHandlerOptions,
1814
+ ): Effect.Effect<
1815
+ DescribeDBProxiesCommandOutput,
1816
+ SdkError | DBProxyNotFoundFaultError
1817
+ >;
1818
+
1819
+ /**
1820
+ * @see {@link DescribeDBProxyEndpointsCommand}
1821
+ */
1822
+ describeDBProxyEndpoints(
1823
+ args: DescribeDBProxyEndpointsCommandInput,
1824
+ options?: HttpHandlerOptions,
1825
+ ): Effect.Effect<
1826
+ DescribeDBProxyEndpointsCommandOutput,
1827
+ SdkError | DBProxyEndpointNotFoundFaultError | DBProxyNotFoundFaultError
1828
+ >;
1829
+
1830
+ /**
1831
+ * @see {@link DescribeDBProxyTargetGroupsCommand}
1832
+ */
1833
+ describeDBProxyTargetGroups(
1834
+ args: DescribeDBProxyTargetGroupsCommandInput,
1835
+ options?: HttpHandlerOptions,
1836
+ ): Effect.Effect<
1837
+ DescribeDBProxyTargetGroupsCommandOutput,
1838
+ SdkError | DBProxyNotFoundFaultError | DBProxyTargetGroupNotFoundFaultError | InvalidDBProxyStateFaultError
1839
+ >;
1840
+
1841
+ /**
1842
+ * @see {@link DescribeDBProxyTargetsCommand}
1843
+ */
1844
+ describeDBProxyTargets(
1845
+ args: DescribeDBProxyTargetsCommandInput,
1846
+ options?: HttpHandlerOptions,
1847
+ ): Effect.Effect<
1848
+ DescribeDBProxyTargetsCommandOutput,
1849
+ | SdkError
1850
+ | DBProxyNotFoundFaultError
1851
+ | DBProxyTargetGroupNotFoundFaultError
1852
+ | DBProxyTargetNotFoundFaultError
1853
+ | InvalidDBProxyStateFaultError
1854
+ >;
1855
+
1856
+ /**
1857
+ * @see {@link DescribeDBRecommendationsCommand}
1858
+ */
1859
+ describeDBRecommendations(
1860
+ args: DescribeDBRecommendationsCommandInput,
1861
+ options?: HttpHandlerOptions,
1862
+ ): Effect.Effect<
1863
+ DescribeDBRecommendationsCommandOutput,
1864
+ SdkError
1865
+ >;
1866
+
1867
+ /**
1868
+ * @see {@link DescribeDBSecurityGroupsCommand}
1869
+ */
1870
+ describeDBSecurityGroups(
1871
+ args: DescribeDBSecurityGroupsCommandInput,
1872
+ options?: HttpHandlerOptions,
1873
+ ): Effect.Effect<
1874
+ DescribeDBSecurityGroupsCommandOutput,
1875
+ SdkError | DBSecurityGroupNotFoundFaultError
1876
+ >;
1877
+
1878
+ /**
1879
+ * @see {@link DescribeDBShardGroupsCommand}
1880
+ */
1881
+ describeDBShardGroups(
1882
+ args: DescribeDBShardGroupsCommandInput,
1883
+ options?: HttpHandlerOptions,
1884
+ ): Effect.Effect<
1885
+ DescribeDBShardGroupsCommandOutput,
1886
+ SdkError | DBClusterNotFoundFaultError | DBShardGroupNotFoundFaultError
1887
+ >;
1888
+
1889
+ /**
1890
+ * @see {@link DescribeDBSnapshotAttributesCommand}
1891
+ */
1892
+ describeDBSnapshotAttributes(
1893
+ args: DescribeDBSnapshotAttributesCommandInput,
1894
+ options?: HttpHandlerOptions,
1895
+ ): Effect.Effect<
1896
+ DescribeDBSnapshotAttributesCommandOutput,
1897
+ SdkError | DBSnapshotNotFoundFaultError
1898
+ >;
1899
+
1900
+ /**
1901
+ * @see {@link DescribeDBSnapshotTenantDatabasesCommand}
1902
+ */
1903
+ describeDBSnapshotTenantDatabases(
1904
+ args: DescribeDBSnapshotTenantDatabasesCommandInput,
1905
+ options?: HttpHandlerOptions,
1906
+ ): Effect.Effect<
1907
+ DescribeDBSnapshotTenantDatabasesCommandOutput,
1908
+ SdkError | DBSnapshotNotFoundFaultError
1909
+ >;
1910
+
1911
+ /**
1912
+ * @see {@link DescribeDBSnapshotsCommand}
1913
+ */
1914
+ describeDBSnapshots(
1915
+ args: DescribeDBSnapshotsCommandInput,
1916
+ options?: HttpHandlerOptions,
1917
+ ): Effect.Effect<
1918
+ DescribeDBSnapshotsCommandOutput,
1919
+ SdkError | DBSnapshotNotFoundFaultError
1920
+ >;
1921
+
1922
+ /**
1923
+ * @see {@link DescribeDBSubnetGroupsCommand}
1924
+ */
1925
+ describeDBSubnetGroups(
1926
+ args: DescribeDBSubnetGroupsCommandInput,
1927
+ options?: HttpHandlerOptions,
1928
+ ): Effect.Effect<
1929
+ DescribeDBSubnetGroupsCommandOutput,
1930
+ SdkError | DBSubnetGroupNotFoundFaultError
1931
+ >;
1932
+
1933
+ /**
1934
+ * @see {@link DescribeEngineDefaultClusterParametersCommand}
1935
+ */
1936
+ describeEngineDefaultClusterParameters(
1937
+ args: DescribeEngineDefaultClusterParametersCommandInput,
1938
+ options?: HttpHandlerOptions,
1939
+ ): Effect.Effect<
1940
+ DescribeEngineDefaultClusterParametersCommandOutput,
1941
+ SdkError
1942
+ >;
1943
+
1944
+ /**
1945
+ * @see {@link DescribeEngineDefaultParametersCommand}
1946
+ */
1947
+ describeEngineDefaultParameters(
1948
+ args: DescribeEngineDefaultParametersCommandInput,
1949
+ options?: HttpHandlerOptions,
1950
+ ): Effect.Effect<
1951
+ DescribeEngineDefaultParametersCommandOutput,
1952
+ SdkError
1953
+ >;
1954
+
1955
+ /**
1956
+ * @see {@link DescribeEventCategoriesCommand}
1957
+ */
1958
+ describeEventCategories(
1959
+ args: DescribeEventCategoriesCommandInput,
1960
+ options?: HttpHandlerOptions,
1961
+ ): Effect.Effect<
1962
+ DescribeEventCategoriesCommandOutput,
1963
+ SdkError
1964
+ >;
1965
+
1966
+ /**
1967
+ * @see {@link DescribeEventSubscriptionsCommand}
1968
+ */
1969
+ describeEventSubscriptions(
1970
+ args: DescribeEventSubscriptionsCommandInput,
1971
+ options?: HttpHandlerOptions,
1972
+ ): Effect.Effect<
1973
+ DescribeEventSubscriptionsCommandOutput,
1974
+ SdkError | SubscriptionNotFoundFaultError
1975
+ >;
1976
+
1977
+ /**
1978
+ * @see {@link DescribeEventsCommand}
1979
+ */
1980
+ describeEvents(
1981
+ args: DescribeEventsCommandInput,
1982
+ options?: HttpHandlerOptions,
1983
+ ): Effect.Effect<
1984
+ DescribeEventsCommandOutput,
1985
+ SdkError
1986
+ >;
1987
+
1988
+ /**
1989
+ * @see {@link DescribeExportTasksCommand}
1990
+ */
1991
+ describeExportTasks(
1992
+ args: DescribeExportTasksCommandInput,
1993
+ options?: HttpHandlerOptions,
1994
+ ): Effect.Effect<
1995
+ DescribeExportTasksCommandOutput,
1996
+ SdkError | ExportTaskNotFoundFaultError
1997
+ >;
1998
+
1999
+ /**
2000
+ * @see {@link DescribeGlobalClustersCommand}
2001
+ */
2002
+ describeGlobalClusters(
2003
+ args: DescribeGlobalClustersCommandInput,
2004
+ options?: HttpHandlerOptions,
2005
+ ): Effect.Effect<
2006
+ DescribeGlobalClustersCommandOutput,
2007
+ SdkError | GlobalClusterNotFoundFaultError
2008
+ >;
2009
+
2010
+ /**
2011
+ * @see {@link DescribeIntegrationsCommand}
2012
+ */
2013
+ describeIntegrations(
2014
+ args: DescribeIntegrationsCommandInput,
2015
+ options?: HttpHandlerOptions,
2016
+ ): Effect.Effect<
2017
+ DescribeIntegrationsCommandOutput,
2018
+ SdkError | IntegrationNotFoundFaultError
2019
+ >;
2020
+
2021
+ /**
2022
+ * @see {@link DescribeOptionGroupOptionsCommand}
2023
+ */
2024
+ describeOptionGroupOptions(
2025
+ args: DescribeOptionGroupOptionsCommandInput,
2026
+ options?: HttpHandlerOptions,
2027
+ ): Effect.Effect<
2028
+ DescribeOptionGroupOptionsCommandOutput,
2029
+ SdkError
2030
+ >;
2031
+
2032
+ /**
2033
+ * @see {@link DescribeOptionGroupsCommand}
2034
+ */
2035
+ describeOptionGroups(
2036
+ args: DescribeOptionGroupsCommandInput,
2037
+ options?: HttpHandlerOptions,
2038
+ ): Effect.Effect<
2039
+ DescribeOptionGroupsCommandOutput,
2040
+ SdkError | OptionGroupNotFoundFaultError
2041
+ >;
2042
+
2043
+ /**
2044
+ * @see {@link DescribeOrderableDBInstanceOptionsCommand}
2045
+ */
2046
+ describeOrderableDBInstanceOptions(
2047
+ args: DescribeOrderableDBInstanceOptionsCommandInput,
2048
+ options?: HttpHandlerOptions,
2049
+ ): Effect.Effect<
2050
+ DescribeOrderableDBInstanceOptionsCommandOutput,
2051
+ SdkError
2052
+ >;
2053
+
2054
+ /**
2055
+ * @see {@link DescribePendingMaintenanceActionsCommand}
2056
+ */
2057
+ describePendingMaintenanceActions(
2058
+ args: DescribePendingMaintenanceActionsCommandInput,
2059
+ options?: HttpHandlerOptions,
2060
+ ): Effect.Effect<
2061
+ DescribePendingMaintenanceActionsCommandOutput,
2062
+ SdkError | ResourceNotFoundFaultError
2063
+ >;
2064
+
2065
+ /**
2066
+ * @see {@link DescribeReservedDBInstancesCommand}
2067
+ */
2068
+ describeReservedDBInstances(
2069
+ args: DescribeReservedDBInstancesCommandInput,
2070
+ options?: HttpHandlerOptions,
2071
+ ): Effect.Effect<
2072
+ DescribeReservedDBInstancesCommandOutput,
2073
+ SdkError | ReservedDBInstanceNotFoundFaultError
2074
+ >;
2075
+
2076
+ /**
2077
+ * @see {@link DescribeReservedDBInstancesOfferingsCommand}
2078
+ */
2079
+ describeReservedDBInstancesOfferings(
2080
+ args: DescribeReservedDBInstancesOfferingsCommandInput,
2081
+ options?: HttpHandlerOptions,
2082
+ ): Effect.Effect<
2083
+ DescribeReservedDBInstancesOfferingsCommandOutput,
2084
+ SdkError | ReservedDBInstancesOfferingNotFoundFaultError
2085
+ >;
2086
+
2087
+ /**
2088
+ * @see {@link DescribeSourceRegionsCommand}
2089
+ */
2090
+ describeSourceRegions(
2091
+ args: DescribeSourceRegionsCommandInput,
2092
+ options?: HttpHandlerOptions,
2093
+ ): Effect.Effect<
2094
+ DescribeSourceRegionsCommandOutput,
2095
+ SdkError
2096
+ >;
2097
+
2098
+ /**
2099
+ * @see {@link DescribeTenantDatabasesCommand}
2100
+ */
2101
+ describeTenantDatabases(
2102
+ args: DescribeTenantDatabasesCommandInput,
2103
+ options?: HttpHandlerOptions,
2104
+ ): Effect.Effect<
2105
+ DescribeTenantDatabasesCommandOutput,
2106
+ SdkError | DBInstanceNotFoundFaultError
2107
+ >;
2108
+
2109
+ /**
2110
+ * @see {@link DescribeValidDBInstanceModificationsCommand}
2111
+ */
2112
+ describeValidDBInstanceModifications(
2113
+ args: DescribeValidDBInstanceModificationsCommandInput,
2114
+ options?: HttpHandlerOptions,
2115
+ ): Effect.Effect<
2116
+ DescribeValidDBInstanceModificationsCommandOutput,
2117
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError
2118
+ >;
2119
+
2120
+ /**
2121
+ * @see {@link DisableHttpEndpointCommand}
2122
+ */
2123
+ disableHttpEndpoint(
2124
+ args: DisableHttpEndpointCommandInput,
2125
+ options?: HttpHandlerOptions,
2126
+ ): Effect.Effect<
2127
+ DisableHttpEndpointCommandOutput,
2128
+ SdkError | InvalidResourceStateFaultError | ResourceNotFoundFaultError
2129
+ >;
2130
+
2131
+ /**
2132
+ * @see {@link DownloadDBLogFilePortionCommand}
2133
+ */
2134
+ downloadDBLogFilePortion(
2135
+ args: DownloadDBLogFilePortionCommandInput,
2136
+ options?: HttpHandlerOptions,
2137
+ ): Effect.Effect<
2138
+ DownloadDBLogFilePortionCommandOutput,
2139
+ SdkError | DBInstanceNotFoundFaultError | DBInstanceNotReadyFaultError | DBLogFileNotFoundFaultError
2140
+ >;
2141
+
2142
+ /**
2143
+ * @see {@link EnableHttpEndpointCommand}
2144
+ */
2145
+ enableHttpEndpoint(
2146
+ args: EnableHttpEndpointCommandInput,
2147
+ options?: HttpHandlerOptions,
2148
+ ): Effect.Effect<
2149
+ EnableHttpEndpointCommandOutput,
2150
+ SdkError | InvalidResourceStateFaultError | ResourceNotFoundFaultError
2151
+ >;
2152
+
2153
+ /**
2154
+ * @see {@link FailoverDBClusterCommand}
2155
+ */
2156
+ failoverDBCluster(
2157
+ args: FailoverDBClusterCommandInput,
2158
+ options?: HttpHandlerOptions,
2159
+ ): Effect.Effect<
2160
+ FailoverDBClusterCommandOutput,
2161
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError | InvalidDBInstanceStateFaultError
2162
+ >;
2163
+
2164
+ /**
2165
+ * @see {@link FailoverGlobalClusterCommand}
2166
+ */
2167
+ failoverGlobalCluster(
2168
+ args: FailoverGlobalClusterCommandInput,
2169
+ options?: HttpHandlerOptions,
2170
+ ): Effect.Effect<
2171
+ FailoverGlobalClusterCommandOutput,
2172
+ | SdkError
2173
+ | DBClusterNotFoundFaultError
2174
+ | GlobalClusterNotFoundFaultError
2175
+ | InvalidDBClusterStateFaultError
2176
+ | InvalidGlobalClusterStateFaultError
2177
+ >;
2178
+
2179
+ /**
2180
+ * @see {@link ListTagsForResourceCommand}
2181
+ */
2182
+ listTagsForResource(
2183
+ args: ListTagsForResourceCommandInput,
2184
+ options?: HttpHandlerOptions,
2185
+ ): Effect.Effect<
2186
+ ListTagsForResourceCommandOutput,
2187
+ | SdkError
2188
+ | BlueGreenDeploymentNotFoundFaultError
2189
+ | DBClusterNotFoundFaultError
2190
+ | DBInstanceNotFoundFaultError
2191
+ | DBProxyNotFoundFaultError
2192
+ | DBProxyTargetGroupNotFoundFaultError
2193
+ | DBSnapshotNotFoundFaultError
2194
+ | DBSnapshotTenantDatabaseNotFoundFaultError
2195
+ | IntegrationNotFoundFaultError
2196
+ | TenantDatabaseNotFoundFaultError
2197
+ >;
2198
+
2199
+ /**
2200
+ * @see {@link ModifyActivityStreamCommand}
2201
+ */
2202
+ modifyActivityStream(
2203
+ args: ModifyActivityStreamCommandInput,
2204
+ options?: HttpHandlerOptions,
2205
+ ): Effect.Effect<
2206
+ ModifyActivityStreamCommandOutput,
2207
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError | ResourceNotFoundFaultError
2208
+ >;
2209
+
2210
+ /**
2211
+ * @see {@link ModifyCertificatesCommand}
2212
+ */
2213
+ modifyCertificates(
2214
+ args: ModifyCertificatesCommandInput,
2215
+ options?: HttpHandlerOptions,
2216
+ ): Effect.Effect<
2217
+ ModifyCertificatesCommandOutput,
2218
+ SdkError | CertificateNotFoundFaultError
2219
+ >;
2220
+
2221
+ /**
2222
+ * @see {@link ModifyCurrentDBClusterCapacityCommand}
2223
+ */
2224
+ modifyCurrentDBClusterCapacity(
2225
+ args: ModifyCurrentDBClusterCapacityCommandInput,
2226
+ options?: HttpHandlerOptions,
2227
+ ): Effect.Effect<
2228
+ ModifyCurrentDBClusterCapacityCommandOutput,
2229
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterCapacityFaultError | InvalidDBClusterStateFaultError
2230
+ >;
2231
+
2232
+ /**
2233
+ * @see {@link ModifyCustomDBEngineVersionCommand}
2234
+ */
2235
+ modifyCustomDBEngineVersion(
2236
+ args: ModifyCustomDBEngineVersionCommandInput,
2237
+ options?: HttpHandlerOptions,
2238
+ ): Effect.Effect<
2239
+ ModifyCustomDBEngineVersionCommandOutput,
2240
+ SdkError | CustomDBEngineVersionNotFoundFaultError | InvalidCustomDBEngineVersionStateFaultError
2241
+ >;
2242
+
2243
+ /**
2244
+ * @see {@link ModifyDBClusterCommand}
2245
+ */
2246
+ modifyDBCluster(
2247
+ args: ModifyDBClusterCommandInput,
2248
+ options?: HttpHandlerOptions,
2249
+ ): Effect.Effect<
2250
+ ModifyDBClusterCommandOutput,
2251
+ | SdkError
2252
+ | DBClusterAlreadyExistsFaultError
2253
+ | DBClusterNotFoundFaultError
2254
+ | DBClusterParameterGroupNotFoundFaultError
2255
+ | DBInstanceAlreadyExistsFaultError
2256
+ | DBSubnetGroupNotFoundFaultError
2257
+ | DomainNotFoundFaultError
2258
+ | InvalidDBClusterStateFaultError
2259
+ | InvalidDBInstanceStateFaultError
2260
+ | InvalidDBSecurityGroupStateFaultError
2261
+ | InvalidDBSubnetGroupStateFaultError
2262
+ | InvalidSubnetError
2263
+ | InvalidVPCNetworkStateFaultError
2264
+ | OptionGroupNotFoundFaultError
2265
+ | StorageQuotaExceededFaultError
2266
+ | StorageTypeNotAvailableFaultError
2267
+ >;
2268
+
2269
+ /**
2270
+ * @see {@link ModifyDBClusterEndpointCommand}
2271
+ */
2272
+ modifyDBClusterEndpoint(
2273
+ args: ModifyDBClusterEndpointCommandInput,
2274
+ options?: HttpHandlerOptions,
2275
+ ): Effect.Effect<
2276
+ ModifyDBClusterEndpointCommandOutput,
2277
+ | SdkError
2278
+ | DBClusterEndpointNotFoundFaultError
2279
+ | DBInstanceNotFoundFaultError
2280
+ | InvalidDBClusterEndpointStateFaultError
2281
+ | InvalidDBClusterStateFaultError
2282
+ | InvalidDBInstanceStateFaultError
2283
+ >;
2284
+
2285
+ /**
2286
+ * @see {@link ModifyDBClusterParameterGroupCommand}
2287
+ */
2288
+ modifyDBClusterParameterGroup(
2289
+ args: ModifyDBClusterParameterGroupCommandInput,
2290
+ options?: HttpHandlerOptions,
2291
+ ): Effect.Effect<
2292
+ ModifyDBClusterParameterGroupCommandOutput,
2293
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
2294
+ >;
2295
+
2296
+ /**
2297
+ * @see {@link ModifyDBClusterSnapshotAttributeCommand}
2298
+ */
2299
+ modifyDBClusterSnapshotAttribute(
2300
+ args: ModifyDBClusterSnapshotAttributeCommandInput,
2301
+ options?: HttpHandlerOptions,
2302
+ ): Effect.Effect<
2303
+ ModifyDBClusterSnapshotAttributeCommandOutput,
2304
+ | SdkError
2305
+ | DBClusterSnapshotNotFoundFaultError
2306
+ | InvalidDBClusterSnapshotStateFaultError
2307
+ | SharedSnapshotQuotaExceededFaultError
2308
+ >;
2309
+
2310
+ /**
2311
+ * @see {@link ModifyDBInstanceCommand}
2312
+ */
2313
+ modifyDBInstance(
2314
+ args: ModifyDBInstanceCommandInput,
2315
+ options?: HttpHandlerOptions,
2316
+ ): Effect.Effect<
2317
+ ModifyDBInstanceCommandOutput,
2318
+ | SdkError
2319
+ | AuthorizationNotFoundFaultError
2320
+ | BackupPolicyNotFoundFaultError
2321
+ | CertificateNotFoundFaultError
2322
+ | DBInstanceAlreadyExistsFaultError
2323
+ | DBInstanceNotFoundFaultError
2324
+ | DBParameterGroupNotFoundFaultError
2325
+ | DBSecurityGroupNotFoundFaultError
2326
+ | DBUpgradeDependencyFailureFaultError
2327
+ | DomainNotFoundFaultError
2328
+ | InsufficientDBInstanceCapacityFaultError
2329
+ | InvalidDBClusterStateFaultError
2330
+ | InvalidDBInstanceStateFaultError
2331
+ | InvalidDBSecurityGroupStateFaultError
2332
+ | InvalidVPCNetworkStateFaultError
2333
+ | KMSKeyNotAccessibleFaultError
2334
+ | NetworkTypeNotSupportedError
2335
+ | OptionGroupNotFoundFaultError
2336
+ | ProvisionedIopsNotAvailableInAZFaultError
2337
+ | StorageQuotaExceededFaultError
2338
+ | StorageTypeNotSupportedFaultError
2339
+ | TenantDatabaseQuotaExceededFaultError
2340
+ >;
2341
+
2342
+ /**
2343
+ * @see {@link ModifyDBParameterGroupCommand}
2344
+ */
2345
+ modifyDBParameterGroup(
2346
+ args: ModifyDBParameterGroupCommandInput,
2347
+ options?: HttpHandlerOptions,
2348
+ ): Effect.Effect<
2349
+ ModifyDBParameterGroupCommandOutput,
2350
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
2351
+ >;
2352
+
2353
+ /**
2354
+ * @see {@link ModifyDBProxyCommand}
2355
+ */
2356
+ modifyDBProxy(
2357
+ args: ModifyDBProxyCommandInput,
2358
+ options?: HttpHandlerOptions,
2359
+ ): Effect.Effect<
2360
+ ModifyDBProxyCommandOutput,
2361
+ SdkError | DBProxyAlreadyExistsFaultError | DBProxyNotFoundFaultError | InvalidDBProxyStateFaultError
2362
+ >;
2363
+
2364
+ /**
2365
+ * @see {@link ModifyDBProxyEndpointCommand}
2366
+ */
2367
+ modifyDBProxyEndpoint(
2368
+ args: ModifyDBProxyEndpointCommandInput,
2369
+ options?: HttpHandlerOptions,
2370
+ ): Effect.Effect<
2371
+ ModifyDBProxyEndpointCommandOutput,
2372
+ | SdkError
2373
+ | DBProxyEndpointAlreadyExistsFaultError
2374
+ | DBProxyEndpointNotFoundFaultError
2375
+ | InvalidDBProxyEndpointStateFaultError
2376
+ | InvalidDBProxyStateFaultError
2377
+ >;
2378
+
2379
+ /**
2380
+ * @see {@link ModifyDBProxyTargetGroupCommand}
2381
+ */
2382
+ modifyDBProxyTargetGroup(
2383
+ args: ModifyDBProxyTargetGroupCommandInput,
2384
+ options?: HttpHandlerOptions,
2385
+ ): Effect.Effect<
2386
+ ModifyDBProxyTargetGroupCommandOutput,
2387
+ SdkError | DBProxyNotFoundFaultError | DBProxyTargetGroupNotFoundFaultError | InvalidDBProxyStateFaultError
2388
+ >;
2389
+
2390
+ /**
2391
+ * @see {@link ModifyDBRecommendationCommand}
2392
+ */
2393
+ modifyDBRecommendation(
2394
+ args: ModifyDBRecommendationCommandInput,
2395
+ options?: HttpHandlerOptions,
2396
+ ): Effect.Effect<
2397
+ ModifyDBRecommendationCommandOutput,
2398
+ SdkError
2399
+ >;
2400
+
2401
+ /**
2402
+ * @see {@link ModifyDBShardGroupCommand}
2403
+ */
2404
+ modifyDBShardGroup(
2405
+ args: ModifyDBShardGroupCommandInput,
2406
+ options?: HttpHandlerOptions,
2407
+ ): Effect.Effect<
2408
+ ModifyDBShardGroupCommandOutput,
2409
+ SdkError | DBShardGroupAlreadyExistsFaultError | DBShardGroupNotFoundFaultError | InvalidDBClusterStateFaultError
2410
+ >;
2411
+
2412
+ /**
2413
+ * @see {@link ModifyDBSnapshotCommand}
2414
+ */
2415
+ modifyDBSnapshot(
2416
+ args: ModifyDBSnapshotCommandInput,
2417
+ options?: HttpHandlerOptions,
2418
+ ): Effect.Effect<
2419
+ ModifyDBSnapshotCommandOutput,
2420
+ SdkError | DBSnapshotNotFoundFaultError
2421
+ >;
2422
+
2423
+ /**
2424
+ * @see {@link ModifyDBSnapshotAttributeCommand}
2425
+ */
2426
+ modifyDBSnapshotAttribute(
2427
+ args: ModifyDBSnapshotAttributeCommandInput,
2428
+ options?: HttpHandlerOptions,
2429
+ ): Effect.Effect<
2430
+ ModifyDBSnapshotAttributeCommandOutput,
2431
+ SdkError | DBSnapshotNotFoundFaultError | InvalidDBSnapshotStateFaultError | SharedSnapshotQuotaExceededFaultError
2432
+ >;
2433
+
2434
+ /**
2435
+ * @see {@link ModifyDBSubnetGroupCommand}
2436
+ */
2437
+ modifyDBSubnetGroup(
2438
+ args: ModifyDBSubnetGroupCommandInput,
2439
+ options?: HttpHandlerOptions,
2440
+ ): Effect.Effect<
2441
+ ModifyDBSubnetGroupCommandOutput,
2442
+ | SdkError
2443
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2444
+ | DBSubnetGroupNotFoundFaultError
2445
+ | DBSubnetQuotaExceededFaultError
2446
+ | InvalidSubnetError
2447
+ | SubnetAlreadyInUseError
2448
+ >;
2449
+
2450
+ /**
2451
+ * @see {@link ModifyEventSubscriptionCommand}
2452
+ */
2453
+ modifyEventSubscription(
2454
+ args: ModifyEventSubscriptionCommandInput,
2455
+ options?: HttpHandlerOptions,
2456
+ ): Effect.Effect<
2457
+ ModifyEventSubscriptionCommandOutput,
2458
+ | SdkError
2459
+ | EventSubscriptionQuotaExceededFaultError
2460
+ | SNSInvalidTopicFaultError
2461
+ | SNSNoAuthorizationFaultError
2462
+ | SNSTopicArnNotFoundFaultError
2463
+ | SubscriptionCategoryNotFoundFaultError
2464
+ | SubscriptionNotFoundFaultError
2465
+ >;
2466
+
2467
+ /**
2468
+ * @see {@link ModifyGlobalClusterCommand}
2469
+ */
2470
+ modifyGlobalCluster(
2471
+ args: ModifyGlobalClusterCommandInput,
2472
+ options?: HttpHandlerOptions,
2473
+ ): Effect.Effect<
2474
+ ModifyGlobalClusterCommandOutput,
2475
+ | SdkError
2476
+ | GlobalClusterAlreadyExistsFaultError
2477
+ | GlobalClusterNotFoundFaultError
2478
+ | InvalidDBClusterStateFaultError
2479
+ | InvalidDBInstanceStateFaultError
2480
+ | InvalidGlobalClusterStateFaultError
2481
+ >;
2482
+
2483
+ /**
2484
+ * @see {@link ModifyIntegrationCommand}
2485
+ */
2486
+ modifyIntegration(
2487
+ args: ModifyIntegrationCommandInput,
2488
+ options?: HttpHandlerOptions,
2489
+ ): Effect.Effect<
2490
+ ModifyIntegrationCommandOutput,
2491
+ | SdkError
2492
+ | IntegrationConflictOperationFaultError
2493
+ | IntegrationNotFoundFaultError
2494
+ | InvalidIntegrationStateFaultError
2495
+ >;
2496
+
2497
+ /**
2498
+ * @see {@link ModifyOptionGroupCommand}
2499
+ */
2500
+ modifyOptionGroup(
2501
+ args: ModifyOptionGroupCommandInput,
2502
+ options?: HttpHandlerOptions,
2503
+ ): Effect.Effect<
2504
+ ModifyOptionGroupCommandOutput,
2505
+ SdkError | InvalidOptionGroupStateFaultError | OptionGroupNotFoundFaultError
2506
+ >;
2507
+
2508
+ /**
2509
+ * @see {@link ModifyTenantDatabaseCommand}
2510
+ */
2511
+ modifyTenantDatabase(
2512
+ args: ModifyTenantDatabaseCommandInput,
2513
+ options?: HttpHandlerOptions,
2514
+ ): Effect.Effect<
2515
+ ModifyTenantDatabaseCommandOutput,
2516
+ | SdkError
2517
+ | DBInstanceNotFoundFaultError
2518
+ | InvalidDBInstanceStateFaultError
2519
+ | TenantDatabaseAlreadyExistsFaultError
2520
+ | TenantDatabaseNotFoundFaultError
2521
+ >;
2522
+
2523
+ /**
2524
+ * @see {@link PromoteReadReplicaCommand}
2525
+ */
2526
+ promoteReadReplica(
2527
+ args: PromoteReadReplicaCommandInput,
2528
+ options?: HttpHandlerOptions,
2529
+ ): Effect.Effect<
2530
+ PromoteReadReplicaCommandOutput,
2531
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError
2532
+ >;
2533
+
2534
+ /**
2535
+ * @see {@link PromoteReadReplicaDBClusterCommand}
2536
+ */
2537
+ promoteReadReplicaDBCluster(
2538
+ args: PromoteReadReplicaDBClusterCommandInput,
2539
+ options?: HttpHandlerOptions,
2540
+ ): Effect.Effect<
2541
+ PromoteReadReplicaDBClusterCommandOutput,
2542
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError
2543
+ >;
2544
+
2545
+ /**
2546
+ * @see {@link PurchaseReservedDBInstancesOfferingCommand}
2547
+ */
2548
+ purchaseReservedDBInstancesOffering(
2549
+ args: PurchaseReservedDBInstancesOfferingCommandInput,
2550
+ options?: HttpHandlerOptions,
2551
+ ): Effect.Effect<
2552
+ PurchaseReservedDBInstancesOfferingCommandOutput,
2553
+ | SdkError
2554
+ | ReservedDBInstanceAlreadyExistsFaultError
2555
+ | ReservedDBInstanceQuotaExceededFaultError
2556
+ | ReservedDBInstancesOfferingNotFoundFaultError
2557
+ >;
2558
+
2559
+ /**
2560
+ * @see {@link RebootDBClusterCommand}
2561
+ */
2562
+ rebootDBCluster(
2563
+ args: RebootDBClusterCommandInput,
2564
+ options?: HttpHandlerOptions,
2565
+ ): Effect.Effect<
2566
+ RebootDBClusterCommandOutput,
2567
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError | InvalidDBInstanceStateFaultError
2568
+ >;
2569
+
2570
+ /**
2571
+ * @see {@link RebootDBInstanceCommand}
2572
+ */
2573
+ rebootDBInstance(
2574
+ args: RebootDBInstanceCommandInput,
2575
+ options?: HttpHandlerOptions,
2576
+ ): Effect.Effect<
2577
+ RebootDBInstanceCommandOutput,
2578
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError
2579
+ >;
2580
+
2581
+ /**
2582
+ * @see {@link RebootDBShardGroupCommand}
2583
+ */
2584
+ rebootDBShardGroup(
2585
+ args: RebootDBShardGroupCommandInput,
2586
+ options?: HttpHandlerOptions,
2587
+ ): Effect.Effect<
2588
+ RebootDBShardGroupCommandOutput,
2589
+ SdkError | DBShardGroupNotFoundFaultError | InvalidDBShardGroupStateFaultError
2590
+ >;
2591
+
2592
+ /**
2593
+ * @see {@link RegisterDBProxyTargetsCommand}
2594
+ */
2595
+ registerDBProxyTargets(
2596
+ args: RegisterDBProxyTargetsCommandInput,
2597
+ options?: HttpHandlerOptions,
2598
+ ): Effect.Effect<
2599
+ RegisterDBProxyTargetsCommandOutput,
2600
+ | SdkError
2601
+ | DBClusterNotFoundFaultError
2602
+ | DBInstanceNotFoundFaultError
2603
+ | DBProxyNotFoundFaultError
2604
+ | DBProxyTargetAlreadyRegisteredFaultError
2605
+ | DBProxyTargetGroupNotFoundFaultError
2606
+ | InsufficientAvailableIPsInSubnetFaultError
2607
+ | InvalidDBClusterStateFaultError
2608
+ | InvalidDBInstanceStateFaultError
2609
+ | InvalidDBProxyStateFaultError
2610
+ >;
2611
+
2612
+ /**
2613
+ * @see {@link RemoveFromGlobalClusterCommand}
2614
+ */
2615
+ removeFromGlobalCluster(
2616
+ args: RemoveFromGlobalClusterCommandInput,
2617
+ options?: HttpHandlerOptions,
2618
+ ): Effect.Effect<
2619
+ RemoveFromGlobalClusterCommandOutput,
2620
+ SdkError | DBClusterNotFoundFaultError | GlobalClusterNotFoundFaultError | InvalidGlobalClusterStateFaultError
2621
+ >;
2622
+
2623
+ /**
2624
+ * @see {@link RemoveRoleFromDBClusterCommand}
2625
+ */
2626
+ removeRoleFromDBCluster(
2627
+ args: RemoveRoleFromDBClusterCommandInput,
2628
+ options?: HttpHandlerOptions,
2629
+ ): Effect.Effect<
2630
+ RemoveRoleFromDBClusterCommandOutput,
2631
+ SdkError | DBClusterNotFoundFaultError | DBClusterRoleNotFoundFaultError | InvalidDBClusterStateFaultError
2632
+ >;
2633
+
2634
+ /**
2635
+ * @see {@link RemoveRoleFromDBInstanceCommand}
2636
+ */
2637
+ removeRoleFromDBInstance(
2638
+ args: RemoveRoleFromDBInstanceCommandInput,
2639
+ options?: HttpHandlerOptions,
2640
+ ): Effect.Effect<
2641
+ RemoveRoleFromDBInstanceCommandOutput,
2642
+ SdkError | DBInstanceNotFoundFaultError | DBInstanceRoleNotFoundFaultError | InvalidDBInstanceStateFaultError
2643
+ >;
2644
+
2645
+ /**
2646
+ * @see {@link RemoveSourceIdentifierFromSubscriptionCommand}
2647
+ */
2648
+ removeSourceIdentifierFromSubscription(
2649
+ args: RemoveSourceIdentifierFromSubscriptionCommandInput,
2650
+ options?: HttpHandlerOptions,
2651
+ ): Effect.Effect<
2652
+ RemoveSourceIdentifierFromSubscriptionCommandOutput,
2653
+ SdkError | SourceNotFoundFaultError | SubscriptionNotFoundFaultError
2654
+ >;
2655
+
2656
+ /**
2657
+ * @see {@link RemoveTagsFromResourceCommand}
2658
+ */
2659
+ removeTagsFromResource(
2660
+ args: RemoveTagsFromResourceCommandInput,
2661
+ options?: HttpHandlerOptions,
2662
+ ): Effect.Effect<
2663
+ RemoveTagsFromResourceCommandOutput,
2664
+ | SdkError
2665
+ | BlueGreenDeploymentNotFoundFaultError
2666
+ | DBClusterNotFoundFaultError
2667
+ | DBInstanceNotFoundFaultError
2668
+ | DBProxyNotFoundFaultError
2669
+ | DBProxyTargetGroupNotFoundFaultError
2670
+ | DBSnapshotNotFoundFaultError
2671
+ | DBSnapshotTenantDatabaseNotFoundFaultError
2672
+ | IntegrationNotFoundFaultError
2673
+ | TenantDatabaseNotFoundFaultError
2674
+ >;
2675
+
2676
+ /**
2677
+ * @see {@link ResetDBClusterParameterGroupCommand}
2678
+ */
2679
+ resetDBClusterParameterGroup(
2680
+ args: ResetDBClusterParameterGroupCommandInput,
2681
+ options?: HttpHandlerOptions,
2682
+ ): Effect.Effect<
2683
+ ResetDBClusterParameterGroupCommandOutput,
2684
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
2685
+ >;
2686
+
2687
+ /**
2688
+ * @see {@link ResetDBParameterGroupCommand}
2689
+ */
2690
+ resetDBParameterGroup(
2691
+ args: ResetDBParameterGroupCommandInput,
2692
+ options?: HttpHandlerOptions,
2693
+ ): Effect.Effect<
2694
+ ResetDBParameterGroupCommandOutput,
2695
+ SdkError | DBParameterGroupNotFoundFaultError | InvalidDBParameterGroupStateFaultError
2696
+ >;
2697
+
2698
+ /**
2699
+ * @see {@link RestoreDBClusterFromS3Command}
2700
+ */
2701
+ restoreDBClusterFromS3(
2702
+ args: RestoreDBClusterFromS3CommandInput,
2703
+ options?: HttpHandlerOptions,
2704
+ ): Effect.Effect<
2705
+ RestoreDBClusterFromS3CommandOutput,
2706
+ | SdkError
2707
+ | DBClusterAlreadyExistsFaultError
2708
+ | DBClusterNotFoundFaultError
2709
+ | DBClusterParameterGroupNotFoundFaultError
2710
+ | DBClusterQuotaExceededFaultError
2711
+ | DBSubnetGroupNotFoundFaultError
2712
+ | DomainNotFoundFaultError
2713
+ | InsufficientStorageClusterCapacityFaultError
2714
+ | InvalidDBClusterStateFaultError
2715
+ | InvalidDBSubnetGroupStateFaultError
2716
+ | InvalidS3BucketFaultError
2717
+ | InvalidSubnetError
2718
+ | InvalidVPCNetworkStateFaultError
2719
+ | KMSKeyNotAccessibleFaultError
2720
+ | StorageQuotaExceededFaultError
2721
+ | StorageTypeNotSupportedFaultError
2722
+ >;
2723
+
2724
+ /**
2725
+ * @see {@link RestoreDBClusterFromSnapshotCommand}
2726
+ */
2727
+ restoreDBClusterFromSnapshot(
2728
+ args: RestoreDBClusterFromSnapshotCommandInput,
2729
+ options?: HttpHandlerOptions,
2730
+ ): Effect.Effect<
2731
+ RestoreDBClusterFromSnapshotCommandOutput,
2732
+ | SdkError
2733
+ | DBClusterAlreadyExistsFaultError
2734
+ | DBClusterParameterGroupNotFoundFaultError
2735
+ | DBClusterQuotaExceededFaultError
2736
+ | DBClusterSnapshotNotFoundFaultError
2737
+ | DBSnapshotNotFoundFaultError
2738
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2739
+ | DBSubnetGroupNotFoundFaultError
2740
+ | DomainNotFoundFaultError
2741
+ | InsufficientDBClusterCapacityFaultError
2742
+ | InsufficientDBInstanceCapacityFaultError
2743
+ | InsufficientStorageClusterCapacityFaultError
2744
+ | InvalidDBClusterSnapshotStateFaultError
2745
+ | InvalidDBInstanceStateFaultError
2746
+ | InvalidDBSnapshotStateFaultError
2747
+ | InvalidRestoreFaultError
2748
+ | InvalidSubnetError
2749
+ | InvalidVPCNetworkStateFaultError
2750
+ | KMSKeyNotAccessibleFaultError
2751
+ | OptionGroupNotFoundFaultError
2752
+ | StorageQuotaExceededFaultError
2753
+ >;
2754
+
2755
+ /**
2756
+ * @see {@link RestoreDBClusterToPointInTimeCommand}
2757
+ */
2758
+ restoreDBClusterToPointInTime(
2759
+ args: RestoreDBClusterToPointInTimeCommandInput,
2760
+ options?: HttpHandlerOptions,
2761
+ ): Effect.Effect<
2762
+ RestoreDBClusterToPointInTimeCommandOutput,
2763
+ | SdkError
2764
+ | DBClusterAlreadyExistsFaultError
2765
+ | DBClusterAutomatedBackupNotFoundFaultError
2766
+ | DBClusterNotFoundFaultError
2767
+ | DBClusterParameterGroupNotFoundFaultError
2768
+ | DBClusterQuotaExceededFaultError
2769
+ | DBClusterSnapshotNotFoundFaultError
2770
+ | DBSubnetGroupNotFoundFaultError
2771
+ | DomainNotFoundFaultError
2772
+ | InsufficientDBClusterCapacityFaultError
2773
+ | InsufficientDBInstanceCapacityFaultError
2774
+ | InsufficientStorageClusterCapacityFaultError
2775
+ | InvalidDBClusterSnapshotStateFaultError
2776
+ | InvalidDBClusterStateFaultError
2777
+ | InvalidDBSnapshotStateFaultError
2778
+ | InvalidRestoreFaultError
2779
+ | InvalidSubnetError
2780
+ | InvalidVPCNetworkStateFaultError
2781
+ | KMSKeyNotAccessibleFaultError
2782
+ | OptionGroupNotFoundFaultError
2783
+ | StorageQuotaExceededFaultError
2784
+ >;
2785
+
2786
+ /**
2787
+ * @see {@link RestoreDBInstanceFromDBSnapshotCommand}
2788
+ */
2789
+ restoreDBInstanceFromDBSnapshot(
2790
+ args: RestoreDBInstanceFromDBSnapshotCommandInput,
2791
+ options?: HttpHandlerOptions,
2792
+ ): Effect.Effect<
2793
+ RestoreDBInstanceFromDBSnapshotCommandOutput,
2794
+ | SdkError
2795
+ | AuthorizationNotFoundFaultError
2796
+ | BackupPolicyNotFoundFaultError
2797
+ | CertificateNotFoundFaultError
2798
+ | DBClusterSnapshotNotFoundFaultError
2799
+ | DBInstanceAlreadyExistsFaultError
2800
+ | DBParameterGroupNotFoundFaultError
2801
+ | DBSecurityGroupNotFoundFaultError
2802
+ | DBSnapshotNotFoundFaultError
2803
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2804
+ | DBSubnetGroupNotFoundFaultError
2805
+ | DomainNotFoundFaultError
2806
+ | InstanceQuotaExceededFaultError
2807
+ | InsufficientDBInstanceCapacityFaultError
2808
+ | InvalidDBSnapshotStateFaultError
2809
+ | InvalidRestoreFaultError
2810
+ | InvalidSubnetError
2811
+ | InvalidVPCNetworkStateFaultError
2812
+ | KMSKeyNotAccessibleFaultError
2813
+ | NetworkTypeNotSupportedError
2814
+ | OptionGroupNotFoundFaultError
2815
+ | ProvisionedIopsNotAvailableInAZFaultError
2816
+ | StorageQuotaExceededFaultError
2817
+ | StorageTypeNotSupportedFaultError
2818
+ | TenantDatabaseQuotaExceededFaultError
2819
+ >;
2820
+
2821
+ /**
2822
+ * @see {@link RestoreDBInstanceFromS3Command}
2823
+ */
2824
+ restoreDBInstanceFromS3(
2825
+ args: RestoreDBInstanceFromS3CommandInput,
2826
+ options?: HttpHandlerOptions,
2827
+ ): Effect.Effect<
2828
+ RestoreDBInstanceFromS3CommandOutput,
2829
+ | SdkError
2830
+ | AuthorizationNotFoundFaultError
2831
+ | BackupPolicyNotFoundFaultError
2832
+ | CertificateNotFoundFaultError
2833
+ | DBInstanceAlreadyExistsFaultError
2834
+ | DBParameterGroupNotFoundFaultError
2835
+ | DBSecurityGroupNotFoundFaultError
2836
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2837
+ | DBSubnetGroupNotFoundFaultError
2838
+ | InstanceQuotaExceededFaultError
2839
+ | InsufficientDBInstanceCapacityFaultError
2840
+ | InvalidS3BucketFaultError
2841
+ | InvalidSubnetError
2842
+ | InvalidVPCNetworkStateFaultError
2843
+ | KMSKeyNotAccessibleFaultError
2844
+ | NetworkTypeNotSupportedError
2845
+ | OptionGroupNotFoundFaultError
2846
+ | ProvisionedIopsNotAvailableInAZFaultError
2847
+ | StorageQuotaExceededFaultError
2848
+ | StorageTypeNotSupportedFaultError
2849
+ >;
2850
+
2851
+ /**
2852
+ * @see {@link RestoreDBInstanceToPointInTimeCommand}
2853
+ */
2854
+ restoreDBInstanceToPointInTime(
2855
+ args: RestoreDBInstanceToPointInTimeCommandInput,
2856
+ options?: HttpHandlerOptions,
2857
+ ): Effect.Effect<
2858
+ RestoreDBInstanceToPointInTimeCommandOutput,
2859
+ | SdkError
2860
+ | AuthorizationNotFoundFaultError
2861
+ | BackupPolicyNotFoundFaultError
2862
+ | CertificateNotFoundFaultError
2863
+ | DBInstanceAlreadyExistsFaultError
2864
+ | DBInstanceAutomatedBackupNotFoundFaultError
2865
+ | DBInstanceNotFoundFaultError
2866
+ | DBParameterGroupNotFoundFaultError
2867
+ | DBSecurityGroupNotFoundFaultError
2868
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2869
+ | DBSubnetGroupNotFoundFaultError
2870
+ | DomainNotFoundFaultError
2871
+ | InstanceQuotaExceededFaultError
2872
+ | InsufficientDBInstanceCapacityFaultError
2873
+ | InvalidDBInstanceStateFaultError
2874
+ | InvalidRestoreFaultError
2875
+ | InvalidSubnetError
2876
+ | InvalidVPCNetworkStateFaultError
2877
+ | KMSKeyNotAccessibleFaultError
2878
+ | NetworkTypeNotSupportedError
2879
+ | OptionGroupNotFoundFaultError
2880
+ | PointInTimeRestoreNotEnabledFaultError
2881
+ | ProvisionedIopsNotAvailableInAZFaultError
2882
+ | StorageQuotaExceededFaultError
2883
+ | StorageTypeNotSupportedFaultError
2884
+ | TenantDatabaseQuotaExceededFaultError
2885
+ >;
2886
+
2887
+ /**
2888
+ * @see {@link RevokeDBSecurityGroupIngressCommand}
2889
+ */
2890
+ revokeDBSecurityGroupIngress(
2891
+ args: RevokeDBSecurityGroupIngressCommandInput,
2892
+ options?: HttpHandlerOptions,
2893
+ ): Effect.Effect<
2894
+ RevokeDBSecurityGroupIngressCommandOutput,
2895
+ | SdkError
2896
+ | AuthorizationNotFoundFaultError
2897
+ | DBSecurityGroupNotFoundFaultError
2898
+ | InvalidDBSecurityGroupStateFaultError
2899
+ >;
2900
+
2901
+ /**
2902
+ * @see {@link StartActivityStreamCommand}
2903
+ */
2904
+ startActivityStream(
2905
+ args: StartActivityStreamCommandInput,
2906
+ options?: HttpHandlerOptions,
2907
+ ): Effect.Effect<
2908
+ StartActivityStreamCommandOutput,
2909
+ | SdkError
2910
+ | DBClusterNotFoundFaultError
2911
+ | DBInstanceNotFoundFaultError
2912
+ | InvalidDBClusterStateFaultError
2913
+ | InvalidDBInstanceStateFaultError
2914
+ | KMSKeyNotAccessibleFaultError
2915
+ | ResourceNotFoundFaultError
2916
+ >;
2917
+
2918
+ /**
2919
+ * @see {@link StartDBClusterCommand}
2920
+ */
2921
+ startDBCluster(
2922
+ args: StartDBClusterCommandInput,
2923
+ options?: HttpHandlerOptions,
2924
+ ): Effect.Effect<
2925
+ StartDBClusterCommandOutput,
2926
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError | InvalidDBInstanceStateFaultError
2927
+ >;
2928
+
2929
+ /**
2930
+ * @see {@link StartDBInstanceCommand}
2931
+ */
2932
+ startDBInstance(
2933
+ args: StartDBInstanceCommandInput,
2934
+ options?: HttpHandlerOptions,
2935
+ ): Effect.Effect<
2936
+ StartDBInstanceCommandOutput,
2937
+ | SdkError
2938
+ | AuthorizationNotFoundFaultError
2939
+ | DBClusterNotFoundFaultError
2940
+ | DBInstanceNotFoundFaultError
2941
+ | DBSubnetGroupDoesNotCoverEnoughAZsError
2942
+ | DBSubnetGroupNotFoundFaultError
2943
+ | InsufficientDBInstanceCapacityFaultError
2944
+ | InvalidDBClusterStateFaultError
2945
+ | InvalidDBInstanceStateFaultError
2946
+ | InvalidSubnetError
2947
+ | InvalidVPCNetworkStateFaultError
2948
+ | KMSKeyNotAccessibleFaultError
2949
+ >;
2950
+
2951
+ /**
2952
+ * @see {@link StartDBInstanceAutomatedBackupsReplicationCommand}
2953
+ */
2954
+ startDBInstanceAutomatedBackupsReplication(
2955
+ args: StartDBInstanceAutomatedBackupsReplicationCommandInput,
2956
+ options?: HttpHandlerOptions,
2957
+ ): Effect.Effect<
2958
+ StartDBInstanceAutomatedBackupsReplicationCommandOutput,
2959
+ | SdkError
2960
+ | DBInstanceAutomatedBackupQuotaExceededFaultError
2961
+ | DBInstanceNotFoundFaultError
2962
+ | InvalidDBInstanceStateFaultError
2963
+ | KMSKeyNotAccessibleFaultError
2964
+ | StorageTypeNotSupportedFaultError
2965
+ >;
2966
+
2967
+ /**
2968
+ * @see {@link StartExportTaskCommand}
2969
+ */
2970
+ startExportTask(
2971
+ args: StartExportTaskCommandInput,
2972
+ options?: HttpHandlerOptions,
2973
+ ): Effect.Effect<
2974
+ StartExportTaskCommandOutput,
2975
+ | SdkError
2976
+ | DBClusterNotFoundFaultError
2977
+ | DBClusterSnapshotNotFoundFaultError
2978
+ | DBSnapshotNotFoundFaultError
2979
+ | ExportTaskAlreadyExistsFaultError
2980
+ | IamRoleMissingPermissionsFaultError
2981
+ | IamRoleNotFoundFaultError
2982
+ | InvalidExportOnlyFaultError
2983
+ | InvalidExportSourceStateFaultError
2984
+ | InvalidS3BucketFaultError
2985
+ | KMSKeyNotAccessibleFaultError
2986
+ >;
2987
+
2988
+ /**
2989
+ * @see {@link StopActivityStreamCommand}
2990
+ */
2991
+ stopActivityStream(
2992
+ args: StopActivityStreamCommandInput,
2993
+ options?: HttpHandlerOptions,
2994
+ ): Effect.Effect<
2995
+ StopActivityStreamCommandOutput,
2996
+ | SdkError
2997
+ | DBClusterNotFoundFaultError
2998
+ | DBInstanceNotFoundFaultError
2999
+ | InvalidDBClusterStateFaultError
3000
+ | InvalidDBInstanceStateFaultError
3001
+ | ResourceNotFoundFaultError
3002
+ >;
3003
+
3004
+ /**
3005
+ * @see {@link StopDBClusterCommand}
3006
+ */
3007
+ stopDBCluster(
3008
+ args: StopDBClusterCommandInput,
3009
+ options?: HttpHandlerOptions,
3010
+ ): Effect.Effect<
3011
+ StopDBClusterCommandOutput,
3012
+ SdkError | DBClusterNotFoundFaultError | InvalidDBClusterStateFaultError | InvalidDBInstanceStateFaultError
3013
+ >;
3014
+
3015
+ /**
3016
+ * @see {@link StopDBInstanceCommand}
3017
+ */
3018
+ stopDBInstance(
3019
+ args: StopDBInstanceCommandInput,
3020
+ options?: HttpHandlerOptions,
3021
+ ): Effect.Effect<
3022
+ StopDBInstanceCommandOutput,
3023
+ | SdkError
3024
+ | DBInstanceNotFoundFaultError
3025
+ | DBSnapshotAlreadyExistsFaultError
3026
+ | InvalidDBClusterStateFaultError
3027
+ | InvalidDBInstanceStateFaultError
3028
+ | SnapshotQuotaExceededFaultError
3029
+ >;
3030
+
3031
+ /**
3032
+ * @see {@link StopDBInstanceAutomatedBackupsReplicationCommand}
3033
+ */
3034
+ stopDBInstanceAutomatedBackupsReplication(
3035
+ args: StopDBInstanceAutomatedBackupsReplicationCommandInput,
3036
+ options?: HttpHandlerOptions,
3037
+ ): Effect.Effect<
3038
+ StopDBInstanceAutomatedBackupsReplicationCommandOutput,
3039
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError
3040
+ >;
3041
+
3042
+ /**
3043
+ * @see {@link SwitchoverBlueGreenDeploymentCommand}
3044
+ */
3045
+ switchoverBlueGreenDeployment(
3046
+ args: SwitchoverBlueGreenDeploymentCommandInput,
3047
+ options?: HttpHandlerOptions,
3048
+ ): Effect.Effect<
3049
+ SwitchoverBlueGreenDeploymentCommandOutput,
3050
+ SdkError | BlueGreenDeploymentNotFoundFaultError | InvalidBlueGreenDeploymentStateFaultError
3051
+ >;
3052
+
3053
+ /**
3054
+ * @see {@link SwitchoverGlobalClusterCommand}
3055
+ */
3056
+ switchoverGlobalCluster(
3057
+ args: SwitchoverGlobalClusterCommandInput,
3058
+ options?: HttpHandlerOptions,
3059
+ ): Effect.Effect<
3060
+ SwitchoverGlobalClusterCommandOutput,
3061
+ | SdkError
3062
+ | DBClusterNotFoundFaultError
3063
+ | GlobalClusterNotFoundFaultError
3064
+ | InvalidDBClusterStateFaultError
3065
+ | InvalidGlobalClusterStateFaultError
3066
+ >;
3067
+
3068
+ /**
3069
+ * @see {@link SwitchoverReadReplicaCommand}
3070
+ */
3071
+ switchoverReadReplica(
3072
+ args: SwitchoverReadReplicaCommandInput,
3073
+ options?: HttpHandlerOptions,
3074
+ ): Effect.Effect<
3075
+ SwitchoverReadReplicaCommandOutput,
3076
+ SdkError | DBInstanceNotFoundFaultError | InvalidDBInstanceStateFaultError
3077
+ >;
3078
+ }
3079
+
3080
+ /**
3081
+ * @since 1.0.0
3082
+ * @category constructors
3083
+ */
3084
+ export const makeRDSService = Effect.gen(function*() {
3085
+ const client = yield* Instance.RDSClientInstance;
3086
+
3087
+ return Service.fromClientAndCommands<RDSService$>(
3088
+ client,
3089
+ commands,
3090
+ {
3091
+ errorTags: AllServiceErrors,
3092
+ resolveClientConfig: RDSServiceConfig.toRDSClientConfig,
3093
+ },
3094
+ );
3095
+ });
3096
+
3097
+ /**
3098
+ * @since 1.0.0
3099
+ * @category models
3100
+ */
3101
+ export class RDSService extends Effect.Tag("@effect-aws/client-rds/RDSService")<
3102
+ RDSService,
3103
+ RDSService$
3104
+ >() {
3105
+ static readonly defaultLayer = Layer.effect(this, makeRDSService).pipe(Layer.provide(Instance.layer));
3106
+ static readonly layer = (config: RDSService.Config) =>
3107
+ Layer.effect(this, makeRDSService).pipe(
3108
+ Layer.provide(Instance.layer),
3109
+ Layer.provide(RDSServiceConfig.setRDSServiceConfig(config)),
3110
+ );
3111
+ static readonly baseLayer = (
3112
+ evaluate: (defaultConfig: RDSClientConfig) => RDSClient,
3113
+ ) =>
3114
+ Layer.effect(this, makeRDSService).pipe(
3115
+ Layer.provide(
3116
+ Layer.effect(
3117
+ Instance.RDSClientInstance,
3118
+ Effect.map(RDSServiceConfig.toRDSClientConfig, evaluate),
3119
+ ),
3120
+ ),
3121
+ );
3122
+ }
3123
+
3124
+ /**
3125
+ * @since 1.0.0
3126
+ */
3127
+ export declare namespace RDSService {
3128
+ /**
3129
+ * @since 1.0.0
3130
+ */
3131
+ export interface Config extends Omit<RDSClientConfig, "logger"> {
3132
+ readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
3133
+ }
3134
+ }