@aws-sdk/client-finspace 3.927.0 → 3.929.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 (74) hide show
  1. package/dist-cjs/index.js +2284 -2436
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/FinspaceClient.js +2 -0
  4. package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
  5. package/dist-es/commands/CreateKxChangesetCommand.js +3 -9
  6. package/dist-es/commands/CreateKxClusterCommand.js +3 -9
  7. package/dist-es/commands/CreateKxDatabaseCommand.js +3 -9
  8. package/dist-es/commands/CreateKxDataviewCommand.js +3 -9
  9. package/dist-es/commands/CreateKxEnvironmentCommand.js +3 -9
  10. package/dist-es/commands/CreateKxScalingGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateKxUserCommand.js +3 -9
  12. package/dist-es/commands/CreateKxVolumeCommand.js +3 -9
  13. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  14. package/dist-es/commands/DeleteKxClusterCommand.js +3 -9
  15. package/dist-es/commands/DeleteKxClusterNodeCommand.js +3 -9
  16. package/dist-es/commands/DeleteKxDatabaseCommand.js +3 -9
  17. package/dist-es/commands/DeleteKxDataviewCommand.js +3 -9
  18. package/dist-es/commands/DeleteKxEnvironmentCommand.js +3 -9
  19. package/dist-es/commands/DeleteKxScalingGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteKxUserCommand.js +3 -9
  21. package/dist-es/commands/DeleteKxVolumeCommand.js +3 -9
  22. package/dist-es/commands/GetEnvironmentCommand.js +3 -9
  23. package/dist-es/commands/GetKxChangesetCommand.js +3 -9
  24. package/dist-es/commands/GetKxClusterCommand.js +3 -9
  25. package/dist-es/commands/GetKxConnectionStringCommand.js +3 -10
  26. package/dist-es/commands/GetKxDatabaseCommand.js +3 -9
  27. package/dist-es/commands/GetKxDataviewCommand.js +3 -9
  28. package/dist-es/commands/GetKxEnvironmentCommand.js +3 -9
  29. package/dist-es/commands/GetKxScalingGroupCommand.js +3 -9
  30. package/dist-es/commands/GetKxUserCommand.js +3 -9
  31. package/dist-es/commands/GetKxVolumeCommand.js +3 -9
  32. package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
  33. package/dist-es/commands/ListKxChangesetsCommand.js +3 -9
  34. package/dist-es/commands/ListKxClusterNodesCommand.js +3 -9
  35. package/dist-es/commands/ListKxClustersCommand.js +3 -9
  36. package/dist-es/commands/ListKxDatabasesCommand.js +3 -9
  37. package/dist-es/commands/ListKxDataviewsCommand.js +3 -9
  38. package/dist-es/commands/ListKxEnvironmentsCommand.js +3 -9
  39. package/dist-es/commands/ListKxScalingGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListKxUsersCommand.js +3 -9
  41. package/dist-es/commands/ListKxVolumesCommand.js +3 -9
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  46. package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +3 -9
  47. package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +3 -9
  48. package/dist-es/commands/UpdateKxDatabaseCommand.js +3 -9
  49. package/dist-es/commands/UpdateKxDataviewCommand.js +3 -9
  50. package/dist-es/commands/UpdateKxEnvironmentCommand.js +3 -9
  51. package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +3 -9
  52. package/dist-es/commands/UpdateKxUserCommand.js +3 -9
  53. package/dist-es/commands/UpdateKxVolumeCommand.js +3 -9
  54. package/dist-es/models/models_0.js +0 -15
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-es/schemas/schemas_0.js +2169 -0
  57. package/dist-types/FinspaceClient.d.ts +10 -1
  58. package/dist-types/models/models_0.d.ts +0 -12
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +236 -0
  64. package/dist-types/ts3.4/FinspaceClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
  71. package/package.json +5 -6
  72. package/dist-es/protocols/Aws_restJson1.js +0 -2044
  73. package/dist-types/protocols/Aws_restJson1.d.ts +0 -452
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -605
@@ -1,605 +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
- CreateEnvironmentCommandInput,
8
- CreateEnvironmentCommandOutput,
9
- } from "../commands/CreateEnvironmentCommand";
10
- import {
11
- CreateKxChangesetCommandInput,
12
- CreateKxChangesetCommandOutput,
13
- } from "../commands/CreateKxChangesetCommand";
14
- import {
15
- CreateKxClusterCommandInput,
16
- CreateKxClusterCommandOutput,
17
- } from "../commands/CreateKxClusterCommand";
18
- import {
19
- CreateKxDatabaseCommandInput,
20
- CreateKxDatabaseCommandOutput,
21
- } from "../commands/CreateKxDatabaseCommand";
22
- import {
23
- CreateKxDataviewCommandInput,
24
- CreateKxDataviewCommandOutput,
25
- } from "../commands/CreateKxDataviewCommand";
26
- import {
27
- CreateKxEnvironmentCommandInput,
28
- CreateKxEnvironmentCommandOutput,
29
- } from "../commands/CreateKxEnvironmentCommand";
30
- import {
31
- CreateKxScalingGroupCommandInput,
32
- CreateKxScalingGroupCommandOutput,
33
- } from "../commands/CreateKxScalingGroupCommand";
34
- import {
35
- CreateKxUserCommandInput,
36
- CreateKxUserCommandOutput,
37
- } from "../commands/CreateKxUserCommand";
38
- import {
39
- CreateKxVolumeCommandInput,
40
- CreateKxVolumeCommandOutput,
41
- } from "../commands/CreateKxVolumeCommand";
42
- import {
43
- DeleteEnvironmentCommandInput,
44
- DeleteEnvironmentCommandOutput,
45
- } from "../commands/DeleteEnvironmentCommand";
46
- import {
47
- DeleteKxClusterCommandInput,
48
- DeleteKxClusterCommandOutput,
49
- } from "../commands/DeleteKxClusterCommand";
50
- import {
51
- DeleteKxClusterNodeCommandInput,
52
- DeleteKxClusterNodeCommandOutput,
53
- } from "../commands/DeleteKxClusterNodeCommand";
54
- import {
55
- DeleteKxDatabaseCommandInput,
56
- DeleteKxDatabaseCommandOutput,
57
- } from "../commands/DeleteKxDatabaseCommand";
58
- import {
59
- DeleteKxDataviewCommandInput,
60
- DeleteKxDataviewCommandOutput,
61
- } from "../commands/DeleteKxDataviewCommand";
62
- import {
63
- DeleteKxEnvironmentCommandInput,
64
- DeleteKxEnvironmentCommandOutput,
65
- } from "../commands/DeleteKxEnvironmentCommand";
66
- import {
67
- DeleteKxScalingGroupCommandInput,
68
- DeleteKxScalingGroupCommandOutput,
69
- } from "../commands/DeleteKxScalingGroupCommand";
70
- import {
71
- DeleteKxUserCommandInput,
72
- DeleteKxUserCommandOutput,
73
- } from "../commands/DeleteKxUserCommand";
74
- import {
75
- DeleteKxVolumeCommandInput,
76
- DeleteKxVolumeCommandOutput,
77
- } from "../commands/DeleteKxVolumeCommand";
78
- import {
79
- GetEnvironmentCommandInput,
80
- GetEnvironmentCommandOutput,
81
- } from "../commands/GetEnvironmentCommand";
82
- import {
83
- GetKxChangesetCommandInput,
84
- GetKxChangesetCommandOutput,
85
- } from "../commands/GetKxChangesetCommand";
86
- import {
87
- GetKxClusterCommandInput,
88
- GetKxClusterCommandOutput,
89
- } from "../commands/GetKxClusterCommand";
90
- import {
91
- GetKxConnectionStringCommandInput,
92
- GetKxConnectionStringCommandOutput,
93
- } from "../commands/GetKxConnectionStringCommand";
94
- import {
95
- GetKxDatabaseCommandInput,
96
- GetKxDatabaseCommandOutput,
97
- } from "../commands/GetKxDatabaseCommand";
98
- import {
99
- GetKxDataviewCommandInput,
100
- GetKxDataviewCommandOutput,
101
- } from "../commands/GetKxDataviewCommand";
102
- import {
103
- GetKxEnvironmentCommandInput,
104
- GetKxEnvironmentCommandOutput,
105
- } from "../commands/GetKxEnvironmentCommand";
106
- import {
107
- GetKxScalingGroupCommandInput,
108
- GetKxScalingGroupCommandOutput,
109
- } from "../commands/GetKxScalingGroupCommand";
110
- import {
111
- GetKxUserCommandInput,
112
- GetKxUserCommandOutput,
113
- } from "../commands/GetKxUserCommand";
114
- import {
115
- GetKxVolumeCommandInput,
116
- GetKxVolumeCommandOutput,
117
- } from "../commands/GetKxVolumeCommand";
118
- import {
119
- ListEnvironmentsCommandInput,
120
- ListEnvironmentsCommandOutput,
121
- } from "../commands/ListEnvironmentsCommand";
122
- import {
123
- ListKxChangesetsCommandInput,
124
- ListKxChangesetsCommandOutput,
125
- } from "../commands/ListKxChangesetsCommand";
126
- import {
127
- ListKxClusterNodesCommandInput,
128
- ListKxClusterNodesCommandOutput,
129
- } from "../commands/ListKxClusterNodesCommand";
130
- import {
131
- ListKxClustersCommandInput,
132
- ListKxClustersCommandOutput,
133
- } from "../commands/ListKxClustersCommand";
134
- import {
135
- ListKxDatabasesCommandInput,
136
- ListKxDatabasesCommandOutput,
137
- } from "../commands/ListKxDatabasesCommand";
138
- import {
139
- ListKxDataviewsCommandInput,
140
- ListKxDataviewsCommandOutput,
141
- } from "../commands/ListKxDataviewsCommand";
142
- import {
143
- ListKxEnvironmentsCommandInput,
144
- ListKxEnvironmentsCommandOutput,
145
- } from "../commands/ListKxEnvironmentsCommand";
146
- import {
147
- ListKxScalingGroupsCommandInput,
148
- ListKxScalingGroupsCommandOutput,
149
- } from "../commands/ListKxScalingGroupsCommand";
150
- import {
151
- ListKxUsersCommandInput,
152
- ListKxUsersCommandOutput,
153
- } from "../commands/ListKxUsersCommand";
154
- import {
155
- ListKxVolumesCommandInput,
156
- ListKxVolumesCommandOutput,
157
- } from "../commands/ListKxVolumesCommand";
158
- import {
159
- ListTagsForResourceCommandInput,
160
- ListTagsForResourceCommandOutput,
161
- } from "../commands/ListTagsForResourceCommand";
162
- import {
163
- TagResourceCommandInput,
164
- TagResourceCommandOutput,
165
- } from "../commands/TagResourceCommand";
166
- import {
167
- UntagResourceCommandInput,
168
- UntagResourceCommandOutput,
169
- } from "../commands/UntagResourceCommand";
170
- import {
171
- UpdateEnvironmentCommandInput,
172
- UpdateEnvironmentCommandOutput,
173
- } from "../commands/UpdateEnvironmentCommand";
174
- import {
175
- UpdateKxClusterCodeConfigurationCommandInput,
176
- UpdateKxClusterCodeConfigurationCommandOutput,
177
- } from "../commands/UpdateKxClusterCodeConfigurationCommand";
178
- import {
179
- UpdateKxClusterDatabasesCommandInput,
180
- UpdateKxClusterDatabasesCommandOutput,
181
- } from "../commands/UpdateKxClusterDatabasesCommand";
182
- import {
183
- UpdateKxDatabaseCommandInput,
184
- UpdateKxDatabaseCommandOutput,
185
- } from "../commands/UpdateKxDatabaseCommand";
186
- import {
187
- UpdateKxDataviewCommandInput,
188
- UpdateKxDataviewCommandOutput,
189
- } from "../commands/UpdateKxDataviewCommand";
190
- import {
191
- UpdateKxEnvironmentCommandInput,
192
- UpdateKxEnvironmentCommandOutput,
193
- } from "../commands/UpdateKxEnvironmentCommand";
194
- import {
195
- UpdateKxEnvironmentNetworkCommandInput,
196
- UpdateKxEnvironmentNetworkCommandOutput,
197
- } from "../commands/UpdateKxEnvironmentNetworkCommand";
198
- import {
199
- UpdateKxUserCommandInput,
200
- UpdateKxUserCommandOutput,
201
- } from "../commands/UpdateKxUserCommand";
202
- import {
203
- UpdateKxVolumeCommandInput,
204
- UpdateKxVolumeCommandOutput,
205
- } from "../commands/UpdateKxVolumeCommand";
206
- export declare const se_CreateEnvironmentCommand: (
207
- input: CreateEnvironmentCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CreateKxChangesetCommand: (
211
- input: CreateKxChangesetCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_CreateKxClusterCommand: (
215
- input: CreateKxClusterCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_CreateKxDatabaseCommand: (
219
- input: CreateKxDatabaseCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateKxDataviewCommand: (
223
- input: CreateKxDataviewCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateKxEnvironmentCommand: (
227
- input: CreateKxEnvironmentCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateKxScalingGroupCommand: (
231
- input: CreateKxScalingGroupCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateKxUserCommand: (
235
- input: CreateKxUserCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateKxVolumeCommand: (
239
- input: CreateKxVolumeCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteEnvironmentCommand: (
243
- input: DeleteEnvironmentCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteKxClusterCommand: (
247
- input: DeleteKxClusterCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteKxClusterNodeCommand: (
251
- input: DeleteKxClusterNodeCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteKxDatabaseCommand: (
255
- input: DeleteKxDatabaseCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteKxDataviewCommand: (
259
- input: DeleteKxDataviewCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteKxEnvironmentCommand: (
263
- input: DeleteKxEnvironmentCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteKxScalingGroupCommand: (
267
- input: DeleteKxScalingGroupCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteKxUserCommand: (
271
- input: DeleteKxUserCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteKxVolumeCommand: (
275
- input: DeleteKxVolumeCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetEnvironmentCommand: (
279
- input: GetEnvironmentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_GetKxChangesetCommand: (
283
- input: GetKxChangesetCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetKxClusterCommand: (
287
- input: GetKxClusterCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_GetKxConnectionStringCommand: (
291
- input: GetKxConnectionStringCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_GetKxDatabaseCommand: (
295
- input: GetKxDatabaseCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GetKxDataviewCommand: (
299
- input: GetKxDataviewCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetKxEnvironmentCommand: (
303
- input: GetKxEnvironmentCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetKxScalingGroupCommand: (
307
- input: GetKxScalingGroupCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetKxUserCommand: (
311
- input: GetKxUserCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetKxVolumeCommand: (
315
- input: GetKxVolumeCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_ListEnvironmentsCommand: (
319
- input: ListEnvironmentsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListKxChangesetsCommand: (
323
- input: ListKxChangesetsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListKxClusterNodesCommand: (
327
- input: ListKxClusterNodesCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListKxClustersCommand: (
331
- input: ListKxClustersCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ListKxDatabasesCommand: (
335
- input: ListKxDatabasesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListKxDataviewsCommand: (
339
- input: ListKxDataviewsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ListKxEnvironmentsCommand: (
343
- input: ListKxEnvironmentsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListKxScalingGroupsCommand: (
347
- input: ListKxScalingGroupsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListKxUsersCommand: (
351
- input: ListKxUsersCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListKxVolumesCommand: (
355
- input: ListKxVolumesCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListTagsForResourceCommand: (
359
- input: ListTagsForResourceCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_TagResourceCommand: (
363
- input: TagResourceCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_UntagResourceCommand: (
367
- input: UntagResourceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_UpdateEnvironmentCommand: (
371
- input: UpdateEnvironmentCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_UpdateKxClusterCodeConfigurationCommand: (
375
- input: UpdateKxClusterCodeConfigurationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UpdateKxClusterDatabasesCommand: (
379
- input: UpdateKxClusterDatabasesCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_UpdateKxDatabaseCommand: (
383
- input: UpdateKxDatabaseCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UpdateKxDataviewCommand: (
387
- input: UpdateKxDataviewCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_UpdateKxEnvironmentCommand: (
391
- input: UpdateKxEnvironmentCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_UpdateKxEnvironmentNetworkCommand: (
395
- input: UpdateKxEnvironmentNetworkCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_UpdateKxUserCommand: (
399
- input: UpdateKxUserCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_UpdateKxVolumeCommand: (
403
- input: UpdateKxVolumeCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const de_CreateEnvironmentCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<CreateEnvironmentCommandOutput>;
410
- export declare const de_CreateKxChangesetCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<CreateKxChangesetCommandOutput>;
414
- export declare const de_CreateKxClusterCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<CreateKxClusterCommandOutput>;
418
- export declare const de_CreateKxDatabaseCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CreateKxDatabaseCommandOutput>;
422
- export declare const de_CreateKxDataviewCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<CreateKxDataviewCommandOutput>;
426
- export declare const de_CreateKxEnvironmentCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateKxEnvironmentCommandOutput>;
430
- export declare const de_CreateKxScalingGroupCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateKxScalingGroupCommandOutput>;
434
- export declare const de_CreateKxUserCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateKxUserCommandOutput>;
438
- export declare const de_CreateKxVolumeCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateKxVolumeCommandOutput>;
442
- export declare const de_DeleteEnvironmentCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<DeleteEnvironmentCommandOutput>;
446
- export declare const de_DeleteKxClusterCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteKxClusterCommandOutput>;
450
- export declare const de_DeleteKxClusterNodeCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteKxClusterNodeCommandOutput>;
454
- export declare const de_DeleteKxDatabaseCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeleteKxDatabaseCommandOutput>;
458
- export declare const de_DeleteKxDataviewCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DeleteKxDataviewCommandOutput>;
462
- export declare const de_DeleteKxEnvironmentCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DeleteKxEnvironmentCommandOutput>;
466
- export declare const de_DeleteKxScalingGroupCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteKxScalingGroupCommandOutput>;
470
- export declare const de_DeleteKxUserCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeleteKxUserCommandOutput>;
474
- export declare const de_DeleteKxVolumeCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DeleteKxVolumeCommandOutput>;
478
- export declare const de_GetEnvironmentCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<GetEnvironmentCommandOutput>;
482
- export declare const de_GetKxChangesetCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<GetKxChangesetCommandOutput>;
486
- export declare const de_GetKxClusterCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<GetKxClusterCommandOutput>;
490
- export declare const de_GetKxConnectionStringCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<GetKxConnectionStringCommandOutput>;
494
- export declare const de_GetKxDatabaseCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<GetKxDatabaseCommandOutput>;
498
- export declare const de_GetKxDataviewCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<GetKxDataviewCommandOutput>;
502
- export declare const de_GetKxEnvironmentCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<GetKxEnvironmentCommandOutput>;
506
- export declare const de_GetKxScalingGroupCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<GetKxScalingGroupCommandOutput>;
510
- export declare const de_GetKxUserCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<GetKxUserCommandOutput>;
514
- export declare const de_GetKxVolumeCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<GetKxVolumeCommandOutput>;
518
- export declare const de_ListEnvironmentsCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ListEnvironmentsCommandOutput>;
522
- export declare const de_ListKxChangesetsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<ListKxChangesetsCommandOutput>;
526
- export declare const de_ListKxClusterNodesCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<ListKxClusterNodesCommandOutput>;
530
- export declare const de_ListKxClustersCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<ListKxClustersCommandOutput>;
534
- export declare const de_ListKxDatabasesCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<ListKxDatabasesCommandOutput>;
538
- export declare const de_ListKxDataviewsCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<ListKxDataviewsCommandOutput>;
542
- export declare const de_ListKxEnvironmentsCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<ListKxEnvironmentsCommandOutput>;
546
- export declare const de_ListKxScalingGroupsCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<ListKxScalingGroupsCommandOutput>;
550
- export declare const de_ListKxUsersCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<ListKxUsersCommandOutput>;
554
- export declare const de_ListKxVolumesCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ListKxVolumesCommandOutput>;
558
- export declare const de_ListTagsForResourceCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ListTagsForResourceCommandOutput>;
562
- export declare const de_TagResourceCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<TagResourceCommandOutput>;
566
- export declare const de_UntagResourceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<UntagResourceCommandOutput>;
570
- export declare const de_UpdateEnvironmentCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<UpdateEnvironmentCommandOutput>;
574
- export declare const de_UpdateKxClusterCodeConfigurationCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<UpdateKxClusterCodeConfigurationCommandOutput>;
578
- export declare const de_UpdateKxClusterDatabasesCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<UpdateKxClusterDatabasesCommandOutput>;
582
- export declare const de_UpdateKxDatabaseCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<UpdateKxDatabaseCommandOutput>;
586
- export declare const de_UpdateKxDataviewCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<UpdateKxDataviewCommandOutput>;
590
- export declare const de_UpdateKxEnvironmentCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<UpdateKxEnvironmentCommandOutput>;
594
- export declare const de_UpdateKxEnvironmentNetworkCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<UpdateKxEnvironmentNetworkCommandOutput>;
598
- export declare const de_UpdateKxUserCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<UpdateKxUserCommandOutput>;
602
- export declare const de_UpdateKxVolumeCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<UpdateKxVolumeCommandOutput>;