@aws-sdk/client-omics 3.1019.0 → 3.1020.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-es/Omics.js +11 -11
  2. package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
  3. package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
  4. package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
  5. package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
  6. package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
  7. package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
  8. package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
  9. package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
  10. package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
  11. package/dist-es/waiters/waitForRunCompleted.js +1 -1
  12. package/dist-es/waiters/waitForRunRunning.js +1 -1
  13. package/dist-es/waiters/waitForTaskCompleted.js +1 -1
  14. package/dist-es/waiters/waitForTaskRunning.js +1 -1
  15. package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
  16. package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
  17. package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
  18. package/dist-es/waiters/waitForWorkflowActive.js +1 -1
  19. package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
  20. package/dist-types/Omics.d.ts +107 -107
  21. package/dist-types/OmicsClient.d.ts +110 -110
  22. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  23. package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
  24. package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
  25. package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
  26. package/dist-types/index.d.ts +1 -1
  27. package/dist-types/models/models_0.d.ts +2 -2
  28. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  53. package/dist-types/ts3.4/OmicsClient.d.ts +2 -3
  54. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
  56. package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
  57. package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
  58. package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
  59. package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
  60. package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
  61. package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
  62. package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
  63. package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
  64. package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
  65. package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
  66. package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
  67. package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
  68. package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
  69. package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
  70. package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
  71. package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
  72. package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
  73. package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
  74. package/package.json +15 -15
package/dist-es/Omics.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AbortMultipartReadSetUploadCommand, } from "./commands/AbortMultipartReadSetUploadCommand";
3
- import { AcceptShareCommand } from "./commands/AcceptShareCommand";
3
+ import { AcceptShareCommand, } from "./commands/AcceptShareCommand";
4
4
  import { BatchDeleteReadSetCommand, } from "./commands/BatchDeleteReadSetCommand";
5
5
  import { CancelAnnotationImportJobCommand, } from "./commands/CancelAnnotationImportJobCommand";
6
6
  import { CancelRunBatchCommand, } from "./commands/CancelRunBatchCommand";
@@ -15,13 +15,13 @@ import { CreateReferenceStoreCommand, } from "./commands/CreateReferenceStoreCom
15
15
  import { CreateRunCacheCommand, } from "./commands/CreateRunCacheCommand";
16
16
  import { CreateRunGroupCommand, } from "./commands/CreateRunGroupCommand";
17
17
  import { CreateSequenceStoreCommand, } from "./commands/CreateSequenceStoreCommand";
18
- import { CreateShareCommand } from "./commands/CreateShareCommand";
18
+ import { CreateShareCommand, } from "./commands/CreateShareCommand";
19
19
  import { CreateVariantStoreCommand, } from "./commands/CreateVariantStoreCommand";
20
20
  import { CreateWorkflowCommand, } from "./commands/CreateWorkflowCommand";
21
21
  import { CreateWorkflowVersionCommand, } from "./commands/CreateWorkflowVersionCommand";
22
22
  import { DeleteAnnotationStoreCommand, } from "./commands/DeleteAnnotationStoreCommand";
23
23
  import { DeleteAnnotationStoreVersionsCommand, } from "./commands/DeleteAnnotationStoreVersionsCommand";
24
- import { DeleteBatchCommand } from "./commands/DeleteBatchCommand";
24
+ import { DeleteBatchCommand, } from "./commands/DeleteBatchCommand";
25
25
  import { DeleteConfigurationCommand, } from "./commands/DeleteConfigurationCommand";
26
26
  import { DeleteReferenceCommand, } from "./commands/DeleteReferenceCommand";
27
27
  import { DeleteReferenceStoreCommand, } from "./commands/DeleteReferenceStoreCommand";
@@ -31,7 +31,7 @@ import { DeleteRunCommand } from "./commands/DeleteRunCommand";
31
31
  import { DeleteRunGroupCommand, } from "./commands/DeleteRunGroupCommand";
32
32
  import { DeleteS3AccessPolicyCommand, } from "./commands/DeleteS3AccessPolicyCommand";
33
33
  import { DeleteSequenceStoreCommand, } from "./commands/DeleteSequenceStoreCommand";
34
- import { DeleteShareCommand } from "./commands/DeleteShareCommand";
34
+ import { DeleteShareCommand, } from "./commands/DeleteShareCommand";
35
35
  import { DeleteVariantStoreCommand, } from "./commands/DeleteVariantStoreCommand";
