@aws-sdk/client-docdb-elastic 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 (43) hide show
  1. package/dist-cjs/index.js +729 -830
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DocDBElasticClient.js +2 -0
  4. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  5. package/dist-es/commands/CopyClusterSnapshotCommand.js +3 -9
  6. package/dist-es/commands/CreateClusterCommand.js +3 -10
  7. package/dist-es/commands/CreateClusterSnapshotCommand.js +3 -9
  8. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  9. package/dist-es/commands/DeleteClusterSnapshotCommand.js +3 -9
  10. package/dist-es/commands/GetClusterCommand.js +3 -9
  11. package/dist-es/commands/GetClusterSnapshotCommand.js +3 -9
  12. package/dist-es/commands/GetPendingMaintenanceActionCommand.js +3 -9
  13. package/dist-es/commands/ListClusterSnapshotsCommand.js +3 -9
  14. package/dist-es/commands/ListClustersCommand.js +3 -9
  15. package/dist-es/commands/ListPendingMaintenanceActionsCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/RestoreClusterFromSnapshotCommand.js +3 -9
  18. package/dist-es/commands/StartClusterCommand.js +3 -9
  19. package/dist-es/commands/StopClusterCommand.js +3 -9
  20. package/dist-es/commands/TagResourceCommand.js +3 -9
  21. package/dist-es/commands/UntagResourceCommand.js +3 -9
  22. package/dist-es/commands/UpdateClusterCommand.js +3 -10
  23. package/dist-es/models/models_0.js +0 -9
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +677 -0
  26. package/dist-types/DocDBElasticClient.d.ts +10 -1
  27. package/dist-types/models/models_0.d.ts +0 -8
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  29. package/dist-types/runtimeConfig.d.ts +1 -0
  30. package/dist-types/runtimeConfig.native.d.ts +1 -0
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +84 -0
  33. package/dist-types/ts3.4/DocDBElasticClient.d.ts +4 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +90 -0
  40. package/package.json +33 -34
  41. package/dist-es/protocols/Aws_restJson1.js +0 -673
  42. package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
@@ -1,173 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "../commands/ApplyPendingMaintenanceActionCommand";
4
- import { CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput } from "../commands/CopyClusterSnapshotCommand";
5
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
6
- import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "../commands/CreateClusterSnapshotCommand";
7
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
8
- import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "../commands/DeleteClusterSnapshotCommand";
9
- import { GetClusterCommandInput, GetClusterCommandOutput } from "../commands/GetClusterCommand";
10
- import { GetClusterSnapshotCommandInput, GetClusterSnapshotCommandOutput } from "../commands/GetClusterSnapshotCommand";
11
- import { GetPendingMaintenanceActionCommandInput, GetPendingMaintenanceActionCommandOutput } from "../commands/GetPendingMaintenanceActionCommand";
12
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
13
- import { ListClusterSnapshotsCommandInput, ListClusterSnapshotsCommandOutput } from "../commands/ListClusterSnapshotsCommand";
14
- import { ListPendingMaintenanceActionsCommandInput, ListPendingMaintenanceActionsCommandOutput } from "../commands/ListPendingMaintenanceActionsCommand";
15
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
16
- import { RestoreClusterFromSnapshotCommandInput, RestoreClusterFromSnapshotCommandOutput } from "../commands/RestoreClusterFromSnapshotCommand";
17
- import { StartClusterCommandInput, StartClusterCommandOutput } from "../commands/StartClusterCommand";
18
- import { StopClusterCommandInput, StopClusterCommandOutput } from "../commands/StopClusterCommand";
19
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
20
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
21
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
22
- /**
23
- * serializeAws_restJson1ApplyPendingMaintenanceActionCommand
24
- */
25
- export declare const se_ApplyPendingMaintenanceActionCommand: (input: ApplyPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1CopyClusterSnapshotCommand
28
- */
29
- export declare const se_CopyClusterSnapshotCommand: (input: CopyClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1CreateClusterCommand
32
- */
33
- export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1CreateClusterSnapshotCommand
36
- */
37
- export declare const se_CreateClusterSnapshotCommand: (input: CreateClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1DeleteClusterCommand
40
- */
41
- export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1DeleteClusterSnapshotCommand
44
- */
45
- export declare const se_DeleteClusterSnapshotCommand: (input: DeleteClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1GetClusterCommand
48
- */
49
- export declare const se_GetClusterCommand: (input: GetClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1GetClusterSnapshotCommand
52
- */
53
- export declare const se_GetClusterSnapshotCommand: (input: GetClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1GetPendingMaintenanceActionCommand
56
- */
57
- export declare const se_GetPendingMaintenanceActionCommand: (input: GetPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1ListClustersCommand
60
- */
61
- export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1ListClusterSnapshotsCommand
64
- */
65
- export declare const se_ListClusterSnapshotsCommand: (input: ListClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1ListPendingMaintenanceActionsCommand
68
- */
69
- export declare const se_ListPendingMaintenanceActionsCommand: (input: ListPendingMaintenanceActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1ListTagsForResourceCommand
72
- */
73
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1RestoreClusterFromSnapshotCommand
76
- */
77
- export declare const se_RestoreClusterFromSnapshotCommand: (input: RestoreClusterFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1StartClusterCommand
80
- */
81
- export declare const se_StartClusterCommand: (input: StartClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1StopClusterCommand
84
- */
85
- export declare const se_StopClusterCommand: (input: StopClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1TagResourceCommand
88
- */
89
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1UntagResourceCommand
92
- */
93
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1UpdateClusterCommand
96
- */
97
- export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * deserializeAws_restJson1ApplyPendingMaintenanceActionCommand
100
- */
101
- export declare const de_ApplyPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
102
- /**
103
- * deserializeAws_restJson1CopyClusterSnapshotCommand
104
- */
105
- export declare const de_CopyClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyClusterSnapshotCommandOutput>;
106
- /**
107
- * deserializeAws_restJson1CreateClusterCommand
108
- */
109
- export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
110
- /**
111
- * deserializeAws_restJson1CreateClusterSnapshotCommand
112
- */
113
- export declare const de_CreateClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSnapshotCommandOutput>;
114
- /**
115
- * deserializeAws_restJson1DeleteClusterCommand
116
- */
117
- export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
118
- /**
119
- * deserializeAws_restJson1DeleteClusterSnapshotCommand
120
- */
121
- export declare const de_DeleteClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSnapshotCommandOutput>;
122
- /**
123
- * deserializeAws_restJson1GetClusterCommand
124
- */
125
- export declare const de_GetClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterCommandOutput>;
126
- /**
127
- * deserializeAws_restJson1GetClusterSnapshotCommand
128
- */
129
- export declare const de_GetClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterSnapshotCommandOutput>;
130
- /**
131
- * deserializeAws_restJson1GetPendingMaintenanceActionCommand
132
- */
133
- export declare const de_GetPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPendingMaintenanceActionCommandOutput>;
134
- /**
135
- * deserializeAws_restJson1ListClustersCommand
136
- */
137
- export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
138
- /**
139
- * deserializeAws_restJson1ListClusterSnapshotsCommand
140
- */
141
- export declare const de_ListClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterSnapshotsCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1ListPendingMaintenanceActionsCommand
144
- */
145
- export declare const de_ListPendingMaintenanceActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPendingMaintenanceActionsCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1ListTagsForResourceCommand
148
- */
149
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1RestoreClusterFromSnapshotCommand
152
- */
153
- export declare const de_RestoreClusterFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreClusterFromSnapshotCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1StartClusterCommand
156
- */
157
- export declare const de_StartClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartClusterCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1StopClusterCommand
160
- */
161
- export declare const de_StopClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopClusterCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1TagResourceCommand
164
- */
165
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1UntagResourceCommand
168
- */
169
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1UpdateClusterCommand
172
- */
173
- export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
@@ -1,233 +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
- ApplyPendingMaintenanceActionCommandInput,
8
- ApplyPendingMaintenanceActionCommandOutput,
9
- } from "../commands/ApplyPendingMaintenanceActionCommand";
10
- import {
11
- CopyClusterSnapshotCommandInput,
12
- CopyClusterSnapshotCommandOutput,
13
- } from "../commands/CopyClusterSnapshotCommand";
14
- import {
15
- CreateClusterCommandInput,
16
- CreateClusterCommandOutput,
17
- } from "../commands/CreateClusterCommand";
18
- import {
19
- CreateClusterSnapshotCommandInput,
20
- CreateClusterSnapshotCommandOutput,
21
- } from "../commands/CreateClusterSnapshotCommand";
22
- import {
23
- DeleteClusterCommandInput,
24
- DeleteClusterCommandOutput,
25
- } from "../commands/DeleteClusterCommand";
26
- import {
27
- DeleteClusterSnapshotCommandInput,
28
- DeleteClusterSnapshotCommandOutput,
29
- } from "../commands/DeleteClusterSnapshotCommand";
30
- import {
31
- GetClusterCommandInput,
32
- GetClusterCommandOutput,
33
- } from "../commands/GetClusterCommand";
34
- import {
35
- GetClusterSnapshotCommandInput,
36
- GetClusterSnapshotCommandOutput,
37
- } from "../commands/GetClusterSnapshotCommand";
38
- import {
39
- GetPendingMaintenanceActionCommandInput,
40
- GetPendingMaintenanceActionCommandOutput,
41
- } from "../commands/GetPendingMaintenanceActionCommand";
42
- import {
43
- ListClustersCommandInput,
44
- ListClustersCommandOutput,
45
- } from "../commands/ListClustersCommand";
46
- import {
47
- ListClusterSnapshotsCommandInput,
48
- ListClusterSnapshotsCommandOutput,
49
- } from "../commands/ListClusterSnapshotsCommand";
50
- import {
51
- ListPendingMaintenanceActionsCommandInput,
52
- ListPendingMaintenanceActionsCommandOutput,
53
- } from "../commands/ListPendingMaintenanceActionsCommand";
54
- import {
55
- ListTagsForResourceCommandInput,
56
- ListTagsForResourceCommandOutput,
57
- } from "../commands/ListTagsForResourceCommand";
58
- import {
59
- RestoreClusterFromSnapshotCommandInput,
60
- RestoreClusterFromSnapshotCommandOutput,
61
- } from "../commands/RestoreClusterFromSnapshotCommand";
62
- import {
63
- StartClusterCommandInput,
64
- StartClusterCommandOutput,
65
- } from "../commands/StartClusterCommand";
66
- import {
67
- StopClusterCommandInput,
68
- StopClusterCommandOutput,
69
- } from "../commands/StopClusterCommand";
70
- import {
71
- TagResourceCommandInput,
72
- TagResourceCommandOutput,
73
- } from "../commands/TagResourceCommand";
74
- import {
75
- UntagResourceCommandInput,
76
- UntagResourceCommandOutput,
77
- } from "../commands/UntagResourceCommand";
78
- import {
79
- UpdateClusterCommandInput,
80
- UpdateClusterCommandOutput,
81
- } from "../commands/UpdateClusterCommand";
82
- export declare const se_ApplyPendingMaintenanceActionCommand: (
83
- input: ApplyPendingMaintenanceActionCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_CopyClusterSnapshotCommand: (
87
- input: CopyClusterSnapshotCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_CreateClusterCommand: (
91
- input: CreateClusterCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_CreateClusterSnapshotCommand: (
95
- input: CreateClusterSnapshotCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_DeleteClusterCommand: (
99
- input: DeleteClusterCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_DeleteClusterSnapshotCommand: (
103
- input: DeleteClusterSnapshotCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_GetClusterCommand: (
107
- input: GetClusterCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_GetClusterSnapshotCommand: (
111
- input: GetClusterSnapshotCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_GetPendingMaintenanceActionCommand: (
115
- input: GetPendingMaintenanceActionCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_ListClustersCommand: (
119
- input: ListClustersCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_ListClusterSnapshotsCommand: (
123
- input: ListClusterSnapshotsCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_ListPendingMaintenanceActionsCommand: (
127
- input: ListPendingMaintenanceActionsCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ListTagsForResourceCommand: (
131
- input: ListTagsForResourceCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_RestoreClusterFromSnapshotCommand: (
135
- input: RestoreClusterFromSnapshotCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_StartClusterCommand: (
139
- input: StartClusterCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_StopClusterCommand: (
143
- input: StopClusterCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_TagResourceCommand: (
147
- input: TagResourceCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_UntagResourceCommand: (
151
- input: UntagResourceCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_UpdateClusterCommand: (
155
- input: UpdateClusterCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const de_ApplyPendingMaintenanceActionCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
162
- export declare const de_CopyClusterSnapshotCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<CopyClusterSnapshotCommandOutput>;
166
- export declare const de_CreateClusterCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<CreateClusterCommandOutput>;
170
- export declare const de_CreateClusterSnapshotCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<CreateClusterSnapshotCommandOutput>;
174
- export declare const de_DeleteClusterCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<DeleteClusterCommandOutput>;
178
- export declare const de_DeleteClusterSnapshotCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<DeleteClusterSnapshotCommandOutput>;
182
- export declare const de_GetClusterCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<GetClusterCommandOutput>;
186
- export declare const de_GetClusterSnapshotCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<GetClusterSnapshotCommandOutput>;
190
- export declare const de_GetPendingMaintenanceActionCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<GetPendingMaintenanceActionCommandOutput>;
194
- export declare const de_ListClustersCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<ListClustersCommandOutput>;
198
- export declare const de_ListClusterSnapshotsCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<ListClusterSnapshotsCommandOutput>;
202
- export declare const de_ListPendingMaintenanceActionsCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<ListPendingMaintenanceActionsCommandOutput>;
206
- export declare const de_ListTagsForResourceCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<ListTagsForResourceCommandOutput>;
210
- export declare const de_RestoreClusterFromSnapshotCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<RestoreClusterFromSnapshotCommandOutput>;
214
- export declare const de_StartClusterCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<StartClusterCommandOutput>;
218
- export declare const de_StopClusterCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<StopClusterCommandOutput>;
222
- export declare const de_TagResourceCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<TagResourceCommandOutput>;
226
- export declare const de_UntagResourceCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<UntagResourceCommandOutput>;
230
- export declare const de_UpdateClusterCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<UpdateClusterCommandOutput>;