@aws-sdk/client-docdb 3.929.0 → 3.931.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,497 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "../commands/AddSourceIdentifierToSubscriptionCommand";
4
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
5
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "../commands/ApplyPendingMaintenanceActionCommand";
6
- import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "../commands/CopyDBClusterParameterGroupCommand";
7
- import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "../commands/CopyDBClusterSnapshotCommand";
8
- import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "../commands/CreateDBClusterCommand";
9
- import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "../commands/CreateDBClusterParameterGroupCommand";
10
- import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "../commands/CreateDBClusterSnapshotCommand";
11
- import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "../commands/CreateDBInstanceCommand";
12
- import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "../commands/CreateDBSubnetGroupCommand";
13
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
14
- import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
15
- import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
16
- import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "../commands/DeleteDBClusterParameterGroupCommand";
17
- import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "../commands/DeleteDBClusterSnapshotCommand";
18
- import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "../commands/DeleteDBInstanceCommand";
19
- import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "../commands/DeleteDBSubnetGroupCommand";
20
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
21
- import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "../commands/DeleteGlobalClusterCommand";
22
- import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
23
- import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "../commands/DescribeDBClusterParameterGroupsCommand";
24
- import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "../commands/DescribeDBClusterParametersCommand";
25
- import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "../commands/DescribeDBClustersCommand";
26
- import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "../commands/DescribeDBClusterSnapshotAttributesCommand";
27
- import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "../commands/DescribeDBClusterSnapshotsCommand";
28
- import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "../commands/DescribeDBEngineVersionsCommand";
29
- import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "../commands/DescribeDBInstancesCommand";
30
- import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "../commands/DescribeDBSubnetGroupsCommand";
31
- import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "../commands/DescribeEngineDefaultClusterParametersCommand";
32
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
33
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
34
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
35
- import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
36
- import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
37
- import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
38
- import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "../commands/FailoverDBClusterCommand";
39
- import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "../commands/FailoverGlobalClusterCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
41
- import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "../commands/ModifyDBClusterCommand";
42
- import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "../commands/ModifyDBClusterParameterGroupCommand";
43
- import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "../commands/ModifyDBClusterSnapshotAttributeCommand";
44
- import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "../commands/ModifyDBInstanceCommand";
45
- import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "../commands/ModifyDBSubnetGroupCommand";
46
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
47
- import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "../commands/ModifyGlobalClusterCommand";
48
- import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "../commands/RebootDBInstanceCommand";
49
- import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "../commands/RemoveFromGlobalClusterCommand";
50
- import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "../commands/RemoveSourceIdentifierFromSubscriptionCommand";
51
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
52
- import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "../commands/ResetDBClusterParameterGroupCommand";
53
- import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "../commands/RestoreDBClusterFromSnapshotCommand";
54
- import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "../commands/RestoreDBClusterToPointInTimeCommand";
55
- import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "../commands/StartDBClusterCommand";
56
- import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "../commands/StopDBClusterCommand";
57
- import { SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput } from "../commands/SwitchoverGlobalClusterCommand";
58
- /**
59
- * serializeAws_queryAddSourceIdentifierToSubscriptionCommand
60
- */
61
- export declare const se_AddSourceIdentifierToSubscriptionCommand: (input: AddSourceIdentifierToSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_queryAddTagsToResourceCommand
64
- */
65
- export declare const se_AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_queryApplyPendingMaintenanceActionCommand
68
- */
69
- export declare const se_ApplyPendingMaintenanceActionCommand: (input: ApplyPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_queryCopyDBClusterParameterGroupCommand
72
- */
73
- export declare const se_CopyDBClusterParameterGroupCommand: (input: CopyDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_queryCopyDBClusterSnapshotCommand
76
- */
77
- export declare const se_CopyDBClusterSnapshotCommand: (input: CopyDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_queryCreateDBClusterCommand
80
- */
81
- export declare const se_CreateDBClusterCommand: (input: CreateDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_queryCreateDBClusterParameterGroupCommand
84
- */
85
- export declare const se_CreateDBClusterParameterGroupCommand: (input: CreateDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_queryCreateDBClusterSnapshotCommand
88
- */
89
- export declare const se_CreateDBClusterSnapshotCommand: (input: CreateDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_queryCreateDBInstanceCommand
92
- */
93
- export declare const se_CreateDBInstanceCommand: (input: CreateDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_queryCreateDBSubnetGroupCommand
96
- */
97
- export declare const se_CreateDBSubnetGroupCommand: (input: CreateDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_queryCreateEventSubscriptionCommand
100
- */
101
- export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_queryCreateGlobalClusterCommand
104
- */
105
- export declare const se_CreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_queryDeleteDBClusterCommand
108
- */
109
- export declare const se_DeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_queryDeleteDBClusterParameterGroupCommand
112
- */
113
- export declare const se_DeleteDBClusterParameterGroupCommand: (input: DeleteDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_queryDeleteDBClusterSnapshotCommand
116
- */
117
- export declare const se_DeleteDBClusterSnapshotCommand: (input: DeleteDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_queryDeleteDBInstanceCommand
120
- */
121
- export declare const se_DeleteDBInstanceCommand: (input: DeleteDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_queryDeleteDBSubnetGroupCommand
124
- */
125
- export declare const se_DeleteDBSubnetGroupCommand: (input: DeleteDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_queryDeleteEventSubscriptionCommand
128
- */
129
- export declare const se_DeleteEventSubscriptionCommand: (input: DeleteEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_queryDeleteGlobalClusterCommand
132
- */
133
- export declare const se_DeleteGlobalClusterCommand: (input: DeleteGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_queryDescribeCertificatesCommand
136
- */
137
- export declare const se_DescribeCertificatesCommand: (input: DescribeCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_queryDescribeDBClusterParameterGroupsCommand
140
- */
141
- export declare const se_DescribeDBClusterParameterGroupsCommand: (input: DescribeDBClusterParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_queryDescribeDBClusterParametersCommand
144
- */
145
- export declare const se_DescribeDBClusterParametersCommand: (input: DescribeDBClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryDescribeDBClustersCommand
148
- */
149
- export declare const se_DescribeDBClustersCommand: (input: DescribeDBClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryDescribeDBClusterSnapshotAttributesCommand
152
- */
153
- export declare const se_DescribeDBClusterSnapshotAttributesCommand: (input: DescribeDBClusterSnapshotAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryDescribeDBClusterSnapshotsCommand
156
- */
157
- export declare const se_DescribeDBClusterSnapshotsCommand: (input: DescribeDBClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryDescribeDBEngineVersionsCommand
160
- */
161
- export declare const se_DescribeDBEngineVersionsCommand: (input: DescribeDBEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryDescribeDBInstancesCommand
164
- */
165
- export declare const se_DescribeDBInstancesCommand: (input: DescribeDBInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryDescribeDBSubnetGroupsCommand
168
- */
169
- export declare const se_DescribeDBSubnetGroupsCommand: (input: DescribeDBSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryDescribeEngineDefaultClusterParametersCommand
172
- */
173
- export declare const se_DescribeEngineDefaultClusterParametersCommand: (input: DescribeEngineDefaultClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryDescribeEventCategoriesCommand
176
- */
177
- export declare const se_DescribeEventCategoriesCommand: (input: DescribeEventCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_queryDescribeEventsCommand
180
- */
181
- export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryDescribeEventSubscriptionsCommand
184
- */
185
- export declare const se_DescribeEventSubscriptionsCommand: (input: DescribeEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryDescribeGlobalClustersCommand
188
- */
189
- export declare const se_DescribeGlobalClustersCommand: (input: DescribeGlobalClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryDescribeOrderableDBInstanceOptionsCommand
192
- */
193
- export declare const se_DescribeOrderableDBInstanceOptionsCommand: (input: DescribeOrderableDBInstanceOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryDescribePendingMaintenanceActionsCommand
196
- */
197
- export declare const se_DescribePendingMaintenanceActionsCommand: (input: DescribePendingMaintenanceActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_queryFailoverDBClusterCommand
200
- */
201
- export declare const se_FailoverDBClusterCommand: (input: FailoverDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_queryFailoverGlobalClusterCommand
204
- */
205
- export declare const se_FailoverGlobalClusterCommand: (input: FailoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_queryListTagsForResourceCommand
208
- */
209
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_queryModifyDBClusterCommand
212
- */
213
- export declare const se_ModifyDBClusterCommand: (input: ModifyDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_queryModifyDBClusterParameterGroupCommand
216
- */
217
- export declare const se_ModifyDBClusterParameterGroupCommand: (input: ModifyDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_queryModifyDBClusterSnapshotAttributeCommand
220
- */
221
- export declare const se_ModifyDBClusterSnapshotAttributeCommand: (input: ModifyDBClusterSnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_queryModifyDBInstanceCommand
224
- */
225
- export declare const se_ModifyDBInstanceCommand: (input: ModifyDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_queryModifyDBSubnetGroupCommand
228
- */
229
- export declare const se_ModifyDBSubnetGroupCommand: (input: ModifyDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_queryModifyEventSubscriptionCommand
232
- */
233
- export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_queryModifyGlobalClusterCommand
236
- */
237
- export declare const se_ModifyGlobalClusterCommand: (input: ModifyGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_queryRebootDBInstanceCommand
240
- */
241
- export declare const se_RebootDBInstanceCommand: (input: RebootDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_queryRemoveFromGlobalClusterCommand
244
- */
245
- export declare const se_RemoveFromGlobalClusterCommand: (input: RemoveFromGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand
248
- */
249
- export declare const se_RemoveSourceIdentifierFromSubscriptionCommand: (input: RemoveSourceIdentifierFromSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_queryRemoveTagsFromResourceCommand
252
- */
253
- export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_queryResetDBClusterParameterGroupCommand
256
- */
257
- export declare const se_ResetDBClusterParameterGroupCommand: (input: ResetDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_queryRestoreDBClusterFromSnapshotCommand
260
- */
261
- export declare const se_RestoreDBClusterFromSnapshotCommand: (input: RestoreDBClusterFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_queryRestoreDBClusterToPointInTimeCommand
264
- */
265
- export declare const se_RestoreDBClusterToPointInTimeCommand: (input: RestoreDBClusterToPointInTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_queryStartDBClusterCommand
268
- */
269
- export declare const se_StartDBClusterCommand: (input: StartDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_queryStopDBClusterCommand
272
- */
273
- export declare const se_StopDBClusterCommand: (input: StopDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_querySwitchoverGlobalClusterCommand
276
- */
277
- export declare const se_SwitchoverGlobalClusterCommand: (input: SwitchoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * deserializeAws_queryAddSourceIdentifierToSubscriptionCommand
280
- */
281
- export declare const de_AddSourceIdentifierToSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
282
- /**
283
- * deserializeAws_queryAddTagsToResourceCommand
284
- */
285
- export declare const de_AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
286
- /**
287
- * deserializeAws_queryApplyPendingMaintenanceActionCommand
288
- */
289
- export declare const de_ApplyPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
290
- /**
291
- * deserializeAws_queryCopyDBClusterParameterGroupCommand
292
- */
293
- export declare const de_CopyDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBClusterParameterGroupCommandOutput>;
294
- /**
295
- * deserializeAws_queryCopyDBClusterSnapshotCommand
296
- */
297
- export declare const de_CopyDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBClusterSnapshotCommandOutput>;
298
- /**
299
- * deserializeAws_queryCreateDBClusterCommand
300
- */
301
- export declare const de_CreateDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterCommandOutput>;
302
- /**
303
- * deserializeAws_queryCreateDBClusterParameterGroupCommand
304
- */
305
- export declare const de_CreateDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterParameterGroupCommandOutput>;
306
- /**
307
- * deserializeAws_queryCreateDBClusterSnapshotCommand
308
- */
309
- export declare const de_CreateDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterSnapshotCommandOutput>;
310
- /**
311
- * deserializeAws_queryCreateDBInstanceCommand
312
- */
313
- export declare const de_CreateDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBInstanceCommandOutput>;
314
- /**
315
- * deserializeAws_queryCreateDBSubnetGroupCommand
316
- */
317
- export declare const de_CreateDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBSubnetGroupCommandOutput>;
318
- /**
319
- * deserializeAws_queryCreateEventSubscriptionCommand
320
- */
321
- export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSubscriptionCommandOutput>;
322
- /**
323
- * deserializeAws_queryCreateGlobalClusterCommand
324
- */
325
- export declare const de_CreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
326
- /**
327
- * deserializeAws_queryDeleteDBClusterCommand
328
- */
329
- export declare const de_DeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
330
- /**
331
- * deserializeAws_queryDeleteDBClusterParameterGroupCommand
332
- */
333
- export declare const de_DeleteDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
334
- /**
335
- * deserializeAws_queryDeleteDBClusterSnapshotCommand
336
- */
337
- export declare const de_DeleteDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterSnapshotCommandOutput>;
338
- /**
339
- * deserializeAws_queryDeleteDBInstanceCommand
340
- */
341
- export declare const de_DeleteDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBInstanceCommandOutput>;
342
- /**
343
- * deserializeAws_queryDeleteDBSubnetGroupCommand
344
- */
345
- export declare const de_DeleteDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBSubnetGroupCommandOutput>;
346
- /**
347
- * deserializeAws_queryDeleteEventSubscriptionCommand
348
- */
349
- export declare const de_DeleteEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSubscriptionCommandOutput>;
350
- /**
351
- * deserializeAws_queryDeleteGlobalClusterCommand
352
- */
353
- export declare const de_DeleteGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalClusterCommandOutput>;
354
- /**
355
- * deserializeAws_queryDescribeCertificatesCommand
356
- */
357
- export declare const de_DescribeCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificatesCommandOutput>;
358
- /**
359
- * deserializeAws_queryDescribeDBClusterParameterGroupsCommand
360
- */
361
- export declare const de_DescribeDBClusterParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
362
- /**
363
- * deserializeAws_queryDescribeDBClusterParametersCommand
364
- */
365
- export declare const de_DescribeDBClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterParametersCommandOutput>;
366
- /**
367
- * deserializeAws_queryDescribeDBClustersCommand
368
- */
369
- export declare const de_DescribeDBClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClustersCommandOutput>;
370
- /**
371
- * deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand
372
- */
373
- export declare const de_DescribeDBClusterSnapshotAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
374
- /**
375
- * deserializeAws_queryDescribeDBClusterSnapshotsCommand
376
- */
377
- export declare const de_DescribeDBClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterSnapshotsCommandOutput>;
378
- /**
379
- * deserializeAws_queryDescribeDBEngineVersionsCommand
380
- */
381
- export declare const de_DescribeDBEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBEngineVersionsCommandOutput>;
382
- /**
383
- * deserializeAws_queryDescribeDBInstancesCommand
384
- */
385
- export declare const de_DescribeDBInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBInstancesCommandOutput>;
386
- /**
387
- * deserializeAws_queryDescribeDBSubnetGroupsCommand
388
- */
389
- export declare const de_DescribeDBSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBSubnetGroupsCommandOutput>;
390
- /**
391
- * deserializeAws_queryDescribeEngineDefaultClusterParametersCommand
392
- */
393
- export declare const de_DescribeEngineDefaultClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
394
- /**
395
- * deserializeAws_queryDescribeEventCategoriesCommand
396
- */
397
- export declare const de_DescribeEventCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventCategoriesCommandOutput>;
398
- /**
399
- * deserializeAws_queryDescribeEventsCommand
400
- */
401
- export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
402
- /**
403
- * deserializeAws_queryDescribeEventSubscriptionsCommand
404
- */
405
- export declare const de_DescribeEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSubscriptionsCommandOutput>;
406
- /**
407
- * deserializeAws_queryDescribeGlobalClustersCommand
408
- */
409
- export declare const de_DescribeGlobalClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalClustersCommandOutput>;
410
- /**
411
- * deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand
412
- */
413
- export declare const de_DescribeOrderableDBInstanceOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
414
- /**
415
- * deserializeAws_queryDescribePendingMaintenanceActionsCommand
416
- */
417
- export declare const de_DescribePendingMaintenanceActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePendingMaintenanceActionsCommandOutput>;
418
- /**
419
- * deserializeAws_queryFailoverDBClusterCommand
420
- */
421
- export declare const de_FailoverDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverDBClusterCommandOutput>;
422
- /**
423
- * deserializeAws_queryFailoverGlobalClusterCommand
424
- */
425
- export declare const de_FailoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalClusterCommandOutput>;
426
- /**
427
- * deserializeAws_queryListTagsForResourceCommand
428
- */
429
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
430
- /**
431
- * deserializeAws_queryModifyDBClusterCommand
432
- */
433
- export declare const de_ModifyDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterCommandOutput>;
434
- /**
435
- * deserializeAws_queryModifyDBClusterParameterGroupCommand
436
- */
437
- export declare const de_ModifyDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
438
- /**
439
- * deserializeAws_queryModifyDBClusterSnapshotAttributeCommand
440
- */
441
- export declare const de_ModifyDBClusterSnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
442
- /**
443
- * deserializeAws_queryModifyDBInstanceCommand
444
- */
445
- export declare const de_ModifyDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBInstanceCommandOutput>;
446
- /**
447
- * deserializeAws_queryModifyDBSubnetGroupCommand
448
- */
449
- export declare const de_ModifyDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBSubnetGroupCommandOutput>;
450
- /**
451
- * deserializeAws_queryModifyEventSubscriptionCommand
452
- */
453
- export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
454
- /**
455
- * deserializeAws_queryModifyGlobalClusterCommand
456
- */
457
- export declare const de_ModifyGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyGlobalClusterCommandOutput>;
458
- /**
459
- * deserializeAws_queryRebootDBInstanceCommand
460
- */
461
- export declare const de_RebootDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBInstanceCommandOutput>;
462
- /**
463
- * deserializeAws_queryRemoveFromGlobalClusterCommand
464
- */
465
- export declare const de_RemoveFromGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFromGlobalClusterCommandOutput>;
466
- /**
467
- * deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand
468
- */
469
- export declare const de_RemoveSourceIdentifierFromSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
470
- /**
471
- * deserializeAws_queryRemoveTagsFromResourceCommand
472
- */
473
- export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
474
- /**
475
- * deserializeAws_queryResetDBClusterParameterGroupCommand
476
- */
477
- export declare const de_ResetDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDBClusterParameterGroupCommandOutput>;
478
- /**
479
- * deserializeAws_queryRestoreDBClusterFromSnapshotCommand
480
- */
481
- export declare const de_RestoreDBClusterFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreDBClusterFromSnapshotCommandOutput>;
482
- /**
483
- * deserializeAws_queryRestoreDBClusterToPointInTimeCommand
484
- */
485
- export declare const de_RestoreDBClusterToPointInTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreDBClusterToPointInTimeCommandOutput>;
486
- /**
487
- * deserializeAws_queryStartDBClusterCommand
488
- */
489
- export declare const de_StartDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDBClusterCommandOutput>;
490
- /**
491
- * deserializeAws_queryStopDBClusterCommand
492
- */
493
- export declare const de_StopDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDBClusterCommandOutput>;
494
- /**
495
- * deserializeAws_querySwitchoverGlobalClusterCommand
496
- */
497
- export declare const de_SwitchoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwitchoverGlobalClusterCommandOutput>;