@aws-sdk/client-neptune 3.928.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,632 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "../commands/AddRoleToDBClusterCommand";
4
- import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "../commands/AddSourceIdentifierToSubscriptionCommand";
5
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
6
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "../commands/ApplyPendingMaintenanceActionCommand";
7
- import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "../commands/CopyDBClusterParameterGroupCommand";
8
- import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "../commands/CopyDBClusterSnapshotCommand";
9
- import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "../commands/CopyDBParameterGroupCommand";
10
- import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "../commands/CreateDBClusterCommand";
11
- import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "../commands/CreateDBClusterEndpointCommand";
12
- import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "../commands/CreateDBClusterParameterGroupCommand";
13
- import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "../commands/CreateDBClusterSnapshotCommand";
14
- import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "../commands/CreateDBInstanceCommand";
15
- import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput } from "../commands/CreateDBParameterGroupCommand";
16
- import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "../commands/CreateDBSubnetGroupCommand";
17
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
18
- import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
19
- import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
20
- import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "../commands/DeleteDBClusterEndpointCommand";
21
- import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "../commands/DeleteDBClusterParameterGroupCommand";
22
- import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "../commands/DeleteDBClusterSnapshotCommand";
23
- import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "../commands/DeleteDBInstanceCommand";
24
- import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput } from "../commands/DeleteDBParameterGroupCommand";
25
- import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "../commands/DeleteDBSubnetGroupCommand";
26
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
27
- import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "../commands/DeleteGlobalClusterCommand";
28
- import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "../commands/DescribeDBClusterEndpointsCommand";
29
- import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "../commands/DescribeDBClusterParameterGroupsCommand";
30
- import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "../commands/DescribeDBClusterParametersCommand";
31
- import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "../commands/DescribeDBClustersCommand";
32
- import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "../commands/DescribeDBClusterSnapshotAttributesCommand";
33
- import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "../commands/DescribeDBClusterSnapshotsCommand";
34
- import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "../commands/DescribeDBEngineVersionsCommand";
35
- import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "../commands/DescribeDBInstancesCommand";
36
- import { DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput } from "../commands/DescribeDBParameterGroupsCommand";
37
- import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "../commands/DescribeDBParametersCommand";
38
- import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "../commands/DescribeDBSubnetGroupsCommand";
39
- import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "../commands/DescribeEngineDefaultClusterParametersCommand";
40
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
41
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
42
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
43
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
44
- import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
45
- import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
46
- import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
47
- import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "../commands/DescribeValidDBInstanceModificationsCommand";
48
- import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "../commands/FailoverDBClusterCommand";
49
- import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "../commands/FailoverGlobalClusterCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
51
- import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "../commands/ModifyDBClusterCommand";
52
- import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "../commands/ModifyDBClusterEndpointCommand";
53
- import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "../commands/ModifyDBClusterParameterGroupCommand";
54
- import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "../commands/ModifyDBClusterSnapshotAttributeCommand";
55
- import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "../commands/ModifyDBInstanceCommand";
56
- import { ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput } from "../commands/ModifyDBParameterGroupCommand";
57
- import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "../commands/ModifyDBSubnetGroupCommand";
58
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
59
- import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "../commands/ModifyGlobalClusterCommand";
60
- import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "../commands/PromoteReadReplicaDBClusterCommand";
61
- import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "../commands/RebootDBInstanceCommand";
62
- import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "../commands/RemoveFromGlobalClusterCommand";
63
- import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "../commands/RemoveRoleFromDBClusterCommand";
64
- import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "../commands/RemoveSourceIdentifierFromSubscriptionCommand";
65
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
66
- import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "../commands/ResetDBClusterParameterGroupCommand";
67
- import { ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput } from "../commands/ResetDBParameterGroupCommand";
68
- import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "../commands/RestoreDBClusterFromSnapshotCommand";
69
- import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "../commands/RestoreDBClusterToPointInTimeCommand";
70
- import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "../commands/StartDBClusterCommand";
71
- import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "../commands/StopDBClusterCommand";
72
- import { SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput } from "../commands/SwitchoverGlobalClusterCommand";
73
- /**
74
- * serializeAws_queryAddRoleToDBClusterCommand
75
- */
76
- export declare const se_AddRoleToDBClusterCommand: (input: AddRoleToDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_queryAddSourceIdentifierToSubscriptionCommand
79
- */
80
- export declare const se_AddSourceIdentifierToSubscriptionCommand: (input: AddSourceIdentifierToSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_queryAddTagsToResourceCommand
83
- */
84
- export declare const se_AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_queryApplyPendingMaintenanceActionCommand
87
- */
88
- export declare const se_ApplyPendingMaintenanceActionCommand: (input: ApplyPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_queryCopyDBClusterParameterGroupCommand
91
- */
92
- export declare const se_CopyDBClusterParameterGroupCommand: (input: CopyDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_queryCopyDBClusterSnapshotCommand
95
- */
96
- export declare const se_CopyDBClusterSnapshotCommand: (input: CopyDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_queryCopyDBParameterGroupCommand
99
- */
100
- export declare const se_CopyDBParameterGroupCommand: (input: CopyDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_queryCreateDBClusterCommand
103
- */
104
- export declare const se_CreateDBClusterCommand: (input: CreateDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_queryCreateDBClusterEndpointCommand
107
- */
108
- export declare const se_CreateDBClusterEndpointCommand: (input: CreateDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_queryCreateDBClusterParameterGroupCommand
111
- */
112
- export declare const se_CreateDBClusterParameterGroupCommand: (input: CreateDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_queryCreateDBClusterSnapshotCommand
115
- */
116
- export declare const se_CreateDBClusterSnapshotCommand: (input: CreateDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_queryCreateDBInstanceCommand
119
- */
120
- export declare const se_CreateDBInstanceCommand: (input: CreateDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_queryCreateDBParameterGroupCommand
123
- */
124
- export declare const se_CreateDBParameterGroupCommand: (input: CreateDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_queryCreateDBSubnetGroupCommand
127
- */
128
- export declare const se_CreateDBSubnetGroupCommand: (input: CreateDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_queryCreateEventSubscriptionCommand
131
- */
132
- export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_queryCreateGlobalClusterCommand
135
- */
136
- export declare const se_CreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_queryDeleteDBClusterCommand
139
- */
140
- export declare const se_DeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_queryDeleteDBClusterEndpointCommand
143
- */
144
- export declare const se_DeleteDBClusterEndpointCommand: (input: DeleteDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_queryDeleteDBClusterParameterGroupCommand
147
- */
148
- export declare const se_DeleteDBClusterParameterGroupCommand: (input: DeleteDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_queryDeleteDBClusterSnapshotCommand
151
- */
152
- export declare const se_DeleteDBClusterSnapshotCommand: (input: DeleteDBClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_queryDeleteDBInstanceCommand
155
- */
156
- export declare const se_DeleteDBInstanceCommand: (input: DeleteDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_queryDeleteDBParameterGroupCommand
159
- */
160
- export declare const se_DeleteDBParameterGroupCommand: (input: DeleteDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_queryDeleteDBSubnetGroupCommand
163
- */
164
- export declare const se_DeleteDBSubnetGroupCommand: (input: DeleteDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_queryDeleteEventSubscriptionCommand
167
- */
168
- export declare const se_DeleteEventSubscriptionCommand: (input: DeleteEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_queryDeleteGlobalClusterCommand
171
- */
172
- export declare const se_DeleteGlobalClusterCommand: (input: DeleteGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_queryDescribeDBClusterEndpointsCommand
175
- */
176
- export declare const se_DescribeDBClusterEndpointsCommand: (input: DescribeDBClusterEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_queryDescribeDBClusterParameterGroupsCommand
179
- */
180
- export declare const se_DescribeDBClusterParameterGroupsCommand: (input: DescribeDBClusterParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_queryDescribeDBClusterParametersCommand
183
- */
184
- export declare const se_DescribeDBClusterParametersCommand: (input: DescribeDBClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_queryDescribeDBClustersCommand
187
- */
188
- export declare const se_DescribeDBClustersCommand: (input: DescribeDBClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_queryDescribeDBClusterSnapshotAttributesCommand
191
- */
192
- export declare const se_DescribeDBClusterSnapshotAttributesCommand: (input: DescribeDBClusterSnapshotAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_queryDescribeDBClusterSnapshotsCommand
195
- */
196
- export declare const se_DescribeDBClusterSnapshotsCommand: (input: DescribeDBClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_queryDescribeDBEngineVersionsCommand
199
- */
200
- export declare const se_DescribeDBEngineVersionsCommand: (input: DescribeDBEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_queryDescribeDBInstancesCommand
203
- */
204
- export declare const se_DescribeDBInstancesCommand: (input: DescribeDBInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_queryDescribeDBParameterGroupsCommand
207
- */
208
- export declare const se_DescribeDBParameterGroupsCommand: (input: DescribeDBParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_queryDescribeDBParametersCommand
211
- */
212
- export declare const se_DescribeDBParametersCommand: (input: DescribeDBParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * serializeAws_queryDescribeDBSubnetGroupsCommand
215
- */
216
- export declare const se_DescribeDBSubnetGroupsCommand: (input: DescribeDBSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- /**
218
- * serializeAws_queryDescribeEngineDefaultClusterParametersCommand
219
- */
220
- export declare const se_DescribeEngineDefaultClusterParametersCommand: (input: DescribeEngineDefaultClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- /**
222
- * serializeAws_queryDescribeEngineDefaultParametersCommand
223
- */
224
- export declare const se_DescribeEngineDefaultParametersCommand: (input: DescribeEngineDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- /**
226
- * serializeAws_queryDescribeEventCategoriesCommand
227
- */
228
- export declare const se_DescribeEventCategoriesCommand: (input: DescribeEventCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- /**
230
- * serializeAws_queryDescribeEventsCommand
231
- */
232
- export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- /**
234
- * serializeAws_queryDescribeEventSubscriptionsCommand
235
- */
236
- export declare const se_DescribeEventSubscriptionsCommand: (input: DescribeEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- /**
238
- * serializeAws_queryDescribeGlobalClustersCommand
239
- */
240
- export declare const se_DescribeGlobalClustersCommand: (input: DescribeGlobalClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- /**
242
- * serializeAws_queryDescribeOrderableDBInstanceOptionsCommand
243
- */
244
- export declare const se_DescribeOrderableDBInstanceOptionsCommand: (input: DescribeOrderableDBInstanceOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- /**
246
- * serializeAws_queryDescribePendingMaintenanceActionsCommand
247
- */
248
- export declare const se_DescribePendingMaintenanceActionsCommand: (input: DescribePendingMaintenanceActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- /**
250
- * serializeAws_queryDescribeValidDBInstanceModificationsCommand
251
- */
252
- export declare const se_DescribeValidDBInstanceModificationsCommand: (input: DescribeValidDBInstanceModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- /**
254
- * serializeAws_queryFailoverDBClusterCommand
255
- */
256
- export declare const se_FailoverDBClusterCommand: (input: FailoverDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- /**
258
- * serializeAws_queryFailoverGlobalClusterCommand
259
- */
260
- export declare const se_FailoverGlobalClusterCommand: (input: FailoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- /**
262
- * serializeAws_queryListTagsForResourceCommand
263
- */
264
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- /**
266
- * serializeAws_queryModifyDBClusterCommand
267
- */
268
- export declare const se_ModifyDBClusterCommand: (input: ModifyDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- /**
270
- * serializeAws_queryModifyDBClusterEndpointCommand
271
- */
272
- export declare const se_ModifyDBClusterEndpointCommand: (input: ModifyDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- /**
274
- * serializeAws_queryModifyDBClusterParameterGroupCommand
275
- */
276
- export declare const se_ModifyDBClusterParameterGroupCommand: (input: ModifyDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- /**
278
- * serializeAws_queryModifyDBClusterSnapshotAttributeCommand
279
- */
280
- export declare const se_ModifyDBClusterSnapshotAttributeCommand: (input: ModifyDBClusterSnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- /**
282
- * serializeAws_queryModifyDBInstanceCommand
283
- */
284
- export declare const se_ModifyDBInstanceCommand: (input: ModifyDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- /**
286
- * serializeAws_queryModifyDBParameterGroupCommand
287
- */
288
- export declare const se_ModifyDBParameterGroupCommand: (input: ModifyDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- /**
290
- * serializeAws_queryModifyDBSubnetGroupCommand
291
- */
292
- export declare const se_ModifyDBSubnetGroupCommand: (input: ModifyDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- /**
294
- * serializeAws_queryModifyEventSubscriptionCommand
295
- */
296
- export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- /**
298
- * serializeAws_queryModifyGlobalClusterCommand
299
- */
300
- export declare const se_ModifyGlobalClusterCommand: (input: ModifyGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- /**
302
- * serializeAws_queryPromoteReadReplicaDBClusterCommand
303
- */
304
- export declare const se_PromoteReadReplicaDBClusterCommand: (input: PromoteReadReplicaDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- /**
306
- * serializeAws_queryRebootDBInstanceCommand
307
- */
308
- export declare const se_RebootDBInstanceCommand: (input: RebootDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- /**
310
- * serializeAws_queryRemoveFromGlobalClusterCommand
311
- */
312
- export declare const se_RemoveFromGlobalClusterCommand: (input: RemoveFromGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- /**
314
- * serializeAws_queryRemoveRoleFromDBClusterCommand
315
- */
316
- export declare const se_RemoveRoleFromDBClusterCommand: (input: RemoveRoleFromDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
- /**
318
- * serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand
319
- */
320
- export declare const se_RemoveSourceIdentifierFromSubscriptionCommand: (input: RemoveSourceIdentifierFromSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
- /**
322
- * serializeAws_queryRemoveTagsFromResourceCommand
323
- */
324
- export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
- /**
326
- * serializeAws_queryResetDBClusterParameterGroupCommand
327
- */
328
- export declare const se_ResetDBClusterParameterGroupCommand: (input: ResetDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
- /**
330
- * serializeAws_queryResetDBParameterGroupCommand
331
- */
332
- export declare const se_ResetDBParameterGroupCommand: (input: ResetDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
- /**
334
- * serializeAws_queryRestoreDBClusterFromSnapshotCommand
335
- */
336
- export declare const se_RestoreDBClusterFromSnapshotCommand: (input: RestoreDBClusterFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
- /**
338
- * serializeAws_queryRestoreDBClusterToPointInTimeCommand
339
- */
340
- export declare const se_RestoreDBClusterToPointInTimeCommand: (input: RestoreDBClusterToPointInTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
- /**
342
- * serializeAws_queryStartDBClusterCommand
343
- */
344
- export declare const se_StartDBClusterCommand: (input: StartDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
- /**
346
- * serializeAws_queryStopDBClusterCommand
347
- */
348
- export declare const se_StopDBClusterCommand: (input: StopDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
- /**
350
- * serializeAws_querySwitchoverGlobalClusterCommand
351
- */
352
- export declare const se_SwitchoverGlobalClusterCommand: (input: SwitchoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
- /**
354
- * deserializeAws_queryAddRoleToDBClusterCommand
355
- */
356
- export declare const de_AddRoleToDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRoleToDBClusterCommandOutput>;
357
- /**
358
- * deserializeAws_queryAddSourceIdentifierToSubscriptionCommand
359
- */
360
- export declare const de_AddSourceIdentifierToSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
361
- /**
362
- * deserializeAws_queryAddTagsToResourceCommand
363
- */
364
- export declare const de_AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
365
- /**
366
- * deserializeAws_queryApplyPendingMaintenanceActionCommand
367
- */
368
- export declare const de_ApplyPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
369
- /**
370
- * deserializeAws_queryCopyDBClusterParameterGroupCommand
371
- */
372
- export declare const de_CopyDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBClusterParameterGroupCommandOutput>;
373
- /**
374
- * deserializeAws_queryCopyDBClusterSnapshotCommand
375
- */
376
- export declare const de_CopyDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBClusterSnapshotCommandOutput>;
377
- /**
378
- * deserializeAws_queryCopyDBParameterGroupCommand
379
- */
380
- export declare const de_CopyDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBParameterGroupCommandOutput>;
381
- /**
382
- * deserializeAws_queryCreateDBClusterCommand
383
- */
384
- export declare const de_CreateDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterCommandOutput>;
385
- /**
386
- * deserializeAws_queryCreateDBClusterEndpointCommand
387
- */
388
- export declare const de_CreateDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterEndpointCommandOutput>;
389
- /**
390
- * deserializeAws_queryCreateDBClusterParameterGroupCommand
391
- */
392
- export declare const de_CreateDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterParameterGroupCommandOutput>;
393
- /**
394
- * deserializeAws_queryCreateDBClusterSnapshotCommand
395
- */
396
- export declare const de_CreateDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterSnapshotCommandOutput>;
397
- /**
398
- * deserializeAws_queryCreateDBInstanceCommand
399
- */
400
- export declare const de_CreateDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBInstanceCommandOutput>;
401
- /**
402
- * deserializeAws_queryCreateDBParameterGroupCommand
403
- */
404
- export declare const de_CreateDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBParameterGroupCommandOutput>;
405
- /**
406
- * deserializeAws_queryCreateDBSubnetGroupCommand
407
- */
408
- export declare const de_CreateDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBSubnetGroupCommandOutput>;
409
- /**
410
- * deserializeAws_queryCreateEventSubscriptionCommand
411
- */
412
- export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSubscriptionCommandOutput>;
413
- /**
414
- * deserializeAws_queryCreateGlobalClusterCommand
415
- */
416
- export declare const de_CreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
417
- /**
418
- * deserializeAws_queryDeleteDBClusterCommand
419
- */
420
- export declare const de_DeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
421
- /**
422
- * deserializeAws_queryDeleteDBClusterEndpointCommand
423
- */
424
- export declare const de_DeleteDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterEndpointCommandOutput>;
425
- /**
426
- * deserializeAws_queryDeleteDBClusterParameterGroupCommand
427
- */
428
- export declare const de_DeleteDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
429
- /**
430
- * deserializeAws_queryDeleteDBClusterSnapshotCommand
431
- */
432
- export declare const de_DeleteDBClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterSnapshotCommandOutput>;
433
- /**
434
- * deserializeAws_queryDeleteDBInstanceCommand
435
- */
436
- export declare const de_DeleteDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBInstanceCommandOutput>;
437
- /**
438
- * deserializeAws_queryDeleteDBParameterGroupCommand
439
- */
440
- export declare const de_DeleteDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBParameterGroupCommandOutput>;
441
- /**
442
- * deserializeAws_queryDeleteDBSubnetGroupCommand
443
- */
444
- export declare const de_DeleteDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBSubnetGroupCommandOutput>;
445
- /**
446
- * deserializeAws_queryDeleteEventSubscriptionCommand
447
- */
448
- export declare const de_DeleteEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSubscriptionCommandOutput>;
449
- /**
450
- * deserializeAws_queryDeleteGlobalClusterCommand
451
- */
452
- export declare const de_DeleteGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalClusterCommandOutput>;
453
- /**
454
- * deserializeAws_queryDescribeDBClusterEndpointsCommand
455
- */
456
- export declare const de_DescribeDBClusterEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterEndpointsCommandOutput>;
457
- /**
458
- * deserializeAws_queryDescribeDBClusterParameterGroupsCommand
459
- */
460
- export declare const de_DescribeDBClusterParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
461
- /**
462
- * deserializeAws_queryDescribeDBClusterParametersCommand
463
- */
464
- export declare const de_DescribeDBClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterParametersCommandOutput>;
465
- /**
466
- * deserializeAws_queryDescribeDBClustersCommand
467
- */
468
- export declare const de_DescribeDBClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClustersCommandOutput>;
469
- /**
470
- * deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand
471
- */
472
- export declare const de_DescribeDBClusterSnapshotAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
473
- /**
474
- * deserializeAws_queryDescribeDBClusterSnapshotsCommand
475
- */
476
- export declare const de_DescribeDBClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterSnapshotsCommandOutput>;
477
- /**
478
- * deserializeAws_queryDescribeDBEngineVersionsCommand
479
- */
480
- export declare const de_DescribeDBEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBEngineVersionsCommandOutput>;
481
- /**
482
- * deserializeAws_queryDescribeDBInstancesCommand
483
- */
484
- export declare const de_DescribeDBInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBInstancesCommandOutput>;
485
- /**
486
- * deserializeAws_queryDescribeDBParameterGroupsCommand
487
- */
488
- export declare const de_DescribeDBParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBParameterGroupsCommandOutput>;
489
- /**
490
- * deserializeAws_queryDescribeDBParametersCommand
491
- */
492
- export declare const de_DescribeDBParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBParametersCommandOutput>;
493
- /**
494
- * deserializeAws_queryDescribeDBSubnetGroupsCommand
495
- */
496
- export declare const de_DescribeDBSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBSubnetGroupsCommandOutput>;
497
- /**
498
- * deserializeAws_queryDescribeEngineDefaultClusterParametersCommand
499
- */
500
- export declare const de_DescribeEngineDefaultClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
501
- /**
502
- * deserializeAws_queryDescribeEngineDefaultParametersCommand
503
- */
504
- export declare const de_DescribeEngineDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineDefaultParametersCommandOutput>;
505
- /**
506
- * deserializeAws_queryDescribeEventCategoriesCommand
507
- */
508
- export declare const de_DescribeEventCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventCategoriesCommandOutput>;
509
- /**
510
- * deserializeAws_queryDescribeEventsCommand
511
- */
512
- export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
513
- /**
514
- * deserializeAws_queryDescribeEventSubscriptionsCommand
515
- */
516
- export declare const de_DescribeEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSubscriptionsCommandOutput>;
517
- /**
518
- * deserializeAws_queryDescribeGlobalClustersCommand
519
- */
520
- export declare const de_DescribeGlobalClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalClustersCommandOutput>;
521
- /**
522
- * deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand
523
- */
524
- export declare const de_DescribeOrderableDBInstanceOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
525
- /**
526
- * deserializeAws_queryDescribePendingMaintenanceActionsCommand
527
- */
528
- export declare const de_DescribePendingMaintenanceActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePendingMaintenanceActionsCommandOutput>;
529
- /**
530
- * deserializeAws_queryDescribeValidDBInstanceModificationsCommand
531
- */
532
- export declare const de_DescribeValidDBInstanceModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeValidDBInstanceModificationsCommandOutput>;
533
- /**
534
- * deserializeAws_queryFailoverDBClusterCommand
535
- */
536
- export declare const de_FailoverDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverDBClusterCommandOutput>;
537
- /**
538
- * deserializeAws_queryFailoverGlobalClusterCommand
539
- */
540
- export declare const de_FailoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalClusterCommandOutput>;
541
- /**
542
- * deserializeAws_queryListTagsForResourceCommand
543
- */
544
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
545
- /**
546
- * deserializeAws_queryModifyDBClusterCommand
547
- */
548
- export declare const de_ModifyDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterCommandOutput>;
549
- /**
550
- * deserializeAws_queryModifyDBClusterEndpointCommand
551
- */
552
- export declare const de_ModifyDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterEndpointCommandOutput>;
553
- /**
554
- * deserializeAws_queryModifyDBClusterParameterGroupCommand
555
- */
556
- export declare const de_ModifyDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
557
- /**
558
- * deserializeAws_queryModifyDBClusterSnapshotAttributeCommand
559
- */
560
- export declare const de_ModifyDBClusterSnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
561
- /**
562
- * deserializeAws_queryModifyDBInstanceCommand
563
- */
564
- export declare const de_ModifyDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBInstanceCommandOutput>;
565
- /**
566
- * deserializeAws_queryModifyDBParameterGroupCommand
567
- */
568
- export declare const de_ModifyDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBParameterGroupCommandOutput>;
569
- /**
570
- * deserializeAws_queryModifyDBSubnetGroupCommand
571
- */
572
- export declare const de_ModifyDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBSubnetGroupCommandOutput>;
573
- /**
574
- * deserializeAws_queryModifyEventSubscriptionCommand
575
- */
576
- export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
577
- /**
578
- * deserializeAws_queryModifyGlobalClusterCommand
579
- */
580
- export declare const de_ModifyGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyGlobalClusterCommandOutput>;
581
- /**
582
- * deserializeAws_queryPromoteReadReplicaDBClusterCommand
583
- */
584
- export declare const de_PromoteReadReplicaDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteReadReplicaDBClusterCommandOutput>;
585
- /**
586
- * deserializeAws_queryRebootDBInstanceCommand
587
- */
588
- export declare const de_RebootDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBInstanceCommandOutput>;
589
- /**
590
- * deserializeAws_queryRemoveFromGlobalClusterCommand
591
- */
592
- export declare const de_RemoveFromGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFromGlobalClusterCommandOutput>;
593
- /**
594
- * deserializeAws_queryRemoveRoleFromDBClusterCommand
595
- */
596
- export declare const de_RemoveRoleFromDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveRoleFromDBClusterCommandOutput>;
597
- /**
598
- * deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand
599
- */
600
- export declare const de_RemoveSourceIdentifierFromSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
601
- /**
602
- * deserializeAws_queryRemoveTagsFromResourceCommand
603
- */
604
- export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
605
- /**
606
- * deserializeAws_queryResetDBClusterParameterGroupCommand
607
- */
608
- export declare const de_ResetDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDBClusterParameterGroupCommandOutput>;
609
- /**
610
- * deserializeAws_queryResetDBParameterGroupCommand
611
- */
612
- export declare const de_ResetDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDBParameterGroupCommandOutput>;
613
- /**
614
- * deserializeAws_queryRestoreDBClusterFromSnapshotCommand
615
- */
616
- export declare const de_RestoreDBClusterFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreDBClusterFromSnapshotCommandOutput>;
617
- /**
618
- * deserializeAws_queryRestoreDBClusterToPointInTimeCommand
619
- */
620
- export declare const de_RestoreDBClusterToPointInTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreDBClusterToPointInTimeCommandOutput>;
621
- /**
622
- * deserializeAws_queryStartDBClusterCommand
623
- */
624
- export declare const de_StartDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDBClusterCommandOutput>;
625
- /**
626
- * deserializeAws_queryStopDBClusterCommand
627
- */
628
- export declare const de_StopDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDBClusterCommandOutput>;
629
- /**
630
- * deserializeAws_querySwitchoverGlobalClusterCommand
631
- */
632
- export declare const de_SwitchoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwitchoverGlobalClusterCommandOutput>;