@aws-sdk/client-docdb 3.929.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/index.js +3115 -6262
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DocDBClient.js +2 -0
  4. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -9
  5. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  6. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  7. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -9
  8. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -6
  9. package/dist-es/commands/CreateDBClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -9
  12. package/dist-es/commands/CreateDBInstanceCommand.js +3 -9
  13. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -9
  16. package/dist-es/commands/DeleteDBClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -9
  19. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -9
  20. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  22. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -9
  23. package/dist-es/commands/DescribeCertificatesCommand.js +3 -9
  24. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -9
  25. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -9
  26. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -9
  27. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDBClustersCommand.js +3 -9
  29. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -9
  30. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -9
  31. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -9
  32. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -9
  33. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  34. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  35. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  36. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -9
  37. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -9
  38. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -9
  39. package/dist-es/commands/FailoverDBClusterCommand.js +3 -9
  40. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -9
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  42. package/dist-es/commands/ModifyDBClusterCommand.js +3 -9
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -9
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -9
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -9
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -9
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -9
  49. package/dist-es/commands/RebootDBInstanceCommand.js +3 -9
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -9
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -9
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -9
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -9
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -9
  56. package/dist-es/commands/StartDBClusterCommand.js +3 -9
  57. package/dist-es/commands/StopDBClusterCommand.js +3 -9
  58. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +3 -9
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +3086 -0
  61. package/dist-types/DocDBClient.d.ts +10 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +298 -0
  67. package/dist-types/ts3.4/DocDBClient.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -0
  73. package/package.json +35 -35
  74. package/dist-es/protocols/Aws_query.js +0 -5961
  75. package/dist-types/protocols/Aws_query.d.ts +0 -497
  76. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -665
