@aws-sdk/client-omics 3.1018.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.
- package/README.md +28 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +125 -16
- package/dist-es/Omics.js +21 -11
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationCommand.js +16 -0
- package/dist-es/commands/GetConfigurationCommand.js +16 -0
- package/dist-es/commands/ListConfigurationsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/pagination/ListConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +116 -8
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
- package/dist-es/waiters/waitForRunCompleted.js +1 -1
- package/dist-es/waiters/waitForRunRunning.js +1 -1
- package/dist-es/waiters/waitForTaskCompleted.js +1 -1
- package/dist-es/waiters/waitForTaskRunning.js +1 -1
- package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
- package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
- package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForWorkflowActive.js +1 -1
- package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
- package/dist-types/Omics.d.ts +139 -103
- package/dist-types/OmicsClient.d.ts +112 -108
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +132 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +117 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +15 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +108 -0
- package/dist-types/commands/StartRunCommand.d.ts +8 -0
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +318 -2
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +76 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +26 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
- package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
- package/package.json +15 -15
package/dist-types/Omics.d.ts
CHANGED
|
@@ -1,108 +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 {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
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";
|
|
106
110
|
import { OmicsClient } from "./OmicsClient";
|
|
107
111
|
export interface Omics {
|
|
108
112
|
/**
|
|
@@ -165,6 +169,12 @@ export interface Omics {
|
|
|
165
169
|
createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreVersionCommandOutput>;
|
|
166
170
|
createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, cb: (err: any, data?: CreateAnnotationStoreVersionCommandOutput) => void): void;
|
|
167
171
|
createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreVersionCommandOutput) => void): void;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link CreateConfigurationCommand}
|
|
174
|
+
*/
|
|
175
|
+
createConfiguration(args: CreateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationCommandOutput>;
|
|
176
|
+
createConfiguration(args: CreateConfigurationCommandInput, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
|
|
177
|
+
createConfiguration(args: CreateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
|
|
168
178
|
/**
|
|
169
179
|
* @see {@link CreateMultipartReadSetUploadCommand}
|
|
170
180
|
*/
|
|
@@ -237,6 +247,12 @@ export interface Omics {
|
|
|
237
247
|
deleteBatch(args: DeleteBatchCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchCommandOutput>;
|
|
238
248
|
deleteBatch(args: DeleteBatchCommandInput, cb: (err: any, data?: DeleteBatchCommandOutput) => void): void;
|
|
239
249
|
deleteBatch(args: DeleteBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchCommandOutput) => void): void;
|
|
250
|
+
/**
|
|
251
|
+
* @see {@link DeleteConfigurationCommand}
|
|
252
|
+
*/
|
|
253
|
+
deleteConfiguration(args: DeleteConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationCommandOutput>;
|
|
254
|
+
deleteConfiguration(args: DeleteConfigurationCommandInput, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
|
|
255
|
+
deleteConfiguration(args: DeleteConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
|
|
240
256
|
/**
|
|
241
257
|
* @see {@link DeleteReferenceCommand}
|
|
242
258
|
*/
|
|
@@ -333,6 +349,12 @@ export interface Omics {
|
|
|
333
349
|
getBatch(args: GetBatchCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchCommandOutput>;
|
|
334
350
|
getBatch(args: GetBatchCommandInput, cb: (err: any, data?: GetBatchCommandOutput) => void): void;
|
|
335
351
|
getBatch(args: GetBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchCommandOutput) => void): void;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link GetConfigurationCommand}
|
|
354
|
+
*/
|
|
355
|
+
getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
|
|
356
|
+
getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
357
|
+
getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
336
358
|
/**
|
|
337
359
|
* @see {@link GetReadSetCommand}
|
|
338
360
|
*/
|
|
@@ -480,6 +502,13 @@ export interface Omics {
|
|
|
480
502
|
listBatch(args: ListBatchCommandInput, options?: __HttpHandlerOptions): Promise<ListBatchCommandOutput>;
|
|
481
503
|
listBatch(args: ListBatchCommandInput, cb: (err: any, data?: ListBatchCommandOutput) => void): void;
|
|
482
504
|
listBatch(args: ListBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchCommandOutput) => void): void;
|
|
505
|
+
/**
|
|
506
|
+
* @see {@link ListConfigurationsCommand}
|
|
507
|
+
*/
|
|
508
|
+
listConfigurations(): Promise<ListConfigurationsCommandOutput>;
|
|
509
|
+
listConfigurations(args: ListConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationsCommandOutput>;
|
|
510
|
+
listConfigurations(args: ListConfigurationsCommandInput, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
|
|
511
|
+
listConfigurations(args: ListConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
|
|
483
512
|
/**
|
|
484
513
|
* @see {@link ListMultipartReadSetUploadsCommand}
|
|
485
514
|
*/
|
|
@@ -762,6 +791,13 @@ export interface Omics {
|
|
|
762
791
|
* @returns AsyncIterable of {@link ListBatchCommandOutput}.
|
|
763
792
|
*/
|
|
764
793
|
paginateListBatch(args?: ListBatchCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBatchCommandOutput>;
|
|
794
|
+
/**
|
|
795
|
+
* @see {@link ListConfigurationsCommand}
|
|
796
|
+
* @param args - command input.
|
|
797
|
+
* @param paginationConfig - optional pagination config.
|
|
798
|
+
* @returns AsyncIterable of {@link ListConfigurationsCommandOutput}.
|
|
799
|
+
*/
|
|
800
|
+
paginateListConfigurations(args?: ListConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConfigurationsCommandOutput>;
|
|
765
801
|
/**
|
|
766
802
|
* @see {@link ListMultipartReadSetUploadsCommand}
|
|
767
803
|
* @param args - command input.
|