@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
|
@@ -42,11 +42,15 @@ export declare var CancelVariantImportResponse$: StaticStructureSchema;
|
|
|
42
42
|
export declare var CompleteMultipartReadSetUploadRequest$: StaticStructureSchema;
|
|
43
43
|
export declare var CompleteMultipartReadSetUploadResponse$: StaticStructureSchema;
|
|
44
44
|
export declare var CompleteReadSetUploadPartListItem$: StaticStructureSchema;
|
|
45
|
+
export declare var ConfigurationDetails$: StaticStructureSchema;
|
|
46
|
+
export declare var ConfigurationListItem$: StaticStructureSchema;
|
|
45
47
|
export declare var ContainerRegistryMap$: StaticStructureSchema;
|
|
46
48
|
export declare var CreateAnnotationStoreRequest$: StaticStructureSchema;
|
|
47
49
|
export declare var CreateAnnotationStoreResponse$: StaticStructureSchema;
|
|
48
50
|
export declare var CreateAnnotationStoreVersionRequest$: StaticStructureSchema;
|
|
49
51
|
export declare var CreateAnnotationStoreVersionResponse$: StaticStructureSchema;
|
|
52
|
+
export declare var CreateConfigurationRequest$: StaticStructureSchema;
|
|
53
|
+
export declare var CreateConfigurationResponse$: StaticStructureSchema;
|
|
50
54
|
export declare var CreateMultipartReadSetUploadRequest$: StaticStructureSchema;
|
|
51
55
|
export declare var CreateMultipartReadSetUploadResponse$: StaticStructureSchema;
|
|
52
56
|
export declare var CreateReferenceStoreRequest$: StaticStructureSchema;
|
|
@@ -73,6 +77,7 @@ export declare var DeleteAnnotationStoreResponse$: StaticStructureSchema;
|
|
|
73
77
|
export declare var DeleteAnnotationStoreVersionsRequest$: StaticStructureSchema;
|
|
74
78
|
export declare var DeleteAnnotationStoreVersionsResponse$: StaticStructureSchema;
|
|
75
79
|
export declare var DeleteBatchRequest$: StaticStructureSchema;
|
|
80
|
+
export declare var DeleteConfigurationRequest$: StaticStructureSchema;
|
|
76
81
|
export declare var DeleteReferenceRequest$: StaticStructureSchema;
|
|
77
82
|
export declare var DeleteReferenceResponse$: StaticStructureSchema;
|
|
78
83
|
export declare var DeleteReferenceStoreRequest$: StaticStructureSchema;
|
|
@@ -107,6 +112,8 @@ export declare var GetAnnotationStoreVersionRequest$: StaticStructureSchema;
|
|
|
107
112
|
export declare var GetAnnotationStoreVersionResponse$: StaticStructureSchema;
|
|
108
113
|
export declare var GetBatchRequest$: StaticStructureSchema;
|
|
109
114
|
export declare var GetBatchResponse$: StaticStructureSchema;
|
|
115
|
+
export declare var GetConfigurationRequest$: StaticStructureSchema;
|
|
116
|
+
export declare var GetConfigurationResponse$: StaticStructureSchema;
|
|
110
117
|
export declare var GetReadSetActivationJobRequest$: StaticStructureSchema;
|
|
111
118
|
export declare var GetReadSetActivationJobResponse$: StaticStructureSchema;
|
|
112
119
|
export declare var GetReadSetExportJobRequest$: StaticStructureSchema;
|
|
@@ -167,6 +174,8 @@ export declare var ListAnnotationStoreVersionsRequest$: StaticStructureSchema;
|
|
|
167
174
|
export declare var ListAnnotationStoreVersionsResponse$: StaticStructureSchema;
|
|
168
175
|
export declare var ListBatchRequest$: StaticStructureSchema;
|
|
169
176
|
export declare var ListBatchResponse$: StaticStructureSchema;
|
|
177
|
+
export declare var ListConfigurationsRequest$: StaticStructureSchema;
|
|
178
|
+
export declare var ListConfigurationsResponse$: StaticStructureSchema;
|
|
170
179
|
export declare var ListMultipartReadSetUploadsRequest$: StaticStructureSchema;
|
|
171
180
|
export declare var ListMultipartReadSetUploadsResponse$: StaticStructureSchema;
|
|
172
181
|
export declare var ListReadSetActivationJobsRequest$: StaticStructureSchema;
|
|
@@ -230,6 +239,8 @@ export declare var ReferenceStoreFilter$: StaticStructureSchema;
|
|
|
230
239
|
export declare var RegistryMapping$: StaticStructureSchema;
|
|
231
240
|
export declare var RunBatchListItem$: StaticStructureSchema;
|
|
232
241
|
export declare var RunCacheListItem$: StaticStructureSchema;
|
|
242
|
+
export declare var RunConfigurations$: StaticStructureSchema;
|
|
243
|
+
export declare var RunConfigurationsResponse$: StaticStructureSchema;
|
|
233
244
|
export declare var RunGroupListItem$: StaticStructureSchema;
|
|
234
245
|
export declare var RunListItem$: StaticStructureSchema;
|
|
235
246
|
export declare var RunLogLocation$: StaticStructureSchema;
|
|
@@ -291,6 +302,8 @@ export declare var VariantImportJobItem$: StaticStructureSchema;
|
|
|
291
302
|
export declare var VariantStoreItem$: StaticStructureSchema;
|
|
292
303
|
export declare var VcfOptions$: StaticStructureSchema;
|
|
293
304
|
export declare var VersionDeleteError$: StaticStructureSchema;
|
|
305
|
+
export declare var VpcConfig$: StaticStructureSchema;
|
|
306
|
+
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
294
307
|
export declare var WorkflowListItem$: StaticStructureSchema;
|
|
295
308
|
export declare var WorkflowParameter$: StaticStructureSchema;
|
|
296
309
|
export declare var WorkflowVersionListItem$: StaticStructureSchema;
|
|
@@ -309,6 +322,7 @@ export declare var CancelVariantImportJob$: StaticOperationSchema;
|
|
|
309
322
|
export declare var CompleteMultipartReadSetUpload$: StaticOperationSchema;
|
|
310
323
|
export declare var CreateAnnotationStore$: StaticOperationSchema;
|
|
311
324
|
export declare var CreateAnnotationStoreVersion$: StaticOperationSchema;
|
|
325
|
+
export declare var CreateConfiguration$: StaticOperationSchema;
|
|
312
326
|
export declare var CreateMultipartReadSetUpload$: StaticOperationSchema;
|
|
313
327
|
export declare var CreateReferenceStore$: StaticOperationSchema;
|
|
314
328
|
export declare var CreateRunCache$: StaticOperationSchema;
|
|
@@ -321,6 +335,7 @@ export declare var CreateWorkflowVersion$: StaticOperationSchema;
|
|
|
321
335
|
export declare var DeleteAnnotationStore$: StaticOperationSchema;
|
|
322
336
|
export declare var DeleteAnnotationStoreVersions$: StaticOperationSchema;
|
|
323
337
|
export declare var DeleteBatch$: StaticOperationSchema;
|
|
338
|
+
export declare var DeleteConfiguration$: StaticOperationSchema;
|
|
324
339
|
export declare var DeleteReference$: StaticOperationSchema;
|
|
325
340
|
export declare var DeleteReferenceStore$: StaticOperationSchema;
|
|
326
341
|
export declare var DeleteRun$: StaticOperationSchema;
|
|
@@ -337,6 +352,7 @@ export declare var GetAnnotationImportJob$: StaticOperationSchema;
|
|
|
337
352
|
export declare var GetAnnotationStore$: StaticOperationSchema;
|
|
338
353
|
export declare var GetAnnotationStoreVersion$: StaticOperationSchema;
|
|
339
354
|
export declare var GetBatch$: StaticOperationSchema;
|
|
355
|
+
export declare var GetConfiguration$: StaticOperationSchema;
|
|
340
356
|
export declare var GetReadSet$: StaticOperationSchema;
|
|
341
357
|
export declare var GetReadSetActivationJob$: StaticOperationSchema;
|
|
342
358
|
export declare var GetReadSetExportJob$: StaticOperationSchema;
|
|
@@ -361,6 +377,7 @@ export declare var ListAnnotationImportJobs$: StaticOperationSchema;
|
|
|
361
377
|
export declare var ListAnnotationStores$: StaticOperationSchema;
|
|
362
378
|
export declare var ListAnnotationStoreVersions$: StaticOperationSchema;
|
|
363
379
|
export declare var ListBatch$: StaticOperationSchema;
|
|
380
|
+
export declare var ListConfigurations$: StaticOperationSchema;
|
|
364
381
|
export declare var ListMultipartReadSetUploads$: StaticOperationSchema;
|
|
365
382
|
export declare var ListReadSetActivationJobs$: StaticOperationSchema;
|
|
366
383
|
export declare var ListReadSetExportJobs$: StaticOperationSchema;
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
CreateAnnotationStoreVersionCommandInput,
|
|
46
46
|
CreateAnnotationStoreVersionCommandOutput,
|
|
47
47
|
} from "./commands/CreateAnnotationStoreVersionCommand";
|
|
48
|
+
import {
|
|
49
|
+
CreateConfigurationCommandInput,
|
|
50
|
+
CreateConfigurationCommandOutput,
|
|
51
|
+
} from "./commands/CreateConfigurationCommand";
|
|
48
52
|
import {
|
|
49
53
|
CreateMultipartReadSetUploadCommandInput,
|
|
50
54
|
CreateMultipartReadSetUploadCommandOutput,
|
|
@@ -93,6 +97,10 @@ import {
|
|
|
93
97
|
DeleteBatchCommandInput,
|
|
94
98
|
DeleteBatchCommandOutput,
|
|
95
99
|
} from "./commands/DeleteBatchCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteConfigurationCommandInput,
|
|
102
|
+
DeleteConfigurationCommandOutput,
|
|
103
|
+
} from "./commands/DeleteConfigurationCommand";
|
|
96
104
|
import {
|
|
97
105
|
DeleteReferenceCommandInput,
|
|
98
106
|
DeleteReferenceCommandOutput,
|
|
@@ -157,6 +165,10 @@ import {
|
|
|
157
165
|
GetBatchCommandInput,
|
|
158
166
|
GetBatchCommandOutput,
|
|
159
167
|
} from "./commands/GetBatchCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetConfigurationCommandInput,
|
|
170
|
+
GetConfigurationCommandOutput,
|
|
171
|
+
} from "./commands/GetConfigurationCommand";
|
|
160
172
|
import {
|
|
161
173
|
GetReadSetActivationJobCommandInput,
|
|
162
174
|
GetReadSetActivationJobCommandOutput,
|
|
@@ -253,6 +265,10 @@ import {
|
|
|
253
265
|
ListBatchCommandInput,
|
|
254
266
|
ListBatchCommandOutput,
|
|
255
267
|
} from "./commands/ListBatchCommand";
|
|
268
|
+
import {
|
|
269
|
+
ListConfigurationsCommandInput,
|
|
270
|
+
ListConfigurationsCommandOutput,
|
|
271
|
+
} from "./commands/ListConfigurationsCommand";
|
|
256
272
|
import {
|
|
257
273
|
ListMultipartReadSetUploadsCommandInput,
|
|
258
274
|
ListMultipartReadSetUploadsCommandOutput,
|
|
@@ -549,6 +565,19 @@ export interface Omics {
|
|
|
549
565
|
options: __HttpHandlerOptions,
|
|
550
566
|
cb: (err: any, data?: CreateAnnotationStoreVersionCommandOutput) => void
|
|
551
567
|
): void;
|
|
568
|
+
createConfiguration(
|
|
569
|
+
args: CreateConfigurationCommandInput,
|
|
570
|
+
options?: __HttpHandlerOptions
|
|
571
|
+
): Promise<CreateConfigurationCommandOutput>;
|
|
572
|
+
createConfiguration(
|
|
573
|
+
args: CreateConfigurationCommandInput,
|
|
574
|
+
cb: (err: any, data?: CreateConfigurationCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
createConfiguration(
|
|
577
|
+
args: CreateConfigurationCommandInput,
|
|
578
|
+
options: __HttpHandlerOptions,
|
|
579
|
+
cb: (err: any, data?: CreateConfigurationCommandOutput) => void
|
|
580
|
+
): void;
|
|
552
581
|
createMultipartReadSetUpload(
|
|
553
582
|
args: CreateMultipartReadSetUploadCommandInput,
|
|
554
583
|
options?: __HttpHandlerOptions
|
|
@@ -705,6 +734,19 @@ export interface Omics {
|
|
|
705
734
|
options: __HttpHandlerOptions,
|
|
706
735
|
cb: (err: any, data?: DeleteBatchCommandOutput) => void
|
|
707
736
|
): void;
|
|
737
|
+
deleteConfiguration(
|
|
738
|
+
args: DeleteConfigurationCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<DeleteConfigurationCommandOutput>;
|
|
741
|
+
deleteConfiguration(
|
|
742
|
+
args: DeleteConfigurationCommandInput,
|
|
743
|
+
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
deleteConfiguration(
|
|
746
|
+
args: DeleteConfigurationCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void
|
|
749
|
+
): void;
|
|
708
750
|
deleteReference(
|
|
709
751
|
args: DeleteReferenceCommandInput,
|
|
710
752
|
options?: __HttpHandlerOptions
|
|
@@ -913,6 +955,19 @@ export interface Omics {
|
|
|
913
955
|
options: __HttpHandlerOptions,
|
|
914
956
|
cb: (err: any, data?: GetBatchCommandOutput) => void
|
|
915
957
|
): void;
|
|
958
|
+
getConfiguration(
|
|
959
|
+
args: GetConfigurationCommandInput,
|
|
960
|
+
options?: __HttpHandlerOptions
|
|
961
|
+
): Promise<GetConfigurationCommandOutput>;
|
|
962
|
+
getConfiguration(
|
|
963
|
+
args: GetConfigurationCommandInput,
|
|
964
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
965
|
+
): void;
|
|
966
|
+
getConfiguration(
|
|
967
|
+
args: GetConfigurationCommandInput,
|
|
968
|
+
options: __HttpHandlerOptions,
|
|
969
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
970
|
+
): void;
|
|
916
971
|
getReadSet(
|
|
917
972
|
args: GetReadSetCommandInput,
|
|
918
973
|
options?: __HttpHandlerOptions
|
|
@@ -1228,6 +1283,20 @@ export interface Omics {
|
|
|
1228
1283
|
options: __HttpHandlerOptions,
|
|
1229
1284
|
cb: (err: any, data?: ListBatchCommandOutput) => void
|
|
1230
1285
|
): void;
|
|
1286
|
+
listConfigurations(): Promise<ListConfigurationsCommandOutput>;
|
|
1287
|
+
listConfigurations(
|
|
1288
|
+
args: ListConfigurationsCommandInput,
|
|
1289
|
+
options?: __HttpHandlerOptions
|
|
1290
|
+
): Promise<ListConfigurationsCommandOutput>;
|
|
1291
|
+
listConfigurations(
|
|
1292
|
+
args: ListConfigurationsCommandInput,
|
|
1293
|
+
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
1294
|
+
): void;
|
|
1295
|
+
listConfigurations(
|
|
1296
|
+
args: ListConfigurationsCommandInput,
|
|
1297
|
+
options: __HttpHandlerOptions,
|
|
1298
|
+
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
1299
|
+
): void;
|
|
1231
1300
|
listMultipartReadSetUploads(
|
|
1232
1301
|
args: ListMultipartReadSetUploadsCommandInput,
|
|
1233
1302
|
options?: __HttpHandlerOptions
|
|
@@ -1797,6 +1866,13 @@ export interface Omics {
|
|
|
1797
1866
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1798
1867
|
>
|
|
1799
1868
|
): Paginator<ListBatchCommandOutput>;
|
|
1869
|
+
paginateListConfigurations(
|
|
1870
|
+
args?: ListConfigurationsCommandInput,
|
|
1871
|
+
paginationConfig?: Pick<
|
|
1872
|
+
PaginationConfiguration,
|
|
1873
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1874
|
+
>
|
|
1875
|
+
): Paginator<ListConfigurationsCommandOutput>;
|
|
1800
1876
|
paginateListMultipartReadSetUploads(
|
|
1801
1877
|
args: ListMultipartReadSetUploadsCommandInput,
|
|
1802
1878
|
paginationConfig?: Pick<
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -38,8 +39,6 @@ import {
|
|
|
38
39
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
39
40
|
StreamCollector as __StreamCollector,
|
|
40
41
|
UrlParser as __UrlParser,
|
|
41
|
-
AwsCredentialIdentityProvider,
|
|
42
|
-
Provider,
|
|
43
42
|
UserAgent as __UserAgent,
|
|
44
43
|
} from "@smithy/types";
|
|
45
44
|
import {
|
|
@@ -86,6 +85,10 @@ import {
|
|
|
86
85
|
CreateAnnotationStoreVersionCommandInput,
|
|
87
86
|
CreateAnnotationStoreVersionCommandOutput,
|
|
88
87
|
} from "./commands/CreateAnnotationStoreVersionCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateConfigurationCommandInput,
|
|
90
|
+
CreateConfigurationCommandOutput,
|
|
91
|
+
} from "./commands/CreateConfigurationCommand";
|
|
89
92
|
import {
|
|
90
93
|
CreateMultipartReadSetUploadCommandInput,
|
|
91
94
|
CreateMultipartReadSetUploadCommandOutput,
|
|
@@ -134,6 +137,10 @@ import {
|
|
|
134
137
|
DeleteBatchCommandInput,
|
|
135
138
|
DeleteBatchCommandOutput,
|
|
136
139
|
} from "./commands/DeleteBatchCommand";
|
|
140
|
+
import {
|
|
141
|
+
DeleteConfigurationCommandInput,
|
|
142
|
+
DeleteConfigurationCommandOutput,
|
|
143
|
+
} from "./commands/DeleteConfigurationCommand";
|
|
137
144
|
import {
|
|
138
145
|
DeleteReferenceCommandInput,
|
|
139
146
|
DeleteReferenceCommandOutput,
|
|
@@ -198,6 +205,10 @@ import {
|
|
|
198
205
|
GetBatchCommandInput,
|
|
199
206
|
GetBatchCommandOutput,
|
|
200
207
|
} from "./commands/GetBatchCommand";
|
|
208
|
+
import {
|
|
209
|
+
GetConfigurationCommandInput,
|
|
210
|
+
GetConfigurationCommandOutput,
|
|
211
|
+
} from "./commands/GetConfigurationCommand";
|
|
201
212
|
import {
|
|
202
213
|
GetReadSetActivationJobCommandInput,
|
|
203
214
|
GetReadSetActivationJobCommandOutput,
|
|
@@ -294,6 +305,10 @@ import {
|
|
|
294
305
|
ListBatchCommandInput,
|
|
295
306
|
ListBatchCommandOutput,
|
|
296
307
|
} from "./commands/ListBatchCommand";
|
|
308
|
+
import {
|
|
309
|
+
ListConfigurationsCommandInput,
|
|
310
|
+
ListConfigurationsCommandOutput,
|
|
311
|
+
} from "./commands/ListConfigurationsCommand";
|
|
297
312
|
import {
|
|
298
313
|
ListMultipartReadSetUploadsCommandInput,
|
|
299
314
|
ListMultipartReadSetUploadsCommandOutput,
|
|
@@ -476,6 +491,7 @@ export type ServiceInputTypes =
|
|
|
476
491
|
| CompleteMultipartReadSetUploadCommandInput
|
|
477
492
|
| CreateAnnotationStoreCommandInput
|
|
478
493
|
| CreateAnnotationStoreVersionCommandInput
|
|
494
|
+
| CreateConfigurationCommandInput
|
|
479
495
|
| CreateMultipartReadSetUploadCommandInput
|
|
480
496
|
| CreateReferenceStoreCommandInput
|
|
481
497
|
| CreateRunCacheCommandInput
|
|
@@ -488,6 +504,7 @@ export type ServiceInputTypes =
|
|
|
488
504
|
| DeleteAnnotationStoreCommandInput
|
|
489
505
|
| DeleteAnnotationStoreVersionsCommandInput
|
|
490
506
|
| DeleteBatchCommandInput
|
|
507
|
+
| DeleteConfigurationCommandInput
|
|
491
508
|
| DeleteReferenceCommandInput
|
|
492
509
|
| DeleteReferenceStoreCommandInput
|
|
493
510
|
| DeleteRunBatchCommandInput
|
|
@@ -504,6 +521,7 @@ export type ServiceInputTypes =
|
|
|
504
521
|
| GetAnnotationStoreCommandInput
|
|
505
522
|
| GetAnnotationStoreVersionCommandInput
|
|
506
523
|
| GetBatchCommandInput
|
|
524
|
+
| GetConfigurationCommandInput
|
|
507
525
|
| GetReadSetActivationJobCommandInput
|
|
508
526
|
| GetReadSetCommandInput
|
|
509
527
|
| GetReadSetExportJobCommandInput
|
|
@@ -528,6 +546,7 @@ export type ServiceInputTypes =
|
|
|
528
546
|
| ListAnnotationStoreVersionsCommandInput
|
|
529
547
|
| ListAnnotationStoresCommandInput
|
|
530
548
|
| ListBatchCommandInput
|
|
549
|
+
| ListConfigurationsCommandInput
|
|
531
550
|
| ListMultipartReadSetUploadsCommandInput
|
|
532
551
|
| ListReadSetActivationJobsCommandInput
|
|
533
552
|
| ListReadSetExportJobsCommandInput
|
|
@@ -580,6 +599,7 @@ export type ServiceOutputTypes =
|
|
|
580
599
|
| CompleteMultipartReadSetUploadCommandOutput
|
|
581
600
|
| CreateAnnotationStoreCommandOutput
|
|
582
601
|
| CreateAnnotationStoreVersionCommandOutput
|
|
602
|
+
| CreateConfigurationCommandOutput
|
|
583
603
|
| CreateMultipartReadSetUploadCommandOutput
|
|
584
604
|
| CreateReferenceStoreCommandOutput
|
|
585
605
|
| CreateRunCacheCommandOutput
|
|
@@ -592,6 +612,7 @@ export type ServiceOutputTypes =
|
|
|
592
612
|
| DeleteAnnotationStoreCommandOutput
|
|
593
613
|
| DeleteAnnotationStoreVersionsCommandOutput
|
|
594
614
|
| DeleteBatchCommandOutput
|
|
615
|
+
| DeleteConfigurationCommandOutput
|
|
595
616
|
| DeleteReferenceCommandOutput
|
|
596
617
|
| DeleteReferenceStoreCommandOutput
|
|
597
618
|
| DeleteRunBatchCommandOutput
|
|
@@ -608,6 +629,7 @@ export type ServiceOutputTypes =
|
|
|
608
629
|
| GetAnnotationStoreCommandOutput
|
|
609
630
|
| GetAnnotationStoreVersionCommandOutput
|
|
610
631
|
| GetBatchCommandOutput
|
|
632
|
+
| GetConfigurationCommandOutput
|
|
611
633
|
| GetReadSetActivationJobCommandOutput
|
|
612
634
|
| GetReadSetCommandOutput
|
|
613
635
|
| GetReadSetExportJobCommandOutput
|
|
@@ -632,6 +654,7 @@ export type ServiceOutputTypes =
|
|
|
632
654
|
| ListAnnotationStoreVersionsCommandOutput
|
|
633
655
|
| ListAnnotationStoresCommandOutput
|
|
634
656
|
| ListBatchCommandOutput
|
|
657
|
+
| ListConfigurationsCommandOutput
|
|
635
658
|
| ListMultipartReadSetUploadsCommandOutput
|
|
636
659
|
| ListReadSetActivationJobsCommandOutput
|
|
637
660
|
| ListReadSetExportJobsCommandOutput
|
|
@@ -691,7 +714,7 @@ export interface ClientDefaults
|
|
|
691
714
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
692
715
|
region?: string | __Provider<string>;
|
|
693
716
|
profile?: string;
|
|
694
|
-
defaultUserAgentProvider?:
|
|
717
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
695
718
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
696
719
|
maxAttempts?: number | __Provider<number>;
|
|
697
720
|
retryMode?: string | __Provider<string>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateConfigurationRequest,
|
|
5
|
+
CreateConfigurationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConfigurationCommandInput
|
|
15
|
+
extends CreateConfigurationRequest {}
|
|
16
|
+
export interface CreateConfigurationCommandOutput
|
|
17
|
+
extends CreateConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConfigurationCommandInput,
|
|
24
|
+
CreateConfigurationCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConfigurationCommandInput,
|
|
33
|
+
CreateConfigurationCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConfigurationRequest;
|
|
44
|
+
output: CreateConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConfigurationCommandInput;
|
|
48
|
+
output: CreateConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OmicsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OmicsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteConfigurationCommandInput
|
|
12
|
+
extends DeleteConfigurationRequest {}
|
|
13
|
+
export interface DeleteConfigurationCommandOutput extends __MetadataBearer {}
|
|
14
|
+
declare const DeleteConfigurationCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteConfigurationCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteConfigurationCommandInput,
|
|
19
|
+
DeleteConfigurationCommandOutput,
|
|
20
|
+
OmicsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
input: DeleteConfigurationCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteConfigurationCommandInput,
|
|
28
|
+
DeleteConfigurationCommandOutput,
|
|
29
|
+
OmicsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteConfigurationRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteConfigurationCommandInput;
|
|
43
|
+
output: DeleteConfigurationCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetConfigurationRequest,
|
|
5
|
+
GetConfigurationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
15
|
+
export interface GetConfigurationCommandOutput
|
|
16
|
+
extends GetConfigurationResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetConfigurationCommandInput,
|
|
23
|
+
GetConfigurationCommandOutput,
|
|
24
|
+
OmicsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetConfigurationCommandInput,
|
|
32
|
+
GetConfigurationCommandOutput,
|
|
33
|
+
OmicsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetConfigurationRequest;
|
|
43
|
+
output: GetConfigurationResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetConfigurationCommandInput;
|
|
47
|
+
output: GetConfigurationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListConfigurationsRequest,
|
|
5
|
+
ListConfigurationsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListConfigurationsCommandInput
|
|
15
|
+
extends ListConfigurationsRequest {}
|
|
16
|
+
export interface ListConfigurationsCommandOutput
|
|
17
|
+
extends ListConfigurationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListConfigurationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListConfigurationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListConfigurationsCommandInput,
|
|
24
|
+
ListConfigurationsCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListConfigurationsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListConfigurationsCommandInput,
|
|
33
|
+
ListConfigurationsCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConfigurationsRequest;
|
|
44
|
+
output: ListConfigurationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConfigurationsCommandInput;
|
|
48
|
+
output: ListConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,6 +8,7 @@ export * from "./CancelVariantImportJobCommand";
|
|
|
8
8
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
9
9
|
export * from "./CreateAnnotationStoreCommand";
|
|
10
10
|
export * from "./CreateAnnotationStoreVersionCommand";
|
|
11
|
+
export * from "./CreateConfigurationCommand";
|
|
11
12
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
12
13
|
export * from "./CreateReferenceStoreCommand";
|
|
13
14
|
export * from "./CreateRunCacheCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./CreateWorkflowVersionCommand";
|
|
|
20
21
|
export * from "./DeleteAnnotationStoreCommand";
|
|
21
22
|
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
22
23
|
export * from "./DeleteBatchCommand";
|
|
24
|
+
export * from "./DeleteConfigurationCommand";
|
|
23
25
|
export * from "./DeleteReferenceCommand";
|
|
24
26
|
export * from "./DeleteReferenceStoreCommand";
|
|
25
27
|
export * from "./DeleteRunBatchCommand";
|
|
@@ -36,6 +38,7 @@ export * from "./GetAnnotationImportJobCommand";
|
|
|
36
38
|
export * from "./GetAnnotationStoreCommand";
|
|
37
39
|
export * from "./GetAnnotationStoreVersionCommand";
|
|
38
40
|
export * from "./GetBatchCommand";
|
|
41
|
+
export * from "./GetConfigurationCommand";
|
|
39
42
|
export * from "./GetReadSetActivationJobCommand";
|
|
40
43
|
export * from "./GetReadSetCommand";
|
|
41
44
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -60,6 +63,7 @@ export * from "./ListAnnotationImportJobsCommand";
|
|
|
60
63
|
export * from "./ListAnnotationStoreVersionsCommand";
|
|
61
64
|
export * from "./ListAnnotationStoresCommand";
|
|
62
65
|
export * from "./ListBatchCommand";
|
|
66
|
+
export * from "./ListConfigurationsCommand";
|
|
63
67
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
64
68
|
export * from "./ListReadSetActivationJobsCommand";
|
|
65
69
|
export * from "./ListReadSetExportJobsCommand";
|
|
@@ -120,6 +120,16 @@ export declare const ReadSetPartSource: {
|
|
|
120
120
|
};
|
|
121
121
|
export type ReadSetPartSource =
|
|
122
122
|
(typeof ReadSetPartSource)[keyof typeof ReadSetPartSource];
|
|
123
|
+
export declare const ConfigurationStatus: {
|
|
124
|
+
readonly ACTIVE: "ACTIVE";
|
|
125
|
+
readonly CREATING: "CREATING";
|
|
126
|
+
readonly DELETED: "DELETED";
|
|
127
|
+
readonly DELETING: "DELETING";
|
|
128
|
+
readonly FAILED: "FAILED";
|
|
129
|
+
readonly UPDATING: "UPDATING";
|
|
130
|
+
};
|
|
131
|
+
export type ConfigurationStatus =
|
|
132
|
+
(typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
123
133
|
export declare const FileType: {
|
|
124
134
|
readonly BAM: "BAM";
|
|
125
135
|
readonly CRAM: "CRAM";
|
|
@@ -316,6 +326,12 @@ export declare const RunExport: {
|
|
|
316
326
|
readonly DEFINITION: "DEFINITION";
|
|
317
327
|
};
|
|
318
328
|
export type RunExport = (typeof RunExport)[keyof typeof RunExport];
|
|
329
|
+
export declare const NetworkingMode: {
|
|
330
|
+
readonly RESTRICTED: "RESTRICTED";
|
|
331
|
+
readonly VPC: "VPC";
|
|
332
|
+
};
|
|
333
|
+
export type NetworkingMode =
|
|
334
|
+
(typeof NetworkingMode)[keyof typeof NetworkingMode];
|
|
319
335
|
export declare const RunStatus: {
|
|
320
336
|
readonly CANCELLED: "CANCELLED";
|
|
321
337
|
readonly COMPLETED: "COMPLETED";
|