@@ -1,665 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddSourceIdentifierToSubscriptionCommandInput,
8
- AddSourceIdentifierToSubscriptionCommandOutput,
9
- } from "../commands/AddSourceIdentifierToSubscriptionCommand";
10
- import {
11
- AddTagsToResourceCommandInput,
12
- AddTagsToResourceCommandOutput,
13
- } from "../commands/AddTagsToResourceCommand";
14
- import {
15
- ApplyPendingMaintenanceActionCommandInput,
16
- ApplyPendingMaintenanceActionCommandOutput,
17
- } from "../commands/ApplyPendingMaintenanceActionCommand";
18
- import {
19
- CopyDBClusterParameterGroupCommandInput,
20
- CopyDBClusterParameterGroupCommandOutput,
21
- } from "../commands/CopyDBClusterParameterGroupCommand";
22
- import {
23
- CopyDBClusterSnapshotCommandInput,
24
- CopyDBClusterSnapshotCommandOutput,
25
- } from "../commands/CopyDBClusterSnapshotCommand";
26
- import {
27
- CreateDBClusterCommandInput,
28
- CreateDBClusterCommandOutput,
29
- } from "../commands/CreateDBClusterCommand";
30
- import {
31
- CreateDBClusterParameterGroupCommandInput,
32
- CreateDBClusterParameterGroupCommandOutput,
33
- } from "../commands/CreateDBClusterParameterGroupCommand";
34
- import {
35
- CreateDBClusterSnapshotCommandInput,
36
- CreateDBClusterSnapshotCommandOutput,
37
- } from "../commands/CreateDBClusterSnapshotCommand";
38
- import {
39
- CreateDBInstanceCommandInput,
40
- CreateDBInstanceCommandOutput,
41
- } from "../commands/CreateDBInstanceCommand";
42
- import {
43
- CreateDBSubnetGroupCommandInput,
44
- CreateDBSubnetGroupCommandOutput,
45
- } from "../commands/CreateDBSubnetGroupCommand";
46
- import {
47
- CreateEventSubscriptionCommandInput,
48
- CreateEventSubscriptionCommandOutput,
49
- } from "../commands/CreateEventSubscriptionCommand";
50
- import {
51
- CreateGlobalClusterCommandInput,
52
- CreateGlobalClusterCommandOutput,
53
- } from "../commands/CreateGlobalClusterCommand";
54
- import {
55
- DeleteDBClusterCommandInput,
56
- DeleteDBClusterCommandOutput,
57
- } from "../commands/DeleteDBClusterCommand";
58
- import {
59
- DeleteDBClusterParameterGroupCommandInput,
60
- DeleteDBClusterParameterGroupCommandOutput,
61
- } from "../commands/DeleteDBClusterParameterGroupCommand";
62
- import {
63
- DeleteDBClusterSnapshotCommandInput,
64
- DeleteDBClusterSnapshotCommandOutput,
65
- } from "../commands/DeleteDBClusterSnapshotCommand";
66
- import {
67
- DeleteDBInstanceCommandInput,
68
- DeleteDBInstanceCommandOutput,
69
- } from "../commands/DeleteDBInstanceCommand";
70
- import {
71
- DeleteDBSubnetGroupCommandInput,
72
- DeleteDBSubnetGroupCommandOutput,
73
- } from "../commands/DeleteDBSubnetGroupCommand";
74
- import {
75
- DeleteEventSubscriptionCommandInput,
76
- DeleteEventSubscriptionCommandOutput,
77
- } from "../commands/DeleteEventSubscriptionCommand";
78
- import {
79
- DeleteGlobalClusterCommandInput,
80
- DeleteGlobalClusterCommandOutput,
81
- } from "../commands/DeleteGlobalClusterCommand";
82
- import {
83
- DescribeCertificatesCommandInput,
84
- DescribeCertificatesCommandOutput,
85
- } from "../commands/DescribeCertificatesCommand";
86
- import {
87
- DescribeDBClusterParameterGroupsCommandInput,
88
- DescribeDBClusterParameterGroupsCommandOutput,
89
- } from "../commands/DescribeDBClusterParameterGroupsCommand";
90
- import {
91
- DescribeDBClusterParametersCommandInput,
92
- DescribeDBClusterParametersCommandOutput,
93
- } from "../commands/DescribeDBClusterParametersCommand";
94
- import {
95
- DescribeDBClustersCommandInput,
96
- DescribeDBClustersCommandOutput,
97
- } from "../commands/DescribeDBClustersCommand";
98
- import {
99
- DescribeDBClusterSnapshotAttributesCommandInput,
100
- DescribeDBClusterSnapshotAttributesCommandOutput,
101
- } from "../commands/DescribeDBClusterSnapshotAttributesCommand";
102
- import {
103
- DescribeDBClusterSnapshotsCommandInput,
104
- DescribeDBClusterSnapshotsCommandOutput,
105
- } from "../commands/DescribeDBClusterSnapshotsCommand";
106
- import {
107
- DescribeDBEngineVersionsCommandInput,
108
- DescribeDBEngineVersionsCommandOutput,
109
- } from "../commands/DescribeDBEngineVersionsCommand";
110
- import {
111
- DescribeDBInstancesCommandInput,
112
- DescribeDBInstancesCommandOutput,
113
- } from "../commands/DescribeDBInstancesCommand";
114
- import {
115
- DescribeDBSubnetGroupsCommandInput,
116
- DescribeDBSubnetGroupsCommandOutput,
117
- } from "../commands/DescribeDBSubnetGroupsCommand";
118
- import {
119
- DescribeEngineDefaultClusterParametersCommandInput,
120
- DescribeEngineDefaultClusterParametersCommandOutput,
121
- } from "../commands/DescribeEngineDefaultClusterParametersCommand";
122
- import {
123
- DescribeEventCategoriesCommandInput,
124
- DescribeEventCategoriesCommandOutput,
125
- } from "../commands/DescribeEventCategoriesCommand";
126
- import {
127
- DescribeEventsCommandInput,
128
- DescribeEventsCommandOutput,
129
- } from "../commands/DescribeEventsCommand";
130
- import {
131
- DescribeEventSubscriptionsCommandInput,
132
- DescribeEventSubscriptionsCommandOutput,
133
- } from "../commands/DescribeEventSubscriptionsCommand";
134
- import {
135
- DescribeGlobalClustersCommandInput,
136
- DescribeGlobalClustersCommandOutput,
137
- } from "../commands/DescribeGlobalClustersCommand";
138
- import {
139
- DescribeOrderableDBInstanceOptionsCommandInput,
140
- DescribeOrderableDBInstanceOptionsCommandOutput,
141
- } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
142
- import {
143
- DescribePendingMaintenanceActionsCommandInput,
144
- DescribePendingMaintenanceActionsCommandOutput,
145
- } from "../commands/DescribePendingMaintenanceActionsCommand";
146
- import {
147
- FailoverDBClusterCommandInput,
148
- FailoverDBClusterCommandOutput,
149
- } from "../commands/FailoverDBClusterCommand";
150
- import {
151
- FailoverGlobalClusterCommandInput,
152
- FailoverGlobalClusterCommandOutput,
153
- } from "../commands/FailoverGlobalClusterCommand";
154
- import {
155
- ListTagsForResourceCommandInput,
156
- ListTagsForResourceCommandOutput,
157
- } from "../commands/ListTagsForResourceCommand";
158
- import {
159
- ModifyDBClusterCommandInput,
160
- ModifyDBClusterCommandOutput,
161
- } from "../commands/ModifyDBClusterCommand";
162
- import {
163
- ModifyDBClusterParameterGroupCommandInput,
164
- ModifyDBClusterParameterGroupCommandOutput,
165
- } from "../commands/ModifyDBClusterParameterGroupCommand";
166
- import {
167
- ModifyDBClusterSnapshotAttributeCommandInput,
168
- ModifyDBClusterSnapshotAttributeCommandOutput,
169
- } from "../commands/ModifyDBClusterSnapshotAttributeCommand";
170
- import {
171
- ModifyDBInstanceCommandInput,
172
- ModifyDBInstanceCommandOutput,
173
- } from "../commands/ModifyDBInstanceCommand";
174
- import {
175
- ModifyDBSubnetGroupCommandInput,
176
- ModifyDBSubnetGroupCommandOutput,
177
- } from "../commands/ModifyDBSubnetGroupCommand";
178
- import {
179
- ModifyEventSubscriptionCommandInput,
180
- ModifyEventSubscriptionCommandOutput,
181
- } from "../commands/ModifyEventSubscriptionCommand";
182
- import {
183
- ModifyGlobalClusterCommandInput,
184
- ModifyGlobalClusterCommandOutput,
185
- } from "../commands/ModifyGlobalClusterCommand";
186
- import {
187
- RebootDBInstanceCommandInput,
188
- RebootDBInstanceCommandOutput,
189
- } from "../commands/RebootDBInstanceCommand";
190
- import {
191
- RemoveFromGlobalClusterCommandInput,
192
- RemoveFromGlobalClusterCommandOutput,
193
- } from "../commands/RemoveFromGlobalClusterCommand";
194
- import {
195
- RemoveSourceIdentifierFromSubscriptionCommandInput,
196
- RemoveSourceIdentifierFromSubscriptionCommandOutput,
197
- } from "../commands/RemoveSourceIdentifierFromSubscriptionCommand";
198
- import {
199
- RemoveTagsFromResourceCommandInput,
200
- RemoveTagsFromResourceCommandOutput,
201
- } from "../commands/RemoveTagsFromResourceCommand";
202
- import {
203
- ResetDBClusterParameterGroupCommandInput,
204
- ResetDBClusterParameterGroupCommandOutput,
205
- } from "../commands/ResetDBClusterParameterGroupCommand";
206
- import {
207
- RestoreDBClusterFromSnapshotCommandInput,
208
- RestoreDBClusterFromSnapshotCommandOutput,
209
- } from "../commands/RestoreDBClusterFromSnapshotCommand";
210
- import {
211
- RestoreDBClusterToPointInTimeCommandInput,
212
- RestoreDBClusterToPointInTimeCommandOutput,
213
- } from "../commands/RestoreDBClusterToPointInTimeCommand";
214
- import {
215
- StartDBClusterCommandInput,
216
- StartDBClusterCommandOutput,
217
- } from "../commands/StartDBClusterCommand";
218
- import {
219
- StopDBClusterCommandInput,
220
- StopDBClusterCommandOutput,
221
- } from "../commands/StopDBClusterCommand";
222
- import {
223
- SwitchoverGlobalClusterCommandInput,
224
- SwitchoverGlobalClusterCommandOutput,
225
- } from "../commands/SwitchoverGlobalClusterCommand";
226
- export declare const se_AddSourceIdentifierToSubscriptionCommand: (
227
- input: AddSourceIdentifierToSubscriptionCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_AddTagsToResourceCommand: (
231
- input: AddTagsToResourceCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ApplyPendingMaintenanceActionCommand: (
235
- input: ApplyPendingMaintenanceActionCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CopyDBClusterParameterGroupCommand: (
239
- input: CopyDBClusterParameterGroupCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CopyDBClusterSnapshotCommand: (
243
- input: CopyDBClusterSnapshotCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateDBClusterCommand: (
247
- input: CreateDBClusterCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateDBClusterParameterGroupCommand: (
251
- input: CreateDBClusterParameterGroupCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateDBClusterSnapshotCommand: (
255
- input: CreateDBClusterSnapshotCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateDBInstanceCommand: (
259
- input: CreateDBInstanceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateDBSubnetGroupCommand: (
263
- input: CreateDBSubnetGroupCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateEventSubscriptionCommand: (
267
- input: CreateEventSubscriptionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateGlobalClusterCommand: (
271
- input: CreateGlobalClusterCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteDBClusterCommand: (
275
- input: DeleteDBClusterCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteDBClusterParameterGroupCommand: (
279
- input: DeleteDBClusterParameterGroupCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteDBClusterSnapshotCommand: (
283
- input: DeleteDBClusterSnapshotCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteDBInstanceCommand: (
287
- input: DeleteDBInstanceCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteDBSubnetGroupCommand: (
291
- input: DeleteDBSubnetGroupCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteEventSubscriptionCommand: (
295
- input: DeleteEventSubscriptionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteGlobalClusterCommand: (
299
- input: DeleteGlobalClusterCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeCertificatesCommand: (
303
- input: DescribeCertificatesCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeDBClusterParameterGroupsCommand: (
307
- input: DescribeDBClusterParameterGroupsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeDBClusterParametersCommand: (
311
- input: DescribeDBClusterParametersCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeDBClustersCommand: (
315
- input: DescribeDBClustersCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeDBClusterSnapshotAttributesCommand: (
319
- input: DescribeDBClusterSnapshotAttributesCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeDBClusterSnapshotsCommand: (
323
- input: DescribeDBClusterSnapshotsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeDBEngineVersionsCommand: (
327
- input: DescribeDBEngineVersionsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeDBInstancesCommand: (
331
- input: DescribeDBInstancesCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeDBSubnetGroupsCommand: (
335
- input: DescribeDBSubnetGroupsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeEngineDefaultClusterParametersCommand: (
339
- input: DescribeEngineDefaultClusterParametersCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DescribeEventCategoriesCommand: (
343
- input: DescribeEventCategoriesCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DescribeEventsCommand: (
347
- input: DescribeEventsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DescribeEventSubscriptionsCommand: (
351
- input: DescribeEventSubscriptionsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DescribeGlobalClustersCommand: (
355
- input: DescribeGlobalClustersCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DescribeOrderableDBInstanceOptionsCommand: (
359
- input: DescribeOrderableDBInstanceOptionsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DescribePendingMaintenanceActionsCommand: (
363
- input: DescribePendingMaintenanceActionsCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_FailoverDBClusterCommand: (
367
- input: FailoverDBClusterCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_FailoverGlobalClusterCommand: (
371
- input: FailoverGlobalClusterCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListTagsForResourceCommand: (
375
- input: ListTagsForResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ModifyDBClusterCommand: (
379
- input: ModifyDBClusterCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ModifyDBClusterParameterGroupCommand: (
383
- input: ModifyDBClusterParameterGroupCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ModifyDBClusterSnapshotAttributeCommand: (
387
- input: ModifyDBClusterSnapshotAttributeCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ModifyDBInstanceCommand: (
391
- input: ModifyDBInstanceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ModifyDBSubnetGroupCommand: (
395
- input: ModifyDBSubnetGroupCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ModifyEventSubscriptionCommand: (
399
- input: ModifyEventSubscriptionCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ModifyGlobalClusterCommand: (
403
- input: ModifyGlobalClusterCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_RebootDBInstanceCommand: (
407
- input: RebootDBInstanceCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_RemoveFromGlobalClusterCommand: (
411
- input: RemoveFromGlobalClusterCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_RemoveSourceIdentifierFromSubscriptionCommand: (
415
- input: RemoveSourceIdentifierFromSubscriptionCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_RemoveTagsFromResourceCommand: (
419
- input: RemoveTagsFromResourceCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ResetDBClusterParameterGroupCommand: (
423
- input: ResetDBClusterParameterGroupCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_RestoreDBClusterFromSnapshotCommand: (
427
- input: RestoreDBClusterFromSnapshotCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_RestoreDBClusterToPointInTimeCommand: (
431
- input: RestoreDBClusterToPointInTimeCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_StartDBClusterCommand: (
435
- input: StartDBClusterCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_StopDBClusterCommand: (
439
- input: StopDBClusterCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_SwitchoverGlobalClusterCommand: (
443
- input: SwitchoverGlobalClusterCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const de_AddSourceIdentifierToSubscriptionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
450
- export declare const de_AddTagsToResourceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<AddTagsToResourceCommandOutput>;
454
- export declare const de_ApplyPendingMaintenanceActionCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
458
- export declare const de_CopyDBClusterParameterGroupCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<CopyDBClusterParameterGroupCommandOutput>;
462
- export declare const de_CopyDBClusterSnapshotCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<CopyDBClusterSnapshotCommandOutput>;
466
- export declare const de_CreateDBClusterCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<CreateDBClusterCommandOutput>;
470
- export declare const de_CreateDBClusterParameterGroupCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CreateDBClusterParameterGroupCommandOutput>;
474
- export declare const de_CreateDBClusterSnapshotCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreateDBClusterSnapshotCommandOutput>;
478
- export declare const de_CreateDBInstanceCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateDBInstanceCommandOutput>;
482
- export declare const de_CreateDBSubnetGroupCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateDBSubnetGroupCommandOutput>;
486
- export declare const de_CreateEventSubscriptionCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateEventSubscriptionCommandOutput>;
490
- export declare const de_CreateGlobalClusterCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateGlobalClusterCommandOutput>;
494
- export declare const de_DeleteDBClusterCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DeleteDBClusterCommandOutput>;
498
- export declare const de_DeleteDBClusterParameterGroupCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
502
- export declare const de_DeleteDBClusterSnapshotCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteDBClusterSnapshotCommandOutput>;
506
- export declare const de_DeleteDBInstanceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteDBInstanceCommandOutput>;
510
- export declare const de_DeleteDBSubnetGroupCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteDBSubnetGroupCommandOutput>;
514
- export declare const de_DeleteEventSubscriptionCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteEventSubscriptionCommandOutput>;
518
- export declare const de_DeleteGlobalClusterCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteGlobalClusterCommandOutput>;
522
- export declare const de_DescribeCertificatesCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DescribeCertificatesCommandOutput>;
526
- export declare const de_DescribeDBClusterParameterGroupsCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
530
- export declare const de_DescribeDBClusterParametersCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeDBClusterParametersCommandOutput>;
534
- export declare const de_DescribeDBClustersCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeDBClustersCommandOutput>;
538
- export declare const de_DescribeDBClusterSnapshotAttributesCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
542
- export declare const de_DescribeDBClusterSnapshotsCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeDBClusterSnapshotsCommandOutput>;
546
- export declare const de_DescribeDBEngineVersionsCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeDBEngineVersionsCommandOutput>;
550
- export declare const de_DescribeDBInstancesCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeDBInstancesCommandOutput>;
554
- export declare const de_DescribeDBSubnetGroupsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribeDBSubnetGroupsCommandOutput>;
558
- export declare const de_DescribeEngineDefaultClusterParametersCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
562
- export declare const de_DescribeEventCategoriesCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeEventCategoriesCommandOutput>;
566
- export declare const de_DescribeEventsCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeEventsCommandOutput>;
570
- export declare const de_DescribeEventSubscriptionsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DescribeEventSubscriptionsCommandOutput>;
574
- export declare const de_DescribeGlobalClustersCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DescribeGlobalClustersCommandOutput>;
578
- export declare const de_DescribeOrderableDBInstanceOptionsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
582
- export declare const de_DescribePendingMaintenanceActionsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DescribePendingMaintenanceActionsCommandOutput>;
586
- export declare const de_FailoverDBClusterCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<FailoverDBClusterCommandOutput>;
590
- export declare const de_FailoverGlobalClusterCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<FailoverGlobalClusterCommandOutput>;
594
- export declare const de_ListTagsForResourceCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListTagsForResourceCommandOutput>;
598
- export declare const de_ModifyDBClusterCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ModifyDBClusterCommandOutput>;
602
- export declare const de_ModifyDBClusterParameterGroupCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
606
- export declare const de_ModifyDBClusterSnapshotAttributeCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
610
- export declare const de_ModifyDBInstanceCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ModifyDBInstanceCommandOutput>;
614
- export declare const de_ModifyDBSubnetGroupCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ModifyDBSubnetGroupCommandOutput>;
618
- export declare const de_ModifyEventSubscriptionCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ModifyEventSubscriptionCommandOutput>;
622
- export declare const de_ModifyGlobalClusterCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ModifyGlobalClusterCommandOutput>;
626
- export declare const de_RebootDBInstanceCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<RebootDBInstanceCommandOutput>;
630
- export declare const de_RemoveFromGlobalClusterCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<RemoveFromGlobalClusterCommandOutput>;
634
- export declare const de_RemoveSourceIdentifierFromSubscriptionCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
638
- export declare const de_RemoveTagsFromResourceCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<RemoveTagsFromResourceCommandOutput>;
642
- export declare const de_ResetDBClusterParameterGroupCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ResetDBClusterParameterGroupCommandOutput>;
646
- export declare const de_RestoreDBClusterFromSnapshotCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<RestoreDBClusterFromSnapshotCommandOutput>;
650
- export declare const de_RestoreDBClusterToPointInTimeCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<RestoreDBClusterToPointInTimeCommandOutput>;
654
- export declare const de_StartDBClusterCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<StartDBClusterCommandOutput>;
658
- export declare const de_StopDBClusterCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<StopDBClusterCommandOutput>;
662
- export declare const de_SwitchoverGlobalClusterCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<SwitchoverGlobalClusterCommandOutput>;