@aws-sdk/client-omics 3.693.0 → 3.697.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 +40 -0
- package/dist-cjs/index.js +314 -0
- package/dist-es/Omics.js +10 -0
- package/dist-es/commands/CreateRunCacheCommand.js +22 -0
- package/dist-es/commands/DeleteRunCacheCommand.js +22 -0
- package/dist-es/commands/GetRunCacheCommand.js +22 -0
- package/dist-es/commands/ListRunCachesCommand.js +22 -0
- package/dist-es/commands/UpdateRunCacheCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/pagination/ListRunCachesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +208 -0
- package/dist-types/Omics.d.ts +36 -0
- package/dist-types/OmicsClient.d.ts +7 -2
- package/dist-types/commands/CreateRunCacheCommand.d.ts +112 -0
- package/dist-types/commands/DeleteRunCacheCommand.d.ts +98 -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/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/StartRunCommand.d.ts +6 -3
- package/dist-types/commands/UpdateRunCacheCommand.d.ts +96 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +333 -2
- 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 +45 -0
- package/dist-types/ts3.4/Omics.d.ts +86 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +30 -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/GetRunCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListRunCachesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateRunCacheCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- 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 +60 -0
- package/package.json +37 -37
|
@@ -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,6 +21,7 @@ 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";
|
|
25
27
|
import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "../commands/DeleteSequenceStoreCommand";
|
|
@@ -38,6 +40,7 @@ import { GetReferenceCommandInput, GetReferenceCommandOutput } from "../commands
|
|
|
38
40
|
import { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "../commands/GetReferenceImportJobCommand";
|
|
39
41
|
import { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "../commands/GetReferenceMetadataCommand";
|
|
40
42
|
import { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "../commands/GetReferenceStoreCommand";
|
|
43
|
+
import { GetRunCacheCommandInput, GetRunCacheCommandOutput } from "../commands/GetRunCacheCommand";
|
|
41
44
|
import { GetRunCommandInput, GetRunCommandOutput } from "../commands/GetRunCommand";
|
|
42
45
|
import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "../commands/GetRunGroupCommand";
|
|
43
46
|
import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "../commands/GetRunTaskCommand";
|
|
@@ -58,6 +61,7 @@ import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput
|
|
|
58
61
|
import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "../commands/ListReferenceImportJobsCommand";
|
|
59
62
|
import { ListReferencesCommandInput, ListReferencesCommandOutput } from "../commands/ListReferencesCommand";
|
|
60
63
|
import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "../commands/ListReferenceStoresCommand";
|
|
64
|
+
import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "../commands/ListRunCachesCommand";
|
|
61
65
|
import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../commands/ListRunGroupsCommand";
|
|
62
66
|
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
63
67
|
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
|
|
@@ -78,6 +82,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
78
82
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
79
83
|
import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "../commands/UpdateAnnotationStoreCommand";
|
|
80
84
|
import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "../commands/UpdateAnnotationStoreVersionCommand";
|
|
85
|
+
import { UpdateRunCacheCommandInput, UpdateRunCacheCommandOutput } from "../commands/UpdateRunCacheCommand";
|
|
81
86
|
import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "../commands/UpdateRunGroupCommand";
|
|
82
87
|
import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "../commands/UpdateVariantStoreCommand";
|
|
83
88
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
|
|
@@ -126,6 +131,10 @@ export declare const se_CreateMultipartReadSetUploadCommand: (input: CreateMulti
|
|
|
126
131
|
* serializeAws_restJson1CreateReferenceStoreCommand
|
|
127
132
|
*/
|
|
128
133
|
export declare const se_CreateReferenceStoreCommand: (input: CreateReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1CreateRunCacheCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_CreateRunCacheCommand: (input: CreateRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
138
|
/**
|
|
130
139
|
* serializeAws_restJson1CreateRunGroupCommand
|
|
131
140
|
*/
|
|
@@ -166,6 +175,10 @@ export declare const se_DeleteReferenceStoreCommand: (input: DeleteReferenceStor
|
|
|
166
175
|
* serializeAws_restJson1DeleteRunCommand
|
|
167
176
|
*/
|
|
168
177
|
export declare const se_DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_restJson1DeleteRunCacheCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_DeleteRunCacheCommand: (input: DeleteRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
182
|
/**
|
|
170
183
|
* serializeAws_restJson1DeleteRunGroupCommand
|
|
171
184
|
*/
|
|
@@ -238,6 +251,10 @@ export declare const se_GetReferenceStoreCommand: (input: GetReferenceStoreComma
|
|
|
238
251
|
* serializeAws_restJson1GetRunCommand
|
|
239
252
|
*/
|
|
240
253
|
export declare const se_GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_restJson1GetRunCacheCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_GetRunCacheCommand: (input: GetRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
258
|
/**
|
|
242
259
|
* serializeAws_restJson1GetRunGroupCommand
|
|
243
260
|
*/
|
|
@@ -314,6 +331,10 @@ export declare const se_ListReferencesCommand: (input: ListReferencesCommandInpu
|
|
|
314
331
|
* serializeAws_restJson1ListReferenceStoresCommand
|
|
315
332
|
*/
|
|
316
333
|
export declare const se_ListReferenceStoresCommand: (input: ListReferenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
+
/**
|
|
335
|
+
* serializeAws_restJson1ListRunCachesCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const se_ListRunCachesCommand: (input: ListRunCachesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
338
|
/**
|
|
318
339
|
* serializeAws_restJson1ListRunGroupsCommand
|
|
319
340
|
*/
|
|
@@ -394,6 +415,10 @@ export declare const se_UpdateAnnotationStoreCommand: (input: UpdateAnnotationSt
|
|
|
394
415
|
* serializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
395
416
|
*/
|
|
396
417
|
export declare const se_UpdateAnnotationStoreVersionCommand: (input: UpdateAnnotationStoreVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
|
+
/**
|
|
419
|
+
* serializeAws_restJson1UpdateRunCacheCommand
|
|
420
|
+
*/
|
|
421
|
+
export declare const se_UpdateRunCacheCommand: (input: UpdateRunCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
397
422
|
/**
|
|
398
423
|
* serializeAws_restJson1UpdateRunGroupCommand
|
|
399
424
|
*/
|
|
@@ -454,6 +479,10 @@ export declare const de_CreateMultipartReadSetUploadCommand: (output: __HttpResp
|
|
|
454
479
|
* deserializeAws_restJson1CreateReferenceStoreCommand
|
|
455
480
|
*/
|
|
456
481
|
export declare const de_CreateReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReferenceStoreCommandOutput>;
|
|
482
|
+
/**
|
|
483
|
+
* deserializeAws_restJson1CreateRunCacheCommand
|
|
484
|
+
*/
|
|
485
|
+
export declare const de_CreateRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRunCacheCommandOutput>;
|
|
457
486
|
/**
|
|
458
487
|
* deserializeAws_restJson1CreateRunGroupCommand
|
|
459
488
|
*/
|
|
@@ -494,6 +523,10 @@ export declare const de_DeleteReferenceStoreCommand: (output: __HttpResponse, co
|
|
|
494
523
|
* deserializeAws_restJson1DeleteRunCommand
|
|
495
524
|
*/
|
|
496
525
|
export declare const de_DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
|
|
526
|
+
/**
|
|
527
|
+
* deserializeAws_restJson1DeleteRunCacheCommand
|
|
528
|
+
*/
|
|
529
|
+
export declare const de_DeleteRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCacheCommandOutput>;
|
|
497
530
|
/**
|
|
498
531
|
* deserializeAws_restJson1DeleteRunGroupCommand
|
|
499
532
|
*/
|
|
@@ -566,6 +599,10 @@ export declare const de_GetReferenceStoreCommand: (output: __HttpResponse, conte
|
|
|
566
599
|
* deserializeAws_restJson1GetRunCommand
|
|
567
600
|
*/
|
|
568
601
|
export declare const de_GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
|
|
602
|
+
/**
|
|
603
|
+
* deserializeAws_restJson1GetRunCacheCommand
|
|
604
|
+
*/
|
|
605
|
+
export declare const de_GetRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCacheCommandOutput>;
|
|
569
606
|
/**
|
|
570
607
|
* deserializeAws_restJson1GetRunGroupCommand
|
|
571
608
|
*/
|
|
@@ -642,6 +679,10 @@ export declare const de_ListReferencesCommand: (output: __HttpResponse, context:
|
|
|
642
679
|
* deserializeAws_restJson1ListReferenceStoresCommand
|
|
643
680
|
*/
|
|
644
681
|
export declare const de_ListReferenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceStoresCommandOutput>;
|
|
682
|
+
/**
|
|
683
|
+
* deserializeAws_restJson1ListRunCachesCommand
|
|
684
|
+
*/
|
|
685
|
+
export declare const de_ListRunCachesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunCachesCommandOutput>;
|
|
645
686
|
/**
|
|
646
687
|
* deserializeAws_restJson1ListRunGroupsCommand
|
|
647
688
|
*/
|
|
@@ -722,6 +763,10 @@ export declare const de_UpdateAnnotationStoreCommand: (output: __HttpResponse, c
|
|
|
722
763
|
* deserializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
723
764
|
*/
|
|
724
765
|
export declare const de_UpdateAnnotationStoreVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreVersionCommandOutput>;
|
|
766
|
+
/**
|
|
767
|
+
* deserializeAws_restJson1UpdateRunCacheCommand
|
|
768
|
+
*/
|
|
769
|
+
export declare const de_UpdateRunCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRunCacheCommandOutput>;
|
|
725
770
|
/**
|
|
726
771
|
* deserializeAws_restJson1UpdateRunGroupCommand
|
|
727
772
|
*/
|
|
@@ -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,
|
|
@@ -151,6 +159,10 @@ import {
|
|
|
151
159
|
GetReferenceStoreCommandInput,
|
|
152
160
|
GetReferenceStoreCommandOutput,
|
|
153
161
|
} from "./commands/GetReferenceStoreCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetRunCacheCommandInput,
|
|
164
|
+
GetRunCacheCommandOutput,
|
|
165
|
+
} from "./commands/GetRunCacheCommand";
|
|
154
166
|
import {
|
|
155
167
|
GetRunCommandInput,
|
|
156
168
|
GetRunCommandOutput,
|
|
@@ -231,6 +243,10 @@ import {
|
|
|
231
243
|
ListReferenceStoresCommandInput,
|
|
232
244
|
ListReferenceStoresCommandOutput,
|
|
233
245
|
} from "./commands/ListReferenceStoresCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListRunCachesCommandInput,
|
|
248
|
+
ListRunCachesCommandOutput,
|
|
249
|
+
} from "./commands/ListRunCachesCommand";
|
|
234
250
|
import {
|
|
235
251
|
ListRunGroupsCommandInput,
|
|
236
252
|
ListRunGroupsCommandOutput,
|
|
@@ -311,6 +327,10 @@ import {
|
|
|
311
327
|
UpdateAnnotationStoreVersionCommandInput,
|
|
312
328
|
UpdateAnnotationStoreVersionCommandOutput,
|
|
313
329
|
} from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
330
|
+
import {
|
|
331
|
+
UpdateRunCacheCommandInput,
|
|
332
|
+
UpdateRunCacheCommandOutput,
|
|
333
|
+
} from "./commands/UpdateRunCacheCommand";
|
|
314
334
|
import {
|
|
315
335
|
UpdateRunGroupCommandInput,
|
|
316
336
|
UpdateRunGroupCommandOutput,
|
|
@@ -472,6 +492,19 @@ export interface Omics {
|
|
|
472
492
|
options: __HttpHandlerOptions,
|
|
473
493
|
cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void
|
|
474
494
|
): void;
|
|
495
|
+
createRunCache(
|
|
496
|
+
args: CreateRunCacheCommandInput,
|
|
497
|
+
options?: __HttpHandlerOptions
|
|
498
|
+
): Promise<CreateRunCacheCommandOutput>;
|
|
499
|
+
createRunCache(
|
|
500
|
+
args: CreateRunCacheCommandInput,
|
|
501
|
+
cb: (err: any, data?: CreateRunCacheCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
createRunCache(
|
|
504
|
+
args: CreateRunCacheCommandInput,
|
|
505
|
+
options: __HttpHandlerOptions,
|
|
506
|
+
cb: (err: any, data?: CreateRunCacheCommandOutput) => void
|
|
507
|
+
): void;
|
|
475
508
|
createRunGroup(
|
|
476
509
|
args: CreateRunGroupCommandInput,
|
|
477
510
|
options?: __HttpHandlerOptions
|
|
@@ -602,6 +635,19 @@ export interface Omics {
|
|
|
602
635
|
options: __HttpHandlerOptions,
|
|
603
636
|
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
604
637
|
): void;
|
|
638
|
+
deleteRunCache(
|
|
639
|
+
args: DeleteRunCacheCommandInput,
|
|
640
|
+
options?: __HttpHandlerOptions
|
|
641
|
+
): Promise<DeleteRunCacheCommandOutput>;
|
|
642
|
+
deleteRunCache(
|
|
643
|
+
args: DeleteRunCacheCommandInput,
|
|
644
|
+
cb: (err: any, data?: DeleteRunCacheCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
deleteRunCache(
|
|
647
|
+
args: DeleteRunCacheCommandInput,
|
|
648
|
+
options: __HttpHandlerOptions,
|
|
649
|
+
cb: (err: any, data?: DeleteRunCacheCommandOutput) => void
|
|
650
|
+
): void;
|
|
605
651
|
deleteRunGroup(
|
|
606
652
|
args: DeleteRunGroupCommandInput,
|
|
607
653
|
options?: __HttpHandlerOptions
|
|
@@ -836,6 +882,19 @@ export interface Omics {
|
|
|
836
882
|
options: __HttpHandlerOptions,
|
|
837
883
|
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
838
884
|
): void;
|
|
885
|
+
getRunCache(
|
|
886
|
+
args: GetRunCacheCommandInput,
|
|
887
|
+
options?: __HttpHandlerOptions
|
|
888
|
+
): Promise<GetRunCacheCommandOutput>;
|
|
889
|
+
getRunCache(
|
|
890
|
+
args: GetRunCacheCommandInput,
|
|
891
|
+
cb: (err: any, data?: GetRunCacheCommandOutput) => void
|
|
892
|
+
): void;
|
|
893
|
+
getRunCache(
|
|
894
|
+
args: GetRunCacheCommandInput,
|
|
895
|
+
options: __HttpHandlerOptions,
|
|
896
|
+
cb: (err: any, data?: GetRunCacheCommandOutput) => void
|
|
897
|
+
): void;
|
|
839
898
|
getRunGroup(
|
|
840
899
|
args: GetRunGroupCommandInput,
|
|
841
900
|
options?: __HttpHandlerOptions
|
|
@@ -1086,6 +1145,20 @@ export interface Omics {
|
|
|
1086
1145
|
options: __HttpHandlerOptions,
|
|
1087
1146
|
cb: (err: any, data?: ListReferenceStoresCommandOutput) => void
|
|
1088
1147
|
): void;
|
|
1148
|
+
listRunCaches(): Promise<ListRunCachesCommandOutput>;
|
|
1149
|
+
listRunCaches(
|
|
1150
|
+
args: ListRunCachesCommandInput,
|
|
1151
|
+
options?: __HttpHandlerOptions
|
|
1152
|
+
): Promise<ListRunCachesCommandOutput>;
|
|
1153
|
+
listRunCaches(
|
|
1154
|
+
args: ListRunCachesCommandInput,
|
|
1155
|
+
cb: (err: any, data?: ListRunCachesCommandOutput) => void
|
|
1156
|
+
): void;
|
|
1157
|
+
listRunCaches(
|
|
1158
|
+
args: ListRunCachesCommandInput,
|
|
1159
|
+
options: __HttpHandlerOptions,
|
|
1160
|
+
cb: (err: any, data?: ListRunCachesCommandOutput) => void
|
|
1161
|
+
): void;
|
|
1089
1162
|
listRunGroups(): Promise<ListRunGroupsCommandOutput>;
|
|
1090
1163
|
listRunGroups(
|
|
1091
1164
|
args: ListRunGroupsCommandInput,
|
|
@@ -1352,6 +1425,19 @@ export interface Omics {
|
|
|
1352
1425
|
options: __HttpHandlerOptions,
|
|
1353
1426
|
cb: (err: any, data?: UpdateAnnotationStoreVersionCommandOutput) => void
|
|
1354
1427
|
): void;
|
|
1428
|
+
updateRunCache(
|
|
1429
|
+
args: UpdateRunCacheCommandInput,
|
|
1430
|
+
options?: __HttpHandlerOptions
|
|
1431
|
+
): Promise<UpdateRunCacheCommandOutput>;
|
|
1432
|
+
updateRunCache(
|
|
1433
|
+
args: UpdateRunCacheCommandInput,
|
|
1434
|
+
cb: (err: any, data?: UpdateRunCacheCommandOutput) => void
|
|
1435
|
+
): void;
|
|
1436
|
+
updateRunCache(
|
|
1437
|
+
args: UpdateRunCacheCommandInput,
|
|
1438
|
+
options: __HttpHandlerOptions,
|
|
1439
|
+
cb: (err: any, data?: UpdateRunCacheCommandOutput) => void
|
|
1440
|
+
): void;
|
|
1355
1441
|
updateRunGroup(
|
|
1356
1442
|
args: UpdateRunGroupCommandInput,
|
|
1357
1443
|
options?: __HttpHandlerOptions
|
|
@@ -90,6 +90,10 @@ import {
|
|
|
90
90
|
CreateReferenceStoreCommandInput,
|
|
91
91
|
CreateReferenceStoreCommandOutput,
|
|
92
92
|
} from "./commands/CreateReferenceStoreCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateRunCacheCommandInput,
|
|
95
|
+
CreateRunCacheCommandOutput,
|
|
96
|
+
} from "./commands/CreateRunCacheCommand";
|
|
93
97
|
import {
|
|
94
98
|
CreateRunGroupCommandInput,
|
|
95
99
|
CreateRunGroupCommandOutput,
|
|
@@ -126,6 +130,10 @@ import {
|
|
|
126
130
|
DeleteReferenceStoreCommandInput,
|
|
127
131
|
DeleteReferenceStoreCommandOutput,
|
|
128
132
|
} from "./commands/DeleteReferenceStoreCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteRunCacheCommandInput,
|
|
135
|
+
DeleteRunCacheCommandOutput,
|
|
136
|
+
} from "./commands/DeleteRunCacheCommand";
|
|
129
137
|
import {
|
|
130
138
|
DeleteRunCommandInput,
|
|
131
139
|
DeleteRunCommandOutput,
|
|
@@ -198,6 +206,10 @@ import {
|
|
|
198
206
|
GetReferenceStoreCommandInput,
|
|
199
207
|
GetReferenceStoreCommandOutput,
|
|
200
208
|
} from "./commands/GetReferenceStoreCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetRunCacheCommandInput,
|
|
211
|
+
GetRunCacheCommandOutput,
|
|
212
|
+
} from "./commands/GetRunCacheCommand";
|
|
201
213
|
import {
|
|
202
214
|
GetRunCommandInput,
|
|
203
215
|
GetRunCommandOutput,
|
|
@@ -278,6 +290,10 @@ import {
|
|
|
278
290
|
ListReferenceStoresCommandInput,
|
|
279
291
|
ListReferenceStoresCommandOutput,
|
|
280
292
|
} from "./commands/ListReferenceStoresCommand";
|
|
293
|
+
import {
|
|
294
|
+
ListRunCachesCommandInput,
|
|
295
|
+
ListRunCachesCommandOutput,
|
|
296
|
+
} from "./commands/ListRunCachesCommand";
|
|
281
297
|
import {
|
|
282
298
|
ListRunGroupsCommandInput,
|
|
283
299
|
ListRunGroupsCommandOutput,
|
|
@@ -358,6 +374,10 @@ import {
|
|
|
358
374
|
UpdateAnnotationStoreVersionCommandInput,
|
|
359
375
|
UpdateAnnotationStoreVersionCommandOutput,
|
|
360
376
|
} from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
377
|
+
import {
|
|
378
|
+
UpdateRunCacheCommandInput,
|
|
379
|
+
UpdateRunCacheCommandOutput,
|
|
380
|
+
} from "./commands/UpdateRunCacheCommand";
|
|
361
381
|
import {
|
|
362
382
|
UpdateRunGroupCommandInput,
|
|
363
383
|
UpdateRunGroupCommandOutput,
|
|
@@ -393,6 +413,7 @@ export type ServiceInputTypes =
|
|
|
393
413
|
| CreateAnnotationStoreVersionCommandInput
|
|
394
414
|
| CreateMultipartReadSetUploadCommandInput
|
|
395
415
|
| CreateReferenceStoreCommandInput
|
|
416
|
+
| CreateRunCacheCommandInput
|
|
396
417
|
| CreateRunGroupCommandInput
|
|
397
418
|
| CreateSequenceStoreCommandInput
|
|
398
419
|
| CreateShareCommandInput
|
|
@@ -402,6 +423,7 @@ export type ServiceInputTypes =
|
|
|
402
423
|
| DeleteAnnotationStoreVersionsCommandInput
|
|
403
424
|
| DeleteReferenceCommandInput
|
|
404
425
|
| DeleteReferenceStoreCommandInput
|
|
426
|
+
| DeleteRunCacheCommandInput
|
|
405
427
|
| DeleteRunCommandInput
|
|
406
428
|
| DeleteRunGroupCommandInput
|
|
407
429
|
| DeleteSequenceStoreCommandInput
|
|
@@ -420,6 +442,7 @@ export type ServiceInputTypes =
|
|
|
420
442
|
| GetReferenceImportJobCommandInput
|
|
421
443
|
| GetReferenceMetadataCommandInput
|
|
422
444
|
| GetReferenceStoreCommandInput
|
|
445
|
+
| GetRunCacheCommandInput
|
|
423
446
|
| GetRunCommandInput
|
|
424
447
|
| GetRunGroupCommandInput
|
|
425
448
|
| GetRunTaskCommandInput
|
|
@@ -440,6 +463,7 @@ export type ServiceInputTypes =
|
|
|
440
463
|
| ListReferenceImportJobsCommandInput
|
|
441
464
|
| ListReferenceStoresCommandInput
|
|
442
465
|
| ListReferencesCommandInput
|
|
466
|
+
| ListRunCachesCommandInput
|
|
443
467
|
| ListRunGroupsCommandInput
|
|
444
468
|
| ListRunTasksCommandInput
|
|
445
469
|
| ListRunsCommandInput
|
|
@@ -460,6 +484,7 @@ export type ServiceInputTypes =
|
|
|
460
484
|
| UntagResourceCommandInput
|
|
461
485
|
| UpdateAnnotationStoreCommandInput
|
|
462
486
|
| UpdateAnnotationStoreVersionCommandInput
|
|
487
|
+
| UpdateRunCacheCommandInput
|
|
463
488
|
| UpdateRunGroupCommandInput
|
|
464
489
|
| UpdateVariantStoreCommandInput
|
|
465
490
|
| UpdateWorkflowCommandInput
|
|
@@ -476,6 +501,7 @@ export type ServiceOutputTypes =
|
|
|
476
501
|
| CreateAnnotationStoreVersionCommandOutput
|
|
477
502
|
| CreateMultipartReadSetUploadCommandOutput
|
|
478
503
|
| CreateReferenceStoreCommandOutput
|
|
504
|
+
| CreateRunCacheCommandOutput
|
|
479
505
|
| CreateRunGroupCommandOutput
|
|
480
506
|
| CreateSequenceStoreCommandOutput
|
|
481
507
|
| CreateShareCommandOutput
|
|
@@ -485,6 +511,7 @@ export type ServiceOutputTypes =
|
|
|
485
511
|
| DeleteAnnotationStoreVersionsCommandOutput
|
|
486
512
|
| DeleteReferenceCommandOutput
|
|
487
513
|
| DeleteReferenceStoreCommandOutput
|
|
514
|
+
| DeleteRunCacheCommandOutput
|
|
488
515
|
| DeleteRunCommandOutput
|
|
489
516
|
| DeleteRunGroupCommandOutput
|
|
490
517
|
| DeleteSequenceStoreCommandOutput
|
|
@@ -503,6 +530,7 @@ export type ServiceOutputTypes =
|
|
|
503
530
|
| GetReferenceImportJobCommandOutput
|
|
504
531
|
| GetReferenceMetadataCommandOutput
|
|
505
532
|
| GetReferenceStoreCommandOutput
|
|
533
|
+
| GetRunCacheCommandOutput
|
|
506
534
|
| GetRunCommandOutput
|
|
507
535
|
| GetRunGroupCommandOutput
|
|
508
536
|
| GetRunTaskCommandOutput
|
|
@@ -523,6 +551,7 @@ export type ServiceOutputTypes =
|
|
|
523
551
|
| ListReferenceImportJobsCommandOutput
|
|
524
552
|
| ListReferenceStoresCommandOutput
|
|
525
553
|
| ListReferencesCommandOutput
|
|
554
|
+
| ListRunCachesCommandOutput
|
|
526
555
|
| ListRunGroupsCommandOutput
|
|
527
556
|
| ListRunTasksCommandOutput
|
|
528
557
|
| ListRunsCommandOutput
|
|
@@ -543,6 +572,7 @@ export type ServiceOutputTypes =
|
|
|
543
572
|
| UntagResourceCommandOutput
|
|
544
573
|
| UpdateAnnotationStoreCommandOutput
|
|
545
574
|
| UpdateAnnotationStoreVersionCommandOutput
|
|
575
|
+
| UpdateRunCacheCommandOutput
|
|
546
576
|
| UpdateRunGroupCommandOutput
|
|
547
577
|
| UpdateVariantStoreCommandOutput
|
|
548
578
|
| UpdateWorkflowCommandOutput
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateRunCacheRequest,
|
|
5
|
+
CreateRunCacheResponse,
|
|
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 CreateRunCacheCommandInput extends CreateRunCacheRequest {}
|
|
15
|
+
export interface CreateRunCacheCommandOutput
|
|
16
|
+
extends CreateRunCacheResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateRunCacheCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateRunCacheCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateRunCacheCommandInput,
|
|
23
|
+
CreateRunCacheCommandOutput,
|
|
24
|
+
OmicsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateRunCacheCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateRunCacheCommandInput,
|
|
32
|
+
CreateRunCacheCommandOutput,
|
|
33
|
+
OmicsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateRunCacheCommand extends CreateRunCacheCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRunCacheRequest;
|
|
43
|
+
output: CreateRunCacheResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRunCacheCommandInput;
|
|
47
|
+
output: CreateRunCacheCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteRunCacheRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OmicsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OmicsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteRunCacheCommandInput extends DeleteRunCacheRequest {}
|
|
12
|
+
export interface DeleteRunCacheCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const DeleteRunCacheCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteRunCacheCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteRunCacheCommandInput,
|
|
18
|
+
DeleteRunCacheCommandOutput,
|
|
19
|
+
OmicsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteRunCacheCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteRunCacheCommandInput,
|
|
27
|
+
DeleteRunCacheCommandOutput,
|
|
28
|
+
OmicsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DeleteRunCacheCommand extends DeleteRunCacheCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteRunCacheRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteRunCacheCommandInput;
|
|
42
|
+
output: DeleteRunCacheCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetRunCacheRequest, GetRunCacheResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OmicsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OmicsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetRunCacheCommandInput extends GetRunCacheRequest {}
|
|
12
|
+
export interface GetRunCacheCommandOutput
|
|
13
|
+
extends GetRunCacheResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetRunCacheCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetRunCacheCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetRunCacheCommandInput,
|
|
20
|
+
GetRunCacheCommandOutput,
|
|
21
|
+
OmicsClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetRunCacheCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetRunCacheCommandInput,
|
|
29
|
+
GetRunCacheCommandOutput,
|
|
30
|
+
OmicsClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetRunCacheCommand extends GetRunCacheCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetRunCacheRequest;
|
|
40
|
+
output: GetRunCacheResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetRunCacheCommandInput;
|
|
44
|
+
output: GetRunCacheCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListRunCachesRequest,
|
|
5
|
+
ListRunCachesResponse,
|
|
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 ListRunCachesCommandInput extends ListRunCachesRequest {}
|
|
15
|
+
export interface ListRunCachesCommandOutput
|
|
16
|
+
extends ListRunCachesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListRunCachesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListRunCachesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListRunCachesCommandInput,
|
|
23
|
+
ListRunCachesCommandOutput,
|
|
24
|
+
OmicsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListRunCachesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListRunCachesCommandInput,
|
|
32
|
+
ListRunCachesCommandOutput,
|
|
33
|
+
OmicsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListRunCachesCommand extends ListRunCachesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListRunCachesRequest;
|
|
43
|
+
output: ListRunCachesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListRunCachesCommandInput;
|
|
47
|
+
output: ListRunCachesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateRunCacheRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OmicsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OmicsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateRunCacheCommandInput extends UpdateRunCacheRequest {}
|
|
12
|
+
export interface UpdateRunCacheCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const UpdateRunCacheCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: UpdateRunCacheCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
UpdateRunCacheCommandInput,
|
|
18
|
+
UpdateRunCacheCommandOutput,
|
|
19
|
+
OmicsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: UpdateRunCacheCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
UpdateRunCacheCommandInput,
|
|
27
|
+
UpdateRunCacheCommandOutput,
|
|
28
|
+
OmicsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class UpdateRunCacheCommand extends UpdateRunCacheCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UpdateRunCacheRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UpdateRunCacheCommandInput;
|
|
42
|
+
output: UpdateRunCacheCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|