36
36
  import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
37
37
  import { DeleteWorkflowVersionCommand, } from "./commands/DeleteWorkflowVersionCommand";
@@ -41,7 +41,7 @@ import { GetAnnotationStoreVersionCommand, } from "./commands/GetAnnotationStore
41
41
  import { GetBatchCommand } from "./commands/GetBatchCommand";
42
42
  import { GetConfigurationCommand, } from "./commands/GetConfigurationCommand";
43
43
  import { GetReadSetActivationJobCommand, } from "./commands/GetReadSetActivationJobCommand";
44
- import { GetReadSetCommand } from "./commands/GetReadSetCommand";
44
+ import { GetReadSetCommand, } from "./commands/GetReadSetCommand";
45
45
  import { GetReadSetExportJobCommand, } from "./commands/GetReadSetExportJobCommand";
46
46
  import { GetReadSetImportJobCommand, } from "./commands/GetReadSetImportJobCommand";
47
47
  import { GetReadSetMetadataCommand, } from "./commands/GetReadSetMetadataCommand";
@@ -49,16 +49,16 @@ import { GetReferenceCommand, } from "./commands/GetReferenceCommand";
49
49
  import { GetReferenceImportJobCommand, } from "./commands/GetReferenceImportJobCommand";
50
50
  import { GetReferenceMetadataCommand, } from "./commands/GetReferenceMetadataCommand";
51
51
  import { GetReferenceStoreCommand, } from "./commands/GetReferenceStoreCommand";
52
- import { GetRunCacheCommand } from "./commands/GetRunCacheCommand";
52
+ import { GetRunCacheCommand, } from "./commands/GetRunCacheCommand";
53
53
  import { GetRunCommand } from "./commands/GetRunCommand";
54
- import { GetRunGroupCommand } from "./commands/GetRunGroupCommand";
55
- import { GetRunTaskCommand } from "./commands/GetRunTaskCommand";
54
+ import { GetRunGroupCommand, } from "./commands/GetRunGroupCommand";
55
+ import { GetRunTaskCommand, } from "./commands/GetRunTaskCommand";
56
56
  import { GetS3AccessPolicyCommand, } from "./commands/GetS3AccessPolicyCommand";
57
57
  import { GetSequenceStoreCommand, } from "./commands/GetSequenceStoreCommand";
58
58
  import { GetShareCommand } from "./commands/GetShareCommand";
59
59
  import { GetVariantImportJobCommand, } from "./commands/GetVariantImportJobCommand";
60
60
  import { GetVariantStoreCommand, } from "./commands/GetVariantStoreCommand";
61
- import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
61
+ import { GetWorkflowCommand, } from "./commands/GetWorkflowCommand";
62
62
  import { GetWorkflowVersionCommand, } from "./commands/GetWorkflowVersionCommand";
63
63
  import { ListAnnotationImportJobsCommand, } from "./commands/ListAnnotationImportJobsCommand";
64
64
  import { ListAnnotationStoresCommand, } from "./commands/ListAnnotationStoresCommand";
@@ -80,7 +80,7 @@ import { ListRunsCommand } from "./commands/ListRunsCommand";
80
80
  import { ListRunsInBatchCommand, } from "./commands/ListRunsInBatchCommand";
81
81
  import { ListRunTasksCommand, } from "./commands/ListRunTasksCommand";
82
82
  import { ListSequenceStoresCommand, } from "./commands/ListSequenceStoresCommand";
83
- import { ListSharesCommand } from "./commands/ListSharesCommand";
83
+ import { ListSharesCommand, } from "./commands/ListSharesCommand";
84
84
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
85
85
  import { ListVariantImportJobsCommand, } from "./commands/ListVariantImportJobsCommand";
86
86
  import { ListVariantStoresCommand, } from "./commands/ListVariantStoresCommand";
@@ -95,7 +95,7 @@ import { StartReferenceImportJobCommand, } from "./commands/StartReferenceImport
95
95
  import { StartRunBatchCommand, } from "./commands/StartRunBatchCommand";
96
96
  import { StartRunCommand } from "./commands/StartRunCommand";
97
97
  import { StartVariantImportJobCommand, } from "./commands/StartVariantImportJobCommand";
