@aws-sdk/client-neptune 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 (94) hide show
  1. package/dist-cjs/index.js +4106 -8003
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/NeptuneClient.js +2 -0
  4. package/dist-es/commands/AddRoleToDBClusterCommand.js +3 -9
  5. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  7. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  8. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -9
  9. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -6
  10. package/dist-es/commands/CopyDBParameterGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateDBClusterCommand.js +2 -6
  12. package/dist-es/commands/CreateDBClusterEndpointCommand.js +3 -9
  13. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -9
  15. package/dist-es/commands/CreateDBInstanceCommand.js +3 -10
  16. package/dist-es/commands/CreateDBParameterGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -9
  18. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  19. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -9
  20. package/dist-es/commands/DeleteDBClusterCommand.js +3 -9
  21. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +3 -9
  22. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -9
  23. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -9
  25. package/dist-es/commands/DeleteDBParameterGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  28. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -9
  29. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +3 -9
  30. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -9
  32. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -9
  33. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -9
  34. package/dist-es/commands/DescribeDBClustersCommand.js +3 -9
  35. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -9
  36. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -9
  37. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +3 -9
  38. package/dist-es/commands/DescribeDBParametersCommand.js +3 -9
  39. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -9
  40. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -9
  41. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
  42. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  43. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  44. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  45. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -9
  46. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -9
  47. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -9
  48. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +3 -9
  49. package/dist-es/commands/FailoverDBClusterCommand.js +3 -9
  50. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -9
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/ModifyDBClusterCommand.js +3 -9
  53. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +3 -9
  54. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -9
  55. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -9
  56. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -10
  57. package/dist-es/commands/ModifyDBParameterGroupCommand.js +3 -9
  58. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -9
  59. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  60. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -9
  61. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +3 -9
  62. package/dist-es/commands/RebootDBInstanceCommand.js +3 -9
  63. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -9
  64. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +3 -9
  65. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -9
  66. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  67. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -9
  68. package/dist-es/commands/ResetDBParameterGroupCommand.js +3 -9
  69. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -9
  70. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -9
  71. package/dist-es/commands/StartDBClusterCommand.js +3 -9
  72. package/dist-es/commands/StopDBClusterCommand.js +3 -9
  73. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +3 -9
  74. package/dist-es/models/models_0.js +0 -9
  75. package/dist-es/runtimeConfig.shared.js +7 -0
  76. package/dist-es/schemas/schemas_0.js +4133 -0
  77. package/dist-types/NeptuneClient.d.ts +10 -1
  78. package/dist-types/models/models_0.d.ts +0 -8
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  80. package/dist-types/runtimeConfig.d.ts +1 -0
  81. package/dist-types/runtimeConfig.native.d.ts +1 -0
  82. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  83. package/dist-types/schemas/schemas_0.d.ts +372 -0
  84. package/dist-types/ts3.4/NeptuneClient.d.ts +4 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +378 -0
  91. package/package.json +35 -35
  92. package/dist-es/protocols/Aws_query.js +0 -7676
  93. package/dist-types/protocols/Aws_query.d.ts +0 -632
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -845
@@ -1,845 +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
- AddRoleToDBClusterCommandInput,
8
- AddRoleToDBClusterCommandOutput,
9
- } from "../commands/AddRoleToDBClusterCommand";
10
- import {
11
- AddSourceIdentifierToSubscriptionCommandInput,
12
- AddSourceIdentifierToSubscriptionCommandOutput,
13
- } from "../commands/AddSourceIdentifierToSubscriptionCommand";
14
- import {
15
- AddTagsToResourceCommandInput,
16
- AddTagsToResourceCommandOutput,
17
- } from "../commands/AddTagsToResourceCommand";
18
- import {
19
- ApplyPendingMaintenanceActionCommandInput,
20
- ApplyPendingMaintenanceActionCommandOutput,
21
- } from "../commands/ApplyPendingMaintenanceActionCommand";
22
- import {
23
- CopyDBClusterParameterGroupCommandInput,
24
- CopyDBClusterParameterGroupCommandOutput,
25
- } from "../commands/CopyDBClusterParameterGroupCommand";
26
- import {
27
- CopyDBClusterSnapshotCommandInput,
28
- CopyDBClusterSnapshotCommandOutput,
29
- } from "../commands/CopyDBClusterSnapshotCommand";
30
- import {
31
- CopyDBParameterGroupCommandInput,
32
- CopyDBParameterGroupCommandOutput,
33
- } from "../commands/CopyDBParameterGroupCommand";
34
- import {
35
- CreateDBClusterCommandInput,
36
- CreateDBClusterCommandOutput,
37
- } from "../commands/CreateDBClusterCommand";
38
- import {
39
- CreateDBClusterEndpointCommandInput,
40
- CreateDBClusterEndpointCommandOutput,
41
- } from "../commands/CreateDBClusterEndpointCommand";
42
- import {
43
- CreateDBClusterParameterGroupCommandInput,
44
- CreateDBClusterParameterGroupCommandOutput,
45
- } from "../commands/CreateDBClusterParameterGroupCommand";
46
- import {
47
- CreateDBClusterSnapshotCommandInput,
48
- CreateDBClusterSnapshotCommandOutput,
49
- } from "../commands/CreateDBClusterSnapshotCommand";
50
- import {
51
- CreateDBInstanceCommandInput,
52
- CreateDBInstanceCommandOutput,
53
- } from "../commands/CreateDBInstanceCommand";
54
- import {
55
- CreateDBParameterGroupCommandInput,
56
- CreateDBParameterGroupCommandOutput,
57
- } from "../commands/CreateDBParameterGroupCommand";
58
- import {
59
- CreateDBSubnetGroupCommandInput,
60
- CreateDBSubnetGroupCommandOutput,
61
- } from "../commands/CreateDBSubnetGroupCommand";
62
- import {
63
- CreateEventSubscriptionCommandInput,
64
- CreateEventSubscriptionCommandOutput,
65
- } from "../commands/CreateEventSubscriptionCommand";
66
- import {
67
- CreateGlobalClusterCommandInput,
68
- CreateGlobalClusterCommandOutput,
69
- } from "../commands/CreateGlobalClusterCommand";
70
- import {
71
- DeleteDBClusterCommandInput,
72
- DeleteDBClusterCommandOutput,
73
- } from "../commands/DeleteDBClusterCommand";
74
- import {
75
- DeleteDBClusterEndpointCommandInput,
76
- DeleteDBClusterEndpointCommandOutput,
77
- } from "../commands/DeleteDBClusterEndpointCommand";
78
- import {
79
- DeleteDBClusterParameterGroupCommandInput,
80
- DeleteDBClusterParameterGroupCommandOutput,
81
- } from "../commands/DeleteDBClusterParameterGroupCommand";
82
- import {
83
- DeleteDBClusterSnapshotCommandInput,
84
- DeleteDBClusterSnapshotCommandOutput,
85
- } from "../commands/DeleteDBClusterSnapshotCommand";
86
- import {
87
- DeleteDBInstanceCommandInput,
88
- DeleteDBInstanceCommandOutput,
89
- } from "../commands/DeleteDBInstanceCommand";
90
- import {
91
- DeleteDBParameterGroupCommandInput,
92
- DeleteDBParameterGroupCommandOutput,
93
- } from "../commands/DeleteDBParameterGroupCommand";
94
- import {
95
- DeleteDBSubnetGroupCommandInput,
96
- DeleteDBSubnetGroupCommandOutput,
97
- } from "../commands/DeleteDBSubnetGroupCommand";
98
- import {
99
- DeleteEventSubscriptionCommandInput,
100
- DeleteEventSubscriptionCommandOutput,
101
- } from "../commands/DeleteEventSubscriptionCommand";
102
- import {
103
- DeleteGlobalClusterCommandInput,
104
- DeleteGlobalClusterCommandOutput,
105
- } from "../commands/DeleteGlobalClusterCommand";
106
- import {
107
- DescribeDBClusterEndpointsCommandInput,
108
- DescribeDBClusterEndpointsCommandOutput,
109
- } from "../commands/DescribeDBClusterEndpointsCommand";
110
- import {
111
- DescribeDBClusterParameterGroupsCommandInput,
112
- DescribeDBClusterParameterGroupsCommandOutput,
113
- } from "../commands/DescribeDBClusterParameterGroupsCommand";
114
- import {
115
- DescribeDBClusterParametersCommandInput,
116
- DescribeDBClusterParametersCommandOutput,
117
- } from "../commands/DescribeDBClusterParametersCommand";
118
- import {
119
- DescribeDBClustersCommandInput,
120
- DescribeDBClustersCommandOutput,
121
- } from "../commands/DescribeDBClustersCommand";
122
- import {
123
- DescribeDBClusterSnapshotAttributesCommandInput,
124
- DescribeDBClusterSnapshotAttributesCommandOutput,
125
- } from "../commands/DescribeDBClusterSnapshotAttributesCommand";
126
- import {
127
- DescribeDBClusterSnapshotsCommandInput,
128
- DescribeDBClusterSnapshotsCommandOutput,
129
- } from "../commands/DescribeDBClusterSnapshotsCommand";
130
- import {
131
- DescribeDBEngineVersionsCommandInput,
132
- DescribeDBEngineVersionsCommandOutput,
133
- } from "../commands/DescribeDBEngineVersionsCommand";
134
- import {
135
- DescribeDBInstancesCommandInput,
136
- DescribeDBInstancesCommandOutput,
137
- } from "../commands/DescribeDBInstancesCommand";
138
- import {
139
- DescribeDBParameterGroupsCommandInput,
140
- DescribeDBParameterGroupsCommandOutput,
141
- } from "../commands/DescribeDBParameterGroupsCommand";
142
- import {
143
- DescribeDBParametersCommandInput,
144
- DescribeDBParametersCommandOutput,
145
- } from "../commands/DescribeDBParametersCommand";
146
- import {
147
- DescribeDBSubnetGroupsCommandInput,
148
- DescribeDBSubnetGroupsCommandOutput,
149
- } from "../commands/DescribeDBSubnetGroupsCommand";
150
- import {
151
- DescribeEngineDefaultClusterParametersCommandInput,
152
- DescribeEngineDefaultClusterParametersCommandOutput,
153
- } from "../commands/DescribeEngineDefaultClusterParametersCommand";
154
- import {
155
- DescribeEngineDefaultParametersCommandInput,
156
- DescribeEngineDefaultParametersCommandOutput,
157
- } from "../commands/DescribeEngineDefaultParametersCommand";
158
- import {
159
- DescribeEventCategoriesCommandInput,
160
- DescribeEventCategoriesCommandOutput,
161
- } from "../commands/DescribeEventCategoriesCommand";
162
- import {
163
- DescribeEventsCommandInput,
164
- DescribeEventsCommandOutput,
165
- } from "../commands/DescribeEventsCommand";
166
- import {
167
- DescribeEventSubscriptionsCommandInput,
168
- DescribeEventSubscriptionsCommandOutput,
169
- } from "../commands/DescribeEventSubscriptionsCommand";
170
- import {
171
- DescribeGlobalClustersCommandInput,
172
- DescribeGlobalClustersCommandOutput,
173
- } from "../commands/DescribeGlobalClustersCommand";
174
- import {
175
- DescribeOrderableDBInstanceOptionsCommandInput,
176
- DescribeOrderableDBInstanceOptionsCommandOutput,
177
- } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
178
- import {
179
- DescribePendingMaintenanceActionsCommandInput,
180
- DescribePendingMaintenanceActionsCommandOutput,
181
- } from "../commands/DescribePendingMaintenanceActionsCommand";
182
- import {
183
- DescribeValidDBInstanceModificationsCommandInput,
184
- DescribeValidDBInstanceModificationsCommandOutput,
185
- } from "../commands/DescribeValidDBInstanceModificationsCommand";
186
- import {
187
- FailoverDBClusterCommandInput,
188
- FailoverDBClusterCommandOutput,
189
- } from "../commands/FailoverDBClusterCommand";
190
- import {
191
- FailoverGlobalClusterCommandInput,
192
- FailoverGlobalClusterCommandOutput,
193
- } from "../commands/FailoverGlobalClusterCommand";
194
- import {
195
- ListTagsForResourceCommandInput,
196
- ListTagsForResourceCommandOutput,
197
- } from "../commands/ListTagsForResourceCommand";
198
- import {
199
- ModifyDBClusterCommandInput,
200
- ModifyDBClusterCommandOutput,
201
- } from "../commands/ModifyDBClusterCommand";
202
- import {
203
- ModifyDBClusterEndpointCommandInput,
204
- ModifyDBClusterEndpointCommandOutput,
205
- } from "../commands/ModifyDBClusterEndpointCommand";
206
- import {
207
- ModifyDBClusterParameterGroupCommandInput,
208
- ModifyDBClusterParameterGroupCommandOutput,
209
- } from "../commands/ModifyDBClusterParameterGroupCommand";
210
- import {
211
- ModifyDBClusterSnapshotAttributeCommandInput,
212
- ModifyDBClusterSnapshotAttributeCommandOutput,
213
- } from "../commands/ModifyDBClusterSnapshotAttributeCommand";
214
- import {
215
- ModifyDBInstanceCommandInput,
216
- ModifyDBInstanceCommandOutput,
217
- } from "../commands/ModifyDBInstanceCommand";
218
- import {
219
- ModifyDBParameterGroupCommandInput,
220
- ModifyDBParameterGroupCommandOutput,
221
- } from "../commands/ModifyDBParameterGroupCommand";
222
- import {
223
- ModifyDBSubnetGroupCommandInput,
224
- ModifyDBSubnetGroupCommandOutput,
225
- } from "../commands/ModifyDBSubnetGroupCommand";
226
- import {
227
- ModifyEventSubscriptionCommandInput,
228
- ModifyEventSubscriptionCommandOutput,
229
- } from "../commands/ModifyEventSubscriptionCommand";
230
- import {
231
- ModifyGlobalClusterCommandInput,
232
- ModifyGlobalClusterCommandOutput,
233
- } from "../commands/ModifyGlobalClusterCommand";
234
- import {
235
- PromoteReadReplicaDBClusterCommandInput,
236
- PromoteReadReplicaDBClusterCommandOutput,
237
- } from "../commands/PromoteReadReplicaDBClusterCommand";
238
- import {
239
- RebootDBInstanceCommandInput,
240
- RebootDBInstanceCommandOutput,
241
- } from "../commands/RebootDBInstanceCommand";
242
- import {
243
- RemoveFromGlobalClusterCommandInput,
244
- RemoveFromGlobalClusterCommandOutput,
245
- } from "../commands/RemoveFromGlobalClusterCommand";
246
- import {
247
- RemoveRoleFromDBClusterCommandInput,
248
- RemoveRoleFromDBClusterCommandOutput,
249
- } from "../commands/RemoveRoleFromDBClusterCommand";
250
- import {
251
- RemoveSourceIdentifierFromSubscriptionCommandInput,
252
- RemoveSourceIdentifierFromSubscriptionCommandOutput,
253
- } from "../commands/RemoveSourceIdentifierFromSubscriptionCommand";
254
- import {
255
- RemoveTagsFromResourceCommandInput,
256
- RemoveTagsFromResourceCommandOutput,
257
- } from "../commands/RemoveTagsFromResourceCommand";
258
- import {
259
- ResetDBClusterParameterGroupCommandInput,
260
- ResetDBClusterParameterGroupCommandOutput,
261
- } from "../commands/ResetDBClusterParameterGroupCommand";
262
- import {
263
- ResetDBParameterGroupCommandInput,
264
- ResetDBParameterGroupCommandOutput,
265
- } from "../commands/ResetDBParameterGroupCommand";
266
- import {
267
- RestoreDBClusterFromSnapshotCommandInput,
268
- RestoreDBClusterFromSnapshotCommandOutput,
269
- } from "../commands/RestoreDBClusterFromSnapshotCommand";
270
- import {
271
- RestoreDBClusterToPointInTimeCommandInput,
272
- RestoreDBClusterToPointInTimeCommandOutput,
273
- } from "../commands/RestoreDBClusterToPointInTimeCommand";
274
- import {
275
- StartDBClusterCommandInput,
276
- StartDBClusterCommandOutput,
277
- } from "../commands/StartDBClusterCommand";
278
- import {
279
- StopDBClusterCommandInput,
280
- StopDBClusterCommandOutput,
281
- } from "../commands/StopDBClusterCommand";
282
- import {
283
- SwitchoverGlobalClusterCommandInput,
284
- SwitchoverGlobalClusterCommandOutput,
285
- } from "../commands/SwitchoverGlobalClusterCommand";
286
- export declare const se_AddRoleToDBClusterCommand: (
287
- input: AddRoleToDBClusterCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_AddSourceIdentifierToSubscriptionCommand: (
291
- input: AddSourceIdentifierToSubscriptionCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_AddTagsToResourceCommand: (
295
- input: AddTagsToResourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ApplyPendingMaintenanceActionCommand: (
299
- input: ApplyPendingMaintenanceActionCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CopyDBClusterParameterGroupCommand: (
303
- input: CopyDBClusterParameterGroupCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CopyDBClusterSnapshotCommand: (
307
- input: CopyDBClusterSnapshotCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CopyDBParameterGroupCommand: (
311
- input: CopyDBParameterGroupCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateDBClusterCommand: (
315
- input: CreateDBClusterCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateDBClusterEndpointCommand: (
319
- input: CreateDBClusterEndpointCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateDBClusterParameterGroupCommand: (
323
- input: CreateDBClusterParameterGroupCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateDBClusterSnapshotCommand: (
327
- input: CreateDBClusterSnapshotCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateDBInstanceCommand: (
331
- input: CreateDBInstanceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateDBParameterGroupCommand: (
335
- input: CreateDBParameterGroupCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateDBSubnetGroupCommand: (
339
- input: CreateDBSubnetGroupCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateEventSubscriptionCommand: (
343
- input: CreateEventSubscriptionCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateGlobalClusterCommand: (
347
- input: CreateGlobalClusterCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteDBClusterCommand: (
351
- input: DeleteDBClusterCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteDBClusterEndpointCommand: (
355
- input: DeleteDBClusterEndpointCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteDBClusterParameterGroupCommand: (
359
- input: DeleteDBClusterParameterGroupCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteDBClusterSnapshotCommand: (
363
- input: DeleteDBClusterSnapshotCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteDBInstanceCommand: (
367
- input: DeleteDBInstanceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteDBParameterGroupCommand: (
371
- input: DeleteDBParameterGroupCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteDBSubnetGroupCommand: (
375
- input: DeleteDBSubnetGroupCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteEventSubscriptionCommand: (
379
- input: DeleteEventSubscriptionCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteGlobalClusterCommand: (
383
- input: DeleteGlobalClusterCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribeDBClusterEndpointsCommand: (
387
- input: DescribeDBClusterEndpointsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeDBClusterParameterGroupsCommand: (
391
- input: DescribeDBClusterParameterGroupsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeDBClusterParametersCommand: (
395
- input: DescribeDBClusterParametersCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeDBClustersCommand: (
399
- input: DescribeDBClustersCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeDBClusterSnapshotAttributesCommand: (
403
- input: DescribeDBClusterSnapshotAttributesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribeDBClusterSnapshotsCommand: (
407
- input: DescribeDBClusterSnapshotsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribeDBEngineVersionsCommand: (
411
- input: DescribeDBEngineVersionsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeDBInstancesCommand: (
415
- input: DescribeDBInstancesCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeDBParameterGroupsCommand: (
419
- input: DescribeDBParameterGroupsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeDBParametersCommand: (
423
- input: DescribeDBParametersCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DescribeDBSubnetGroupsCommand: (
427
- input: DescribeDBSubnetGroupsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DescribeEngineDefaultClusterParametersCommand: (
431
- input: DescribeEngineDefaultClusterParametersCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DescribeEngineDefaultParametersCommand: (
435
- input: DescribeEngineDefaultParametersCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DescribeEventCategoriesCommand: (
439
- input: DescribeEventCategoriesCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DescribeEventsCommand: (
443
- input: DescribeEventsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DescribeEventSubscriptionsCommand: (
447
- input: DescribeEventSubscriptionsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DescribeGlobalClustersCommand: (
451
- input: DescribeGlobalClustersCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DescribeOrderableDBInstanceOptionsCommand: (
455
- input: DescribeOrderableDBInstanceOptionsCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DescribePendingMaintenanceActionsCommand: (
459
- input: DescribePendingMaintenanceActionsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DescribeValidDBInstanceModificationsCommand: (
463
- input: DescribeValidDBInstanceModificationsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_FailoverDBClusterCommand: (
467
- input: FailoverDBClusterCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_FailoverGlobalClusterCommand: (
471
- input: FailoverGlobalClusterCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListTagsForResourceCommand: (
475
- input: ListTagsForResourceCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ModifyDBClusterCommand: (
479
- input: ModifyDBClusterCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ModifyDBClusterEndpointCommand: (
483
- input: ModifyDBClusterEndpointCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ModifyDBClusterParameterGroupCommand: (
487
- input: ModifyDBClusterParameterGroupCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ModifyDBClusterSnapshotAttributeCommand: (
491
- input: ModifyDBClusterSnapshotAttributeCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ModifyDBInstanceCommand: (
495
- input: ModifyDBInstanceCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ModifyDBParameterGroupCommand: (
499
- input: ModifyDBParameterGroupCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ModifyDBSubnetGroupCommand: (
503
- input: ModifyDBSubnetGroupCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ModifyEventSubscriptionCommand: (
507
- input: ModifyEventSubscriptionCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ModifyGlobalClusterCommand: (
511
- input: ModifyGlobalClusterCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_PromoteReadReplicaDBClusterCommand: (
515
- input: PromoteReadReplicaDBClusterCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_RebootDBInstanceCommand: (
519
- input: RebootDBInstanceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_RemoveFromGlobalClusterCommand: (
523
- input: RemoveFromGlobalClusterCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_RemoveRoleFromDBClusterCommand: (
527
- input: RemoveRoleFromDBClusterCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_RemoveSourceIdentifierFromSubscriptionCommand: (
531
- input: RemoveSourceIdentifierFromSubscriptionCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_RemoveTagsFromResourceCommand: (
535
- input: RemoveTagsFromResourceCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ResetDBClusterParameterGroupCommand: (
539
- input: ResetDBClusterParameterGroupCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ResetDBParameterGroupCommand: (
543
- input: ResetDBParameterGroupCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_RestoreDBClusterFromSnapshotCommand: (
547
- input: RestoreDBClusterFromSnapshotCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_RestoreDBClusterToPointInTimeCommand: (
551
- input: RestoreDBClusterToPointInTimeCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_StartDBClusterCommand: (
555
- input: StartDBClusterCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_StopDBClusterCommand: (
559
- input: StopDBClusterCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_SwitchoverGlobalClusterCommand: (
563
- input: SwitchoverGlobalClusterCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const de_AddRoleToDBClusterCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<AddRoleToDBClusterCommandOutput>;
570
- export declare const de_AddSourceIdentifierToSubscriptionCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
574
- export declare const de_AddTagsToResourceCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<AddTagsToResourceCommandOutput>;
578
- export declare const de_ApplyPendingMaintenanceActionCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
582
- export declare const de_CopyDBClusterParameterGroupCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CopyDBClusterParameterGroupCommandOutput>;
586
- export declare const de_CopyDBClusterSnapshotCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CopyDBClusterSnapshotCommandOutput>;
590
- export declare const de_CopyDBParameterGroupCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CopyDBParameterGroupCommandOutput>;
594
- export declare const de_CreateDBClusterCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateDBClusterCommandOutput>;
598
- export declare const de_CreateDBClusterEndpointCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateDBClusterEndpointCommandOutput>;
602
- export declare const de_CreateDBClusterParameterGroupCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateDBClusterParameterGroupCommandOutput>;
606
- export declare const de_CreateDBClusterSnapshotCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateDBClusterSnapshotCommandOutput>;
610
- export declare const de_CreateDBInstanceCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateDBInstanceCommandOutput>;
614
- export declare const de_CreateDBParameterGroupCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateDBParameterGroupCommandOutput>;
618
- export declare const de_CreateDBSubnetGroupCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateDBSubnetGroupCommandOutput>;
622
- export declare const de_CreateEventSubscriptionCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateEventSubscriptionCommandOutput>;
626
- export declare const de_CreateGlobalClusterCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateGlobalClusterCommandOutput>;
630
- export declare const de_DeleteDBClusterCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteDBClusterCommandOutput>;
634
- export declare const de_DeleteDBClusterEndpointCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteDBClusterEndpointCommandOutput>;
638
- export declare const de_DeleteDBClusterParameterGroupCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
642
- export declare const de_DeleteDBClusterSnapshotCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteDBClusterSnapshotCommandOutput>;
646
- export declare const de_DeleteDBInstanceCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteDBInstanceCommandOutput>;
650
- export declare const de_DeleteDBParameterGroupCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteDBParameterGroupCommandOutput>;
654
- export declare const de_DeleteDBSubnetGroupCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteDBSubnetGroupCommandOutput>;
658
- export declare const de_DeleteEventSubscriptionCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteEventSubscriptionCommandOutput>;
662
- export declare const de_DeleteGlobalClusterCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteGlobalClusterCommandOutput>;
666
- export declare const de_DescribeDBClusterEndpointsCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeDBClusterEndpointsCommandOutput>;
670
- export declare const de_DescribeDBClusterParameterGroupsCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
674
- export declare const de_DescribeDBClusterParametersCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeDBClusterParametersCommandOutput>;
678
- export declare const de_DescribeDBClustersCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DescribeDBClustersCommandOutput>;
682
- export declare const de_DescribeDBClusterSnapshotAttributesCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
686
- export declare const de_DescribeDBClusterSnapshotsCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DescribeDBClusterSnapshotsCommandOutput>;
690
- export declare const de_DescribeDBEngineVersionsCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DescribeDBEngineVersionsCommandOutput>;
694
- export declare const de_DescribeDBInstancesCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DescribeDBInstancesCommandOutput>;
698
- export declare const de_DescribeDBParameterGroupsCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DescribeDBParameterGroupsCommandOutput>;
702
- export declare const de_DescribeDBParametersCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DescribeDBParametersCommandOutput>;
706
- export declare const de_DescribeDBSubnetGroupsCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DescribeDBSubnetGroupsCommandOutput>;
710
- export declare const de_DescribeEngineDefaultClusterParametersCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
714
- export declare const de_DescribeEngineDefaultParametersCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DescribeEngineDefaultParametersCommandOutput>;
718
- export declare const de_DescribeEventCategoriesCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DescribeEventCategoriesCommandOutput>;
722
- export declare const de_DescribeEventsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DescribeEventsCommandOutput>;
726
- export declare const de_DescribeEventSubscriptionsCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DescribeEventSubscriptionsCommandOutput>;
730
- export declare const de_DescribeGlobalClustersCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DescribeGlobalClustersCommandOutput>;
734
- export declare const de_DescribeOrderableDBInstanceOptionsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
738
- export declare const de_DescribePendingMaintenanceActionsCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DescribePendingMaintenanceActionsCommandOutput>;
742
- export declare const de_DescribeValidDBInstanceModificationsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DescribeValidDBInstanceModificationsCommandOutput>;
746
- export declare const de_FailoverDBClusterCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<FailoverDBClusterCommandOutput>;
750
- export declare const de_FailoverGlobalClusterCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<FailoverGlobalClusterCommandOutput>;
754
- export declare const de_ListTagsForResourceCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListTagsForResourceCommandOutput>;
758
- export declare const de_ModifyDBClusterCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ModifyDBClusterCommandOutput>;
762
- export declare const de_ModifyDBClusterEndpointCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ModifyDBClusterEndpointCommandOutput>;
766
- export declare const de_ModifyDBClusterParameterGroupCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
770
- export declare const de_ModifyDBClusterSnapshotAttributeCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
774
- export declare const de_ModifyDBInstanceCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ModifyDBInstanceCommandOutput>;
778
- export declare const de_ModifyDBParameterGroupCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ModifyDBParameterGroupCommandOutput>;
782
- export declare const de_ModifyDBSubnetGroupCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ModifyDBSubnetGroupCommandOutput>;
786
- export declare const de_ModifyEventSubscriptionCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ModifyEventSubscriptionCommandOutput>;
790
- export declare const de_ModifyGlobalClusterCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ModifyGlobalClusterCommandOutput>;
794
- export declare const de_PromoteReadReplicaDBClusterCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<PromoteReadReplicaDBClusterCommandOutput>;
798
- export declare const de_RebootDBInstanceCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<RebootDBInstanceCommandOutput>;
802
- export declare const de_RemoveFromGlobalClusterCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<RemoveFromGlobalClusterCommandOutput>;
806
- export declare const de_RemoveRoleFromDBClusterCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<RemoveRoleFromDBClusterCommandOutput>;
810
- export declare const de_RemoveSourceIdentifierFromSubscriptionCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
814
- export declare const de_RemoveTagsFromResourceCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<RemoveTagsFromResourceCommandOutput>;
818
- export declare const de_ResetDBClusterParameterGroupCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ResetDBClusterParameterGroupCommandOutput>;
822
- export declare const de_ResetDBParameterGroupCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ResetDBParameterGroupCommandOutput>;
826
- export declare const de_RestoreDBClusterFromSnapshotCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<RestoreDBClusterFromSnapshotCommandOutput>;
830
- export declare const de_RestoreDBClusterToPointInTimeCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<RestoreDBClusterToPointInTimeCommandOutput>;
834
- export declare const de_StartDBClusterCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<StartDBClusterCommandOutput>;
838
- export declare const de_StopDBClusterCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<StopDBClusterCommandOutput>;
842
- export declare const de_SwitchoverGlobalClusterCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<SwitchoverGlobalClusterCommandOutput>;