@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
package/README.md
CHANGED
|
@@ -211,6 +211,14 @@ AbortMultipartReadSetUpload
|
|
|
211
211
|
|
|
212
212
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/abortmultipartreadsetuploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/abortmultipartreadsetuploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/abortmultipartreadsetuploadcommandoutput.html)
|
|
213
213
|
|
|
214
|
+
</details>
|
|
215
|
+
<details>
|
|
216
|
+
<summary>
|
|
217
|
+
AcceptShare
|
|
218
|
+
</summary>
|
|
219
|
+
|
|
220
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/acceptsharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/acceptsharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/acceptsharecommandoutput.html)
|
|
221
|
+
|
|
214
222
|
</details>
|
|
215
223
|
<details>
|
|
216
224
|
<summary>
|
|
@@ -259,6 +267,14 @@ CreateAnnotationStore
|
|
|
259
267
|
|
|
260
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/createannotationstorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createannotationstorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createannotationstorecommandoutput.html)
|
|
261
269
|
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
CreateAnnotationStoreVersion
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/createannotationstoreversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createannotationstoreversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createannotationstoreversioncommandoutput.html)
|
|
277
|
+
|
|
262
278
|
</details>
|
|
263
279
|
<details>
|
|
264
280
|
<summary>
|
|
@@ -291,6 +307,14 @@ CreateSequenceStore
|
|
|
291
307
|
|
|
292
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/createsequencestorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createsequencestorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createsequencestorecommandoutput.html)
|
|
293
309
|
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
CreateShare
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/createsharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createsharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/createsharecommandoutput.html)
|
|
317
|
+
|
|
294
318
|
</details>
|
|
295
319
|
<details>
|
|
296
320
|
<summary>
|
|
@@ -315,6 +339,14 @@ DeleteAnnotationStore
|
|
|
315
339
|
|
|
316
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/deleteannotationstorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deleteannotationstorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deleteannotationstorecommandoutput.html)
|
|
317
341
|
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DeleteAnnotationStoreVersions
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/deleteannotationstoreversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deleteannotationstoreversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deleteannotationstoreversionscommandoutput.html)
|
|
349
|
+
|
|
318
350
|
</details>
|
|
319
351
|
<details>
|
|
320
352
|
<summary>
|
|
@@ -355,6 +387,14 @@ DeleteSequenceStore
|
|
|
355
387
|
|
|
356
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/deletesequencestorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deletesequencestorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deletesequencestorecommandoutput.html)
|
|
357
389
|
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
DeleteShare
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/deletesharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deletesharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/deletesharecommandoutput.html)
|
|
397
|
+
|
|
358
398
|
</details>
|
|
359
399
|
<details>
|
|
360
400
|
<summary>
|
|
@@ -387,6 +427,14 @@ GetAnnotationStore
|
|
|
387
427
|
|
|
388
428
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/getannotationstorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getannotationstorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getannotationstorecommandoutput.html)
|
|
389
429
|
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
GetAnnotationStoreVersion
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/getannotationstoreversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getannotationstoreversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getannotationstoreversioncommandoutput.html)
|
|
437
|
+
|
|
390
438
|
</details>
|
|
391
439
|
<details>
|
|
392
440
|
<summary>
|
|
@@ -491,6 +539,14 @@ GetSequenceStore
|
|
|
491
539
|
|
|
492
540
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/getsequencestorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getsequencestorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getsequencestorecommandoutput.html)
|
|
493
541
|
|
|
542
|
+
</details>
|
|
543
|
+
<details>
|
|
544
|
+
<summary>
|
|
545
|
+
GetShare
|
|
546
|
+
</summary>
|
|
547
|
+
|
|
548
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/getsharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getsharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/getsharecommandoutput.html)
|
|
549
|
+
|
|
494
550
|
</details>
|
|
495
551
|
<details>
|
|
496
552
|
<summary>
|
|
@@ -531,6 +587,14 @@ ListAnnotationStores
|
|
|
531
587
|
|
|
532
588
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/listannotationstorescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listannotationstorescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listannotationstorescommandoutput.html)
|
|
533
589
|
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
ListAnnotationStoreVersions
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/listannotationstoreversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listannotationstoreversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listannotationstoreversionscommandoutput.html)
|
|
597
|
+
|
|
534
598
|
</details>
|
|
535
599
|
<details>
|
|
536
600
|
<summary>
|
|
@@ -635,6 +699,14 @@ ListSequenceStores
|
|
|
635
699
|
|
|
636
700
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/listsequencestorescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listsequencestorescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listsequencestorescommandoutput.html)
|
|
637
701
|
|
|
702
|
+
</details>
|
|
703
|
+
<details>
|
|
704
|
+
<summary>
|
|
705
|
+
ListShares
|
|
706
|
+
</summary>
|
|
707
|
+
|
|
708
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/listsharescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listsharescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/listsharescommandoutput.html)
|
|
709
|
+
|
|
638
710
|
</details>
|
|
639
711
|
<details>
|
|
640
712
|
<summary>
|
|
@@ -747,6 +819,14 @@ UpdateAnnotationStore
|
|
|
747
819
|
|
|
748
820
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/updateannotationstorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/updateannotationstorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/updateannotationstorecommandoutput.html)
|
|
749
821
|
|
|
822
|
+
</details>
|
|
823
|
+
<details>
|
|
824
|
+
<summary>
|
|
825
|
+
UpdateAnnotationStoreVersion
|
|
826
|
+
</summary>
|
|
827
|
+
|
|
828
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/classes/updateannotationstoreversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/updateannotationstoreversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-omics/interfaces/updateannotationstoreversioncommandoutput.html)
|
|
829
|
+
|
|
750
830
|
</details>
|
|
751
831
|
<details>
|
|
752
832
|
<summary>
|
package/dist-cjs/Omics.js
CHANGED
|
@@ -3,28 +3,34 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Omics = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AbortMultipartReadSetUploadCommand_1 = require("./commands/AbortMultipartReadSetUploadCommand");
|
|
6
|
+
const AcceptShareCommand_1 = require("./commands/AcceptShareCommand");
|
|
6
7
|
const BatchDeleteReadSetCommand_1 = require("./commands/BatchDeleteReadSetCommand");
|
|
7
8
|
const CancelAnnotationImportJobCommand_1 = require("./commands/CancelAnnotationImportJobCommand");
|
|
8
9
|
const CancelRunCommand_1 = require("./commands/CancelRunCommand");
|
|
9
10
|
const CancelVariantImportJobCommand_1 = require("./commands/CancelVariantImportJobCommand");
|
|
10
11
|
const CompleteMultipartReadSetUploadCommand_1 = require("./commands/CompleteMultipartReadSetUploadCommand");
|
|
11
12
|
const CreateAnnotationStoreCommand_1 = require("./commands/CreateAnnotationStoreCommand");
|
|
13
|
+
const CreateAnnotationStoreVersionCommand_1 = require("./commands/CreateAnnotationStoreVersionCommand");
|
|
12
14
|
const CreateMultipartReadSetUploadCommand_1 = require("./commands/CreateMultipartReadSetUploadCommand");
|
|
13
15
|
const CreateReferenceStoreCommand_1 = require("./commands/CreateReferenceStoreCommand");
|
|
14
16
|
const CreateRunGroupCommand_1 = require("./commands/CreateRunGroupCommand");
|
|
15
17
|
const CreateSequenceStoreCommand_1 = require("./commands/CreateSequenceStoreCommand");
|
|
18
|
+
const CreateShareCommand_1 = require("./commands/CreateShareCommand");
|
|
16
19
|
const CreateVariantStoreCommand_1 = require("./commands/CreateVariantStoreCommand");
|
|
17
20
|
const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
|
|
18
21
|
const DeleteAnnotationStoreCommand_1 = require("./commands/DeleteAnnotationStoreCommand");
|
|
22
|
+
const DeleteAnnotationStoreVersionsCommand_1 = require("./commands/DeleteAnnotationStoreVersionsCommand");
|
|
19
23
|
const DeleteReferenceCommand_1 = require("./commands/DeleteReferenceCommand");
|
|
20
24
|
const DeleteReferenceStoreCommand_1 = require("./commands/DeleteReferenceStoreCommand");
|
|
21
25
|
const DeleteRunCommand_1 = require("./commands/DeleteRunCommand");
|
|
22
26
|
const DeleteRunGroupCommand_1 = require("./commands/DeleteRunGroupCommand");
|
|
23
27
|
const DeleteSequenceStoreCommand_1 = require("./commands/DeleteSequenceStoreCommand");
|
|
28
|
+
const DeleteShareCommand_1 = require("./commands/DeleteShareCommand");
|
|
24
29
|
const DeleteVariantStoreCommand_1 = require("./commands/DeleteVariantStoreCommand");
|
|
25
30
|
const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
|
|
26
31
|
const GetAnnotationImportJobCommand_1 = require("./commands/GetAnnotationImportJobCommand");
|
|
27
32
|
const GetAnnotationStoreCommand_1 = require("./commands/GetAnnotationStoreCommand");
|
|
33
|
+
const GetAnnotationStoreVersionCommand_1 = require("./commands/GetAnnotationStoreVersionCommand");
|
|
28
34
|
const GetReadSetActivationJobCommand_1 = require("./commands/GetReadSetActivationJobCommand");
|
|
29
35
|
const GetReadSetCommand_1 = require("./commands/GetReadSetCommand");
|
|
30
36
|
const GetReadSetExportJobCommand_1 = require("./commands/GetReadSetExportJobCommand");
|
|
@@ -38,11 +44,13 @@ const GetRunCommand_1 = require("./commands/GetRunCommand");
|
|
|
38
44
|
const GetRunGroupCommand_1 = require("./commands/GetRunGroupCommand");
|
|
39
45
|
const GetRunTaskCommand_1 = require("./commands/GetRunTaskCommand");
|
|
40
46
|
const GetSequenceStoreCommand_1 = require("./commands/GetSequenceStoreCommand");
|
|
47
|
+
const GetShareCommand_1 = require("./commands/GetShareCommand");
|
|
41
48
|
const GetVariantImportJobCommand_1 = require("./commands/GetVariantImportJobCommand");
|
|
42
49
|
const GetVariantStoreCommand_1 = require("./commands/GetVariantStoreCommand");
|
|
43
50
|
const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
|
|
44
51
|
const ListAnnotationImportJobsCommand_1 = require("./commands/ListAnnotationImportJobsCommand");
|
|
45
52
|
const ListAnnotationStoresCommand_1 = require("./commands/ListAnnotationStoresCommand");
|
|
53
|
+
const ListAnnotationStoreVersionsCommand_1 = require("./commands/ListAnnotationStoreVersionsCommand");
|
|
46
54
|
const ListMultipartReadSetUploadsCommand_1 = require("./commands/ListMultipartReadSetUploadsCommand");
|
|
47
55
|
const ListReadSetActivationJobsCommand_1 = require("./commands/ListReadSetActivationJobsCommand");
|
|
48
56
|
const ListReadSetExportJobsCommand_1 = require("./commands/ListReadSetExportJobsCommand");
|
|
@@ -56,6 +64,7 @@ const ListRunGroupsCommand_1 = require("./commands/ListRunGroupsCommand");
|
|
|
56
64
|
const ListRunsCommand_1 = require("./commands/ListRunsCommand");
|
|
57
65
|
const ListRunTasksCommand_1 = require("./commands/ListRunTasksCommand");
|
|
58
66
|
const ListSequenceStoresCommand_1 = require("./commands/ListSequenceStoresCommand");
|
|
67
|
+
const ListSharesCommand_1 = require("./commands/ListSharesCommand");
|
|
59
68
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
60
69
|
const ListVariantImportJobsCommand_1 = require("./commands/ListVariantImportJobsCommand");
|
|
61
70
|
const ListVariantStoresCommand_1 = require("./commands/ListVariantStoresCommand");
|
|
@@ -70,6 +79,7 @@ const StartVariantImportJobCommand_1 = require("./commands/StartVariantImportJob
|
|
|
70
79
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
71
80
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
72
81
|
const UpdateAnnotationStoreCommand_1 = require("./commands/UpdateAnnotationStoreCommand");
|
|
82
|
+
const UpdateAnnotationStoreVersionCommand_1 = require("./commands/UpdateAnnotationStoreVersionCommand");
|
|
73
83
|
const UpdateRunGroupCommand_1 = require("./commands/UpdateRunGroupCommand");
|
|
74
84
|
const UpdateVariantStoreCommand_1 = require("./commands/UpdateVariantStoreCommand");
|
|
75
85
|
const UpdateWorkflowCommand_1 = require("./commands/UpdateWorkflowCommand");
|
|
@@ -77,28 +87,34 @@ const UploadReadSetPartCommand_1 = require("./commands/UploadReadSetPartCommand"
|
|
|
77
87
|
const OmicsClient_1 = require("./OmicsClient");
|
|
78
88
|
const commands = {
|
|
79
89
|
AbortMultipartReadSetUploadCommand: AbortMultipartReadSetUploadCommand_1.AbortMultipartReadSetUploadCommand,
|
|
90
|
+
AcceptShareCommand: AcceptShareCommand_1.AcceptShareCommand,
|
|
80
91
|
BatchDeleteReadSetCommand: BatchDeleteReadSetCommand_1.BatchDeleteReadSetCommand,
|
|
81
92
|
CancelAnnotationImportJobCommand: CancelAnnotationImportJobCommand_1.CancelAnnotationImportJobCommand,
|
|
82
93
|
CancelRunCommand: CancelRunCommand_1.CancelRunCommand,
|
|
83
94
|
CancelVariantImportJobCommand: CancelVariantImportJobCommand_1.CancelVariantImportJobCommand,
|
|
84
95
|
CompleteMultipartReadSetUploadCommand: CompleteMultipartReadSetUploadCommand_1.CompleteMultipartReadSetUploadCommand,
|
|
85
96
|
CreateAnnotationStoreCommand: CreateAnnotationStoreCommand_1.CreateAnnotationStoreCommand,
|
|
97
|
+
CreateAnnotationStoreVersionCommand: CreateAnnotationStoreVersionCommand_1.CreateAnnotationStoreVersionCommand,
|
|
86
98
|
CreateMultipartReadSetUploadCommand: CreateMultipartReadSetUploadCommand_1.CreateMultipartReadSetUploadCommand,
|
|
87
99
|
CreateReferenceStoreCommand: CreateReferenceStoreCommand_1.CreateReferenceStoreCommand,
|
|
88
100
|
CreateRunGroupCommand: CreateRunGroupCommand_1.CreateRunGroupCommand,
|
|
89
101
|
CreateSequenceStoreCommand: CreateSequenceStoreCommand_1.CreateSequenceStoreCommand,
|
|
102
|
+
CreateShareCommand: CreateShareCommand_1.CreateShareCommand,
|
|
90
103
|
CreateVariantStoreCommand: CreateVariantStoreCommand_1.CreateVariantStoreCommand,
|
|
91
104
|
CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
|
|
92
105
|
DeleteAnnotationStoreCommand: DeleteAnnotationStoreCommand_1.DeleteAnnotationStoreCommand,
|
|
106
|
+
DeleteAnnotationStoreVersionsCommand: DeleteAnnotationStoreVersionsCommand_1.DeleteAnnotationStoreVersionsCommand,
|
|
93
107
|
DeleteReferenceCommand: DeleteReferenceCommand_1.DeleteReferenceCommand,
|
|
94
108
|
DeleteReferenceStoreCommand: DeleteReferenceStoreCommand_1.DeleteReferenceStoreCommand,
|
|
95
109
|
DeleteRunCommand: DeleteRunCommand_1.DeleteRunCommand,
|
|
96
110
|
DeleteRunGroupCommand: DeleteRunGroupCommand_1.DeleteRunGroupCommand,
|
|
97
111
|
DeleteSequenceStoreCommand: DeleteSequenceStoreCommand_1.DeleteSequenceStoreCommand,
|
|
112
|
+
DeleteShareCommand: DeleteShareCommand_1.DeleteShareCommand,
|
|
98
113
|
DeleteVariantStoreCommand: DeleteVariantStoreCommand_1.DeleteVariantStoreCommand,
|
|
99
114
|
DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
|
|
100
115
|
GetAnnotationImportJobCommand: GetAnnotationImportJobCommand_1.GetAnnotationImportJobCommand,
|
|
101
116
|
GetAnnotationStoreCommand: GetAnnotationStoreCommand_1.GetAnnotationStoreCommand,
|
|
117
|
+
GetAnnotationStoreVersionCommand: GetAnnotationStoreVersionCommand_1.GetAnnotationStoreVersionCommand,
|
|
102
118
|
GetReadSetCommand: GetReadSetCommand_1.GetReadSetCommand,
|
|
103
119
|
GetReadSetActivationJobCommand: GetReadSetActivationJobCommand_1.GetReadSetActivationJobCommand,
|
|
104
120
|
GetReadSetExportJobCommand: GetReadSetExportJobCommand_1.GetReadSetExportJobCommand,
|
|
@@ -112,11 +128,13 @@ const commands = {
|
|
|
112
128
|
GetRunGroupCommand: GetRunGroupCommand_1.GetRunGroupCommand,
|
|
113
129
|
GetRunTaskCommand: GetRunTaskCommand_1.GetRunTaskCommand,
|
|
114
130
|
GetSequenceStoreCommand: GetSequenceStoreCommand_1.GetSequenceStoreCommand,
|
|
131
|
+
GetShareCommand: GetShareCommand_1.GetShareCommand,
|
|
115
132
|
GetVariantImportJobCommand: GetVariantImportJobCommand_1.GetVariantImportJobCommand,
|
|
116
133
|
GetVariantStoreCommand: GetVariantStoreCommand_1.GetVariantStoreCommand,
|
|
117
134
|
GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
|
|
118
135
|
ListAnnotationImportJobsCommand: ListAnnotationImportJobsCommand_1.ListAnnotationImportJobsCommand,
|
|
119
136
|
ListAnnotationStoresCommand: ListAnnotationStoresCommand_1.ListAnnotationStoresCommand,
|
|
137
|
+
ListAnnotationStoreVersionsCommand: ListAnnotationStoreVersionsCommand_1.ListAnnotationStoreVersionsCommand,
|
|
120
138
|
ListMultipartReadSetUploadsCommand: ListMultipartReadSetUploadsCommand_1.ListMultipartReadSetUploadsCommand,
|
|
121
139
|
ListReadSetActivationJobsCommand: ListReadSetActivationJobsCommand_1.ListReadSetActivationJobsCommand,
|
|
122
140
|
ListReadSetExportJobsCommand: ListReadSetExportJobsCommand_1.ListReadSetExportJobsCommand,
|
|
@@ -130,6 +148,7 @@ const commands = {
|
|
|
130
148
|
ListRunsCommand: ListRunsCommand_1.ListRunsCommand,
|
|
131
149
|
ListRunTasksCommand: ListRunTasksCommand_1.ListRunTasksCommand,
|
|
132
150
|
ListSequenceStoresCommand: ListSequenceStoresCommand_1.ListSequenceStoresCommand,
|
|
151
|
+
ListSharesCommand: ListSharesCommand_1.ListSharesCommand,
|
|
133
152
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
134
153
|
ListVariantImportJobsCommand: ListVariantImportJobsCommand_1.ListVariantImportJobsCommand,
|
|
135
154
|
ListVariantStoresCommand: ListVariantStoresCommand_1.ListVariantStoresCommand,
|
|
@@ -144,6 +163,7 @@ const commands = {
|
|
|
144
163
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
145
164
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
146
165
|
UpdateAnnotationStoreCommand: UpdateAnnotationStoreCommand_1.UpdateAnnotationStoreCommand,
|
|
166
|
+
UpdateAnnotationStoreVersionCommand: UpdateAnnotationStoreVersionCommand_1.UpdateAnnotationStoreVersionCommand,
|
|
147
167
|
UpdateRunGroupCommand: UpdateRunGroupCommand_1.UpdateRunGroupCommand,
|
|
148
168
|
UpdateVariantStoreCommand: UpdateVariantStoreCommand_1.UpdateVariantStoreCommand,
|
|
149
169
|
UpdateWorkflowCommand: UpdateWorkflowCommand_1.UpdateWorkflowCommand,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AcceptShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class AcceptShareCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptShareCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "AcceptShareCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_AcceptShareCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_AcceptShareCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.AcceptShareCommand = AcceptShareCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAnnotationStoreVersionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateAnnotationStoreVersionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAnnotationStoreVersionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "CreateAnnotationStoreVersionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateAnnotationStoreVersionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateAnnotationStoreVersionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateAnnotationStoreVersionCommand = CreateAnnotationStoreVersionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateShareCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateShareCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "CreateShareCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateShareCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateShareCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateShareCommand = CreateShareCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAnnotationStoreVersionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteAnnotationStoreVersionsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAnnotationStoreVersionsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "DeleteAnnotationStoreVersionsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DeleteAnnotationStoreVersionsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DeleteAnnotationStoreVersionsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteAnnotationStoreVersionsCommand = DeleteAnnotationStoreVersionsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteShareCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteShareCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "DeleteShareCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DeleteShareCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DeleteShareCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteShareCommand = DeleteShareCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAnnotationStoreVersionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetAnnotationStoreVersionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetAnnotationStoreVersionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "GetAnnotationStoreVersionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_GetAnnotationStoreVersionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_GetAnnotationStoreVersionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetAnnotationStoreVersionCommand = GetAnnotationStoreVersionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetShareCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetShareCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "GetShareCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_GetShareCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_GetShareCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetShareCommand = GetShareCommand;
|