@aws-sdk/client-finspace 3.1087.0 → 3.1088.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 (69) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Finspace.d.ts +160 -172
  3. package/dist-types/ts3.4/FinspaceClient.d.ts +19 -41
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +7 -5
  34. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  59. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  60. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  61. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  67. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  69. package/package.json +38 -38
@@ -107,14 +107,8 @@ import {
107
107
  GetKxScalingGroupCommandInput,
108
108
  GetKxScalingGroupCommandOutput,
109
109
  } from "./commands/GetKxScalingGroupCommand";
110
- import {
111
- GetKxUserCommandInput,
112
- GetKxUserCommandOutput,
113
- } from "./commands/GetKxUserCommand";
114
- import {
115
- GetKxVolumeCommandInput,
116
- GetKxVolumeCommandOutput,
117
- } from "./commands/GetKxVolumeCommand";
110
+ import { GetKxUserCommandInput, GetKxUserCommandOutput } from "./commands/GetKxUserCommand";
111
+ import { GetKxVolumeCommandInput, GetKxVolumeCommandOutput } from "./commands/GetKxVolumeCommand";
118
112
  import {
119
113
  ListEnvironmentsCommandInput,
120
114
  ListEnvironmentsCommandOutput,
@@ -147,10 +141,7 @@ import {
147
141
  ListKxScalingGroupsCommandInput,
148
142
  ListKxScalingGroupsCommandOutput,
149
143
  } from "./commands/ListKxScalingGroupsCommand";
150
- import {
151
- ListKxUsersCommandInput,
152
- ListKxUsersCommandOutput,
153
- } from "./commands/ListKxUsersCommand";
144
+ import { ListKxUsersCommandInput, ListKxUsersCommandOutput } from "./commands/ListKxUsersCommand";
154
145
  import {
155
146
  ListKxVolumesCommandInput,
156
147
  ListKxVolumesCommandOutput,
@@ -159,10 +150,7 @@ import {
159
150
  ListTagsForResourceCommandInput,
160
151
  ListTagsForResourceCommandOutput,
161
152
  } from "./commands/ListTagsForResourceCommand";
162
- import {
163
- TagResourceCommandInput,
164
- TagResourceCommandOutput,
165
- } from "./commands/TagResourceCommand";
153
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
166
154
  import {
167
155
  UntagResourceCommandInput,
168
156
  UntagResourceCommandOutput,
@@ -207,697 +195,697 @@ import { FinspaceClient } from "./FinspaceClient";
207
195
  export interface Finspace {
208
196
  createEnvironment(
209
197
  args: CreateEnvironmentCommandInput,
210
- options?: __HttpHandlerOptions
198
+ options?: __HttpHandlerOptions,
211
199
  ): Promise<CreateEnvironmentCommandOutput>;
212
200
  createEnvironment(
213
201
  args: CreateEnvironmentCommandInput,
214
- cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
202
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
215
203
  ): void;
216
204
  createEnvironment(
217
205
  args: CreateEnvironmentCommandInput,
218
206
  options: __HttpHandlerOptions,
219
- cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
207
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
220
208
  ): void;
221
209
  createKxChangeset(
222
210
  args: CreateKxChangesetCommandInput,
223
- options?: __HttpHandlerOptions
211
+ options?: __HttpHandlerOptions,
224
212
  ): Promise<CreateKxChangesetCommandOutput>;
225
213
  createKxChangeset(
226
214
  args: CreateKxChangesetCommandInput,
227
- cb: (err: any, data?: CreateKxChangesetCommandOutput) => void
215
+ cb: (err: any, data?: CreateKxChangesetCommandOutput) => void,
228
216
  ): void;
229
217
  createKxChangeset(
230
218
  args: CreateKxChangesetCommandInput,
231
219
  options: __HttpHandlerOptions,
232
- cb: (err: any, data?: CreateKxChangesetCommandOutput) => void
220
+ cb: (err: any, data?: CreateKxChangesetCommandOutput) => void,
233
221
  ): void;
234
222
  createKxCluster(
235
223
  args: CreateKxClusterCommandInput,
236
- options?: __HttpHandlerOptions
224
+ options?: __HttpHandlerOptions,
237
225
  ): Promise<CreateKxClusterCommandOutput>;
238
226
  createKxCluster(
239
227
  args: CreateKxClusterCommandInput,
240
- cb: (err: any, data?: CreateKxClusterCommandOutput) => void
228
+ cb: (err: any, data?: CreateKxClusterCommandOutput) => void,
241
229
  ): void;
242
230
  createKxCluster(
243
231
  args: CreateKxClusterCommandInput,
244
232
  options: __HttpHandlerOptions,
245
- cb: (err: any, data?: CreateKxClusterCommandOutput) => void
233
+ cb: (err: any, data?: CreateKxClusterCommandOutput) => void,
246
234
  ): void;
247
235
  createKxDatabase(
248
236
  args: CreateKxDatabaseCommandInput,
249
- options?: __HttpHandlerOptions
237
+ options?: __HttpHandlerOptions,
250
238
  ): Promise<CreateKxDatabaseCommandOutput>;
251
239
  createKxDatabase(
252
240
  args: CreateKxDatabaseCommandInput,
253
- cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void
241
+ cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void,
254
242
  ): void;
255
243
  createKxDatabase(
256
244
  args: CreateKxDatabaseCommandInput,
257
245
  options: __HttpHandlerOptions,
258
- cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void
246
+ cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void,
259
247
  ): void;
260
248
  createKxDataview(
261
249
  args: CreateKxDataviewCommandInput,
262
- options?: __HttpHandlerOptions
250
+ options?: __HttpHandlerOptions,
263
251
  ): Promise<CreateKxDataviewCommandOutput>;
264
252
  createKxDataview(
265
253
  args: CreateKxDataviewCommandInput,
266
- cb: (err: any, data?: CreateKxDataviewCommandOutput) => void
254
+ cb: (err: any, data?: CreateKxDataviewCommandOutput) => void,
267
255
  ): void;
268
256
  createKxDataview(
269
257
  args: CreateKxDataviewCommandInput,
270
258
  options: __HttpHandlerOptions,
271
- cb: (err: any, data?: CreateKxDataviewCommandOutput) => void
259
+ cb: (err: any, data?: CreateKxDataviewCommandOutput) => void,
272
260
  ): void;
273
261
  createKxEnvironment(
274
262
  args: CreateKxEnvironmentCommandInput,
275
- options?: __HttpHandlerOptions
263
+ options?: __HttpHandlerOptions,
276
264
  ): Promise<CreateKxEnvironmentCommandOutput>;
277
265
  createKxEnvironment(
278
266
  args: CreateKxEnvironmentCommandInput,
279
- cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void
267
+ cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void,
280
268
  ): void;
281
269
  createKxEnvironment(
282
270
  args: CreateKxEnvironmentCommandInput,
283
271
  options: __HttpHandlerOptions,
284
- cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void
272
+ cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void,
285
273
  ): void;
286
274
  createKxScalingGroup(
287
275
  args: CreateKxScalingGroupCommandInput,
288
- options?: __HttpHandlerOptions
276
+ options?: __HttpHandlerOptions,
289
277
  ): Promise<CreateKxScalingGroupCommandOutput>;
290
278
  createKxScalingGroup(
291
279
  args: CreateKxScalingGroupCommandInput,
292
- cb: (err: any, data?: CreateKxScalingGroupCommandOutput) => void
280
+ cb: (err: any, data?: CreateKxScalingGroupCommandOutput) => void,
293
281
  ): void;
294
282
  createKxScalingGroup(
295
283
  args: CreateKxScalingGroupCommandInput,
296
284
  options: __HttpHandlerOptions,
297
- cb: (err: any, data?: CreateKxScalingGroupCommandOutput) => void
285
+ cb: (err: any, data?: CreateKxScalingGroupCommandOutput) => void,
298
286
  ): void;
299
287
  createKxUser(
300
288
  args: CreateKxUserCommandInput,
301
- options?: __HttpHandlerOptions
289
+ options?: __HttpHandlerOptions,
302
290
  ): Promise<CreateKxUserCommandOutput>;
303
291
  createKxUser(
304
292
  args: CreateKxUserCommandInput,
305
- cb: (err: any, data?: CreateKxUserCommandOutput) => void
293
+ cb: (err: any, data?: CreateKxUserCommandOutput) => void,
306
294
  ): void;
307
295
  createKxUser(
308
296
  args: CreateKxUserCommandInput,
309
297
  options: __HttpHandlerOptions,
310
- cb: (err: any, data?: CreateKxUserCommandOutput) => void
298
+ cb: (err: any, data?: CreateKxUserCommandOutput) => void,
311
299
  ): void;
312
300
  createKxVolume(
313
301
  args: CreateKxVolumeCommandInput,
314
- options?: __HttpHandlerOptions
302
+ options?: __HttpHandlerOptions,
315
303
  ): Promise<CreateKxVolumeCommandOutput>;
316
304
  createKxVolume(
317
305
  args: CreateKxVolumeCommandInput,
318
- cb: (err: any, data?: CreateKxVolumeCommandOutput) => void
306
+ cb: (err: any, data?: CreateKxVolumeCommandOutput) => void,
319
307
  ): void;
320
308
  createKxVolume(
321
309
  args: CreateKxVolumeCommandInput,
322
310
  options: __HttpHandlerOptions,
323
- cb: (err: any, data?: CreateKxVolumeCommandOutput) => void
311
+ cb: (err: any, data?: CreateKxVolumeCommandOutput) => void,
324
312
  ): void;
325
313
  deleteEnvironment(
326
314
  args: DeleteEnvironmentCommandInput,
327
- options?: __HttpHandlerOptions
315
+ options?: __HttpHandlerOptions,
328
316
  ): Promise<DeleteEnvironmentCommandOutput>;
329
317
  deleteEnvironment(
330
318
  args: DeleteEnvironmentCommandInput,
331
- cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
319
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void,
332
320
  ): void;
333
321
  deleteEnvironment(
334
322
  args: DeleteEnvironmentCommandInput,
335
323
  options: __HttpHandlerOptions,
336
- cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
324
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void,
337
325
  ): void;
338
326
  deleteKxCluster(
339
327
  args: DeleteKxClusterCommandInput,
340
- options?: __HttpHandlerOptions
328
+ options?: __HttpHandlerOptions,
341
329
  ): Promise<DeleteKxClusterCommandOutput>;
342
330
  deleteKxCluster(
343
331
  args: DeleteKxClusterCommandInput,
344
- cb: (err: any, data?: DeleteKxClusterCommandOutput) => void
332
+ cb: (err: any, data?: DeleteKxClusterCommandOutput) => void,
345
333
  ): void;
346
334
  deleteKxCluster(
347
335
  args: DeleteKxClusterCommandInput,
348
336
  options: __HttpHandlerOptions,
349
- cb: (err: any, data?: DeleteKxClusterCommandOutput) => void
337
+ cb: (err: any, data?: DeleteKxClusterCommandOutput) => void,
350
338
  ): void;
351
339
  deleteKxClusterNode(
352
340
  args: DeleteKxClusterNodeCommandInput,
353
- options?: __HttpHandlerOptions
341
+ options?: __HttpHandlerOptions,
354
342
  ): Promise<DeleteKxClusterNodeCommandOutput>;
355
343
  deleteKxClusterNode(
356
344
  args: DeleteKxClusterNodeCommandInput,
357
- cb: (err: any, data?: DeleteKxClusterNodeCommandOutput) => void
345
+ cb: (err: any, data?: DeleteKxClusterNodeCommandOutput) => void,
358
346
  ): void;
359
347
  deleteKxClusterNode(
360
348
  args: DeleteKxClusterNodeCommandInput,
361
349
  options: __HttpHandlerOptions,
362
- cb: (err: any, data?: DeleteKxClusterNodeCommandOutput) => void
350
+ cb: (err: any, data?: DeleteKxClusterNodeCommandOutput) => void,
363
351
  ): void;
364
352
  deleteKxDatabase(
365
353
  args: DeleteKxDatabaseCommandInput,
366
- options?: __HttpHandlerOptions
354
+ options?: __HttpHandlerOptions,
367
355
  ): Promise<DeleteKxDatabaseCommandOutput>;
368
356
  deleteKxDatabase(
369
357
  args: DeleteKxDatabaseCommandInput,
370
- cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void
358
+ cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void,
371
359
  ): void;
372
360
  deleteKxDatabase(
373
361
  args: DeleteKxDatabaseCommandInput,
374
362
  options: __HttpHandlerOptions,
375
- cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void
363
+ cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void,
376
364
  ): void;
377
365
  deleteKxDataview(
378
366
  args: DeleteKxDataviewCommandInput,
379
- options?: __HttpHandlerOptions
367
+ options?: __HttpHandlerOptions,
380
368
  ): Promise<DeleteKxDataviewCommandOutput>;
381
369
  deleteKxDataview(
382
370
  args: DeleteKxDataviewCommandInput,
383
- cb: (err: any, data?: DeleteKxDataviewCommandOutput) => void
371
+ cb: (err: any, data?: DeleteKxDataviewCommandOutput) => void,
384
372
  ): void;
385
373
  deleteKxDataview(
386
374
  args: DeleteKxDataviewCommandInput,
387
375
  options: __HttpHandlerOptions,
388
- cb: (err: any, data?: DeleteKxDataviewCommandOutput) => void
376
+ cb: (err: any, data?: DeleteKxDataviewCommandOutput) => void,
389
377
  ): void;
390
378
  deleteKxEnvironment(
391
379
  args: DeleteKxEnvironmentCommandInput,
392
- options?: __HttpHandlerOptions
380
+ options?: __HttpHandlerOptions,
393
381
  ): Promise<DeleteKxEnvironmentCommandOutput>;
394
382
  deleteKxEnvironment(
395
383
  args: DeleteKxEnvironmentCommandInput,
396
- cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void
384
+ cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void,
397
385
  ): void;
398
386
  deleteKxEnvironment(
399
387
  args: DeleteKxEnvironmentCommandInput,
400
388
  options: __HttpHandlerOptions,
401
- cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void
389
+ cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void,
402
390
  ): void;
403
391
  deleteKxScalingGroup(
404
392
  args: DeleteKxScalingGroupCommandInput,
405
- options?: __HttpHandlerOptions
393
+ options?: __HttpHandlerOptions,
406
394
  ): Promise<DeleteKxScalingGroupCommandOutput>;
407
395
  deleteKxScalingGroup(
408
396
  args: DeleteKxScalingGroupCommandInput,
409
- cb: (err: any, data?: DeleteKxScalingGroupCommandOutput) => void
397
+ cb: (err: any, data?: DeleteKxScalingGroupCommandOutput) => void,
410
398
  ): void;
411
399
  deleteKxScalingGroup(
412
400
  args: DeleteKxScalingGroupCommandInput,
413
401
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: DeleteKxScalingGroupCommandOutput) => void
402
+ cb: (err: any, data?: DeleteKxScalingGroupCommandOutput) => void,
415
403
  ): void;
416
404
  deleteKxUser(
417
405
  args: DeleteKxUserCommandInput,
418
- options?: __HttpHandlerOptions
406
+ options?: __HttpHandlerOptions,
419
407
  ): Promise<DeleteKxUserCommandOutput>;
420
408
  deleteKxUser(
421
409
  args: DeleteKxUserCommandInput,
422
- cb: (err: any, data?: DeleteKxUserCommandOutput) => void
410
+ cb: (err: any, data?: DeleteKxUserCommandOutput) => void,
423
411
  ): void;
424
412
  deleteKxUser(
425
413
  args: DeleteKxUserCommandInput,
426
414
  options: __HttpHandlerOptions,
427
- cb: (err: any, data?: DeleteKxUserCommandOutput) => void
415
+ cb: (err: any, data?: DeleteKxUserCommandOutput) => void,
428
416
  ): void;
429
417
  deleteKxVolume(
430
418
  args: DeleteKxVolumeCommandInput,
431
- options?: __HttpHandlerOptions
419
+ options?: __HttpHandlerOptions,
432
420
  ): Promise<DeleteKxVolumeCommandOutput>;
433
421
  deleteKxVolume(
434
422
  args: DeleteKxVolumeCommandInput,
435
- cb: (err: any, data?: DeleteKxVolumeCommandOutput) => void
423
+ cb: (err: any, data?: DeleteKxVolumeCommandOutput) => void,
436
424
  ): void;
437
425
  deleteKxVolume(
438
426
  args: DeleteKxVolumeCommandInput,
439
427
  options: __HttpHandlerOptions,
440
- cb: (err: any, data?: DeleteKxVolumeCommandOutput) => void
428
+ cb: (err: any, data?: DeleteKxVolumeCommandOutput) => void,
441
429
  ): void;
442
430
  getEnvironment(
443
431
  args: GetEnvironmentCommandInput,
444
- options?: __HttpHandlerOptions
432
+ options?: __HttpHandlerOptions,
445
433
  ): Promise<GetEnvironmentCommandOutput>;
446
434
  getEnvironment(
447
435
  args: GetEnvironmentCommandInput,
448
- cb: (err: any, data?: GetEnvironmentCommandOutput) => void
436
+ cb: (err: any, data?: GetEnvironmentCommandOutput) => void,
449
437
  ): void;
450
438
  getEnvironment(
451
439
  args: GetEnvironmentCommandInput,
452
440
  options: __HttpHandlerOptions,
453
- cb: (err: any, data?: GetEnvironmentCommandOutput) => void
441
+ cb: (err: any, data?: GetEnvironmentCommandOutput) => void,
454
442
  ): void;
455
443
  getKxChangeset(
456
444
  args: GetKxChangesetCommandInput,
457
- options?: __HttpHandlerOptions
445
+ options?: __HttpHandlerOptions,
458
446
  ): Promise<GetKxChangesetCommandOutput>;
459
447
  getKxChangeset(
460
448
  args: GetKxChangesetCommandInput,
461
- cb: (err: any, data?: GetKxChangesetCommandOutput) => void
449
+ cb: (err: any, data?: GetKxChangesetCommandOutput) => void,
462
450
  ): void;
463
451
  getKxChangeset(
464
452
  args: GetKxChangesetCommandInput,
465
453
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: GetKxChangesetCommandOutput) => void
454
+ cb: (err: any, data?: GetKxChangesetCommandOutput) => void,
467
455
  ): void;
468
456
  getKxCluster(
469
457
  args: GetKxClusterCommandInput,
470
- options?: __HttpHandlerOptions
458
+ options?: __HttpHandlerOptions,
471
459
  ): Promise<GetKxClusterCommandOutput>;
472
460
  getKxCluster(
473
461
  args: GetKxClusterCommandInput,
474
- cb: (err: any, data?: GetKxClusterCommandOutput) => void
462
+ cb: (err: any, data?: GetKxClusterCommandOutput) => void,
475
463
  ): void;
476
464
  getKxCluster(
477
465
  args: GetKxClusterCommandInput,
478
466
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: GetKxClusterCommandOutput) => void
467
+ cb: (err: any, data?: GetKxClusterCommandOutput) => void,
480
468
  ): void;
481
469
  getKxConnectionString(
482
470
  args: GetKxConnectionStringCommandInput,
483
- options?: __HttpHandlerOptions
471
+ options?: __HttpHandlerOptions,
484
472
  ): Promise<GetKxConnectionStringCommandOutput>;
485
473
  getKxConnectionString(
486
474
  args: GetKxConnectionStringCommandInput,
487
- cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void
475
+ cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void,
488
476
  ): void;
489
477
  getKxConnectionString(
490
478
  args: GetKxConnectionStringCommandInput,
491
479
  options: __HttpHandlerOptions,
492
- cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void
480
+ cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void,
493
481
  ): void;
494
482
  getKxDatabase(
495
483
  args: GetKxDatabaseCommandInput,
496
- options?: __HttpHandlerOptions
484
+ options?: __HttpHandlerOptions,
497
485
  ): Promise<GetKxDatabaseCommandOutput>;
498
486
  getKxDatabase(
499
487
  args: GetKxDatabaseCommandInput,
500
- cb: (err: any, data?: GetKxDatabaseCommandOutput) => void
488
+ cb: (err: any, data?: GetKxDatabaseCommandOutput) => void,
501
489
  ): void;
502
490
  getKxDatabase(
503
491
  args: GetKxDatabaseCommandInput,
504
492
  options: __HttpHandlerOptions,
505
- cb: (err: any, data?: GetKxDatabaseCommandOutput) => void
493
+ cb: (err: any, data?: GetKxDatabaseCommandOutput) => void,
506
494
  ): void;
507
495
  getKxDataview(
508
496
  args: GetKxDataviewCommandInput,
509
- options?: __HttpHandlerOptions
497
+ options?: __HttpHandlerOptions,
510
498
  ): Promise<GetKxDataviewCommandOutput>;
511
499
  getKxDataview(
512
500
  args: GetKxDataviewCommandInput,
513
- cb: (err: any, data?: GetKxDataviewCommandOutput) => void
501
+ cb: (err: any, data?: GetKxDataviewCommandOutput) => void,
514
502
  ): void;
515
503
  getKxDataview(
516
504
  args: GetKxDataviewCommandInput,
517
505
  options: __HttpHandlerOptions,
518
- cb: (err: any, data?: GetKxDataviewCommandOutput) => void
506
+ cb: (err: any, data?: GetKxDataviewCommandOutput) => void,
519
507
  ): void;
520
508
  getKxEnvironment(
521
509
  args: GetKxEnvironmentCommandInput,
522
- options?: __HttpHandlerOptions
510
+ options?: __HttpHandlerOptions,
523
511
  ): Promise<GetKxEnvironmentCommandOutput>;
524
512
  getKxEnvironment(
525
513
  args: GetKxEnvironmentCommandInput,
526
- cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void
514
+ cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void,
527
515
  ): void;
528
516
  getKxEnvironment(
529
517
  args: GetKxEnvironmentCommandInput,
530
518
  options: __HttpHandlerOptions,
531
- cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void
519
+ cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void,
532
520
  ): void;
533
521
  getKxScalingGroup(
534
522
  args: GetKxScalingGroupCommandInput,
535
- options?: __HttpHandlerOptions
523
+ options?: __HttpHandlerOptions,
536
524
  ): Promise<GetKxScalingGroupCommandOutput>;
537
525
  getKxScalingGroup(
538
526
  args: GetKxScalingGroupCommandInput,
539
- cb: (err: any, data?: GetKxScalingGroupCommandOutput) => void
527
+ cb: (err: any, data?: GetKxScalingGroupCommandOutput) => void,
540
528
  ): void;
541
529
  getKxScalingGroup(
542
530
  args: GetKxScalingGroupCommandInput,
543
531
  options: __HttpHandlerOptions,
544
- cb: (err: any, data?: GetKxScalingGroupCommandOutput) => void
532
+ cb: (err: any, data?: GetKxScalingGroupCommandOutput) => void,
545
533
  ): void;
546
534
  getKxUser(
547
535
  args: GetKxUserCommandInput,
548
- options?: __HttpHandlerOptions
536
+ options?: __HttpHandlerOptions,
549
537
  ): Promise<GetKxUserCommandOutput>;
550
538
  getKxUser(
551
539
  args: GetKxUserCommandInput,
552
- cb: (err: any, data?: GetKxUserCommandOutput) => void
540
+ cb: (err: any, data?: GetKxUserCommandOutput) => void,
553
541
  ): void;
554
542
  getKxUser(
555
543
  args: GetKxUserCommandInput,
556
544
  options: __HttpHandlerOptions,
557
- cb: (err: any, data?: GetKxUserCommandOutput) => void
545
+ cb: (err: any, data?: GetKxUserCommandOutput) => void,
558
546
  ): void;
559
547
  getKxVolume(
560
548
  args: GetKxVolumeCommandInput,
561
- options?: __HttpHandlerOptions
549
+ options?: __HttpHandlerOptions,
562
550
  ): Promise<GetKxVolumeCommandOutput>;
563
551
  getKxVolume(
564
552
  args: GetKxVolumeCommandInput,
565
- cb: (err: any, data?: GetKxVolumeCommandOutput) => void
553
+ cb: (err: any, data?: GetKxVolumeCommandOutput) => void,
566
554
  ): void;
567
555
  getKxVolume(
568
556
  args: GetKxVolumeCommandInput,
569
557
  options: __HttpHandlerOptions,
570
- cb: (err: any, data?: GetKxVolumeCommandOutput) => void
558
+ cb: (err: any, data?: GetKxVolumeCommandOutput) => void,
571
559
  ): void;
572
560
  listEnvironments(): Promise<ListEnvironmentsCommandOutput>;
573
561
  listEnvironments(
574
562
  args: ListEnvironmentsCommandInput,
575
- options?: __HttpHandlerOptions
563
+ options?: __HttpHandlerOptions,
576
564
  ): Promise<ListEnvironmentsCommandOutput>;
577
565
  listEnvironments(
578
566
  args: ListEnvironmentsCommandInput,
579
- cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
567
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void,
580
568
  ): void;
581
569
  listEnvironments(
582
570
  args: ListEnvironmentsCommandInput,
583
571
  options: __HttpHandlerOptions,
584
- cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
572
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void,
585
573
  ): void;
586
574
  listKxChangesets(
587
575
  args: ListKxChangesetsCommandInput,
588
- options?: __HttpHandlerOptions
576
+ options?: __HttpHandlerOptions,
589
577
  ): Promise<ListKxChangesetsCommandOutput>;
590
578
  listKxChangesets(
591
579
  args: ListKxChangesetsCommandInput,
592
- cb: (err: any, data?: ListKxChangesetsCommandOutput) => void
580
+ cb: (err: any, data?: ListKxChangesetsCommandOutput) => void,
593
581
  ): void;
594
582
  listKxChangesets(
595
583
  args: ListKxChangesetsCommandInput,
596
584
  options: __HttpHandlerOptions,
597
- cb: (err: any, data?: ListKxChangesetsCommandOutput) => void
585
+ cb: (err: any, data?: ListKxChangesetsCommandOutput) => void,
598
586
  ): void;
599
587
  listKxClusterNodes(
600
588
  args: ListKxClusterNodesCommandInput,
601
- options?: __HttpHandlerOptions
589
+ options?: __HttpHandlerOptions,
602
590
  ): Promise<ListKxClusterNodesCommandOutput>;
603
591
  listKxClusterNodes(
604
592
  args: ListKxClusterNodesCommandInput,
605
- cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void
593
+ cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void,
606
594
  ): void;
607
595
  listKxClusterNodes(
608
596
  args: ListKxClusterNodesCommandInput,
609
597
  options: __HttpHandlerOptions,
610
- cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void
598
+ cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void,
611
599
  ): void;
612
600
  listKxClusters(
613
601
  args: ListKxClustersCommandInput,
614
- options?: __HttpHandlerOptions
602
+ options?: __HttpHandlerOptions,
615
603
  ): Promise<ListKxClustersCommandOutput>;
616
604
  listKxClusters(
617
605
  args: ListKxClustersCommandInput,
618
- cb: (err: any, data?: ListKxClustersCommandOutput) => void
606
+ cb: (err: any, data?: ListKxClustersCommandOutput) => void,
619
607
  ): void;
620
608
  listKxClusters(
621
609
  args: ListKxClustersCommandInput,
622
610
  options: __HttpHandlerOptions,
623
- cb: (err: any, data?: ListKxClustersCommandOutput) => void
611
+ cb: (err: any, data?: ListKxClustersCommandOutput) => void,
624
612
  ): void;
625
613
  listKxDatabases(
626
614
  args: ListKxDatabasesCommandInput,
627
- options?: __HttpHandlerOptions
615
+ options?: __HttpHandlerOptions,
628
616
  ): Promise<ListKxDatabasesCommandOutput>;
629
617
  listKxDatabases(
630
618
  args: ListKxDatabasesCommandInput,
631
- cb: (err: any, data?: ListKxDatabasesCommandOutput) => void
619
+ cb: (err: any, data?: ListKxDatabasesCommandOutput) => void,
632
620
  ): void;
633
621
  listKxDatabases(
634
622
  args: ListKxDatabasesCommandInput,
635
623
  options: __HttpHandlerOptions,
636
- cb: (err: any, data?: ListKxDatabasesCommandOutput) => void
624
+ cb: (err: any, data?: ListKxDatabasesCommandOutput) => void,
637
625
  ): void;
638
626
  listKxDataviews(
639
627
  args: ListKxDataviewsCommandInput,
640
- options?: __HttpHandlerOptions
628
+ options?: __HttpHandlerOptions,
641
629
  ): Promise<ListKxDataviewsCommandOutput>;
642
630
  listKxDataviews(
643
631
  args: ListKxDataviewsCommandInput,
644
- cb: (err: any, data?: ListKxDataviewsCommandOutput) => void
632
+ cb: (err: any, data?: ListKxDataviewsCommandOutput) => void,
645
633
  ): void;
646
634
  listKxDataviews(
647
635
  args: ListKxDataviewsCommandInput,
648
636
  options: __HttpHandlerOptions,
649
- cb: (err: any, data?: ListKxDataviewsCommandOutput) => void
637
+ cb: (err: any, data?: ListKxDataviewsCommandOutput) => void,
650
638
  ): void;
651
639
  listKxEnvironments(): Promise<ListKxEnvironmentsCommandOutput>;
652
640
  listKxEnvironments(
653
641
  args: ListKxEnvironmentsCommandInput,
654
- options?: __HttpHandlerOptions
642
+ options?: __HttpHandlerOptions,
655
643
  ): Promise<ListKxEnvironmentsCommandOutput>;
656
644
  listKxEnvironments(
657
645
  args: ListKxEnvironmentsCommandInput,
658
- cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void
646
+ cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void,
659
647
  ): void;
660
648
  listKxEnvironments(
661
649
  args: ListKxEnvironmentsCommandInput,
662
650
  options: __HttpHandlerOptions,
663
- cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void
651
+ cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void,
664
652
  ): void;
665
653
  listKxScalingGroups(
666
654
  args: ListKxScalingGroupsCommandInput,
667
- options?: __HttpHandlerOptions
655
+ options?: __HttpHandlerOptions,
668
656
  ): Promise<ListKxScalingGroupsCommandOutput>;
669
657
  listKxScalingGroups(
670
658
  args: ListKxScalingGroupsCommandInput,
671
- cb: (err: any, data?: ListKxScalingGroupsCommandOutput) => void
659
+ cb: (err: any, data?: ListKxScalingGroupsCommandOutput) => void,
672
660
  ): void;
673
661
  listKxScalingGroups(
674
662
  args: ListKxScalingGroupsCommandInput,
675
663
  options: __HttpHandlerOptions,
676
- cb: (err: any, data?: ListKxScalingGroupsCommandOutput) => void
664
+ cb: (err: any, data?: ListKxScalingGroupsCommandOutput) => void,
677
665
  ): void;
678
666
  listKxUsers(
679
667
  args: ListKxUsersCommandInput,
680
- options?: __HttpHandlerOptions
668
+ options?: __HttpHandlerOptions,
681
669
  ): Promise<ListKxUsersCommandOutput>;
682
670
  listKxUsers(
683
671
  args: ListKxUsersCommandInput,
684
- cb: (err: any, data?: ListKxUsersCommandOutput) => void
672
+ cb: (err: any, data?: ListKxUsersCommandOutput) => void,
685
673
  ): void;
686
674
  listKxUsers(
687
675
  args: ListKxUsersCommandInput,
688
676
  options: __HttpHandlerOptions,
689
- cb: (err: any, data?: ListKxUsersCommandOutput) => void
677
+ cb: (err: any, data?: ListKxUsersCommandOutput) => void,
690
678
  ): void;
691
679
  listKxVolumes(
692
680
  args: ListKxVolumesCommandInput,
693
- options?: __HttpHandlerOptions
681
+ options?: __HttpHandlerOptions,
694
682
  ): Promise<ListKxVolumesCommandOutput>;
695
683
  listKxVolumes(
696
684
  args: ListKxVolumesCommandInput,
697
- cb: (err: any, data?: ListKxVolumesCommandOutput) => void
685
+ cb: (err: any, data?: ListKxVolumesCommandOutput) => void,
698
686
  ): void;
699
687
  listKxVolumes(
700
688
  args: ListKxVolumesCommandInput,
701
689
  options: __HttpHandlerOptions,
702
- cb: (err: any, data?: ListKxVolumesCommandOutput) => void
690
+ cb: (err: any, data?: ListKxVolumesCommandOutput) => void,
703
691
  ): void;
704
692
  listTagsForResource(
705
693
  args: ListTagsForResourceCommandInput,
706
- options?: __HttpHandlerOptions
694
+ options?: __HttpHandlerOptions,
707
695
  ): Promise<ListTagsForResourceCommandOutput>;
708
696
  listTagsForResource(
709
697
  args: ListTagsForResourceCommandInput,
710
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
698
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
711
699
  ): void;
712
700
  listTagsForResource(
713
701
  args: ListTagsForResourceCommandInput,
714
702
  options: __HttpHandlerOptions,
715
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
703
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
716
704
  ): void;
717
705
  tagResource(
718
706
  args: TagResourceCommandInput,
719
- options?: __HttpHandlerOptions
707
+ options?: __HttpHandlerOptions,
720
708
  ): Promise<TagResourceCommandOutput>;
721
709
  tagResource(
722
710
  args: TagResourceCommandInput,
723
- cb: (err: any, data?: TagResourceCommandOutput) => void
711
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
724
712
  ): void;
725
713
  tagResource(
726
714
  args: TagResourceCommandInput,
727
715
  options: __HttpHandlerOptions,
728
- cb: (err: any, data?: TagResourceCommandOutput) => void
716
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
729
717
  ): void;
730
718
  untagResource(
731
719
  args: UntagResourceCommandInput,
732
- options?: __HttpHandlerOptions
720
+ options?: __HttpHandlerOptions,
733
721
  ): Promise<UntagResourceCommandOutput>;
734
722
  untagResource(
735
723
  args: UntagResourceCommandInput,
736
- cb: (err: any, data?: UntagResourceCommandOutput) => void
724
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
737
725
  ): void;
738
726
  untagResource(
739
727
  args: UntagResourceCommandInput,
740
728
  options: __HttpHandlerOptions,
741
- cb: (err: any, data?: UntagResourceCommandOutput) => void
729
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
742
730
  ): void;
743
731
  updateEnvironment(
744
732
  args: UpdateEnvironmentCommandInput,
745
- options?: __HttpHandlerOptions
733
+ options?: __HttpHandlerOptions,
746
734
  ): Promise<UpdateEnvironmentCommandOutput>;
747
735
  updateEnvironment(
748
736
  args: UpdateEnvironmentCommandInput,
749
- cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
737
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
750
738
  ): void;
751
739
  updateEnvironment(
752
740
  args: UpdateEnvironmentCommandInput,
753
741
  options: __HttpHandlerOptions,
754
- cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
742
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
755
743
  ): void;
756
744
  updateKxClusterCodeConfiguration(
757
745
  args: UpdateKxClusterCodeConfigurationCommandInput,
758
- options?: __HttpHandlerOptions
746
+ options?: __HttpHandlerOptions,
759
747
  ): Promise<UpdateKxClusterCodeConfigurationCommandOutput>;
760
748
  updateKxClusterCodeConfiguration(
761
749
  args: UpdateKxClusterCodeConfigurationCommandInput,
762
- cb: (err: any, data?: UpdateKxClusterCodeConfigurationCommandOutput) => void
750
+ cb: (err: any, data?: UpdateKxClusterCodeConfigurationCommandOutput) => void,
763
751
  ): void;
764
752
  updateKxClusterCodeConfiguration(
765
753
  args: UpdateKxClusterCodeConfigurationCommandInput,
766
754
  options: __HttpHandlerOptions,
767
- cb: (err: any, data?: UpdateKxClusterCodeConfigurationCommandOutput) => void
755
+ cb: (err: any, data?: UpdateKxClusterCodeConfigurationCommandOutput) => void,
768
756
  ): void;
769
757
  updateKxClusterDatabases(
770
758
  args: UpdateKxClusterDatabasesCommandInput,
771
- options?: __HttpHandlerOptions
759
+ options?: __HttpHandlerOptions,
772
760
  ): Promise<UpdateKxClusterDatabasesCommandOutput>;
773
761
  updateKxClusterDatabases(
774
762
  args: UpdateKxClusterDatabasesCommandInput,
775
- cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void
763
+ cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void,
776
764
  ): void;
777
765
  updateKxClusterDatabases(
778
766
  args: UpdateKxClusterDatabasesCommandInput,
779
767
  options: __HttpHandlerOptions,
780
- cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void
768
+ cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void,
781
769
  ): void;
782
770
  updateKxDatabase(
783
771
  args: UpdateKxDatabaseCommandInput,
784
- options?: __HttpHandlerOptions
772
+ options?: __HttpHandlerOptions,
785
773
  ): Promise<UpdateKxDatabaseCommandOutput>;
786
774
  updateKxDatabase(
787
775
  args: UpdateKxDatabaseCommandInput,
788
- cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void
776
+ cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void,
789
777
  ): void;
790
778
  updateKxDatabase(
791
779
  args: UpdateKxDatabaseCommandInput,
792
780
  options: __HttpHandlerOptions,
793
- cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void
781
+ cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void,
794
782
  ): void;
795
783
  updateKxDataview(
796
784
  args: UpdateKxDataviewCommandInput,
797
- options?: __HttpHandlerOptions
785
+ options?: __HttpHandlerOptions,
798
786
  ): Promise<UpdateKxDataviewCommandOutput>;
799
787
  updateKxDataview(
800
788
  args: UpdateKxDataviewCommandInput,
801
- cb: (err: any, data?: UpdateKxDataviewCommandOutput) => void
789
+ cb: (err: any, data?: UpdateKxDataviewCommandOutput) => void,
802
790
  ): void;
803
791
  updateKxDataview(
804
792
  args: UpdateKxDataviewCommandInput,
805
793
  options: __HttpHandlerOptions,
806
- cb: (err: any, data?: UpdateKxDataviewCommandOutput) => void
794
+ cb: (err: any, data?: UpdateKxDataviewCommandOutput) => void,
807
795
  ): void;
808
796
  updateKxEnvironment(
809
797
  args: UpdateKxEnvironmentCommandInput,
810
- options?: __HttpHandlerOptions
798
+ options?: __HttpHandlerOptions,
811
799
  ): Promise<UpdateKxEnvironmentCommandOutput>;
812
800
  updateKxEnvironment(
813
801
  args: UpdateKxEnvironmentCommandInput,
814
- cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void
802
+ cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void,
815
803
  ): void;
816
804
  updateKxEnvironment(
817
805
  args: UpdateKxEnvironmentCommandInput,
818
806
  options: __HttpHandlerOptions,
819
- cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void
807
+ cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void,
820
808
  ): void;
821
809
  updateKxEnvironmentNetwork(
822
810
  args: UpdateKxEnvironmentNetworkCommandInput,
823
- options?: __HttpHandlerOptions
811
+ options?: __HttpHandlerOptions,
824
812
  ): Promise<UpdateKxEnvironmentNetworkCommandOutput>;
825
813
  updateKxEnvironmentNetwork(
826
814
  args: UpdateKxEnvironmentNetworkCommandInput,
827
- cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void
815
+ cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void,
828
816
  ): void;
829
817
  updateKxEnvironmentNetwork(
830
818
  args: UpdateKxEnvironmentNetworkCommandInput,
831
819
  options: __HttpHandlerOptions,
832
- cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void
820
+ cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void,
833
821
  ): void;
834
822
  updateKxUser(
835
823
  args: UpdateKxUserCommandInput,
836
- options?: __HttpHandlerOptions
824
+ options?: __HttpHandlerOptions,
837
825
  ): Promise<UpdateKxUserCommandOutput>;
838
826
  updateKxUser(
839
827
  args: UpdateKxUserCommandInput,
840
- cb: (err: any, data?: UpdateKxUserCommandOutput) => void
828
+ cb: (err: any, data?: UpdateKxUserCommandOutput) => void,
841
829
  ): void;
842
830
  updateKxUser(
843
831
  args: UpdateKxUserCommandInput,
844
832
  options: __HttpHandlerOptions,
845
- cb: (err: any, data?: UpdateKxUserCommandOutput) => void
833
+ cb: (err: any, data?: UpdateKxUserCommandOutput) => void,
846
834
  ): void;
847
835
  updateKxVolume(
848
836
  args: UpdateKxVolumeCommandInput,
849
- options?: __HttpHandlerOptions
837
+ options?: __HttpHandlerOptions,
850
838
  ): Promise<UpdateKxVolumeCommandOutput>;
851
839
  updateKxVolume(
852
840
  args: UpdateKxVolumeCommandInput,
853
- cb: (err: any, data?: UpdateKxVolumeCommandOutput) => void
841
+ cb: (err: any, data?: UpdateKxVolumeCommandOutput) => void,
854
842
  ): void;
855
843
  updateKxVolume(
856
844
  args: UpdateKxVolumeCommandInput,
857
845
  options: __HttpHandlerOptions,
858
- cb: (err: any, data?: UpdateKxVolumeCommandOutput) => void
846
+ cb: (err: any, data?: UpdateKxVolumeCommandOutput) => void,
859
847
  ): void;
860
848
  paginateListKxChangesets(
861
849
  args: ListKxChangesetsCommandInput,
862
850
  paginationConfig?: Pick<
863
851
  PaginationConfiguration,
864
852
  Exclude<keyof PaginationConfiguration, "client">
865
- >
853
+ >,
866
854
  ): Paginator<ListKxChangesetsCommandOutput>;
867
855
  paginateListKxClusterNodes(
868
856
  args: ListKxClusterNodesCommandInput,
869
857
  paginationConfig?: Pick<
870
858
  PaginationConfiguration,
871
859
  Exclude<keyof PaginationConfiguration, "client">
872
- >
860
+ >,
873
861
  ): Paginator<ListKxClusterNodesCommandOutput>;
874
862
  paginateListKxDatabases(
875
863
  args: ListKxDatabasesCommandInput,
876
864
  paginationConfig?: Pick<
877
865
  PaginationConfiguration,
878
866
  Exclude<keyof PaginationConfiguration, "client">
879
- >
867
+ >,
880
868
  ): Paginator<ListKxDatabasesCommandOutput>;
881
869
  paginateListKxDataviews(
882
870
  args: ListKxDataviewsCommandInput,
883
871
  paginationConfig?: Pick<
884
872
  PaginationConfiguration,
885
873
  Exclude<keyof PaginationConfiguration, "client">
886
- >
874
+ >,
887
875
  ): Paginator<ListKxDataviewsCommandOutput>;
888
876
  paginateListKxEnvironments(
889
877
  args?: ListKxEnvironmentsCommandInput,
890
878
  paginationConfig?: Pick<
891
879
  PaginationConfiguration,
892
880
  Exclude<keyof PaginationConfiguration, "client">
893
- >
881
+ >,
894
882
  ): Paginator<ListKxEnvironmentsCommandOutput>;
895
883
  paginateListKxScalingGroups(
896
884
  args: ListKxScalingGroupsCommandInput,
897
885
  paginationConfig?: Pick<
898
886
  PaginationConfiguration,
899
887
  Exclude<keyof PaginationConfiguration, "client">
900
- >
888
+ >,
901
889
  ): Paginator<ListKxScalingGroupsCommandOutput>;
902
890
  }
903
891
  export declare class Finspace extends FinspaceClient implements Finspace {}