@aws-sdk/client-omics 3.388.0 → 3.391.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 +80 -0
- package/dist-cjs/Omics.js +20 -0
- package/dist-cjs/commands/AcceptShareCommand.js +46 -0
- package/dist-cjs/commands/CreateAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/CreateShareCommand.js +46 -0
- package/dist-cjs/commands/DeleteAnnotationStoreVersionsCommand.js +46 -0
- package/dist-cjs/commands/DeleteShareCommand.js +46 -0
- package/dist-cjs/commands/GetAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/GetShareCommand.js +46 -0
- package/dist-cjs/commands/ListAnnotationStoreVersionsCommand.js +46 -0
- package/dist-cjs/commands/ListSharesCommand.js +46 -0
- package/dist-cjs/commands/UpdateAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +42 -14
- package/dist-cjs/pagination/ListAnnotationStoreVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSharesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +911 -38
- package/dist-cjs/waiters/index.js +2 -0
- package/dist-cjs/waiters/waitForAnnotationStoreVersionCreated.js +63 -0
- package/dist-cjs/waiters/waitForAnnotationStoreVersionDeleted.js +48 -0
- package/dist-es/Omics.js +20 -0
- package/dist-es/commands/AcceptShareCommand.js +42 -0
- package/dist-es/commands/CreateAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/CreateShareCommand.js +42 -0
- package/dist-es/commands/DeleteAnnotationStoreVersionsCommand.js +42 -0
- package/dist-es/commands/DeleteShareCommand.js +42 -0
- package/dist-es/commands/GetAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/GetShareCommand.js +42 -0
- package/dist-es/commands/ListAnnotationStoreVersionsCommand.js +42 -0
- package/dist-es/commands/ListSharesCommand.js +42 -0
- package/dist-es/commands/UpdateAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +39 -12
- package/dist-es/pagination/ListAnnotationStoreVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListSharesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +886 -34
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +58 -0
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +43 -0
- package/dist-types/Omics.d.ts +70 -0
- package/dist-types/OmicsClient.d.ts +12 -2
- package/dist-types/commands/AcceptShareCommand.d.ts +96 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +132 -0
- package/dist-types/commands/CreateShareCommand.d.ts +100 -0
- package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +102 -0
- package/dist-types/commands/DeleteShareCommand.d.ts +96 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +117 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
- package/dist-types/commands/GetShareCommand.d.ts +106 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +110 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListSharesCommand.d.ts +119 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +99 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1021 -44
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSharesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/Omics.d.ts +170 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/AcceptShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAnnotationStoreVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAnnotationStoreVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSharesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +199 -5
- package/dist-types/ts3.4/pagination/ListAnnotationStoreVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSharesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +14 -0
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +14 -0
- package/package.json +30 -30
|
@@ -50,6 +50,10 @@ import {
|
|
|
50
50
|
AbortMultipartReadSetUploadCommandInput,
|
|
51
51
|
AbortMultipartReadSetUploadCommandOutput,
|
|
52
52
|
} from "./commands/AbortMultipartReadSetUploadCommand";
|
|
53
|
+
import {
|
|
54
|
+
AcceptShareCommandInput,
|
|
55
|
+
AcceptShareCommandOutput,
|
|
56
|
+
} from "./commands/AcceptShareCommand";
|
|
53
57
|
import {
|
|
54
58
|
BatchDeleteReadSetCommandInput,
|
|
55
59
|
BatchDeleteReadSetCommandOutput,
|
|
@@ -74,6 +78,10 @@ import {
|
|
|
74
78
|
CreateAnnotationStoreCommandInput,
|
|
75
79
|
CreateAnnotationStoreCommandOutput,
|
|
76
80
|
} from "./commands/CreateAnnotationStoreCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateAnnotationStoreVersionCommandInput,
|
|
83
|
+
CreateAnnotationStoreVersionCommandOutput,
|
|
84
|
+
} from "./commands/CreateAnnotationStoreVersionCommand";
|
|
77
85
|
import {
|
|
78
86
|
CreateMultipartReadSetUploadCommandInput,
|
|
79
87
|
CreateMultipartReadSetUploadCommandOutput,
|
|
@@ -90,6 +98,10 @@ import {
|
|
|
90
98
|
CreateSequenceStoreCommandInput,
|
|
91
99
|
CreateSequenceStoreCommandOutput,
|
|
92
100
|
} from "./commands/CreateSequenceStoreCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateShareCommandInput,
|
|
103
|
+
CreateShareCommandOutput,
|
|
104
|
+
} from "./commands/CreateShareCommand";
|
|
93
105
|
import {
|
|
94
106
|
CreateVariantStoreCommandInput,
|
|
95
107
|
CreateVariantStoreCommandOutput,
|
|
@@ -102,6 +114,10 @@ import {
|
|
|
102
114
|
DeleteAnnotationStoreCommandInput,
|
|
103
115
|
DeleteAnnotationStoreCommandOutput,
|
|
104
116
|
} from "./commands/DeleteAnnotationStoreCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteAnnotationStoreVersionsCommandInput,
|
|
119
|
+
DeleteAnnotationStoreVersionsCommandOutput,
|
|
120
|
+
} from "./commands/DeleteAnnotationStoreVersionsCommand";
|
|
105
121
|
import {
|
|
106
122
|
DeleteReferenceCommandInput,
|
|
107
123
|
DeleteReferenceCommandOutput,
|
|
@@ -122,6 +138,10 @@ import {
|
|
|
122
138
|
DeleteSequenceStoreCommandInput,
|
|
123
139
|
DeleteSequenceStoreCommandOutput,
|
|
124
140
|
} from "./commands/DeleteSequenceStoreCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteShareCommandInput,
|
|
143
|
+
DeleteShareCommandOutput,
|
|
144
|
+
} from "./commands/DeleteShareCommand";
|
|
125
145
|
import {
|
|
126
146
|
DeleteVariantStoreCommandInput,
|
|
127
147
|
DeleteVariantStoreCommandOutput,
|
|
@@ -138,6 +158,10 @@ import {
|
|
|
138
158
|
GetAnnotationStoreCommandInput,
|
|
139
159
|
GetAnnotationStoreCommandOutput,
|
|
140
160
|
} from "./commands/GetAnnotationStoreCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetAnnotationStoreVersionCommandInput,
|
|
163
|
+
GetAnnotationStoreVersionCommandOutput,
|
|
164
|
+
} from "./commands/GetAnnotationStoreVersionCommand";
|
|
141
165
|
import {
|
|
142
166
|
GetReadSetActivationJobCommandInput,
|
|
143
167
|
GetReadSetActivationJobCommandOutput,
|
|
@@ -190,6 +214,10 @@ import {
|
|
|
190
214
|
GetSequenceStoreCommandInput,
|
|
191
215
|
GetSequenceStoreCommandOutput,
|
|
192
216
|
} from "./commands/GetSequenceStoreCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetShareCommandInput,
|
|
219
|
+
GetShareCommandOutput,
|
|
220
|
+
} from "./commands/GetShareCommand";
|
|
193
221
|
import {
|
|
194
222
|
GetVariantImportJobCommandInput,
|
|
195
223
|
GetVariantImportJobCommandOutput,
|
|
@@ -210,6 +238,10 @@ import {
|
|
|
210
238
|
ListAnnotationStoresCommandInput,
|
|
211
239
|
ListAnnotationStoresCommandOutput,
|
|
212
240
|
} from "./commands/ListAnnotationStoresCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
243
|
+
ListAnnotationStoreVersionsCommandOutput,
|
|
244
|
+
} from "./commands/ListAnnotationStoreVersionsCommand";
|
|
213
245
|
import {
|
|
214
246
|
ListMultipartReadSetUploadsCommandInput,
|
|
215
247
|
ListMultipartReadSetUploadsCommandOutput,
|
|
@@ -262,6 +294,10 @@ import {
|
|
|
262
294
|
ListSequenceStoresCommandInput,
|
|
263
295
|
ListSequenceStoresCommandOutput,
|
|
264
296
|
} from "./commands/ListSequenceStoresCommand";
|
|
297
|
+
import {
|
|
298
|
+
ListSharesCommandInput,
|
|
299
|
+
ListSharesCommandOutput,
|
|
300
|
+
} from "./commands/ListSharesCommand";
|
|
265
301
|
import {
|
|
266
302
|
ListTagsForResourceCommandInput,
|
|
267
303
|
ListTagsForResourceCommandOutput,
|
|
@@ -318,6 +354,10 @@ import {
|
|
|
318
354
|
UpdateAnnotationStoreCommandInput,
|
|
319
355
|
UpdateAnnotationStoreCommandOutput,
|
|
320
356
|
} from "./commands/UpdateAnnotationStoreCommand";
|
|
357
|
+
import {
|
|
358
|
+
UpdateAnnotationStoreVersionCommandInput,
|
|
359
|
+
UpdateAnnotationStoreVersionCommandOutput,
|
|
360
|
+
} from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
321
361
|
import {
|
|
322
362
|
UpdateRunGroupCommandInput,
|
|
323
363
|
UpdateRunGroupCommandOutput,
|
|
@@ -342,28 +382,34 @@ import {
|
|
|
342
382
|
export { __Client };
|
|
343
383
|
export type ServiceInputTypes =
|
|
344
384
|
| AbortMultipartReadSetUploadCommandInput
|
|
385
|
+
| AcceptShareCommandInput
|
|
345
386
|
| BatchDeleteReadSetCommandInput
|
|
346
387
|
| CancelAnnotationImportJobCommandInput
|
|
347
388
|
| CancelRunCommandInput
|
|
348
389
|
| CancelVariantImportJobCommandInput
|
|
349
390
|
| CompleteMultipartReadSetUploadCommandInput
|
|
350
391
|
| CreateAnnotationStoreCommandInput
|
|
392
|
+
| CreateAnnotationStoreVersionCommandInput
|
|
351
393
|
| CreateMultipartReadSetUploadCommandInput
|
|
352
394
|
| CreateReferenceStoreCommandInput
|
|
353
395
|
| CreateRunGroupCommandInput
|
|
354
396
|
| CreateSequenceStoreCommandInput
|
|
397
|
+
| CreateShareCommandInput
|
|
355
398
|
| CreateVariantStoreCommandInput
|
|
356
399
|
| CreateWorkflowCommandInput
|
|
357
400
|
| DeleteAnnotationStoreCommandInput
|
|
401
|
+
| DeleteAnnotationStoreVersionsCommandInput
|
|
358
402
|
| DeleteReferenceCommandInput
|
|
359
403
|
| DeleteReferenceStoreCommandInput
|
|
360
404
|
| DeleteRunCommandInput
|
|
361
405
|
| DeleteRunGroupCommandInput
|
|
362
406
|
| DeleteSequenceStoreCommandInput
|
|
407
|
+
| DeleteShareCommandInput
|
|
363
408
|
| DeleteVariantStoreCommandInput
|
|
364
409
|
| DeleteWorkflowCommandInput
|
|
365
410
|
| GetAnnotationImportJobCommandInput
|
|
366
411
|
| GetAnnotationStoreCommandInput
|
|
412
|
+
| GetAnnotationStoreVersionCommandInput
|
|
367
413
|
| GetReadSetActivationJobCommandInput
|
|
368
414
|
| GetReadSetCommandInput
|
|
369
415
|
| GetReadSetExportJobCommandInput
|
|
@@ -377,10 +423,12 @@ export type ServiceInputTypes =
|
|
|
377
423
|
| GetRunGroupCommandInput
|
|
378
424
|
| GetRunTaskCommandInput
|
|
379
425
|
| GetSequenceStoreCommandInput
|
|
426
|
+
| GetShareCommandInput
|
|
380
427
|
| GetVariantImportJobCommandInput
|
|
381
428
|
| GetVariantStoreCommandInput
|
|
382
429
|
| GetWorkflowCommandInput
|
|
383
430
|
| ListAnnotationImportJobsCommandInput
|
|
431
|
+
| ListAnnotationStoreVersionsCommandInput
|
|
384
432
|
| ListAnnotationStoresCommandInput
|
|
385
433
|
| ListMultipartReadSetUploadsCommandInput
|
|
386
434
|
| ListReadSetActivationJobsCommandInput
|
|
@@ -395,6 +443,7 @@ export type ServiceInputTypes =
|
|
|
395
443
|
| ListRunTasksCommandInput
|
|
396
444
|
| ListRunsCommandInput
|
|
397
445
|
| ListSequenceStoresCommandInput
|
|
446
|
+
| ListSharesCommandInput
|
|
398
447
|
| ListTagsForResourceCommandInput
|
|
399
448
|
| ListVariantImportJobsCommandInput
|
|
400
449
|
| ListVariantStoresCommandInput
|
|
@@ -409,34 +458,41 @@ export type ServiceInputTypes =
|
|
|
409
458
|
| TagResourceCommandInput
|
|
410
459
|
| UntagResourceCommandInput
|
|
411
460
|
| UpdateAnnotationStoreCommandInput
|
|
461
|
+
| UpdateAnnotationStoreVersionCommandInput
|
|
412
462
|
| UpdateRunGroupCommandInput
|
|
413
463
|
| UpdateVariantStoreCommandInput
|
|
414
464
|
| UpdateWorkflowCommandInput
|
|
415
465
|
| UploadReadSetPartCommandInput;
|
|
416
466
|
export type ServiceOutputTypes =
|
|
417
467
|
| AbortMultipartReadSetUploadCommandOutput
|
|
468
|
+
| AcceptShareCommandOutput
|
|
418
469
|
| BatchDeleteReadSetCommandOutput
|
|
419
470
|
| CancelAnnotationImportJobCommandOutput
|
|
420
471
|
| CancelRunCommandOutput
|
|
421
472
|
| CancelVariantImportJobCommandOutput
|
|
422
473
|
| CompleteMultipartReadSetUploadCommandOutput
|
|
423
474
|
| CreateAnnotationStoreCommandOutput
|
|
475
|
+
| CreateAnnotationStoreVersionCommandOutput
|
|
424
476
|
| CreateMultipartReadSetUploadCommandOutput
|
|
425
477
|
| CreateReferenceStoreCommandOutput
|
|
426
478
|
| CreateRunGroupCommandOutput
|
|
427
479
|
| CreateSequenceStoreCommandOutput
|
|
480
|
+
| CreateShareCommandOutput
|
|
428
481
|
| CreateVariantStoreCommandOutput
|
|
429
482
|
| CreateWorkflowCommandOutput
|
|
430
483
|
| DeleteAnnotationStoreCommandOutput
|
|
484
|
+
| DeleteAnnotationStoreVersionsCommandOutput
|
|
431
485
|
| DeleteReferenceCommandOutput
|
|
432
486
|
| DeleteReferenceStoreCommandOutput
|
|
433
487
|
| DeleteRunCommandOutput
|
|
434
488
|
| DeleteRunGroupCommandOutput
|
|
435
489
|
| DeleteSequenceStoreCommandOutput
|
|
490
|
+
| DeleteShareCommandOutput
|
|
436
491
|
| DeleteVariantStoreCommandOutput
|
|
437
492
|
| DeleteWorkflowCommandOutput
|
|
438
493
|
| GetAnnotationImportJobCommandOutput
|
|
439
494
|
| GetAnnotationStoreCommandOutput
|
|
495
|
+
| GetAnnotationStoreVersionCommandOutput
|
|
440
496
|
| GetReadSetActivationJobCommandOutput
|
|
441
497
|
| GetReadSetCommandOutput
|
|
442
498
|
| GetReadSetExportJobCommandOutput
|
|
@@ -450,10 +506,12 @@ export type ServiceOutputTypes =
|
|
|
450
506
|
| GetRunGroupCommandOutput
|
|
451
507
|
| GetRunTaskCommandOutput
|
|
452
508
|
| GetSequenceStoreCommandOutput
|
|
509
|
+
| GetShareCommandOutput
|
|
453
510
|
| GetVariantImportJobCommandOutput
|
|
454
511
|
| GetVariantStoreCommandOutput
|
|
455
512
|
| GetWorkflowCommandOutput
|
|
456
513
|
| ListAnnotationImportJobsCommandOutput
|
|
514
|
+
| ListAnnotationStoreVersionsCommandOutput
|
|
457
515
|
| ListAnnotationStoresCommandOutput
|
|
458
516
|
| ListMultipartReadSetUploadsCommandOutput
|
|
459
517
|
| ListReadSetActivationJobsCommandOutput
|
|
@@ -468,6 +526,7 @@ export type ServiceOutputTypes =
|
|
|
468
526
|
| ListRunTasksCommandOutput
|
|
469
527
|
| ListRunsCommandOutput
|
|
470
528
|
| ListSequenceStoresCommandOutput
|
|
529
|
+
| ListSharesCommandOutput
|
|
471
530
|
| ListTagsForResourceCommandOutput
|
|
472
531
|
| ListVariantImportJobsCommandOutput
|
|
473
532
|
| ListVariantStoresCommandOutput
|
|
@@ -482,6 +541,7 @@ export type ServiceOutputTypes =
|
|
|
482
541
|
| TagResourceCommandOutput
|
|
483
542
|
| UntagResourceCommandOutput
|
|
484
543
|
| UpdateAnnotationStoreCommandOutput
|
|
544
|
+
| UpdateAnnotationStoreVersionCommandOutput
|
|
485
545
|
| UpdateRunGroupCommandOutput
|
|
486
546
|
| UpdateVariantStoreCommandOutput
|
|
487
547
|
| UpdateWorkflowCommandOutput
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { AcceptShareRequest, AcceptShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface AcceptShareCommandInput extends AcceptShareRequest {}
|
|
17
|
+
export interface AcceptShareCommandOutput
|
|
18
|
+
extends AcceptShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class AcceptShareCommand extends $Command<
|
|
21
|
+
AcceptShareCommandInput,
|
|
22
|
+
AcceptShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: AcceptShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: AcceptShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<AcceptShareCommandInput, AcceptShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateAnnotationStoreVersionRequest,
|
|
11
|
+
CreateAnnotationStoreVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateAnnotationStoreVersionCommandInput
|
|
20
|
+
extends CreateAnnotationStoreVersionRequest {}
|
|
21
|
+
export interface CreateAnnotationStoreVersionCommandOutput
|
|
22
|
+
extends CreateAnnotationStoreVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateAnnotationStoreVersionCommand extends $Command<
|
|
25
|
+
CreateAnnotationStoreVersionCommandInput,
|
|
26
|
+
CreateAnnotationStoreVersionCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateAnnotationStoreVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateAnnotationStoreVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateAnnotationStoreVersionCommandInput,
|
|
38
|
+
CreateAnnotationStoreVersionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { CreateShareRequest, CreateShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateShareCommandInput extends CreateShareRequest {}
|
|
17
|
+
export interface CreateShareCommandOutput
|
|
18
|
+
extends CreateShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class CreateShareCommand extends $Command<
|
|
21
|
+
CreateShareCommandInput,
|
|
22
|
+
CreateShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: CreateShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: CreateShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateShareCommandInput, CreateShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAnnotationStoreVersionsRequest,
|
|
11
|
+
DeleteAnnotationStoreVersionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteAnnotationStoreVersionsCommandInput
|
|
20
|
+
extends DeleteAnnotationStoreVersionsRequest {}
|
|
21
|
+
export interface DeleteAnnotationStoreVersionsCommandOutput
|
|
22
|
+
extends DeleteAnnotationStoreVersionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteAnnotationStoreVersionsCommand extends $Command<
|
|
25
|
+
DeleteAnnotationStoreVersionsCommandInput,
|
|
26
|
+
DeleteAnnotationStoreVersionsCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteAnnotationStoreVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteAnnotationStoreVersionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteAnnotationStoreVersionsCommandInput,
|
|
38
|
+
DeleteAnnotationStoreVersionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteShareRequest, DeleteShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteShareCommandInput extends DeleteShareRequest {}
|
|
17
|
+
export interface DeleteShareCommandOutput
|
|
18
|
+
extends DeleteShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class DeleteShareCommand extends $Command<
|
|
21
|
+
DeleteShareCommandInput,
|
|
22
|
+
DeleteShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteShareCommandInput, DeleteShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetAnnotationStoreVersionRequest,
|
|
11
|
+
GetAnnotationStoreVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetAnnotationStoreVersionCommandInput
|
|
20
|
+
extends GetAnnotationStoreVersionRequest {}
|
|
21
|
+
export interface GetAnnotationStoreVersionCommandOutput
|
|
22
|
+
extends GetAnnotationStoreVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetAnnotationStoreVersionCommand extends $Command<
|
|
25
|
+
GetAnnotationStoreVersionCommandInput,
|
|
26
|
+
GetAnnotationStoreVersionCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetAnnotationStoreVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetAnnotationStoreVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetAnnotationStoreVersionCommandInput,
|
|
38
|
+
GetAnnotationStoreVersionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { GetShareRequest, GetShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetShareCommandInput extends GetShareRequest {}
|
|
17
|
+
export interface GetShareCommandOutput
|
|
18
|
+
extends GetShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetShareCommand extends $Command<
|
|
21
|
+
GetShareCommandInput,
|
|
22
|
+
GetShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetShareCommandInput, GetShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListAnnotationStoreVersionsRequest,
|
|
11
|
+
ListAnnotationStoreVersionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListAnnotationStoreVersionsCommandInput
|
|
20
|
+
extends ListAnnotationStoreVersionsRequest {}
|
|
21
|
+
export interface ListAnnotationStoreVersionsCommandOutput
|
|
22
|
+
extends ListAnnotationStoreVersionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListAnnotationStoreVersionsCommand extends $Command<
|
|
25
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
26
|
+
ListAnnotationStoreVersionsCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListAnnotationStoreVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListAnnotationStoreVersionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
38
|
+
ListAnnotationStoreVersionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { ListSharesRequest, ListSharesResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ListSharesCommandInput extends ListSharesRequest {}
|
|
17
|
+
export interface ListSharesCommandOutput
|
|
18
|
+
extends ListSharesResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ListSharesCommand extends $Command<
|
|
21
|
+
ListSharesCommandInput,
|
|
22
|
+
ListSharesCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ListSharesCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ListSharesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListSharesCommandInput, ListSharesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateAnnotationStoreVersionRequest,
|
|
11
|
+
UpdateAnnotationStoreVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateAnnotationStoreVersionCommandInput
|
|
20
|
+
extends UpdateAnnotationStoreVersionRequest {}
|
|
21
|
+
export interface UpdateAnnotationStoreVersionCommandOutput
|
|
22
|
+
extends UpdateAnnotationStoreVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateAnnotationStoreVersionCommand extends $Command<
|
|
25
|
+
UpdateAnnotationStoreVersionCommandInput,
|
|
26
|
+
UpdateAnnotationStoreVersionCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateAnnotationStoreVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateAnnotationStoreVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateAnnotationStoreVersionCommandInput,
|
|
38
|
+
UpdateAnnotationStoreVersionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
export * from "./AbortMultipartReadSetUploadCommand";
|
|
2
|
+
export * from "./AcceptShareCommand";
|
|
2
3
|
export * from "./BatchDeleteReadSetCommand";
|
|
3
4
|
export * from "./CancelAnnotationImportJobCommand";
|
|
4
5
|
export * from "./CancelRunCommand";
|
|
5
6
|
export * from "./CancelVariantImportJobCommand";
|
|
6
7
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
7
8
|
export * from "./CreateAnnotationStoreCommand";
|
|
9
|
+
export * from "./CreateAnnotationStoreVersionCommand";
|
|
8
10
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
9
11
|
export * from "./CreateReferenceStoreCommand";
|
|
10
12
|
export * from "./CreateRunGroupCommand";
|
|
11
13
|
export * from "./CreateSequenceStoreCommand";
|
|
14
|
+
export * from "./CreateShareCommand";
|
|
12
15
|
export * from "./CreateVariantStoreCommand";
|
|
13
16
|
export * from "./CreateWorkflowCommand";
|
|
14
17
|
export * from "./DeleteAnnotationStoreCommand";
|
|
18
|
+
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
15
19
|
export * from "./DeleteReferenceCommand";
|
|
16
20
|
export * from "./DeleteReferenceStoreCommand";
|
|
17
21
|
export * from "./DeleteRunCommand";
|
|
18
22
|
export * from "./DeleteRunGroupCommand";
|
|
19
23
|
export * from "./DeleteSequenceStoreCommand";
|
|
24
|
+
export * from "./DeleteShareCommand";
|
|
20
25
|
export * from "./DeleteVariantStoreCommand";
|
|
21
26
|
export * from "./DeleteWorkflowCommand";
|
|
22
27
|
export * from "./GetAnnotationImportJobCommand";
|
|
23
28
|
export * from "./GetAnnotationStoreCommand";
|
|
29
|
+
export * from "./GetAnnotationStoreVersionCommand";
|
|
24
30
|
export * from "./GetReadSetActivationJobCommand";
|
|
25
31
|
export * from "./GetReadSetCommand";
|
|
26
32
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -34,10 +40,12 @@ export * from "./GetRunCommand";
|
|
|
34
40
|
export * from "./GetRunGroupCommand";
|
|
35
41
|
export * from "./GetRunTaskCommand";
|
|
36
42
|
export * from "./GetSequenceStoreCommand";
|
|
43
|
+
export * from "./GetShareCommand";
|
|
37
44
|
export * from "./GetVariantImportJobCommand";
|
|
38
45
|
export * from "./GetVariantStoreCommand";
|
|
39
46
|
export * from "./GetWorkflowCommand";
|
|
40
47
|
export * from "./ListAnnotationImportJobsCommand";
|
|
48
|
+
export * from "./ListAnnotationStoreVersionsCommand";
|
|
41
49
|
export * from "./ListAnnotationStoresCommand";
|
|
42
50
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
43
51
|
export * from "./ListReadSetActivationJobsCommand";
|
|
@@ -52,6 +60,7 @@ export * from "./ListRunGroupsCommand";
|
|
|
52
60
|
export * from "./ListRunTasksCommand";
|
|
53
61
|
export * from "./ListRunsCommand";
|
|
54
62
|
export * from "./ListSequenceStoresCommand";
|
|
63
|
+
export * from "./ListSharesCommand";
|
|
55
64
|
export * from "./ListTagsForResourceCommand";
|
|
56
65
|
export * from "./ListVariantImportJobsCommand";
|
|
57
66
|
export * from "./ListVariantStoresCommand";
|
|
@@ -66,6 +75,7 @@ export * from "./StartVariantImportJobCommand";
|
|
|
66
75
|
export * from "./TagResourceCommand";
|
|
67
76
|
export * from "./UntagResourceCommand";
|
|
68
77
|
export * from "./UpdateAnnotationStoreCommand";
|
|
78
|
+
export * from "./UpdateAnnotationStoreVersionCommand";
|
|
69
79
|
export * from "./UpdateRunGroupCommand";
|
|
70
80
|
export * from "./UpdateVariantStoreCommand";
|
|
71
81
|
export * from "./UpdateWorkflowCommand";
|