98
- import { TagResourceCommand } from "./commands/TagResourceCommand";
98
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
99
99
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
100
100
  import { UpdateAnnotationStoreCommand, } from "./commands/UpdateAnnotationStoreCommand";
101
101
  import { UpdateAnnotationStoreVersionCommand, } from "./commands/UpdateAnnotationStoreVersionCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetAnnotationImportJobCommand, } from "../commands/GetAnnotationImportJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetAnnotationStoreCommand } from "../commands/GetAnnotationStoreCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetAnnotationStoreCommand } from "../commands/GetAnnotationStoreCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetReadSetActivationJobCommand, } from "../commands/GetReadSetActivationJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { GetReadSetExportJobCommand } from "../commands/GetReadSetExportJobCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { GetReadSetExportJobCommand, } from "../commands/GetReadSetExportJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { GetReadSetImportJobCommand } from "../commands/GetReadSetImportJobCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { GetReadSetImportJobCommand, } from "../commands/GetReadSetImportJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetReferenceImportJobCommand, } from "../commands/GetReferenceImportJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetRunCommand } from "../commands/GetRunCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetRunCommand } from "../commands/GetRunCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetRunTaskCommand } from "../commands/GetRunTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetRunTaskCommand } from "../commands/GetRunTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { GetVariantImportJobCommand } from "../commands/GetVariantImportJobCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { GetVariantImportJobCommand, } from "../commands/GetVariantImportJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetVariantStoreCommand } from "../commands/GetVariantStoreCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetVariantStoreCommand } from "../commands/GetVariantStoreCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetWorkflowCommand } from "../commands/GetWorkflowCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetWorkflowVersionCommand } from "../commands/GetWorkflowVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,112 +1,112 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
