@aws-sdk/client-omics 3.306.0 → 3.310.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 (141) hide show
  1. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +2 -2
  2. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +2 -2
  3. package/dist-cjs/commands/CancelRunCommand.js +2 -2
  4. package/dist-cjs/commands/CancelVariantImportJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +2 -2
  6. package/dist-cjs/commands/CreateReferenceStoreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRunGroupCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSequenceStoreCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVariantStoreCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteReferenceCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteRunCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRunGroupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteVariantStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  19. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetAnnotationStoreCommand.js +2 -2
  21. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +2 -2
  22. package/dist-cjs/commands/GetReadSetCommand.js +2 -2
  23. package/dist-cjs/commands/GetReadSetExportJobCommand.js +2 -2
  24. package/dist-cjs/commands/GetReadSetImportJobCommand.js +2 -2
  25. package/dist-cjs/commands/GetReadSetMetadataCommand.js +2 -2
  26. package/dist-cjs/commands/GetReferenceCommand.js +2 -2
  27. package/dist-cjs/commands/GetReferenceImportJobCommand.js +2 -2
  28. package/dist-cjs/commands/GetReferenceMetadataCommand.js +2 -2
  29. package/dist-cjs/commands/GetReferenceStoreCommand.js +2 -2
  30. package/dist-cjs/commands/GetRunCommand.js +2 -2
  31. package/dist-cjs/commands/GetRunGroupCommand.js +2 -2
  32. package/dist-cjs/commands/GetRunTaskCommand.js +2 -2
  33. package/dist-cjs/commands/GetSequenceStoreCommand.js +2 -2
  34. package/dist-cjs/commands/GetVariantImportJobCommand.js +2 -2
  35. package/dist-cjs/commands/GetVariantStoreCommand.js +2 -2
  36. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  37. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListAnnotationStoresCommand.js +2 -2
  39. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +2 -2
  40. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +2 -2
  41. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +2 -2
  42. package/dist-cjs/commands/ListReadSetsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListReferenceStoresCommand.js +2 -2
  45. package/dist-cjs/commands/ListReferencesCommand.js +2 -2
  46. package/dist-cjs/commands/ListRunGroupsCommand.js +2 -2
  47. package/dist-cjs/commands/ListRunTasksCommand.js +2 -2
  48. package/dist-cjs/commands/ListRunsCommand.js +2 -2
  49. package/dist-cjs/commands/ListSequenceStoresCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/ListVariantImportJobsCommand.js +2 -2
  52. package/dist-cjs/commands/ListVariantStoresCommand.js +2 -2
  53. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  54. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +2 -2
  55. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartReadSetExportJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartReadSetImportJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartReferenceImportJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartRunCommand.js +2 -2
  60. package/dist-cjs/commands/StartVariantImportJobCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRunGroupCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateVariantStoreCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
  67. package/dist-cjs/models/models_0.js +0 -2
  68. package/dist-cjs/protocols/Aws_restJson1.js +1109 -1131
  69. package/dist-es/commands/BatchDeleteReadSetCommand.js +3 -3
  70. package/dist-es/commands/CancelAnnotationImportJobCommand.js +3 -3
  71. package/dist-es/commands/CancelRunCommand.js +3 -3
  72. package/dist-es/commands/CancelVariantImportJobCommand.js +3 -3
  73. package/dist-es/commands/CreateAnnotationStoreCommand.js +3 -3
  74. package/dist-es/commands/CreateReferenceStoreCommand.js +3 -3
  75. package/dist-es/commands/CreateRunGroupCommand.js +3 -3
  76. package/dist-es/commands/CreateSequenceStoreCommand.js +3 -3
  77. package/dist-es/commands/CreateVariantStoreCommand.js +3 -3
  78. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  79. package/dist-es/commands/DeleteAnnotationStoreCommand.js +3 -3
  80. package/dist-es/commands/DeleteReferenceCommand.js +3 -3
  81. package/dist-es/commands/DeleteReferenceStoreCommand.js +3 -3
  82. package/dist-es/commands/DeleteRunCommand.js +3 -3
  83. package/dist-es/commands/DeleteRunGroupCommand.js +3 -3
  84. package/dist-es/commands/DeleteSequenceStoreCommand.js +3 -3
  85. package/dist-es/commands/DeleteVariantStoreCommand.js +3 -3
  86. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  87. package/dist-es/commands/GetAnnotationImportJobCommand.js +3 -3
  88. package/dist-es/commands/GetAnnotationStoreCommand.js +3 -3
  89. package/dist-es/commands/GetReadSetActivationJobCommand.js +3 -3
  90. package/dist-es/commands/GetReadSetCommand.js +3 -3
  91. package/dist-es/commands/GetReadSetExportJobCommand.js +3 -3
  92. package/dist-es/commands/GetReadSetImportJobCommand.js +3 -3
  93. package/dist-es/commands/GetReadSetMetadataCommand.js +3 -3
  94. package/dist-es/commands/GetReferenceCommand.js +3 -3
  95. package/dist-es/commands/GetReferenceImportJobCommand.js +3 -3
  96. package/dist-es/commands/GetReferenceMetadataCommand.js +3 -3
  97. package/dist-es/commands/GetReferenceStoreCommand.js +3 -3
  98. package/dist-es/commands/GetRunCommand.js +3 -3
  99. package/dist-es/commands/GetRunGroupCommand.js +3 -3
  100. package/dist-es/commands/GetRunTaskCommand.js +3 -3
  101. package/dist-es/commands/GetSequenceStoreCommand.js +3 -3
  102. package/dist-es/commands/GetVariantImportJobCommand.js +3 -3
  103. package/dist-es/commands/GetVariantStoreCommand.js +3 -3
  104. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  105. package/dist-es/commands/ListAnnotationImportJobsCommand.js +3 -3
  106. package/dist-es/commands/ListAnnotationStoresCommand.js +3 -3
  107. package/dist-es/commands/ListReadSetActivationJobsCommand.js +3 -3
  108. package/dist-es/commands/ListReadSetExportJobsCommand.js +3 -3
  109. package/dist-es/commands/ListReadSetImportJobsCommand.js +3 -3
  110. package/dist-es/commands/ListReadSetsCommand.js +3 -3
  111. package/dist-es/commands/ListReferenceImportJobsCommand.js +3 -3
  112. package/dist-es/commands/ListReferenceStoresCommand.js +3 -3
  113. package/dist-es/commands/ListReferencesCommand.js +3 -3
  114. package/dist-es/commands/ListRunGroupsCommand.js +3 -3
  115. package/dist-es/commands/ListRunTasksCommand.js +3 -3
  116. package/dist-es/commands/ListRunsCommand.js +3 -3
  117. package/dist-es/commands/ListSequenceStoresCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ListVariantImportJobsCommand.js +3 -3
  120. package/dist-es/commands/ListVariantStoresCommand.js +3 -3
  121. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  122. package/dist-es/commands/StartAnnotationImportJobCommand.js +3 -3
  123. package/dist-es/commands/StartReadSetActivationJobCommand.js +3 -3
  124. package/dist-es/commands/StartReadSetExportJobCommand.js +3 -3
  125. package/dist-es/commands/StartReadSetImportJobCommand.js +3 -3
  126. package/dist-es/commands/StartReferenceImportJobCommand.js +3 -3
  127. package/dist-es/commands/StartRunCommand.js +3 -3
  128. package/dist-es/commands/StartVariantImportJobCommand.js +3 -3
  129. package/dist-es/commands/TagResourceCommand.js +3 -3
  130. package/dist-es/commands/UntagResourceCommand.js +3 -3
  131. package/dist-es/commands/UpdateAnnotationStoreCommand.js +3 -3
  132. package/dist-es/commands/UpdateRunGroupCommand.js +3 -3
  133. package/dist-es/commands/UpdateVariantStoreCommand.js +3 -3
  134. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  135. package/dist-es/models/models_0.js +0 -2
  136. package/dist-es/protocols/Aws_restJson1.js +974 -996
  137. package/dist-types/models/models_0.d.ts +0 -2
  138. package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
  139. package/dist-types/ts3.4/models/models_0.d.ts +0 -2
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
  141. package/package.json +38 -38
