@aws-sdk/client-omics 3.389.0 → 3.395.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/OmicsClient.js +4 -2
- package/dist-cjs/clientConfiguration.js +2 -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 +909 -38
- package/dist-cjs/runtimeConfig.shared.js +1 -0
- package/dist-cjs/runtimeExtensions.js +16 -0
- 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/OmicsClient.js +4 -2
- package/dist-es/clientConfiguration.js +1 -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 +884 -34
- package/dist-es/runtimeConfig.shared.js +1 -0
- package/dist-es/runtimeExtensions.js +12 -0
- 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 +18 -3
- package/dist-types/clientConfiguration.d.ts +6 -0
- 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/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/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 +1011 -48
- 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/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +170 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +63 -0
- package/dist-types/ts3.4/clientConfiguration.d.ts +2 -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 +197 -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/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "../commands/ListAnnotationStoreVersionsCommand";
|
|
3
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAnnotationStoreVersions(config: OmicsPaginationConfiguration, input: ListAnnotationStoreVersionsCommandInput, ...additionalArguments: any): Paginator<ListAnnotationStoreVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSharesCommandInput, ListSharesCommandOutput } from "../commands/ListSharesCommand";
|
|
3
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListShares(config: OmicsPaginationConfiguration, input: ListSharesCommandInput, ...additionalArguments: any): Paginator<ListSharesCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAnnotationImportJobsPaginator";
|
|
3
|
+
export * from "./ListAnnotationStoreVersionsPaginator";
|
|
3
4
|
export * from "./ListAnnotationStoresPaginator";
|
|
4
5
|
export * from "./ListMultipartReadSetUploadsPaginator";
|
|
5
6
|
export * from "./ListReadSetActivationJobsPaginator";
|
|
@@ -14,6 +15,7 @@ export * from "./ListRunGroupsPaginator";
|
|
|
14
15
|
export * from "./ListRunTasksPaginator";
|
|
15
16
|
export * from "./ListRunsPaginator";
|
|
16
17
|
export * from "./ListSequenceStoresPaginator";
|
|
18
|
+
export * from "./ListSharesPaginator";
|
|
17
19
|
export * from "./ListVariantImportJobsPaginator";
|
|
18
20
|
export * from "./ListVariantStoresPaginator";
|
|
19
21
|
export * from "./ListWorkflowsPaginator";
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "../commands/AbortMultipartReadSetUploadCommand";
|
|
4
|
+
import { AcceptShareCommandInput, AcceptShareCommandOutput } from "../commands/AcceptShareCommand";
|
|
4
5
|
import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "../commands/BatchDeleteReadSetCommand";
|
|
5
6
|
import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "../commands/CancelAnnotationImportJobCommand";
|
|
6
7
|
import { CancelRunCommandInput, CancelRunCommandOutput } from "../commands/CancelRunCommand";
|
|
7
8
|
import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "../commands/CancelVariantImportJobCommand";
|
|
8
9
|
import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "../commands/CompleteMultipartReadSetUploadCommand";
|
|
9
10
|
import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "../commands/CreateAnnotationStoreCommand";
|
|
11
|
+
import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "../commands/CreateAnnotationStoreVersionCommand";
|
|
10
12
|
import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "../commands/CreateMultipartReadSetUploadCommand";
|
|
11
13
|
import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "../commands/CreateReferenceStoreCommand";
|
|
12
14
|
import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "../commands/CreateRunGroupCommand";
|
|
13
15
|
import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "../commands/CreateSequenceStoreCommand";
|
|
16
|
+
import { CreateShareCommandInput, CreateShareCommandOutput } from "../commands/CreateShareCommand";
|
|
14
17
|
import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "../commands/CreateVariantStoreCommand";
|
|
15
18
|
import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
|
|
16
19
|
import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "../commands/DeleteAnnotationStoreCommand";
|
|
20
|
+
import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "../commands/DeleteAnnotationStoreVersionsCommand";
|
|
17
21
|
import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "../commands/DeleteReferenceCommand";
|
|
18
22
|
import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "../commands/DeleteReferenceStoreCommand";
|
|
19
23
|
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "../commands/DeleteRunCommand";
|
|
20
24
|
import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "../commands/DeleteRunGroupCommand";
|
|
21
25
|
import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "../commands/DeleteSequenceStoreCommand";
|
|
26
|
+
import { DeleteShareCommandInput, DeleteShareCommandOutput } from "../commands/DeleteShareCommand";
|
|
22
27
|
import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "../commands/DeleteVariantStoreCommand";
|
|
23
28
|
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
|
|
24
29
|
import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "../commands/GetAnnotationImportJobCommand";
|
|
25
30
|
import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "../commands/GetAnnotationStoreCommand";
|
|
31
|
+
import { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
26
32
|
import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "../commands/GetReadSetActivationJobCommand";
|
|
27
33
|
import { GetReadSetCommandInput, GetReadSetCommandOutput } from "../commands/GetReadSetCommand";
|
|
28
34
|
import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "../commands/GetReadSetExportJobCommand";
|
|
@@ -36,11 +42,13 @@ import { GetRunCommandInput, GetRunCommandOutput } from "../commands/GetRunComma
|
|
|
36
42
|
import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "../commands/GetRunGroupCommand";
|
|
37
43
|
import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "../commands/GetRunTaskCommand";
|
|
38
44
|
import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "../commands/GetSequenceStoreCommand";
|
|
45
|
+
import { GetShareCommandInput, GetShareCommandOutput } from "../commands/GetShareCommand";
|
|
39
46
|
import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "../commands/GetVariantImportJobCommand";
|
|
40
47
|
import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "../commands/GetVariantStoreCommand";
|
|
41
48
|
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
|
|
42
49
|
import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "../commands/ListAnnotationImportJobsCommand";
|
|
43
50
|
import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "../commands/ListAnnotationStoresCommand";
|
|
51
|
+
import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "../commands/ListAnnotationStoreVersionsCommand";
|
|
44
52
|
import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "../commands/ListMultipartReadSetUploadsCommand";
|
|
45
53
|
import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "../commands/ListReadSetActivationJobsCommand";
|
|
46
54
|
import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "../commands/ListReadSetExportJobsCommand";
|
|
@@ -54,6 +62,7 @@ import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../comman
|
|
|
54
62
|
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
55
63
|
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
|
|
56
64
|
import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "../commands/ListSequenceStoresCommand";
|
|
65
|
+
import { ListSharesCommandInput, ListSharesCommandOutput } from "../commands/ListSharesCommand";
|
|
57
66
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
58
67
|
import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "../commands/ListVariantImportJobsCommand";
|
|
59
68
|
import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "../commands/ListVariantStoresCommand";
|
|
@@ -68,6 +77,7 @@ import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput }
|
|
|
68
77
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
69
78
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
70
79
|
import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "../commands/UpdateAnnotationStoreCommand";
|
|
80
|
+
import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "../commands/UpdateAnnotationStoreVersionCommand";
|
|
71
81
|
import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "../commands/UpdateRunGroupCommand";
|
|
72
82
|
import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "../commands/UpdateVariantStoreCommand";
|
|
73
83
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
|
|
@@ -76,6 +86,10 @@ import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from ".
|
|
|
76
86
|
* serializeAws_restJson1AbortMultipartReadSetUploadCommand
|
|
77
87
|
*/
|
|
78
88
|
export declare const se_AbortMultipartReadSetUploadCommand: (input: AbortMultipartReadSetUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1AcceptShareCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_AcceptShareCommand: (input: AcceptShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
93
|
/**
|
|
80
94
|
* serializeAws_restJson1BatchDeleteReadSetCommand
|
|
81
95
|
*/
|
|
@@ -100,6 +114,10 @@ export declare const se_CompleteMultipartReadSetUploadCommand: (input: CompleteM
|
|
|
100
114
|
* serializeAws_restJson1CreateAnnotationStoreCommand
|
|
101
115
|
*/
|
|
102
116
|
export declare const se_CreateAnnotationStoreCommand: (input: CreateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_restJson1CreateAnnotationStoreVersionCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_CreateAnnotationStoreVersionCommand: (input: CreateAnnotationStoreVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
121
|
/**
|
|
104
122
|
* serializeAws_restJson1CreateMultipartReadSetUploadCommand
|
|
105
123
|
*/
|
|
@@ -116,6 +134,10 @@ export declare const se_CreateRunGroupCommand: (input: CreateRunGroupCommandInpu
|
|
|
116
134
|
* serializeAws_restJson1CreateSequenceStoreCommand
|
|
117
135
|
*/
|
|
118
136
|
export declare const se_CreateSequenceStoreCommand: (input: CreateSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1CreateShareCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_CreateShareCommand: (input: CreateShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
141
|
/**
|
|
120
142
|
* serializeAws_restJson1CreateVariantStoreCommand
|
|
121
143
|
*/
|
|
@@ -128,6 +150,10 @@ export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInpu
|
|
|
128
150
|
* serializeAws_restJson1DeleteAnnotationStoreCommand
|
|
129
151
|
*/
|
|
130
152
|
export declare const se_DeleteAnnotationStoreCommand: (input: DeleteAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_restJson1DeleteAnnotationStoreVersionsCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_DeleteAnnotationStoreVersionsCommand: (input: DeleteAnnotationStoreVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
157
|
/**
|
|
132
158
|
* serializeAws_restJson1DeleteReferenceCommand
|
|
133
159
|
*/
|
|
@@ -148,6 +174,10 @@ export declare const se_DeleteRunGroupCommand: (input: DeleteRunGroupCommandInpu
|
|
|
148
174
|
* serializeAws_restJson1DeleteSequenceStoreCommand
|
|
149
175
|
*/
|
|
150
176
|
export declare const se_DeleteSequenceStoreCommand: (input: DeleteSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
/**
|
|
178
|
+
* serializeAws_restJson1DeleteShareCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const se_DeleteShareCommand: (input: DeleteShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
181
|
/**
|
|
152
182
|
* serializeAws_restJson1DeleteVariantStoreCommand
|
|
153
183
|
*/
|
|
@@ -164,6 +194,10 @@ export declare const se_GetAnnotationImportJobCommand: (input: GetAnnotationImpo
|
|
|
164
194
|
* serializeAws_restJson1GetAnnotationStoreCommand
|
|
165
195
|
*/
|
|
166
196
|
export declare const se_GetAnnotationStoreCommand: (input: GetAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_restJson1GetAnnotationStoreVersionCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_GetAnnotationStoreVersionCommand: (input: GetAnnotationStoreVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
201
|
/**
|
|
168
202
|
* serializeAws_restJson1GetReadSetCommand
|
|
169
203
|
*/
|
|
@@ -216,6 +250,10 @@ export declare const se_GetRunTaskCommand: (input: GetRunTaskCommandInput, conte
|
|
|
216
250
|
* serializeAws_restJson1GetSequenceStoreCommand
|
|
217
251
|
*/
|
|
218
252
|
export declare const se_GetSequenceStoreCommand: (input: GetSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* serializeAws_restJson1GetShareCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const se_GetShareCommand: (input: GetShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
257
|
/**
|
|
220
258
|
* serializeAws_restJson1GetVariantImportJobCommand
|
|
221
259
|
*/
|
|
@@ -236,6 +274,10 @@ export declare const se_ListAnnotationImportJobsCommand: (input: ListAnnotationI
|
|
|
236
274
|
* serializeAws_restJson1ListAnnotationStoresCommand
|
|
237
275
|
*/
|
|
238
276
|
export declare const se_ListAnnotationStoresCommand: (input: ListAnnotationStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
+
/**
|
|
278
|
+
* serializeAws_restJson1ListAnnotationStoreVersionsCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const se_ListAnnotationStoreVersionsCommand: (input: ListAnnotationStoreVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
281
|
/**
|
|
240
282
|
* serializeAws_restJson1ListMultipartReadSetUploadsCommand
|
|
241
283
|
*/
|
|
@@ -288,6 +330,10 @@ export declare const se_ListRunTasksCommand: (input: ListRunTasksCommandInput, c
|
|
|
288
330
|
* serializeAws_restJson1ListSequenceStoresCommand
|
|
289
331
|
*/
|
|
290
332
|
export declare const se_ListSequenceStoresCommand: (input: ListSequenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
+
/**
|
|
334
|
+
* serializeAws_restJson1ListSharesCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const se_ListSharesCommand: (input: ListSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
291
337
|
/**
|
|
292
338
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
293
339
|
*/
|
|
@@ -344,6 +390,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
344
390
|
* serializeAws_restJson1UpdateAnnotationStoreCommand
|
|
345
391
|
*/
|
|
346
392
|
export declare const se_UpdateAnnotationStoreCommand: (input: UpdateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
393
|
+
/**
|
|
394
|
+
* serializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
395
|
+
*/
|
|
396
|
+
export declare const se_UpdateAnnotationStoreVersionCommand: (input: UpdateAnnotationStoreVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
347
397
|
/**
|
|
348
398
|
* serializeAws_restJson1UpdateRunGroupCommand
|
|
349
399
|
*/
|
|
@@ -364,6 +414,10 @@ export declare const se_UploadReadSetPartCommand: (input: UploadReadSetPartComma
|
|
|
364
414
|
* deserializeAws_restJson1AbortMultipartReadSetUploadCommand
|
|
365
415
|
*/
|
|
366
416
|
export declare const de_AbortMultipartReadSetUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortMultipartReadSetUploadCommandOutput>;
|
|
417
|
+
/**
|
|
418
|
+
* deserializeAws_restJson1AcceptShareCommand
|
|
419
|
+
*/
|
|
420
|
+
export declare const de_AcceptShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptShareCommandOutput>;
|
|
367
421
|
/**
|
|
368
422
|
* deserializeAws_restJson1BatchDeleteReadSetCommand
|
|
369
423
|
*/
|
|
@@ -388,6 +442,10 @@ export declare const de_CompleteMultipartReadSetUploadCommand: (output: __HttpRe
|
|
|
388
442
|
* deserializeAws_restJson1CreateAnnotationStoreCommand
|
|
389
443
|
*/
|
|
390
444
|
export declare const de_CreateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnnotationStoreCommandOutput>;
|
|
445
|
+
/**
|
|
446
|
+
* deserializeAws_restJson1CreateAnnotationStoreVersionCommand
|
|
447
|
+
*/
|
|
448
|
+
export declare const de_CreateAnnotationStoreVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnnotationStoreVersionCommandOutput>;
|
|
391
449
|
/**
|
|
392
450
|
* deserializeAws_restJson1CreateMultipartReadSetUploadCommand
|
|
393
451
|
*/
|
|
@@ -404,6 +462,10 @@ export declare const de_CreateRunGroupCommand: (output: __HttpResponse, context:
|
|
|
404
462
|
* deserializeAws_restJson1CreateSequenceStoreCommand
|
|
405
463
|
*/
|
|
406
464
|
export declare const de_CreateSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSequenceStoreCommandOutput>;
|
|
465
|
+
/**
|
|
466
|
+
* deserializeAws_restJson1CreateShareCommand
|
|
467
|
+
*/
|
|
468
|
+
export declare const de_CreateShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateShareCommandOutput>;
|
|
407
469
|
/**
|
|
408
470
|
* deserializeAws_restJson1CreateVariantStoreCommand
|
|
409
471
|
*/
|
|
@@ -416,6 +478,10 @@ export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context:
|
|
|
416
478
|
* deserializeAws_restJson1DeleteAnnotationStoreCommand
|
|
417
479
|
*/
|
|
418
480
|
export declare const de_DeleteAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnnotationStoreCommandOutput>;
|
|
481
|
+
/**
|
|
482
|
+
* deserializeAws_restJson1DeleteAnnotationStoreVersionsCommand
|
|
483
|
+
*/
|
|
484
|
+
export declare const de_DeleteAnnotationStoreVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnnotationStoreVersionsCommandOutput>;
|
|
419
485
|
/**
|
|
420
486
|
* deserializeAws_restJson1DeleteReferenceCommand
|
|
421
487
|
*/
|
|
@@ -436,6 +502,10 @@ export declare const de_DeleteRunGroupCommand: (output: __HttpResponse, context:
|
|
|
436
502
|
* deserializeAws_restJson1DeleteSequenceStoreCommand
|
|
437
503
|
*/
|
|
438
504
|
export declare const de_DeleteSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSequenceStoreCommandOutput>;
|
|
505
|
+
/**
|
|
506
|
+
* deserializeAws_restJson1DeleteShareCommand
|
|
507
|
+
*/
|
|
508
|
+
export declare const de_DeleteShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteShareCommandOutput>;
|
|
439
509
|
/**
|
|
440
510
|
* deserializeAws_restJson1DeleteVariantStoreCommand
|
|
441
511
|
*/
|
|
@@ -452,6 +522,10 @@ export declare const de_GetAnnotationImportJobCommand: (output: __HttpResponse,
|
|
|
452
522
|
* deserializeAws_restJson1GetAnnotationStoreCommand
|
|
453
523
|
*/
|
|
454
524
|
export declare const de_GetAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationStoreCommandOutput>;
|
|
525
|
+
/**
|
|
526
|
+
* deserializeAws_restJson1GetAnnotationStoreVersionCommand
|
|
527
|
+
*/
|
|
528
|
+
export declare const de_GetAnnotationStoreVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationStoreVersionCommandOutput>;
|
|
455
529
|
/**
|
|
456
530
|
* deserializeAws_restJson1GetReadSetCommand
|
|
457
531
|
*/
|
|
@@ -504,6 +578,10 @@ export declare const de_GetRunTaskCommand: (output: __HttpResponse, context: __S
|
|
|
504
578
|
* deserializeAws_restJson1GetSequenceStoreCommand
|
|
505
579
|
*/
|
|
506
580
|
export declare const de_GetSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSequenceStoreCommandOutput>;
|
|
581
|
+
/**
|
|
582
|
+
* deserializeAws_restJson1GetShareCommand
|
|
583
|
+
*/
|
|
584
|
+
export declare const de_GetShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetShareCommandOutput>;
|
|
507
585
|
/**
|
|
508
586
|
* deserializeAws_restJson1GetVariantImportJobCommand
|
|
509
587
|
*/
|
|
@@ -524,6 +602,10 @@ export declare const de_ListAnnotationImportJobsCommand: (output: __HttpResponse
|
|
|
524
602
|
* deserializeAws_restJson1ListAnnotationStoresCommand
|
|
525
603
|
*/
|
|
526
604
|
export declare const de_ListAnnotationStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationStoresCommandOutput>;
|
|
605
|
+
/**
|
|
606
|
+
* deserializeAws_restJson1ListAnnotationStoreVersionsCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const de_ListAnnotationStoreVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationStoreVersionsCommandOutput>;
|
|
527
609
|
/**
|
|
528
610
|
* deserializeAws_restJson1ListMultipartReadSetUploadsCommand
|
|
529
611
|
*/
|
|
@@ -576,6 +658,10 @@ export declare const de_ListRunTasksCommand: (output: __HttpResponse, context: _
|
|
|
576
658
|
* deserializeAws_restJson1ListSequenceStoresCommand
|
|
577
659
|
*/
|
|
578
660
|
export declare const de_ListSequenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSequenceStoresCommandOutput>;
|
|
661
|
+
/**
|
|
662
|
+
* deserializeAws_restJson1ListSharesCommand
|
|
663
|
+
*/
|
|
664
|
+
export declare const de_ListSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharesCommandOutput>;
|
|
579
665
|
/**
|
|
580
666
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
581
667
|
*/
|
|
@@ -632,6 +718,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
632
718
|
* deserializeAws_restJson1UpdateAnnotationStoreCommand
|
|
633
719
|
*/
|
|
634
720
|
export declare const de_UpdateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreCommandOutput>;
|
|
721
|
+
/**
|
|
722
|
+
* deserializeAws_restJson1UpdateAnnotationStoreVersionCommand
|
|
723
|
+
*/
|
|
724
|
+
export declare const de_UpdateAnnotationStoreVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreVersionCommandOutput>;
|
|
635
725
|
/**
|
|
636
726
|
* deserializeAws_restJson1UpdateRunGroupCommand
|
|
637
727
|
*/
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
30
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
30
31
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
32
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
30
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
30
31
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
32
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
logger: import("@smithy/types").Logger;
|
|
27
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
27
28
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
28
29
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
29
30
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
12
12
|
}) => import("@smithy/types").EndpointV2;
|
|
13
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
13
14
|
logger: import("@smithy/types").Logger;
|
|
14
15
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
15
16
|
serviceId: string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OmicsClientConfiguration } from "./clientConfiguration";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface RuntimeExtension {
|
|
6
|
+
configureClient(clientConfiguration: OmicsClientConfiguration): void;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface RuntimeExtensionsConfig {
|
|
12
|
+
extensions: RuntimeExtension[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
|