4
- import { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
5
- import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
6
- import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
7
- import { CancelRunBatchCommandInput, CancelRunBatchCommandOutput } from "./commands/CancelRunBatchCommand";
8
- import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
9
- import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
10
- import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
11
- import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
12
- import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
13
- import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
14
- import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
15
- import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
16
- import { CreateRunCacheCommandInput, CreateRunCacheCommandOutput } from "./commands/CreateRunCacheCommand";
17
- import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
18
- import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
19
- import { CreateShareCommandInput, CreateShareCommandOutput } from "./commands/CreateShareCommand";
20
- import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
21
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
22
- import { CreateWorkflowVersionCommandInput, CreateWorkflowVersionCommandOutput } from "./commands/CreateWorkflowVersionCommand";
23
- import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
24
- import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
25
- import { DeleteBatchCommandInput, DeleteBatchCommandOutput } from "./commands/DeleteBatchCommand";
26
- import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
27
- import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
28
- import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
29
- import { DeleteRunBatchCommandInput, DeleteRunBatchCommandOutput } from "./commands/DeleteRunBatchCommand";
30
- import { DeleteRunCacheCommandInput, DeleteRunCacheCommandOutput } from "./commands/DeleteRunCacheCommand";
31
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
32
- import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
33
- import { DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput } from "./commands/DeleteS3AccessPolicyCommand";
34
- import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
35
- import { DeleteShareCommandInput, DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
36
- import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
37
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
38
- import { DeleteWorkflowVersionCommandInput, DeleteWorkflowVersionCommandOutput } from "./commands/DeleteWorkflowVersionCommand";
39
- import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
40
- import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
41
- import { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
42
- import { GetBatchCommandInput, GetBatchCommandOutput } from "./commands/GetBatchCommand";
43
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
44
- import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
45
- import { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
46
- import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
47
- import { GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput } from "./commands/GetReadSetImportJobCommand";
48
- import { GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput } from "./commands/GetReadSetMetadataCommand";
49
- import { GetReferenceCommandInput, GetReferenceCommandOutput } from "./commands/GetReferenceCommand";
50
- import { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "./commands/GetReferenceImportJobCommand";
51
- import { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "./commands/GetReferenceMetadataCommand";
52
- import { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "./commands/GetReferenceStoreCommand";
53
- import { GetRunCacheCommandInput, GetRunCacheCommandOutput } from "./commands/GetRunCacheCommand";
54
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
55
- import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
56
- import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
57
- import { GetS3AccessPolicyCommandInput, GetS3AccessPolicyCommandOutput } from "./commands/GetS3AccessPolicyCommand";
58
- import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
59
- import { GetShareCommandInput, GetShareCommandOutput } from "./commands/GetShareCommand";
60
- import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
61
- import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
62
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
63
- import { GetWorkflowVersionCommandInput, GetWorkflowVersionCommandOutput } from "./commands/GetWorkflowVersionCommand";
64
- import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
65
- import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
66
- import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
67
- import { ListBatchCommandInput, ListBatchCommandOutput } from "./commands/ListBatchCommand";
68
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
69
- import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
70
- import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
71
- import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
72
- import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
73
- import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
74
- import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
75
- import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
76
- import { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
77
- import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
78
- import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "./commands/ListRunCachesCommand";
79
- import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./commands/ListRunGroupsCommand";
80
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
81
- import { ListRunsInBatchCommandInput, ListRunsInBatchCommandOutput } from "./commands/ListRunsInBatchCommand";
82
- import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
83
- import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
84
- import { ListSharesCommandInput, ListSharesCommandOutput } from "./commands/ListSharesCommand";
85
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
86
- import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
87
- import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
88
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
89
- import { ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput } from "./commands/ListWorkflowVersionsCommand";
90
- import { PutS3AccessPolicyCommandInput, PutS3AccessPolicyCommandOutput } from "./commands/PutS3AccessPolicyCommand";
91
- import { StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput } from "./commands/StartAnnotationImportJobCommand";
92
- import { StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput } from "./commands/StartReadSetActivationJobCommand";
93
- import { StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput } from "./commands/StartReadSetExportJobCommand";
94
- import { StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput } from "./commands/StartReadSetImportJobCommand";
95
- import { StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput } from "./commands/StartReferenceImportJobCommand";
96
- import { StartRunBatchCommandInput, StartRunBatchCommandOutput } from "./commands/StartRunBatchCommand";
97
- import { StartRunCommandInput, StartRunCommandOutput } from "./commands/StartRunCommand";
98
- import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput } from "./commands/StartVariantImportJobCommand";
99
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
100
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
101
- import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
102
- import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
103
- import { UpdateRunCacheCommandInput, UpdateRunCacheCommandOutput } from "./commands/UpdateRunCacheCommand";
104
- import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
105
- import { UpdateSequenceStoreCommandInput, UpdateSequenceStoreCommandOutput } from "./commands/UpdateSequenceStoreCommand";
106
- import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
107
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
108
- import { UpdateWorkflowVersionCommandInput, UpdateWorkflowVersionCommandOutput } from "./commands/UpdateWorkflowVersionCommand";
109
- import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
3
+ import { type AbortMultipartReadSetUploadCommandInput, type AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
4
+ import { type AcceptShareCommandInput, type AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
5
+ import { type BatchDeleteReadSetCommandInput, type BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
6
+ import { type CancelAnnotationImportJobCommandInput, type CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
7
+ import { type CancelRunBatchCommandInput, type CancelRunBatchCommandOutput } from "./commands/CancelRunBatchCommand";
8
+ import { type CancelRunCommandInput, type CancelRunCommandOutput } from "./commands/CancelRunCommand";
9
+ import { type CancelVariantImportJobCommandInput, type CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
10
+ import { type CompleteMultipartReadSetUploadCommandInput, type CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
11
+ import { type CreateAnnotationStoreCommandInput, type CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
12
+ import { type CreateAnnotationStoreVersionCommandInput, type CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
13
+ import { type CreateConfigurationCommandInput, type CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
14
+ import { type CreateMultipartReadSetUploadCommandInput, type CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
15
+ import { type CreateReferenceStoreCommandInput, type CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
16
+ import { type CreateRunCacheCommandInput, type CreateRunCacheCommandOutput } from "./commands/CreateRunCacheCommand";
17
+ import { type CreateRunGroupCommandInput, type CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
18
+ import { type CreateSequenceStoreCommandInput, type CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
19
+ import { type CreateShareCommandInput, type CreateShareCommandOutput } from "./commands/CreateShareCommand";
20
+ import { type CreateVariantStoreCommandInput, type CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
21
+ import { type CreateWorkflowCommandInput, type CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
22
+ import { type CreateWorkflowVersionCommandInput, type CreateWorkflowVersionCommandOutput } from "./commands/CreateWorkflowVersionCommand";
23
+ import { type DeleteAnnotationStoreCommandInput, type DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
24
+ import { type DeleteAnnotationStoreVersionsCommandInput, type DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
25
+ import { type DeleteBatchCommandInput, type DeleteBatchCommandOutput } from "./commands/DeleteBatchCommand";
26
+ import { type DeleteConfigurationCommandInput, type DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
27
+ import { type DeleteReferenceCommandInput, type DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
28
+ import { type DeleteReferenceStoreCommandInput, type DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
29
+ import { type DeleteRunBatchCommandInput, type DeleteRunBatchCommandOutput } from "./commands/DeleteRunBatchCommand";
30
+ import { type DeleteRunCacheCommandInput, type DeleteRunCacheCommandOutput } from "./commands/DeleteRunCacheCommand";
31
+ import { type DeleteRunCommandInput, type DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
32
+ import { type DeleteRunGroupCommandInput, type DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
33
+ import { type DeleteS3AccessPolicyCommandInput, type DeleteS3AccessPolicyCommandOutput } from "./commands/DeleteS3AccessPolicyCommand";
34
+ import { type DeleteSequenceStoreCommandInput, type DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
35
+ import { type DeleteShareCommandInput, type DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
36
+ import { type DeleteVariantStoreCommandInput, type DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
37
+ import { type DeleteWorkflowCommandInput, type DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
38
+ import { type DeleteWorkflowVersionCommandInput, type DeleteWorkflowVersionCommandOutput } from "./commands/DeleteWorkflowVersionCommand";
39
+ import { type GetAnnotationImportJobCommandInput, type GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
40
+ import { type GetAnnotationStoreCommandInput, type GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
41
+ import { type GetAnnotationStoreVersionCommandInput, type GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
42
+ import { type GetBatchCommandInput, type GetBatchCommandOutput } from "./commands/GetBatchCommand";
43
+ import { type GetConfigurationCommandInput, type GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
44
+ import { type GetReadSetActivationJobCommandInput, type GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
45
+ import { type GetReadSetCommandInput, type GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
46
+ import { type GetReadSetExportJobCommandInput, type GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
47
+ import { type GetReadSetImportJobCommandInput, type GetReadSetImportJobCommandOutput } from "./commands/GetReadSetImportJobCommand";
48
+ import { type GetReadSetMetadataCommandInput, type GetReadSetMetadataCommandOutput } from "./commands/GetReadSetMetadataCommand";
49
+ import { type GetReferenceCommandInput, type GetReferenceCommandOutput } from "./commands/GetReferenceCommand";
50
+ import { type GetReferenceImportJobCommandInput, type GetReferenceImportJobCommandOutput } from "./commands/GetReferenceImportJobCommand";
51
+ import { type GetReferenceMetadataCommandInput, type GetReferenceMetadataCommandOutput } from "./commands/GetReferenceMetadataCommand";
52
+ import { type GetReferenceStoreCommandInput, type GetReferenceStoreCommandOutput } from "./commands/GetReferenceStoreCommand";
53
+ import { type GetRunCacheCommandInput, type GetRunCacheCommandOutput } from "./commands/GetRunCacheCommand";
54
+ import { type GetRunCommandInput, type GetRunCommandOutput } from "./commands/GetRunCommand";
55
+ import { type GetRunGroupCommandInput, type GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
56
+ import { type GetRunTaskCommandInput, type GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
57
+ import { type GetS3AccessPolicyCommandInput, type GetS3AccessPolicyCommandOutput } from "./commands/GetS3AccessPolicyCommand";
58
+ import { type GetSequenceStoreCommandInput, type GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
59
+ import { type GetShareCommandInput, type GetShareCommandOutput } from "./commands/GetShareCommand";
60
+ import { type GetVariantImportJobCommandInput, type GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
61
+ import { type GetVariantStoreCommandInput, type GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
62
+ import { type GetWorkflowCommandInput, type GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
63
+ import { type GetWorkflowVersionCommandInput, type GetWorkflowVersionCommandOutput } from "./commands/GetWorkflowVersionCommand";
64
+ import { type ListAnnotationImportJobsCommandInput, type ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
65
+ import { type ListAnnotationStoresCommandInput, type ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
66
+ import { type ListAnnotationStoreVersionsCommandInput, type ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
67
+ import { type ListBatchCommandInput, type ListBatchCommandOutput } from "./commands/ListBatchCommand";
68
+ import { type ListConfigurationsCommandInput, type ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
69
+ import { type ListMultipartReadSetUploadsCommandInput, type ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
70
+ import { type ListReadSetActivationJobsCommandInput, type ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
71
+ import { type ListReadSetExportJobsCommandInput, type ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
72
+ import { type ListReadSetImportJobsCommandInput, type ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
73
+ import { type ListReadSetsCommandInput, type ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
74
+ import { type ListReadSetUploadPartsCommandInput, type ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
75
+ import { type ListReferenceImportJobsCommandInput, type ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
76
+ import { type ListReferencesCommandInput, type ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
77
+ import { type ListReferenceStoresCommandInput, type ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
78
+ import { type ListRunCachesCommandInput, type ListRunCachesCommandOutput } from "./commands/ListRunCachesCommand";
79
+ import { type ListRunGroupsCommandInput, type ListRunGroupsCommandOutput } from "./commands/ListRunGroupsCommand";
80
+ import { type ListRunsCommandInput, type ListRunsCommandOutput } from "./commands/ListRunsCommand";
81
+ import { type ListRunsInBatchCommandInput, type ListRunsInBatchCommandOutput } from "./commands/ListRunsInBatchCommand";
82
+ import { type ListRunTasksCommandInput, type ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
83
+ import { type ListSequenceStoresCommandInput, type ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
84
+ import { type ListSharesCommandInput, type ListSharesCommandOutput } from "./commands/ListSharesCommand";
85
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
86
+ import { type ListVariantImportJobsCommandInput, type ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
87
+ import { type ListVariantStoresCommandInput, type ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
88
+ import { type ListWorkflowsCommandInput, type ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
89
+ import { type ListWorkflowVersionsCommandInput, type ListWorkflowVersionsCommandOutput } from "./commands/ListWorkflowVersionsCommand";
90
+ import { type PutS3AccessPolicyCommandInput, type PutS3AccessPolicyCommandOutput } from "./commands/PutS3AccessPolicyCommand";
91
+ import { type StartAnnotationImportJobCommandInput, type StartAnnotationImportJobCommandOutput } from "./commands/StartAnnotationImportJobCommand";
92
+ import { type StartReadSetActivationJobCommandInput, type StartReadSetActivationJobCommandOutput } from "./commands/StartReadSetActivationJobCommand";
93
+ import { type StartReadSetExportJobCommandInput, type StartReadSetExportJobCommandOutput } from "./commands/StartReadSetExportJobCommand";
94
+ import { type StartReadSetImportJobCommandInput, type StartReadSetImportJobCommandOutput } from "./commands/StartReadSetImportJobCommand";
95
+ import { type StartReferenceImportJobCommandInput, type StartReferenceImportJobCommandOutput } from "./commands/StartReferenceImportJobCommand";
96
+ import { type StartRunBatchCommandInput, type StartRunBatchCommandOutput } from "./commands/StartRunBatchCommand";
97
+ import { type StartRunCommandInput, type StartRunCommandOutput } from "./commands/StartRunCommand";
98
+ import { type StartVariantImportJobCommandInput, type StartVariantImportJobCommandOutput } from "./commands/StartVariantImportJobCommand";
99
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
100
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
101
+ import { type UpdateAnnotationStoreCommandInput, type UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
102
+ import { type UpdateAnnotationStoreVersionCommandInput, type UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
103
+ import { type UpdateRunCacheCommandInput, type UpdateRunCacheCommandOutput } from "./commands/UpdateRunCacheCommand";
104
+ import { type UpdateRunGroupCommandInput, type UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
105
+ import { type UpdateSequenceStoreCommandInput, type UpdateSequenceStoreCommandOutput } from "./commands/UpdateSequenceStoreCommand";
106
+ import { type UpdateVariantStoreCommandInput, type UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
107
+ import { type UpdateWorkflowCommandInput, type UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
108
+ import { type UpdateWorkflowVersionCommandInput, type UpdateWorkflowVersionCommandOutput } from "./commands/UpdateWorkflowVersionCommand";
109
+ import { type UploadReadSetPartCommandInput, type UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
110
110
  import { OmicsClient } from "./OmicsClient";
111
111
  export interface Omics {
112
112
  /**