@@ -270,531 +270,531 @@ import {
270
270
  UpdateWorkflowCommandInput,
271
271
  UpdateWorkflowCommandOutput,
272
272
  } from "../commands/UpdateWorkflowCommand";
273
- export declare const serializeAws_restJson1BatchDeleteReadSetCommand: (
273
+ export declare const se_BatchDeleteReadSetCommand: (
274
274
  input: BatchDeleteReadSetCommandInput,
275
275
  context: __SerdeContext
276
276
  ) => Promise<__HttpRequest>;
277
- export declare const serializeAws_restJson1CancelAnnotationImportJobCommand: (
277
+ export declare const se_CancelAnnotationImportJobCommand: (
278
278
  input: CancelAnnotationImportJobCommandInput,
279
279
  context: __SerdeContext
280
280
  ) => Promise<__HttpRequest>;
281
- export declare const serializeAws_restJson1CancelRunCommand: (
281
+ export declare const se_CancelRunCommand: (
282
282
  input: CancelRunCommandInput,
283
283
  context: __SerdeContext
284
284
  ) => Promise<__HttpRequest>;
285
- export declare const serializeAws_restJson1CancelVariantImportJobCommand: (
285
+ export declare const se_CancelVariantImportJobCommand: (
286
286
  input: CancelVariantImportJobCommandInput,
287
287
  context: __SerdeContext
288
288
  ) => Promise<__HttpRequest>;
289
- export declare const serializeAws_restJson1CreateAnnotationStoreCommand: (
289
+ export declare const se_CreateAnnotationStoreCommand: (
290
290
  input: CreateAnnotationStoreCommandInput,
291
291
  context: __SerdeContext
292
292
  ) => Promise<__HttpRequest>;
293
- export declare const serializeAws_restJson1CreateReferenceStoreCommand: (
293
+ export declare const se_CreateReferenceStoreCommand: (
294
294
  input: CreateReferenceStoreCommandInput,
295
295
  context: __SerdeContext
296
296
  ) => Promise<__HttpRequest>;
297
- export declare const serializeAws_restJson1CreateRunGroupCommand: (
297
+ export declare const se_CreateRunGroupCommand: (
298
298
  input: CreateRunGroupCommandInput,
299
299
  context: __SerdeContext
300
300
  ) => Promise<__HttpRequest>;
301
- export declare const serializeAws_restJson1CreateSequenceStoreCommand: (
301
+ export declare const se_CreateSequenceStoreCommand: (
302
302
  input: CreateSequenceStoreCommandInput,
303
303
  context: __SerdeContext
304
304
  ) => Promise<__HttpRequest>;
305
- export declare const serializeAws_restJson1CreateVariantStoreCommand: (
305
+ export declare const se_CreateVariantStoreCommand: (
306
306
  input: CreateVariantStoreCommandInput,
307
307
  context: __SerdeContext
308
308
  ) => Promise<__HttpRequest>;
309
- export declare const serializeAws_restJson1CreateWorkflowCommand: (
309
+ export declare const se_CreateWorkflowCommand: (
310
310
  input: CreateWorkflowCommandInput,
311
311
  context: __SerdeContext
312
312
  ) => Promise<__HttpRequest>;
313
- export declare const serializeAws_restJson1DeleteAnnotationStoreCommand: (
313
+ export declare const se_DeleteAnnotationStoreCommand: (
314
314
  input: DeleteAnnotationStoreCommandInput,
315
315
  context: __SerdeContext
316
316
  ) => Promise<__HttpRequest>;
317
- export declare const serializeAws_restJson1DeleteReferenceCommand: (
317
+ export declare const se_DeleteReferenceCommand: (
318
318
  input: DeleteReferenceCommandInput,
319
319
  context: __SerdeContext
320
320
  ) => Promise<__HttpRequest>;
321
- export declare const serializeAws_restJson1DeleteReferenceStoreCommand: (
321
+ export declare const se_DeleteReferenceStoreCommand: (
322
322
  input: DeleteReferenceStoreCommandInput,
323
323
  context: __SerdeContext
324
324
  ) => Promise<__HttpRequest>;
325
- export declare const serializeAws_restJson1DeleteRunCommand: (
325
+ export declare const se_DeleteRunCommand: (
326
326
  input: DeleteRunCommandInput,
327
327
  context: __SerdeContext
328
328
  ) => Promise<__HttpRequest>;
329
- export declare const serializeAws_restJson1DeleteRunGroupCommand: (
329
+ export declare const se_DeleteRunGroupCommand: (
330
330
  input: DeleteRunGroupCommandInput,
331
331
  context: __SerdeContext
332
332
  ) => Promise<__HttpRequest>;
333
- export declare const serializeAws_restJson1DeleteSequenceStoreCommand: (
333
+ export declare const se_DeleteSequenceStoreCommand: (
334
334
  input: DeleteSequenceStoreCommandInput,
335
335
  context: __SerdeContext
336
336
  ) => Promise<__HttpRequest>;
337
- export declare const serializeAws_restJson1DeleteVariantStoreCommand: (
337
+ export declare const se_DeleteVariantStoreCommand: (
338
338
  input: DeleteVariantStoreCommandInput,
339
339
  context: __SerdeContext
340
340
  ) => Promise<__HttpRequest>;
341
- export declare const serializeAws_restJson1DeleteWorkflowCommand: (
341
+ export declare const se_DeleteWorkflowCommand: (
342
342
  input: DeleteWorkflowCommandInput,
343
343
  context: __SerdeContext
344
344
  ) => Promise<__HttpRequest>;
345
- export declare const serializeAws_restJson1GetAnnotationImportJobCommand: (
345
+ export declare const se_GetAnnotationImportJobCommand: (
346
346
  input: GetAnnotationImportJobCommandInput,
347
347
  context: __SerdeContext
348
348
  ) => Promise<__HttpRequest>;
349
- export declare const serializeAws_restJson1GetAnnotationStoreCommand: (
349
+ export declare const se_GetAnnotationStoreCommand: (
350
350
  input: GetAnnotationStoreCommandInput,
351
351
  context: __SerdeContext
352
352
  ) => Promise<__HttpRequest>;
353
- export declare const serializeAws_restJson1GetReadSetCommand: (
353
+ export declare const se_GetReadSetCommand: (
354
354
  input: GetReadSetCommandInput,
355
355
  context: __SerdeContext
356
356
  ) => Promise<__HttpRequest>;
357
- export declare const serializeAws_restJson1GetReadSetActivationJobCommand: (
357
+ export declare const se_GetReadSetActivationJobCommand: (
358
358
  input: GetReadSetActivationJobCommandInput,
359
359
  context: __SerdeContext
360
360
  ) => Promise<__HttpRequest>;
361
- export declare const serializeAws_restJson1GetReadSetExportJobCommand: (
361
+ export declare const se_GetReadSetExportJobCommand: (
362
362
  input: GetReadSetExportJobCommandInput,
363
363
  context: __SerdeContext
364
364
  ) => Promise<__HttpRequest>;
365
- export declare const serializeAws_restJson1GetReadSetImportJobCommand: (
365
+ export declare const se_GetReadSetImportJobCommand: (
366
366
  input: GetReadSetImportJobCommandInput,
367
367
  context: __SerdeContext
368
368
  ) => Promise<__HttpRequest>;
369
- export declare const serializeAws_restJson1GetReadSetMetadataCommand: (
369
+ export declare const se_GetReadSetMetadataCommand: (
370
370
  input: GetReadSetMetadataCommandInput,
371
371
  context: __SerdeContext
372
372
  ) => Promise<__HttpRequest>;
373
- export declare const serializeAws_restJson1GetReferenceCommand: (
373
+ export declare const se_GetReferenceCommand: (
374
374
  input: GetReferenceCommandInput,
375
375
  context: __SerdeContext
376
376
  ) => Promise<__HttpRequest>;
377
- export declare const serializeAws_restJson1GetReferenceImportJobCommand: (
377
+ export declare const se_GetReferenceImportJobCommand: (
378
378
  input: GetReferenceImportJobCommandInput,
379
379
  context: __SerdeContext
380
380
  ) => Promise<__HttpRequest>;
381
- export declare const serializeAws_restJson1GetReferenceMetadataCommand: (
381
+ export declare const se_GetReferenceMetadataCommand: (
382
382
  input: GetReferenceMetadataCommandInput,
383
383
  context: __SerdeContext
384
384
  ) => Promise<__HttpRequest>;
385
- export declare const serializeAws_restJson1GetReferenceStoreCommand: (
385
+ export declare const se_GetReferenceStoreCommand: (
386
386
  input: GetReferenceStoreCommandInput,
387
387
  context: __SerdeContext
388
388
  ) => Promise<__HttpRequest>;
389
- export declare const serializeAws_restJson1GetRunCommand: (
389
+ export declare const se_GetRunCommand: (
390
390
  input: GetRunCommandInput,
391
391
  context: __SerdeContext
392
392
  ) => Promise<__HttpRequest>;
393
- export declare const serializeAws_restJson1GetRunGroupCommand: (
393
+ export declare const se_GetRunGroupCommand: (
394
394
  input: GetRunGroupCommandInput,
395
395
  context: __SerdeContext
396
396
  ) => Promise<__HttpRequest>;
397
- export declare const serializeAws_restJson1GetRunTaskCommand: (
397
+ export declare const se_GetRunTaskCommand: (
398
398
  input: GetRunTaskCommandInput,
399
399
  context: __SerdeContext
400
400
  ) => Promise<__HttpRequest>;
401
- export declare const serializeAws_restJson1GetSequenceStoreCommand: (
401
+ export declare const se_GetSequenceStoreCommand: (
402
402
  input: GetSequenceStoreCommandInput,
403
403
  context: __SerdeContext
404
404
  ) => Promise<__HttpRequest>;
405
- export declare const serializeAws_restJson1GetVariantImportJobCommand: (
405
+ export declare const se_GetVariantImportJobCommand: (
406
406
  input: GetVariantImportJobCommandInput,
407
407
  context: __SerdeContext
408
408
  ) => Promise<__HttpRequest>;
409
- export declare const serializeAws_restJson1GetVariantStoreCommand: (
409
+ export declare const se_GetVariantStoreCommand: (
410
410
  input: GetVariantStoreCommandInput,
411
411
  context: __SerdeContext
412
412
  ) => Promise<__HttpRequest>;
413
- export declare const serializeAws_restJson1GetWorkflowCommand: (
413
+ export declare const se_GetWorkflowCommand: (
414
414
  input: GetWorkflowCommandInput,
415
415
  context: __SerdeContext
416
416
  ) => Promise<__HttpRequest>;
417
- export declare const serializeAws_restJson1ListAnnotationImportJobsCommand: (
417
+ export declare const se_ListAnnotationImportJobsCommand: (
418
418
  input: ListAnnotationImportJobsCommandInput,
419
419
  context: __SerdeContext
420
420
  ) => Promise<__HttpRequest>;
421
- export declare const serializeAws_restJson1ListAnnotationStoresCommand: (
421
+ export declare const se_ListAnnotationStoresCommand: (
422
422
  input: ListAnnotationStoresCommandInput,
423
423
  context: __SerdeContext
424
424
  ) => Promise<__HttpRequest>;
425
- export declare const serializeAws_restJson1ListReadSetActivationJobsCommand: (
425
+ export declare const se_ListReadSetActivationJobsCommand: (
426
426
  input: ListReadSetActivationJobsCommandInput,
427
427
  context: __SerdeContext
428
428
  ) => Promise<__HttpRequest>;
429
- export declare const serializeAws_restJson1ListReadSetExportJobsCommand: (
429
+ export declare const se_ListReadSetExportJobsCommand: (
430
430
  input: ListReadSetExportJobsCommandInput,
431
431
  context: __SerdeContext
432
432
  ) => Promise<__HttpRequest>;
433
- export declare const serializeAws_restJson1ListReadSetImportJobsCommand: (
433
+ export declare const se_ListReadSetImportJobsCommand: (
434
434
  input: ListReadSetImportJobsCommandInput,
435
435
  context: __SerdeContext
436
436
  ) => Promise<__HttpRequest>;
437
- export declare const serializeAws_restJson1ListReadSetsCommand: (
437
+ export declare const se_ListReadSetsCommand: (
438
438
  input: ListReadSetsCommandInput,
439
439
  context: __SerdeContext
440
440
  ) => Promise<__HttpRequest>;
441
- export declare const serializeAws_restJson1ListReferenceImportJobsCommand: (
441
+ export declare const se_ListReferenceImportJobsCommand: (
442
442
  input: ListReferenceImportJobsCommandInput,
443
443
  context: __SerdeContext
444
444
  ) => Promise<__HttpRequest>;
445
- export declare const serializeAws_restJson1ListReferencesCommand: (
445
+ export declare const se_ListReferencesCommand: (
446
446
  input: ListReferencesCommandInput,
447
447
  context: __SerdeContext
448
448
  ) => Promise<__HttpRequest>;
449
- export declare const serializeAws_restJson1ListReferenceStoresCommand: (
449
+ export declare const se_ListReferenceStoresCommand: (
450
450
  input: ListReferenceStoresCommandInput,
451
451
  context: __SerdeContext
452
452
  ) => Promise<__HttpRequest>;
453
- export declare const serializeAws_restJson1ListRunGroupsCommand: (
453
+ export declare const se_ListRunGroupsCommand: (
454
454
  input: ListRunGroupsCommandInput,
455
455
  context: __SerdeContext
456
456
  ) => Promise<__HttpRequest>;
457
- export declare const serializeAws_restJson1ListRunsCommand: (
457
+ export declare const se_ListRunsCommand: (
458
458
  input: ListRunsCommandInput,
459
459
  context: __SerdeContext
460
460
  ) => Promise<__HttpRequest>;
461
- export declare const serializeAws_restJson1ListRunTasksCommand: (
461
+ export declare const se_ListRunTasksCommand: (
462
462
  input: ListRunTasksCommandInput,
463
463
  context: __SerdeContext
464
464
  ) => Promise<__HttpRequest>;
465
- export declare const serializeAws_restJson1ListSequenceStoresCommand: (
465
+ export declare const se_ListSequenceStoresCommand: (
466
466
  input: ListSequenceStoresCommandInput,
467
467
  context: __SerdeContext
468
468
  ) => Promise<__HttpRequest>;
469
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
469
+ export declare const se_ListTagsForResourceCommand: (
470
470
  input: ListTagsForResourceCommandInput,
471
471
  context: __SerdeContext
472
472
  ) => Promise<__HttpRequest>;
473
- export declare const serializeAws_restJson1ListVariantImportJobsCommand: (
473
+ export declare const se_ListVariantImportJobsCommand: (
474
474
  input: ListVariantImportJobsCommandInput,
475
475
  context: __SerdeContext
476
476
  ) => Promise<__HttpRequest>;
477
- export declare const serializeAws_restJson1ListVariantStoresCommand: (
477
+ export declare const se_ListVariantStoresCommand: (
478
478
  input: ListVariantStoresCommandInput,
479
479
  context: __SerdeContext
480
480
  ) => Promise<__HttpRequest>;
481
- export declare const serializeAws_restJson1ListWorkflowsCommand: (
481
+ export declare const se_ListWorkflowsCommand: (
482
482
  input: ListWorkflowsCommandInput,
483
483
  context: __SerdeContext
484
484
  ) => Promise<__HttpRequest>;
485
- export declare const serializeAws_restJson1StartAnnotationImportJobCommand: (
485
+ export declare const se_StartAnnotationImportJobCommand: (
486
486
  input: StartAnnotationImportJobCommandInput,
487
487
  context: __SerdeContext
488
488
  ) => Promise<__HttpRequest>;
489
- export declare const serializeAws_restJson1StartReadSetActivationJobCommand: (
489
+ export declare const se_StartReadSetActivationJobCommand: (
490
490
  input: StartReadSetActivationJobCommandInput,
491
491
  context: __SerdeContext
492
492
  ) => Promise<__HttpRequest>;
493
- export declare const serializeAws_restJson1StartReadSetExportJobCommand: (
493
+ export declare const se_StartReadSetExportJobCommand: (
494
494
  input: StartReadSetExportJobCommandInput,
495
495
  context: __SerdeContext
496
496
  ) => Promise<__HttpRequest>;
497
- export declare const serializeAws_restJson1StartReadSetImportJobCommand: (
497
+ export declare const se_StartReadSetImportJobCommand: (
498
498
  input: StartReadSetImportJobCommandInput,
499
499
  context: __SerdeContext
500
500
  ) => Promise<__HttpRequest>;
501
- export declare const serializeAws_restJson1StartReferenceImportJobCommand: (
501
+ export declare const se_StartReferenceImportJobCommand: (
502
502
  input: StartReferenceImportJobCommandInput,
503
503
  context: __SerdeContext
504
504
  ) => Promise<__HttpRequest>;
505
- export declare const serializeAws_restJson1StartRunCommand: (
505
+ export declare const se_StartRunCommand: (
506
506
  input: StartRunCommandInput,
507
507
  context: __SerdeContext
508
508
  ) => Promise<__HttpRequest>;
509
- export declare const serializeAws_restJson1StartVariantImportJobCommand: (
509
+ export declare const se_StartVariantImportJobCommand: (
510
510
  input: StartVariantImportJobCommandInput,
511
511
  context: __SerdeContext
512
512
  ) => Promise<__HttpRequest>;
513
- export declare const serializeAws_restJson1TagResourceCommand: (
513
+ export declare const se_TagResourceCommand: (
514
514
  input: TagResourceCommandInput,
515
515
  context: __SerdeContext
516
516
  ) => Promise<__HttpRequest>;
517
- export declare const serializeAws_restJson1UntagResourceCommand: (
517
+ export declare const se_UntagResourceCommand: (
518
518
  input: UntagResourceCommandInput,
519
519
  context: __SerdeContext
520
520
  ) => Promise<__HttpRequest>;
521
- export declare const serializeAws_restJson1UpdateAnnotationStoreCommand: (
521
+ export declare const se_UpdateAnnotationStoreCommand: (
522
522
  input: UpdateAnnotationStoreCommandInput,
523
523
  context: __SerdeContext
524
524
  ) => Promise<__HttpRequest>;
525
- export declare const serializeAws_restJson1UpdateRunGroupCommand: (
525
+ export declare const se_UpdateRunGroupCommand: (
526
526
  input: UpdateRunGroupCommandInput,
527
527
  context: __SerdeContext
528
528
  ) => Promise<__HttpRequest>;
529
- export declare const serializeAws_restJson1UpdateVariantStoreCommand: (
529
+ export declare const se_UpdateVariantStoreCommand: (
530
530
  input: UpdateVariantStoreCommandInput,
531
531
  context: __SerdeContext
532
532
  ) => Promise<__HttpRequest>;
533
- export declare const serializeAws_restJson1UpdateWorkflowCommand: (
533
+ export declare const se_UpdateWorkflowCommand: (
534
534
  input: UpdateWorkflowCommandInput,
535
535
  context: __SerdeContext
536
536
  ) => Promise<__HttpRequest>;
537
- export declare const deserializeAws_restJson1BatchDeleteReadSetCommand: (
537
+ export declare const de_BatchDeleteReadSetCommand: (
538
538
  output: __HttpResponse,
539
539
  context: __SerdeContext
540
540
  ) => Promise<BatchDeleteReadSetCommandOutput>;
541
- export declare const deserializeAws_restJson1CancelAnnotationImportJobCommand: (
541
+ export declare const de_CancelAnnotationImportJobCommand: (
542
542
  output: __HttpResponse,
543
543
  context: __SerdeContext
544
544
  ) => Promise<CancelAnnotationImportJobCommandOutput>;
545
- export declare const deserializeAws_restJson1CancelRunCommand: (
545
+ export declare const de_CancelRunCommand: (
546
546
  output: __HttpResponse,
547
547
  context: __SerdeContext
548
548
  ) => Promise<CancelRunCommandOutput>;
549
- export declare const deserializeAws_restJson1CancelVariantImportJobCommand: (
549
+ export declare const de_CancelVariantImportJobCommand: (
550
550
  output: __HttpResponse,
551
551
  context: __SerdeContext
552
552
  ) => Promise<CancelVariantImportJobCommandOutput>;
553
- export declare const deserializeAws_restJson1CreateAnnotationStoreCommand: (
553
+ export declare const de_CreateAnnotationStoreCommand: (
554
554
  output: __HttpResponse,
555
555
  context: __SerdeContext
556
556
  ) => Promise<CreateAnnotationStoreCommandOutput>;
557
- export declare const deserializeAws_restJson1CreateReferenceStoreCommand: (
557
+ export declare const de_CreateReferenceStoreCommand: (
558
558
  output: __HttpResponse,
559
559
  context: __SerdeContext
560
560
  ) => Promise<CreateReferenceStoreCommandOutput>;
561
- export declare const deserializeAws_restJson1CreateRunGroupCommand: (
561
+ export declare const de_CreateRunGroupCommand: (
562
562
  output: __HttpResponse,
563
563
  context: __SerdeContext
564
564
  ) => Promise<CreateRunGroupCommandOutput>;
565
- export declare const deserializeAws_restJson1CreateSequenceStoreCommand: (
565
+ export declare const de_CreateSequenceStoreCommand: (
566
566
  output: __HttpResponse,
567
567
  context: __SerdeContext
568
568
  ) => Promise<CreateSequenceStoreCommandOutput>;
569
- export declare const deserializeAws_restJson1CreateVariantStoreCommand: (
569
+ export declare const de_CreateVariantStoreCommand: (
570
570
  output: __HttpResponse,
571
571
  context: __SerdeContext
572
572
  ) => Promise<CreateVariantStoreCommandOutput>;
573
- export declare const deserializeAws_restJson1CreateWorkflowCommand: (
573
+ export declare const de_CreateWorkflowCommand: (
574
574
  output: __HttpResponse,
575
575
  context: __SerdeContext
576
576
  ) => Promise<CreateWorkflowCommandOutput>;
577
- export declare const deserializeAws_restJson1DeleteAnnotationStoreCommand: (
577
+ export declare const de_DeleteAnnotationStoreCommand: (
578
578
  output: __HttpResponse,
579
579
  context: __SerdeContext
580
580
  ) => Promise<DeleteAnnotationStoreCommandOutput>;
581
- export declare const deserializeAws_restJson1DeleteReferenceCommand: (
581
+ export declare const de_DeleteReferenceCommand: (
582
582
  output: __HttpResponse,
583
583
  context: __SerdeContext
584
584
  ) => Promise<DeleteReferenceCommandOutput>;
585
- export declare const deserializeAws_restJson1DeleteReferenceStoreCommand: (
585
+ export declare const de_DeleteReferenceStoreCommand: (
586
586
  output: __HttpResponse,
587
587
  context: __SerdeContext
588
588
  ) => Promise<DeleteReferenceStoreCommandOutput>;
589
- export declare const deserializeAws_restJson1DeleteRunCommand: (
589
+ export declare const de_DeleteRunCommand: (
590
590
  output: __HttpResponse,
591
591
  context: __SerdeContext
592
592
  ) => Promise<DeleteRunCommandOutput>;
593
- export declare const deserializeAws_restJson1DeleteRunGroupCommand: (
593
+ export declare const de_DeleteRunGroupCommand: (
594
594
  output: __HttpResponse,
595
595
  context: __SerdeContext
596
596
  ) => Promise<DeleteRunGroupCommandOutput>;
597
- export declare const deserializeAws_restJson1DeleteSequenceStoreCommand: (
597
+ export declare const de_DeleteSequenceStoreCommand: (
598
598
  output: __HttpResponse,
599
599
  context: __SerdeContext
600
600
  ) => Promise<DeleteSequenceStoreCommandOutput>;
601
- export declare const deserializeAws_restJson1DeleteVariantStoreCommand: (
601
+ export declare const de_DeleteVariantStoreCommand: (
602
602
  output: __HttpResponse,
603
603
  context: __SerdeContext
604
604
  ) => Promise<DeleteVariantStoreCommandOutput>;
605
- export declare const deserializeAws_restJson1DeleteWorkflowCommand: (
605
+ export declare const de_DeleteWorkflowCommand: (
606
606
  output: __HttpResponse,
607
607
  context: __SerdeContext
608
608
  ) => Promise<DeleteWorkflowCommandOutput>;
609
- export declare const deserializeAws_restJson1GetAnnotationImportJobCommand: (
609
+ export declare const de_GetAnnotationImportJobCommand: (
610
610
  output: __HttpResponse,
611
611
  context: __SerdeContext
612
612
  ) => Promise<GetAnnotationImportJobCommandOutput>;
613
- export declare const deserializeAws_restJson1GetAnnotationStoreCommand: (
613
+ export declare const de_GetAnnotationStoreCommand: (
614
614
  output: __HttpResponse,
615
615
  context: __SerdeContext
616
616
  ) => Promise<GetAnnotationStoreCommandOutput>;
617
- export declare const deserializeAws_restJson1GetReadSetCommand: (
617
+ export declare const de_GetReadSetCommand: (
618
618
  output: __HttpResponse,
619
619
  context: __SerdeContext & __SdkStreamSerdeContext
620
620
  ) => Promise<GetReadSetCommandOutput>;
621
- export declare const deserializeAws_restJson1GetReadSetActivationJobCommand: (
621
+ export declare const de_GetReadSetActivationJobCommand: (
622
622
  output: __HttpResponse,
623
623
  context: __SerdeContext
624
624
  ) => Promise<GetReadSetActivationJobCommandOutput>;
625
- export declare const deserializeAws_restJson1GetReadSetExportJobCommand: (
625
+ export declare const de_GetReadSetExportJobCommand: (
626
626
  output: __HttpResponse,
627
627
  context: __SerdeContext
628
628
  ) => Promise<GetReadSetExportJobCommandOutput>;
629
- export declare const deserializeAws_restJson1GetReadSetImportJobCommand: (
629
+ export declare const de_GetReadSetImportJobCommand: (
630
630
  output: __HttpResponse,
631
631
  context: __SerdeContext
632
632
  ) => Promise<GetReadSetImportJobCommandOutput>;
633
- export declare const deserializeAws_restJson1GetReadSetMetadataCommand: (
633
+ export declare const de_GetReadSetMetadataCommand: (
634
634
  output: __HttpResponse,
635
635
  context: __SerdeContext
636
636
  ) => Promise<GetReadSetMetadataCommandOutput>;
637
- export declare const deserializeAws_restJson1GetReferenceCommand: (
637
+ export declare const de_GetReferenceCommand: (
638
638
  output: __HttpResponse,
639
639
  context: __SerdeContext & __SdkStreamSerdeContext
640
640
  ) => Promise<GetReferenceCommandOutput>;
641
- export declare const deserializeAws_restJson1GetReferenceImportJobCommand: (
641
+ export declare const de_GetReferenceImportJobCommand: (
642
642
  output: __HttpResponse,
643
643
  context: __SerdeContext
644
644
  ) => Promise<GetReferenceImportJobCommandOutput>;
645
- export declare const deserializeAws_restJson1GetReferenceMetadataCommand: (
645
+ export declare const de_GetReferenceMetadataCommand: (
646
646
  output: __HttpResponse,
647
647
  context: __SerdeContext
648
648
  ) => Promise<GetReferenceMetadataCommandOutput>;
649
- export declare const deserializeAws_restJson1GetReferenceStoreCommand: (
649
+ export declare const de_GetReferenceStoreCommand: (
650
650
  output: __HttpResponse,
651
651
  context: __SerdeContext
652
652
  ) => Promise<GetReferenceStoreCommandOutput>;
653
- export declare const deserializeAws_restJson1GetRunCommand: (
653
+ export declare const de_GetRunCommand: (
654
654
  output: __HttpResponse,
655
655
  context: __SerdeContext
656
656
  ) => Promise<GetRunCommandOutput>;
657
- export declare const deserializeAws_restJson1GetRunGroupCommand: (
657
+ export declare const de_GetRunGroupCommand: (
658
658
  output: __HttpResponse,
659
659
  context: __SerdeContext
660
660
  ) => Promise<GetRunGroupCommandOutput>;
661
- export declare const deserializeAws_restJson1GetRunTaskCommand: (
661
+ export declare const de_GetRunTaskCommand: (
662
662
  output: __HttpResponse,
663
663
  context: __SerdeContext
664
664
  ) => Promise<GetRunTaskCommandOutput>;
665
- export declare const deserializeAws_restJson1GetSequenceStoreCommand: (
665
+ export declare const de_GetSequenceStoreCommand: (
666
666
  output: __HttpResponse,
667
667
  context: __SerdeContext
668
668
  ) => Promise<GetSequenceStoreCommandOutput>;
669
- export declare const deserializeAws_restJson1GetVariantImportJobCommand: (
669
+ export declare const de_GetVariantImportJobCommand: (
670
670
  output: __HttpResponse,
671
671
  context: __SerdeContext
672
672
  ) => Promise<GetVariantImportJobCommandOutput>;
673
- export declare const deserializeAws_restJson1GetVariantStoreCommand: (
673
+ export declare const de_GetVariantStoreCommand: (
674
674
  output: __HttpResponse,
675
675
  context: __SerdeContext
676
676
  ) => Promise<GetVariantStoreCommandOutput>;
677
- export declare const deserializeAws_restJson1GetWorkflowCommand: (
677
+ export declare const de_GetWorkflowCommand: (
678
678
  output: __HttpResponse,
679
679
  context: __SerdeContext
680
680
  ) => Promise<GetWorkflowCommandOutput>;
681
- export declare const deserializeAws_restJson1ListAnnotationImportJobsCommand: (
681
+ export declare const de_ListAnnotationImportJobsCommand: (
682
682
  output: __HttpResponse,
683
683
  context: __SerdeContext
684
684
  ) => Promise<ListAnnotationImportJobsCommandOutput>;
685
- export declare const deserializeAws_restJson1ListAnnotationStoresCommand: (
685
+ export declare const de_ListAnnotationStoresCommand: (
686
686
  output: __HttpResponse,
687
687
  context: __SerdeContext
688
688
  ) => Promise<ListAnnotationStoresCommandOutput>;
689
- export declare const deserializeAws_restJson1ListReadSetActivationJobsCommand: (
689
+ export declare const de_ListReadSetActivationJobsCommand: (
690
690
  output: __HttpResponse,
691
691
  context: __SerdeContext
692
692
  ) => Promise<ListReadSetActivationJobsCommandOutput>;
693
- export declare const deserializeAws_restJson1ListReadSetExportJobsCommand: (
693
+ export declare const de_ListReadSetExportJobsCommand: (
694
694
  output: __HttpResponse,
695
695
  context: __SerdeContext
696
696
  ) => Promise<ListReadSetExportJobsCommandOutput>;
697
- export declare const deserializeAws_restJson1ListReadSetImportJobsCommand: (
697
+ export declare const de_ListReadSetImportJobsCommand: (
698
698
  output: __HttpResponse,
699
699
  context: __SerdeContext
700
700
  ) => Promise<ListReadSetImportJobsCommandOutput>;
701
- export declare const deserializeAws_restJson1ListReadSetsCommand: (
701
+ export declare const de_ListReadSetsCommand: (
702
702
  output: __HttpResponse,
703
703
  context: __SerdeContext
704
704
  ) => Promise<ListReadSetsCommandOutput>;
705
- export declare const deserializeAws_restJson1ListReferenceImportJobsCommand: (
705
+ export declare const de_ListReferenceImportJobsCommand: (
706
706
  output: __HttpResponse,
707
707
  context: __SerdeContext
708
708
  ) => Promise<ListReferenceImportJobsCommandOutput>;
709
- export declare const deserializeAws_restJson1ListReferencesCommand: (
709
+ export declare const de_ListReferencesCommand: (
710
710
  output: __HttpResponse,
711
711
  context: __SerdeContext
712
712
  ) => Promise<ListReferencesCommandOutput>;
713
- export declare const deserializeAws_restJson1ListReferenceStoresCommand: (
713
+ export declare const de_ListReferenceStoresCommand: (
714
714
  output: __HttpResponse,
715
715
  context: __SerdeContext
716
716
  ) => Promise<ListReferenceStoresCommandOutput>;
717
- export declare const deserializeAws_restJson1ListRunGroupsCommand: (
717
+ export declare const de_ListRunGroupsCommand: (
718
718
  output: __HttpResponse,
719
719
  context: __SerdeContext
720
720
  ) => Promise<ListRunGroupsCommandOutput>;
721
- export declare const deserializeAws_restJson1ListRunsCommand: (
721
+ export declare const de_ListRunsCommand: (
722
722
  output: __HttpResponse,
723
723
  context: __SerdeContext
724
724
  ) => Promise<ListRunsCommandOutput>;
725
- export declare const deserializeAws_restJson1ListRunTasksCommand: (
725
+ export declare const de_ListRunTasksCommand: (
726
726
  output: __HttpResponse,
727
727
  context: __SerdeContext
728
728
  ) => Promise<ListRunTasksCommandOutput>;
729
- export declare const deserializeAws_restJson1ListSequenceStoresCommand: (
729
+ export declare const de_ListSequenceStoresCommand: (
730
730
  output: __HttpResponse,
731
731
  context: __SerdeContext
732
732
  ) => Promise<ListSequenceStoresCommandOutput>;
733
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
733
+ export declare const de_ListTagsForResourceCommand: (
734
734
  output: __HttpResponse,
735
735
  context: __SerdeContext
736
736
  ) => Promise<ListTagsForResourceCommandOutput>;
737
- export declare const deserializeAws_restJson1ListVariantImportJobsCommand: (
737
+ export declare const de_ListVariantImportJobsCommand: (
738
738
  output: __HttpResponse,
739
739
  context: __SerdeContext
740
740
  ) => Promise<ListVariantImportJobsCommandOutput>;
741
- export declare const deserializeAws_restJson1ListVariantStoresCommand: (
741
+ export declare const de_ListVariantStoresCommand: (
742
742
  output: __HttpResponse,
743
743
  context: __SerdeContext
744
744
  ) => Promise<ListVariantStoresCommandOutput>;
745
- export declare const deserializeAws_restJson1ListWorkflowsCommand: (
745
+ export declare const de_ListWorkflowsCommand: (
746
746
  output: __HttpResponse,
747
747
  context: __SerdeContext
748
748
  ) => Promise<ListWorkflowsCommandOutput>;
749
- export declare const deserializeAws_restJson1StartAnnotationImportJobCommand: (
749
+ export declare const de_StartAnnotationImportJobCommand: (
750
750
  output: __HttpResponse,
751
751
  context: __SerdeContext
752
752
  ) => Promise<StartAnnotationImportJobCommandOutput>;
753
- export declare const deserializeAws_restJson1StartReadSetActivationJobCommand: (
753
+ export declare const de_StartReadSetActivationJobCommand: (
754
754
  output: __HttpResponse,
755
755
  context: __SerdeContext
756
756
  ) => Promise<StartReadSetActivationJobCommandOutput>;
757
- export declare const deserializeAws_restJson1StartReadSetExportJobCommand: (
757
+ export declare const de_StartReadSetExportJobCommand: (
758
758
  output: __HttpResponse,
759
759
  context: __SerdeContext
760
760
  ) => Promise<StartReadSetExportJobCommandOutput>;
761
- export declare const deserializeAws_restJson1StartReadSetImportJobCommand: (
761
+ export declare const de_StartReadSetImportJobCommand: (
762
762
  output: __HttpResponse,
763
763
  context: __SerdeContext
764
764
  ) => Promise<StartReadSetImportJobCommandOutput>;
765
- export declare const deserializeAws_restJson1StartReferenceImportJobCommand: (
765
+ export declare const de_StartReferenceImportJobCommand: (
766
766
  output: __HttpResponse,
767
767
  context: __SerdeContext
768
768
  ) => Promise<StartReferenceImportJobCommandOutput>;
769
- export declare const deserializeAws_restJson1StartRunCommand: (
769
+ export declare const de_StartRunCommand: (
770
770
  output: __HttpResponse,
771
771
  context: __SerdeContext
772
772
  ) => Promise<StartRunCommandOutput>;
773
- export declare const deserializeAws_restJson1StartVariantImportJobCommand: (
773
+ export declare const de_StartVariantImportJobCommand: (
774
774
  output: __HttpResponse,
775
775
  context: __SerdeContext
776
776
  ) => Promise<StartVariantImportJobCommandOutput>;
777
- export declare const deserializeAws_restJson1TagResourceCommand: (
777
+ export declare const de_TagResourceCommand: (
778
778
  output: __HttpResponse,
779
779
  context: __SerdeContext
780
780
  ) => Promise<TagResourceCommandOutput>;
781
- export declare const deserializeAws_restJson1UntagResourceCommand: (
781
+ export declare const de_UntagResourceCommand: (
782
782
  output: __HttpResponse,
783
783
  context: __SerdeContext
784
784
  ) => Promise<UntagResourceCommandOutput>;
785
- export declare const deserializeAws_restJson1UpdateAnnotationStoreCommand: (
785
+ export declare const de_UpdateAnnotationStoreCommand: (
786
786
  output: __HttpResponse,
787
787
  context: __SerdeContext
788
788
  ) => Promise<UpdateAnnotationStoreCommandOutput>;
789
- export declare const deserializeAws_restJson1UpdateRunGroupCommand: (
789
+ export declare const de_UpdateRunGroupCommand: (
790
790
  output: __HttpResponse,
791
791
  context: __SerdeContext
792
792
  ) => Promise<UpdateRunGroupCommandOutput>;
793
- export declare const deserializeAws_restJson1UpdateVariantStoreCommand: (
793
+ export declare const de_UpdateVariantStoreCommand: (
794
794
  output: __HttpResponse,
795
795
  context: __SerdeContext
796
796
  ) => Promise<UpdateVariantStoreCommandOutput>;
797
- export declare const deserializeAws_restJson1UpdateWorkflowCommand: (
797
+ export declare const de_UpdateWorkflowCommand: (
798
798
  output: __HttpResponse,
799
799
  context: __SerdeContext
800
800
  ) => Promise<UpdateWorkflowCommandOutput>;