@aws-sdk/client-omics 3.696.0 → 3.699.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 +72 -0
- package/dist-cjs/index.js +575 -5
- package/dist-es/Omics.js +18 -0
- package/dist-es/commands/CreateRunCacheCommand.js +22 -0
- package/dist-es/commands/DeleteRunCacheCommand.js +22 -0
- package/dist-es/commands/DeleteS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/GetRunCacheCommand.js +22 -0
- package/dist-es/commands/GetS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/ListRunCachesCommand.js +22 -0
- package/dist-es/commands/PutS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/UpdateRunCacheCommand.js +22 -0
- package/dist-es/commands/UpdateSequenceStoreCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/pagination/ListRunCachesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +379 -2
- package/dist-types/Omics.d.ts +64 -0
- package/dist-types/OmicsClient.d.ts +11 -2
- package/dist-types/commands/CreateRunCacheCommand.d.ts +112 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunCacheCommand.d.ts +98 -0
- package/dist-types/commands/DeleteS3AccessPolicyCommand.d.ts +92 -0
- package/dist-types/commands/GetRunCacheCommand.d.ts +107 -0
- package/dist-types/commands/GetRunCommand.d.ts +7 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +2 -0
- package/dist-types/commands/GetS3AccessPolicyCommand.d.ts +101 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +7 -0
- package/dist-types/commands/ListRunCachesCommand.d.ts +107 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
- package/dist-types/commands/PutS3AccessPolicyCommand.d.ts +97 -0
- package/dist-types/commands/StartRunCommand.d.ts +6 -3
- package/dist-types/commands/UpdateRunCacheCommand.d.ts +96 -0
- package/dist-types/commands/UpdateSequenceStoreCommand.d.ts +123 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +666 -12
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Omics.d.ts +154 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateRunCacheCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteRunCacheCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRunCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRunCachesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRunCacheCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateSequenceStoreCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +166 -5
- package/dist-types/ts3.4/pagination/ListRunCachesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +4 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "../commands/ListRunCachesCommand";
|
|
3
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListRunCaches: (config: OmicsPaginationConfiguration, input: ListRunCachesCommandInput, ...rest: any[]) => Paginator<ListRunCachesCommandOutput>;
|
|
@@ -11,6 +11,7 @@ export * from "./ListReadSetsPaginator";
|
|
|
11
11
|
export * from "./ListReferenceImportJobsPaginator";
|
|
12
12
|
export * from "./ListReferenceStoresPaginator";
|
|
13
13
|
export * from "./ListReferencesPaginator";
|
|
14
|
+
export * from "./ListRunCachesPaginator";
|
|
14
15
|
export * from "./ListRunGroupsPaginator";
|
|
15
16
|
export * from "./ListRunTasksPaginator";
|
|
16
17
|
export * from "./ListRunsPaginator";
|
|
@@ -11,6 +11,7 @@ import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput }
|
|
|
11
11
|
import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "../commands/CreateAnnotationStoreVersionCommand";
|
|
12
12
|
import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "../commands/CreateMultipartReadSetUploadCommand";
|
|
13
13
|
import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "../commands/CreateReferenceStoreCommand";
|
|
14
|
+
import { CreateRunCacheCommandInput, CreateRunCacheCommandOutput } from "../commands/CreateRunCacheCommand";
|
|
14
15
|
import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "../commands/CreateRunGroupCommand";
|
|
15
16
|
import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "../commands/CreateSequenceStoreCommand";
|
|
16
17
|
import { CreateShareCommandInput, CreateShareCommandOutput } from "../commands/CreateShareCommand";
|
|
@@ -20,8 +21,10 @@ import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput }
|
|
|
20
21
|
import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "../commands/DeleteAnnotationStoreVersionsCommand";
|
|
21
22
|
import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "../commands/DeleteReferenceCommand";
|
|
22
23
|
import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "../commands/DeleteReferenceStoreCommand";
|
|
24
|
+
import { DeleteRunCacheCommandInput, DeleteRunCacheCommandOutput } from "../commands/DeleteRunCacheCommand";
|
|
23
25
|
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "../commands/DeleteRunCommand";
|
|
24
26
|
import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "../commands/DeleteRunGroupCommand";
|
|
27
|
+
import { DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput } from "../commands/DeleteS3AccessPolicyCommand";
|
|
25
28
|
import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "../commands/DeleteSequenceStoreCommand";
|
|
26
29
|
import { DeleteShareCommandInput, DeleteShareCommandOutput } from "../commands/DeleteShareCommand";
|
|
27
30
|
import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "../commands/DeleteVariantStoreCommand";
|
|
@@ -38,9 +41,11 @@ import { GetReferenceCommandInput, GetReferenceCommandOutput } from "../commands
|
|
|
38
41
|
import { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "../commands/GetReferenceImportJobCommand";
|
|
39
42
|
import { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "../commands/GetReferenceMetadataCommand";
|
|
40
43
|
import { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "../commands/GetReferenceStoreCommand";
|
|
44
|
+
import { GetRunCacheCommandInput, GetRunCacheCommandOutput } from "../commands/GetRunCacheCommand";
|
|
41
45
|
import { GetRunCommandInput, GetRunCommandOutput } from "../commands/GetRunCommand";
|
|
42
46
|
import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "../commands/GetRunGroupCommand";
|
|
43
47
|
import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "../commands/GetRunTaskCommand";
|
|
48
|
+
import { GetS3AccessPolicyCommandInput, GetS3AccessPolicyCommandOutput } from "../commands/GetS3AccessPolicyCommand";
|
|
44
49
|
import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "../commands/GetSequenceStoreCommand";
|
|
45
50
|
import { GetShareCommandInput, GetShareCommandOutput } from "../commands/GetShareCommand";
|
|
46
51
|
import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "../commands/GetVariantImportJobCommand";
|
|
@@ -58,6 +63,7 @@ import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput
|
|
|
58
63
|
import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "../commands/ListReferenceImportJobsCommand";
|
|
59
64
|
import { ListReferencesCommandInput, ListReferencesCommandOutput } from "../commands/ListReferencesCommand";
|
|
60
65
|
import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "../commands/ListReferenceStoresCommand";
|
|
66
|
+
import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "../commands/ListRunCachesCommand";
|
|
61
67
|
import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../commands/ListRunGroupsCommand";
|
|
62
68
|
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
63
69
|
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
|
|
@@ -67,6 +73,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
67
73
|
import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "../commands/ListVariantImportJobsCommand";
|
|
68
74
|
import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "../commands/ListVariantStoresCommand";
|
|
69
75
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
76
|
+
import { PutS3AccessPolicyCommandInput, PutS3AccessPolicyCommandOutput } from "../commands/PutS3AccessPolicyCommand";
|
|
70
77
|
import { StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput } from "../commands/StartAnnotationImportJobCommand";
|
|
71
78
|
import { StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput } from "../commands/StartReadSetActivationJobCommand";
|
|
72
79
|
import { StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput } from "../commands/StartReadSetExportJobCommand";
|
|
@@ -78,7 +85,9 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
78
85
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
79
86
|
import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "../commands/UpdateAnnotationStoreCommand";
|
|
80
87
|
import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "../commands/UpdateAnnotationStoreVersionCommand";
|
|
88
|
+
import { UpdateRunCacheCommandInput, UpdateRunCacheCommandOutput } from "../commands/UpdateRunCacheCommand";
|
|
81
89
|
import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "../commands/UpdateRunGroupCommand";
|
|
90
|
+
import { UpdateSequenceStoreCommandInput, UpdateSequenceStoreCommandOutput } from "../commands/UpdateSequenceStoreCommand";
|
|
82
91
|
import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "../commands/UpdateVariantStoreCommand";
|
|
83
92
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
|
|
84
93
|
import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "../commands/UploadReadSetPartCommand";
|
|
@@ -126,6 +135,10 @@ export declare const se_CreateMultipartReadSetUploadCommand: (input: CreateMulti
|
|
|
126
135
|
* serializeAws_restJson1CreateReferenceStoreCommand
|
|
127
136
|
*/
|
|
128
137
|
export declare const se_CreateReferenceStoreCommand: (input: CreateReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1CreateRunCacheCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_CreateRunCacheCommand: (input: CreateRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
142
|
/**
|
|
130
143
|
* serializeAws_restJson1CreateRunGroupCommand
|
|
131
144
|
*/
|
|
@@ -166,10 +179,18 @@ export declare const se_DeleteReferenceStoreCommand: (input: DeleteReferenceStor
|
|
|
166
179
|
* serializeAws_restJson1DeleteRunCommand
|
|
167
180
|
*/
|
|
168
181
|
export declare const se_DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_restJson1DeleteRunCacheCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_DeleteRunCacheCommand: (input: DeleteRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
186
|
/**
|
|
170
187
|
* serializeAws_restJson1DeleteRunGroupCommand
|
|
171
188
|
*/
|
|
172
189
|
export declare const se_DeleteRunGroupCommand: (input: DeleteRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_restJson1DeleteS3AccessPolicyCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_DeleteS3AccessPolicyCommand: (input: DeleteS3AccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
194
|
/**
|
|
174
195
|
* serializeAws_restJson1DeleteSequenceStoreCommand
|
|
175
196
|
*/
|
|
@@ -238,6 +259,10 @@ export declare const se_GetReferenceStoreCommand: (input: GetReferenceStoreComma
|
|
|
238
259
|
* serializeAws_restJson1GetRunCommand
|
|
239
260
|
*/
|
|
240
261
|
export declare const se_GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
/**
|
|
263
|
+
* serializeAws_restJson1GetRunCacheCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const se_GetRunCacheCommand: (input: GetRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
266
|
/**
|
|
242
267
|
* serializeAws_restJson1GetRunGroupCommand
|
|
243
268
|
*/
|
|
@@ -246,6 +271,10 @@ export declare const se_GetRunGroupCommand: (input: GetRunGroupCommandInput, con
|
|
|
246
271
|
* serializeAws_restJson1GetRunTaskCommand
|
|
247
272
|
*/
|
|
248
273
|
export declare const se_GetRunTaskCommand: (input: GetRunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
+
/**
|
|
275
|
+
* serializeAws_restJson1GetS3AccessPolicyCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const se_GetS3AccessPolicyCommand: (input: GetS3AccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
278
|
/**
|
|
250
279
|
* serializeAws_restJson1GetSequenceStoreCommand
|
|
251
280
|
*/
|
|
@@ -314,6 +343,10 @@ export declare const se_ListReferencesCommand: (input: ListReferencesCommandInpu
|
|
|
314
343
|
* serializeAws_restJson1ListReferenceStoresCommand
|
|
315
344
|
*/
|
|
316
345
|
export declare const se_ListReferenceStoresCommand: (input: ListReferenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
+
/**
|
|
347
|
+
* serializeAws_restJson1ListRunCachesCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const se_ListRunCachesCommand: (input: ListRunCachesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
350
|
/**
|
|
318
351
|
* serializeAws_restJson1ListRunGroupsCommand
|
|
319
352
|
*/
|
|
@@ -350,6 +383,10 @@ export declare const se_ListVariantStoresCommand: (input: ListVariantStoresComma
|
|
|
350
383
|
* serializeAws_restJson1ListWorkflowsCommand
|
|
351
384
|
*/
|
|
352
385
|
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
+
/**
|
|
387
|
+
* serializeAws_restJson1PutS3AccessPolicyCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const se_PutS3AccessPolicyCommand: (input: PutS3AccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
390
|
/**
|
|
354
391
|
* serializeAws_restJson1StartAnnotationImportJobCommand
|
|
355
392
|
*/
|
|
@@ -394,10 +431,18 @@ export declare const se_UpdateAnnotationStoreCommand: (input: UpdateAnnotationSt
|
|
|
394
431
|
* serializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
395
432
|
*/
|
|
396
433
|
export declare const se_UpdateAnnotationStoreVersionCommand: (input: UpdateAnnotationStoreVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
434
|
+
/**
|
|
435
|
+
* serializeAws_restJson1UpdateRunCacheCommand
|
|
436
|
+
*/
|
|
437
|
+
export declare const se_UpdateRunCacheCommand: (input: UpdateRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
397
438
|
/**
|
|
398
439
|
* serializeAws_restJson1UpdateRunGroupCommand
|
|
399
440
|
*/
|
|
400
441
|
export declare const se_UpdateRunGroupCommand: (input: UpdateRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
442
|
+
/**
|
|
443
|
+
* serializeAws_restJson1UpdateSequenceStoreCommand
|
|
444
|
+
*/
|
|
445
|
+
export declare const se_UpdateSequenceStoreCommand: (input: UpdateSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
401
446
|
/**
|
|
402
447
|
* serializeAws_restJson1UpdateVariantStoreCommand
|
|
403
448
|
*/
|
|
@@ -454,6 +499,10 @@ export declare const de_CreateMultipartReadSetUploadCommand: (output: __HttpResp
|
|
|
454
499
|
* deserializeAws_restJson1CreateReferenceStoreCommand
|
|
455
500
|
*/
|
|
456
501
|
export declare const de_CreateReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReferenceStoreCommandOutput>;
|
|
502
|
+
/**
|
|
503
|
+
* deserializeAws_restJson1CreateRunCacheCommand
|
|
504
|
+
*/
|
|
505
|
+
export declare const de_CreateRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRunCacheCommandOutput>;
|
|
457
506
|
/**
|
|
458
507
|
* deserializeAws_restJson1CreateRunGroupCommand
|
|
459
508
|
*/
|
|
@@ -494,10 +543,18 @@ export declare const de_DeleteReferenceStoreCommand: (output: __HttpResponse, co
|
|
|
494
543
|
* deserializeAws_restJson1DeleteRunCommand
|
|
495
544
|
*/
|
|
496
545
|
export declare const de_DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
|
|
546
|
+
/**
|
|
547
|
+
* deserializeAws_restJson1DeleteRunCacheCommand
|
|
548
|
+
*/
|
|
549
|
+
export declare const de_DeleteRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCacheCommandOutput>;
|
|
497
550
|
/**
|
|
498
551
|
* deserializeAws_restJson1DeleteRunGroupCommand
|
|
499
552
|
*/
|
|
500
553
|
export declare const de_DeleteRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunGroupCommandOutput>;
|
|
554
|
+
/**
|
|
555
|
+
* deserializeAws_restJson1DeleteS3AccessPolicyCommand
|
|
556
|
+
*/
|
|
557
|
+
export declare const de_DeleteS3AccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteS3AccessPolicyCommandOutput>;
|
|
501
558
|
/**
|
|
502
559
|
* deserializeAws_restJson1DeleteSequenceStoreCommand
|
|
503
560
|
*/
|
|
@@ -566,6 +623,10 @@ export declare const de_GetReferenceStoreCommand: (output: __HttpResponse, conte
|
|
|
566
623
|
* deserializeAws_restJson1GetRunCommand
|
|
567
624
|
*/
|
|
568
625
|
export declare const de_GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
|
|
626
|
+
/**
|
|
627
|
+
* deserializeAws_restJson1GetRunCacheCommand
|
|
628
|
+
*/
|
|
629
|
+
export declare const de_GetRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCacheCommandOutput>;
|
|
569
630
|
/**
|
|
570
631
|
* deserializeAws_restJson1GetRunGroupCommand
|
|
571
632
|
*/
|
|
@@ -574,6 +635,10 @@ export declare const de_GetRunGroupCommand: (output: __HttpResponse, context: __
|
|
|
574
635
|
* deserializeAws_restJson1GetRunTaskCommand
|
|
575
636
|
*/
|
|
576
637
|
export declare const de_GetRunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunTaskCommandOutput>;
|
|
638
|
+
/**
|
|
639
|
+
* deserializeAws_restJson1GetS3AccessPolicyCommand
|
|
640
|
+
*/
|
|
641
|
+
export declare const de_GetS3AccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetS3AccessPolicyCommandOutput>;
|
|
577
642
|
/**
|
|
578
643
|
* deserializeAws_restJson1GetSequenceStoreCommand
|
|
579
644
|
*/
|
|
@@ -642,6 +707,10 @@ export declare const de_ListReferencesCommand: (output: __HttpResponse, context:
|
|
|
642
707
|
* deserializeAws_restJson1ListReferenceStoresCommand
|
|
643
708
|
*/
|
|
644
709
|
export declare const de_ListReferenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceStoresCommandOutput>;
|
|
710
|
+
/**
|
|
711
|
+
* deserializeAws_restJson1ListRunCachesCommand
|
|
712
|
+
*/
|
|
713
|
+
export declare const de_ListRunCachesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunCachesCommandOutput>;
|
|
645
714
|
/**
|
|
646
715
|
* deserializeAws_restJson1ListRunGroupsCommand
|
|
647
716
|
*/
|
|
@@ -678,6 +747,10 @@ export declare const de_ListVariantStoresCommand: (output: __HttpResponse, conte
|
|
|
678
747
|
* deserializeAws_restJson1ListWorkflowsCommand
|
|
679
748
|
*/
|
|
680
749
|
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
750
|
+
/**
|
|
751
|
+
* deserializeAws_restJson1PutS3AccessPolicyCommand
|
|
752
|
+
*/
|
|
753
|
+
export declare const de_PutS3AccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutS3AccessPolicyCommandOutput>;
|
|
681
754
|
/**
|
|
682
755
|
* deserializeAws_restJson1StartAnnotationImportJobCommand
|
|
683
756
|
*/
|
|
@@ -722,10 +795,18 @@ export declare const de_UpdateAnnotationStoreCommand: (output: __HttpResponse, c
|
|
|
722
795
|
* deserializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
723
796
|
*/
|
|
724
797
|
export declare const de_UpdateAnnotationStoreVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreVersionCommandOutput>;
|
|
798
|
+
/**
|
|
799
|
+
* deserializeAws_restJson1UpdateRunCacheCommand
|
|
800
|
+
*/
|
|
801
|
+
export declare const de_UpdateRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRunCacheCommandOutput>;
|
|
725
802
|
/**
|
|
726
803
|
* deserializeAws_restJson1UpdateRunGroupCommand
|
|
727
804
|
*/
|
|
728
805
|
export declare const de_UpdateRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRunGroupCommandOutput>;
|
|
806
|
+
/**
|
|
807
|
+
* deserializeAws_restJson1UpdateSequenceStoreCommand
|
|
808
|
+
*/
|
|
809
|
+
export declare const de_UpdateSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSequenceStoreCommandOutput>;
|
|
729
810
|
/**
|
|
730
811
|
* deserializeAws_restJson1UpdateVariantStoreCommand
|
|
731
812
|
*/
|
|
@@ -43,6 +43,10 @@ import {
|
|
|
43
43
|
CreateReferenceStoreCommandInput,
|
|
44
44
|
CreateReferenceStoreCommandOutput,
|
|
45
45
|
} from "./commands/CreateReferenceStoreCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateRunCacheCommandInput,
|
|
48
|
+
CreateRunCacheCommandOutput,
|
|
49
|
+
} from "./commands/CreateRunCacheCommand";
|
|
46
50
|
import {
|
|
47
51
|
CreateRunGroupCommandInput,
|
|
48
52
|
CreateRunGroupCommandOutput,
|
|
@@ -79,6 +83,10 @@ import {
|
|
|
79
83
|
DeleteReferenceStoreCommandInput,
|
|
80
84
|
DeleteReferenceStoreCommandOutput,
|
|
81
85
|
} from "./commands/DeleteReferenceStoreCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteRunCacheCommandInput,
|
|
88
|
+
DeleteRunCacheCommandOutput,
|
|
89
|
+
} from "./commands/DeleteRunCacheCommand";
|
|
82
90
|
import {
|
|
83
91
|
DeleteRunCommandInput,
|
|
84
92
|
DeleteRunCommandOutput,
|
|
@@ -87,6 +95,10 @@ import {
|
|
|
87
95
|
DeleteRunGroupCommandInput,
|
|
88
96
|
DeleteRunGroupCommandOutput,
|
|
89
97
|
} from "./commands/DeleteRunGroupCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteS3AccessPolicyCommandInput,
|
|
100
|
+
DeleteS3AccessPolicyCommandOutput,
|
|
101
|
+
} from "./commands/DeleteS3AccessPolicyCommand";
|
|
90
102
|
import {
|
|
91
103
|
DeleteSequenceStoreCommandInput,
|
|
92
104
|
DeleteSequenceStoreCommandOutput,
|
|
@@ -151,6 +163,10 @@ import {
|
|
|
151
163
|
GetReferenceStoreCommandInput,
|
|
152
164
|
GetReferenceStoreCommandOutput,
|
|
153
165
|
} from "./commands/GetReferenceStoreCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetRunCacheCommandInput,
|
|
168
|
+
GetRunCacheCommandOutput,
|
|
169
|
+
} from "./commands/GetRunCacheCommand";
|
|
154
170
|
import {
|
|
155
171
|
GetRunCommandInput,
|
|
156
172
|
GetRunCommandOutput,
|
|
@@ -163,6 +179,10 @@ import {
|
|
|
163
179
|
GetRunTaskCommandInput,
|
|
164
180
|
GetRunTaskCommandOutput,
|
|
165
181
|
} from "./commands/GetRunTaskCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetS3AccessPolicyCommandInput,
|
|
184
|
+
GetS3AccessPolicyCommandOutput,
|
|
185
|
+
} from "./commands/GetS3AccessPolicyCommand";
|
|
166
186
|
import {
|
|
167
187
|
GetSequenceStoreCommandInput,
|
|
168
188
|
GetSequenceStoreCommandOutput,
|
|
@@ -231,6 +251,10 @@ import {
|
|
|
231
251
|
ListReferenceStoresCommandInput,
|
|
232
252
|
ListReferenceStoresCommandOutput,
|
|
233
253
|
} from "./commands/ListReferenceStoresCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListRunCachesCommandInput,
|
|
256
|
+
ListRunCachesCommandOutput,
|
|
257
|
+
} from "./commands/ListRunCachesCommand";
|
|
234
258
|
import {
|
|
235
259
|
ListRunGroupsCommandInput,
|
|
236
260
|
ListRunGroupsCommandOutput,
|
|
@@ -267,6 +291,10 @@ import {
|
|
|
267
291
|
ListWorkflowsCommandInput,
|
|
268
292
|
ListWorkflowsCommandOutput,
|
|
269
293
|
} from "./commands/ListWorkflowsCommand";
|
|
294
|
+
import {
|
|
295
|
+
PutS3AccessPolicyCommandInput,
|
|
296
|
+
PutS3AccessPolicyCommandOutput,
|
|
297
|
+
} from "./commands/PutS3AccessPolicyCommand";
|
|
270
298
|
import {
|
|
271
299
|
StartAnnotationImportJobCommandInput,
|
|
272
300
|
StartAnnotationImportJobCommandOutput,
|
|
@@ -311,10 +339,18 @@ import {
|
|
|
311
339
|
UpdateAnnotationStoreVersionCommandInput,
|
|
312
340
|
UpdateAnnotationStoreVersionCommandOutput,
|
|
313
341
|
} from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
342
|
+
import {
|
|
343
|
+
UpdateRunCacheCommandInput,
|
|
344
|
+
UpdateRunCacheCommandOutput,
|
|
345
|
+
} from "./commands/UpdateRunCacheCommand";
|
|
314
346
|
import {
|
|
315
347
|
UpdateRunGroupCommandInput,
|
|
316
348
|
UpdateRunGroupCommandOutput,
|
|
317
349
|
} from "./commands/UpdateRunGroupCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdateSequenceStoreCommandInput,
|
|
352
|
+
UpdateSequenceStoreCommandOutput,
|
|
353
|
+
} from "./commands/UpdateSequenceStoreCommand";
|
|
318
354
|
import {
|
|
319
355
|
UpdateVariantStoreCommandInput,
|
|
320
356
|
UpdateVariantStoreCommandOutput,
|
|
@@ -472,6 +508,19 @@ export interface Omics {
|
|
|
472
508
|
options: __HttpHandlerOptions,
|
|
473
509
|
cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void
|
|
474
510
|
): void;
|
|
511
|
+
createRunCache(
|
|
512
|
+
args: CreateRunCacheCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<CreateRunCacheCommandOutput>;
|
|
515
|
+
createRunCache(
|
|
516
|
+
args: CreateRunCacheCommandInput,
|
|
517
|
+
cb: (err: any, data?: CreateRunCacheCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
createRunCache(
|
|
520
|
+
args: CreateRunCacheCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: CreateRunCacheCommandOutput) => void
|
|
523
|
+
): void;
|
|
475
524
|
createRunGroup(
|
|
476
525
|
args: CreateRunGroupCommandInput,
|
|
477
526
|
options?: __HttpHandlerOptions
|
|
@@ -602,6 +651,19 @@ export interface Omics {
|
|
|
602
651
|
options: __HttpHandlerOptions,
|
|
603
652
|
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
604
653
|
): void;
|
|
654
|
+
deleteRunCache(
|
|
655
|
+
args: DeleteRunCacheCommandInput,
|
|
656
|
+
options?: __HttpHandlerOptions
|
|
657
|
+
): Promise<DeleteRunCacheCommandOutput>;
|
|
658
|
+
deleteRunCache(
|
|
659
|
+
args: DeleteRunCacheCommandInput,
|
|
660
|
+
cb: (err: any, data?: DeleteRunCacheCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
deleteRunCache(
|
|
663
|
+
args: DeleteRunCacheCommandInput,
|
|
664
|
+
options: __HttpHandlerOptions,
|
|
665
|
+
cb: (err: any, data?: DeleteRunCacheCommandOutput) => void
|
|
666
|
+
): void;
|
|
605
667
|
deleteRunGroup(
|
|
606
668
|
args: DeleteRunGroupCommandInput,
|
|
607
669
|
options?: __HttpHandlerOptions
|
|
@@ -615,6 +677,19 @@ export interface Omics {
|
|
|
615
677
|
options: __HttpHandlerOptions,
|
|
616
678
|
cb: (err: any, data?: DeleteRunGroupCommandOutput) => void
|
|
617
679
|
): void;
|
|
680
|
+
deleteS3AccessPolicy(
|
|
681
|
+
args: DeleteS3AccessPolicyCommandInput,
|
|
682
|
+
options?: __HttpHandlerOptions
|
|
683
|
+
): Promise<DeleteS3AccessPolicyCommandOutput>;
|
|
684
|
+
deleteS3AccessPolicy(
|
|
685
|
+
args: DeleteS3AccessPolicyCommandInput,
|
|
686
|
+
cb: (err: any, data?: DeleteS3AccessPolicyCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
deleteS3AccessPolicy(
|
|
689
|
+
args: DeleteS3AccessPolicyCommandInput,
|
|
690
|
+
options: __HttpHandlerOptions,
|
|
691
|
+
cb: (err: any, data?: DeleteS3AccessPolicyCommandOutput) => void
|
|
692
|
+
): void;
|
|
618
693
|
deleteSequenceStore(
|
|
619
694
|
args: DeleteSequenceStoreCommandInput,
|
|
620
695
|
options?: __HttpHandlerOptions
|
|
@@ -836,6 +911,19 @@ export interface Omics {
|
|
|
836
911
|
options: __HttpHandlerOptions,
|
|
837
912
|
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
838
913
|
): void;
|
|
914
|
+
getRunCache(
|
|
915
|
+
args: GetRunCacheCommandInput,
|
|
916
|
+
options?: __HttpHandlerOptions
|
|
917
|
+
): Promise<GetRunCacheCommandOutput>;
|
|
918
|
+
getRunCache(
|
|
919
|
+
args: GetRunCacheCommandInput,
|
|
920
|
+
cb: (err: any, data?: GetRunCacheCommandOutput) => void
|
|
921
|
+
): void;
|
|
922
|
+
getRunCache(
|
|
923
|
+
args: GetRunCacheCommandInput,
|
|
924
|
+
options: __HttpHandlerOptions,
|
|
925
|
+
cb: (err: any, data?: GetRunCacheCommandOutput) => void
|
|
926
|
+
): void;
|
|
839
927
|
getRunGroup(
|
|
840
928
|
args: GetRunGroupCommandInput,
|
|
841
929
|
options?: __HttpHandlerOptions
|
|
@@ -862,6 +950,19 @@ export interface Omics {
|
|
|
862
950
|
options: __HttpHandlerOptions,
|
|
863
951
|
cb: (err: any, data?: GetRunTaskCommandOutput) => void
|
|
864
952
|
): void;
|
|
953
|
+
getS3AccessPolicy(
|
|
954
|
+
args: GetS3AccessPolicyCommandInput,
|
|
955
|
+
options?: __HttpHandlerOptions
|
|
956
|
+
): Promise<GetS3AccessPolicyCommandOutput>;
|
|
957
|
+
getS3AccessPolicy(
|
|
958
|
+
args: GetS3AccessPolicyCommandInput,
|
|
959
|
+
cb: (err: any, data?: GetS3AccessPolicyCommandOutput) => void
|
|
960
|
+
): void;
|
|
961
|
+
getS3AccessPolicy(
|
|
962
|
+
args: GetS3AccessPolicyCommandInput,
|
|
963
|
+
options: __HttpHandlerOptions,
|
|
964
|
+
cb: (err: any, data?: GetS3AccessPolicyCommandOutput) => void
|
|
965
|
+
): void;
|
|
865
966
|
getSequenceStore(
|
|
866
967
|
args: GetSequenceStoreCommandInput,
|
|
867
968
|
options?: __HttpHandlerOptions
|
|
@@ -1086,6 +1187,20 @@ export interface Omics {
|
|
|
1086
1187
|
options: __HttpHandlerOptions,
|
|
1087
1188
|
cb: (err: any, data?: ListReferenceStoresCommandOutput) => void
|
|
1088
1189
|
): void;
|
|
1190
|
+
listRunCaches(): Promise<ListRunCachesCommandOutput>;
|
|
1191
|
+
listRunCaches(
|
|
1192
|
+
args: ListRunCachesCommandInput,
|
|
1193
|
+
options?: __HttpHandlerOptions
|
|
1194
|
+
): Promise<ListRunCachesCommandOutput>;
|
|
1195
|
+
listRunCaches(
|
|
1196
|
+
args: ListRunCachesCommandInput,
|
|
1197
|
+
cb: (err: any, data?: ListRunCachesCommandOutput) => void
|
|
1198
|
+
): void;
|
|
1199
|
+
listRunCaches(
|
|
1200
|
+
args: ListRunCachesCommandInput,
|
|
1201
|
+
options: __HttpHandlerOptions,
|
|
1202
|
+
cb: (err: any, data?: ListRunCachesCommandOutput) => void
|
|
1203
|
+
): void;
|
|
1089
1204
|
listRunGroups(): Promise<ListRunGroupsCommandOutput>;
|
|
1090
1205
|
listRunGroups(
|
|
1091
1206
|
args: ListRunGroupsCommandInput,
|
|
@@ -1209,6 +1324,19 @@ export interface Omics {
|
|
|
1209
1324
|
options: __HttpHandlerOptions,
|
|
1210
1325
|
cb: (err: any, data?: ListWorkflowsCommandOutput) => void
|
|
1211
1326
|
): void;
|
|
1327
|
+
putS3AccessPolicy(
|
|
1328
|
+
args: PutS3AccessPolicyCommandInput,
|
|
1329
|
+
options?: __HttpHandlerOptions
|
|
1330
|
+
): Promise<PutS3AccessPolicyCommandOutput>;
|
|
1331
|
+
putS3AccessPolicy(
|
|
1332
|
+
args: PutS3AccessPolicyCommandInput,
|
|
1333
|
+
cb: (err: any, data?: PutS3AccessPolicyCommandOutput) => void
|
|
1334
|
+
): void;
|
|
1335
|
+
putS3AccessPolicy(
|
|
1336
|
+
args: PutS3AccessPolicyCommandInput,
|
|
1337
|
+
options: __HttpHandlerOptions,
|
|
1338
|
+
cb: (err: any, data?: PutS3AccessPolicyCommandOutput) => void
|
|
1339
|
+
): void;
|
|
1212
1340
|
startAnnotationImportJob(
|
|
1213
1341
|
args: StartAnnotationImportJobCommandInput,
|
|
1214
1342
|
options?: __HttpHandlerOptions
|
|
@@ -1352,6 +1480,19 @@ export interface Omics {
|
|
|
1352
1480
|
options: __HttpHandlerOptions,
|
|
1353
1481
|
cb: (err: any, data?: UpdateAnnotationStoreVersionCommandOutput) => void
|
|
1354
1482
|
): void;
|
|
1483
|
+
updateRunCache(
|
|
1484
|
+
args: UpdateRunCacheCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions
|
|
1486
|
+
): Promise<UpdateRunCacheCommandOutput>;
|
|
1487
|
+
updateRunCache(
|
|
1488
|
+
args: UpdateRunCacheCommandInput,
|
|
1489
|
+
cb: (err: any, data?: UpdateRunCacheCommandOutput) => void
|
|
1490
|
+
): void;
|
|
1491
|
+
updateRunCache(
|
|
1492
|
+
args: UpdateRunCacheCommandInput,
|
|
1493
|
+
options: __HttpHandlerOptions,
|
|
1494
|
+
cb: (err: any, data?: UpdateRunCacheCommandOutput) => void
|
|
1495
|
+
): void;
|
|
1355
1496
|
updateRunGroup(
|
|
1356
1497
|
args: UpdateRunGroupCommandInput,
|
|
1357
1498
|
options?: __HttpHandlerOptions
|
|
@@ -1365,6 +1506,19 @@ export interface Omics {
|
|
|
1365
1506
|
options: __HttpHandlerOptions,
|
|
1366
1507
|
cb: (err: any, data?: UpdateRunGroupCommandOutput) => void
|
|
1367
1508
|
): void;
|
|
1509
|
+
updateSequenceStore(
|
|
1510
|
+
args: UpdateSequenceStoreCommandInput,
|
|
1511
|
+
options?: __HttpHandlerOptions
|
|
1512
|
+
): Promise<UpdateSequenceStoreCommandOutput>;
|
|
1513
|
+
updateSequenceStore(
|
|
1514
|
+
args: UpdateSequenceStoreCommandInput,
|
|
1515
|
+
cb: (err: any, data?: UpdateSequenceStoreCommandOutput) => void
|
|
1516
|
+
): void;
|
|
1517
|
+
updateSequenceStore(
|
|
1518
|
+
args: UpdateSequenceStoreCommandInput,
|
|
1519
|
+
options: __HttpHandlerOptions,
|
|
1520
|
+
cb: (err: any, data?: UpdateSequenceStoreCommandOutput) => void
|
|
1521
|
+
): void;
|
|
1368
1522
|
updateVariantStore(
|
|
1369
1523
|
args: UpdateVariantStoreCommandInput,
|
|
1370
1524
|
options?: __HttpHandlerOptions
|