@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.
Files changed (91) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/Omics.js +20 -0
  3. package/dist-cjs/commands/AcceptShareCommand.js +46 -0
  4. package/dist-cjs/commands/CreateAnnotationStoreVersionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateShareCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteAnnotationStoreVersionsCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteShareCommand.js +46 -0
  8. package/dist-cjs/commands/GetAnnotationStoreVersionCommand.js +46 -0
  9. package/dist-cjs/commands/GetShareCommand.js +46 -0
  10. package/dist-cjs/commands/ListAnnotationStoreVersionsCommand.js +46 -0
  11. package/dist-cjs/commands/ListSharesCommand.js +46 -0
  12. package/dist-cjs/commands/UpdateAnnotationStoreVersionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/models/models_0.js +42 -14
  15. package/dist-cjs/pagination/ListAnnotationStoreVersionsPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListSharesPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +2 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +911 -38
  19. package/dist-cjs/waiters/index.js +2 -0
  20. package/dist-cjs/waiters/waitForAnnotationStoreVersionCreated.js +63 -0
  21. package/dist-cjs/waiters/waitForAnnotationStoreVersionDeleted.js +48 -0
  22. package/dist-es/Omics.js +20 -0
  23. package/dist-es/commands/AcceptShareCommand.js +42 -0
  24. package/dist-es/commands/CreateAnnotationStoreVersionCommand.js +42 -0
  25. package/dist-es/commands/CreateShareCommand.js +42 -0
  26. package/dist-es/commands/DeleteAnnotationStoreVersionsCommand.js +42 -0
  27. package/dist-es/commands/DeleteShareCommand.js +42 -0
  28. package/dist-es/commands/GetAnnotationStoreVersionCommand.js +42 -0
  29. package/dist-es/commands/GetShareCommand.js +42 -0
  30. package/dist-es/commands/ListAnnotationStoreVersionsCommand.js +42 -0
  31. package/dist-es/commands/ListSharesCommand.js +42 -0
  32. package/dist-es/commands/UpdateAnnotationStoreVersionCommand.js +42 -0
  33. package/dist-es/commands/index.js +10 -0
  34. package/dist-es/models/models_0.js +39 -12
  35. package/dist-es/pagination/ListAnnotationStoreVersionsPaginator.js +25 -0
  36. package/dist-es/pagination/ListSharesPaginator.js +25 -0
  37. package/dist-es/pagination/index.js +2 -0
  38. package/dist-es/protocols/Aws_restJson1.js +886 -34
  39. package/dist-es/waiters/index.js +2 -0
  40. package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +58 -0
  41. package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +43 -0
  42. package/dist-types/Omics.d.ts +70 -0
  43. package/dist-types/OmicsClient.d.ts +12 -2
  44. package/dist-types/commands/AcceptShareCommand.d.ts +96 -0
  45. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +2 -0
  46. package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +132 -0
  47. package/dist-types/commands/CreateShareCommand.d.ts +100 -0
  48. package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +102 -0
  49. package/dist-types/commands/DeleteShareCommand.d.ts +96 -0
  50. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -0
  51. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -0
  52. package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +117 -0
  53. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  54. package/dist-types/commands/GetShareCommand.d.ts +106 -0
  55. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
  56. package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +110 -0
  57. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  58. package/dist-types/commands/ListSharesCommand.d.ts +119 -0
  59. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -0
  60. package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +99 -0
  61. package/dist-types/commands/index.d.ts +10 -0
  62. package/dist-types/models/models_0.d.ts +1021 -44
  63. package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/ListSharesPaginator.d.ts +7 -0
  65. package/dist-types/pagination/index.d.ts +2 -0
  66. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  67. package/dist-types/ts3.4/Omics.d.ts +170 -0
  68. package/dist-types/ts3.4/OmicsClient.d.ts +60 -0
  69. package/dist-types/ts3.4/commands/AcceptShareCommand.d.ts +35 -0
  70. package/dist-types/ts3.4/commands/CreateAnnotationStoreVersionCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/CreateShareCommand.d.ts +35 -0
  72. package/dist-types/ts3.4/commands/DeleteAnnotationStoreVersionsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DeleteShareCommand.d.ts +35 -0
  74. package/dist-types/ts3.4/commands/GetAnnotationStoreVersionCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/GetShareCommand.d.ts +35 -0
  76. package/dist-types/ts3.4/commands/ListAnnotationStoreVersionsCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/ListSharesCommand.d.ts +35 -0
  78. package/dist-types/ts3.4/commands/UpdateAnnotationStoreVersionCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +199 -5
  81. package/dist-types/ts3.4/pagination/ListAnnotationStoreVersionsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/ListSharesPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  85. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  86. package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionCreated.d.ts +11 -0
  87. package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionDeleted.d.ts +11 -0
  88. package/dist-types/waiters/index.d.ts +2 -0
  89. package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +14 -0
  90. package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +14 -0
  91. package/package.json +30 -30
@@ -1,6 +1,8 @@
1
1
  export * from "./waitForAnnotationImportJobCreated";
2
2
  export * from "./waitForAnnotationStoreCreated";
3
3
  export * from "./waitForAnnotationStoreDeleted";
4
+ export * from "./waitForAnnotationStoreVersionCreated";
5
+ export * from "./waitForAnnotationStoreVersionDeleted";
4
6
  export * from "./waitForReadSetActivationJobCompleted";
5
7
  export * from "./waitForReadSetExportJobCompleted";
6
8
  export * from "./waitForReadSetImportJobCompleted";
@@ -0,0 +1,58 @@
1
+ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
+ import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
3
+ const checkState = async (client, input) => {
4
+ let reason;
5
+ try {
6
+ const result = await client.send(new GetAnnotationStoreVersionCommand(input));
7
+ reason = result;
8
+ try {
9
+ const returnComparator = () => {
10
+ return result.status;
11
+ };
12
+ if (returnComparator() === "ACTIVE") {
13
+ return { state: WaiterState.SUCCESS, reason };
14
+ }
15
+ }
16
+ catch (e) { }
17
+ try {
18
+ const returnComparator = () => {
19
+ return result.status;
20
+ };
21
+ if (returnComparator() === "CREATING") {
22
+ return { state: WaiterState.RETRY, reason };
23
+ }
24
+ }
25
+ catch (e) { }
26
+ try {
27
+ const returnComparator = () => {
28
+ return result.status;
29
+ };
30
+ if (returnComparator() === "UPDATING") {
31
+ return { state: WaiterState.RETRY, reason };
32
+ }
33
+ }
34
+ catch (e) { }
35
+ try {
36
+ const returnComparator = () => {
37
+ return result.status;
38
+ };
39
+ if (returnComparator() === "FAILED") {
40
+ return { state: WaiterState.FAILURE, reason };
41
+ }
42
+ }
43
+ catch (e) { }
44
+ }
45
+ catch (exception) {
46
+ reason = exception;
47
+ }
48
+ return { state: WaiterState.RETRY, reason };
49
+ };
50
+ export const waitForAnnotationStoreVersionCreated = async (params, input) => {
51
+ const serviceDefaults = { minDelay: 30, maxDelay: 600 };
52
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
53
+ };
54
+ export const waitUntilAnnotationStoreVersionCreated = async (params, input) => {
55
+ const serviceDefaults = { minDelay: 30, maxDelay: 600 };
56
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
57
+ return checkExceptions(result);
58
+ };
@@ -0,0 +1,43 @@
1
+ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
+ import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
3
+ const checkState = async (client, input) => {
4
+ let reason;
5
+ try {
6
+ const result = await client.send(new GetAnnotationStoreVersionCommand(input));
7
+ reason = result;
8
+ try {
9
+ const returnComparator = () => {
10
+ return result.status;
11
+ };
12
+ if (returnComparator() === "DELETED") {
13
+ return { state: WaiterState.SUCCESS, reason };
14
+ }
15
+ }
16
+ catch (e) { }
17
+ try {
18
+ const returnComparator = () => {
19
+ return result.status;
20
+ };
21
+ if (returnComparator() === "DELETING") {
22
+ return { state: WaiterState.RETRY, reason };
23
+ }
24
+ }
25
+ catch (e) { }
26
+ }
27
+ catch (exception) {
28
+ reason = exception;
29
+ if (exception.name && exception.name == "ResourceNotFoundException") {
30
+ return { state: WaiterState.SUCCESS, reason };
31
+ }
32
+ }
33
+ return { state: WaiterState.RETRY, reason };
34
+ };
35
+ export const waitForAnnotationStoreVersionDeleted = async (params, input) => {
36
+ const serviceDefaults = { minDelay: 30, maxDelay: 600 };
37
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
38
+ };
39
+ export const waitUntilAnnotationStoreVersionDeleted = async (params, input) => {
40
+ const serviceDefaults = { minDelay: 30, maxDelay: 600 };
41
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
42
+ return checkExceptions(result);
43
+ };
@@ -1,27 +1,33 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
3
+ import { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
3
4
  import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
4
5
  import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
5
6
  import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
6
7
  import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
7
8
  import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
8
9
  import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
10
+ import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
9
11
  import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
10
12
  import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
11
13
  import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
12
14
  import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
15
+ import { CreateShareCommandInput, CreateShareCommandOutput } from "./commands/CreateShareCommand";
13
16
  import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
14
17
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
15
18
  import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
19
+ import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
16
20
  import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
17
21
  import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
18
22
  import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
19
23
  import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
20
24
  import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
25
+ import { DeleteShareCommandInput, DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
21
26
  import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
22
27
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
23
28
  import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
24
29
  import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
30
+ import { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
25
31
  import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
26
32
  import { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
27
33
  import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
@@ -35,11 +41,13 @@ import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunComman
35
41
  import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
36
42
  import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
37
43
  import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
44
+ import { GetShareCommandInput, GetShareCommandOutput } from "./commands/GetShareCommand";
38
45
  import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
39
46
  import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
40
47
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
41
48
  import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
42
49
  import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
50
+ import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
43
51
  import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
44
52
  import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
45
53
  import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
@@ -53,6 +61,7 @@ import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./command
53
61
  import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
54
62
  import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
55
63
  import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
64
+ import { ListSharesCommandInput, ListSharesCommandOutput } from "./commands/ListSharesCommand";
56
65
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
57
66
  import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
58
67
  import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
@@ -67,6 +76,7 @@ import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput }
67
76
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
68
77
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
69
78
  import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
79
+ import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
70
80
  import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
71
81
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
72
82
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
@@ -79,6 +89,12 @@ export interface Omics {
79
89
  abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, options?: __HttpHandlerOptions): Promise<AbortMultipartReadSetUploadCommandOutput>;
80
90
  abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, cb: (err: any, data?: AbortMultipartReadSetUploadCommandOutput) => void): void;
81
91
  abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortMultipartReadSetUploadCommandOutput) => void): void;
92
+ /**
93
+ * @see {@link AcceptShareCommand}
94
+ */
95
+ acceptShare(args: AcceptShareCommandInput, options?: __HttpHandlerOptions): Promise<AcceptShareCommandOutput>;
96
+ acceptShare(args: AcceptShareCommandInput, cb: (err: any, data?: AcceptShareCommandOutput) => void): void;
97
+ acceptShare(args: AcceptShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptShareCommandOutput) => void): void;
82
98
  /**
83
99
  * @see {@link BatchDeleteReadSetCommand}
84
100
  */
@@ -115,6 +131,12 @@ export interface Omics {
115
131
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreCommandOutput>;
116
132
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
117
133
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
134
+ /**
135
+ * @see {@link CreateAnnotationStoreVersionCommand}
136
+ */
137
+ createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreVersionCommandOutput>;
138
+ createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, cb: (err: any, data?: CreateAnnotationStoreVersionCommandOutput) => void): void;
139
+ createAnnotationStoreVersion(args: CreateAnnotationStoreVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreVersionCommandOutput) => void): void;
118
140
  /**
119
141
  * @see {@link CreateMultipartReadSetUploadCommand}
120
142
  */
@@ -139,6 +161,12 @@ export interface Omics {
139
161
  createSequenceStore(args: CreateSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateSequenceStoreCommandOutput>;
140
162
  createSequenceStore(args: CreateSequenceStoreCommandInput, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
141
163
  createSequenceStore(args: CreateSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
164
+ /**
165
+ * @see {@link CreateShareCommand}
166
+ */
167
+ createShare(args: CreateShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateShareCommandOutput>;
168
+ createShare(args: CreateShareCommandInput, cb: (err: any, data?: CreateShareCommandOutput) => void): void;
169
+ createShare(args: CreateShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateShareCommandOutput) => void): void;
142
170
  /**
143
171
  * @see {@link CreateVariantStoreCommand}
144
172
  */
@@ -157,6 +185,12 @@ export interface Omics {
157
185
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnnotationStoreCommandOutput>;
158
186
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
159
187
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
188
+ /**
189
+ * @see {@link DeleteAnnotationStoreVersionsCommand}
190
+ */
191
+ deleteAnnotationStoreVersions(args: DeleteAnnotationStoreVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnnotationStoreVersionsCommandOutput>;
192
+ deleteAnnotationStoreVersions(args: DeleteAnnotationStoreVersionsCommandInput, cb: (err: any, data?: DeleteAnnotationStoreVersionsCommandOutput) => void): void;
193
+ deleteAnnotationStoreVersions(args: DeleteAnnotationStoreVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnnotationStoreVersionsCommandOutput) => void): void;
160
194
  /**
161
195
  * @see {@link DeleteReferenceCommand}
162
196
  */
@@ -187,6 +221,12 @@ export interface Omics {
187
221
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSequenceStoreCommandOutput>;
188
222
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
189
223
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
224
+ /**
225
+ * @see {@link DeleteShareCommand}
226
+ */
227
+ deleteShare(args: DeleteShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteShareCommandOutput>;
228
+ deleteShare(args: DeleteShareCommandInput, cb: (err: any, data?: DeleteShareCommandOutput) => void): void;
229
+ deleteShare(args: DeleteShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteShareCommandOutput) => void): void;
190
230
  /**
191
231
  * @see {@link DeleteVariantStoreCommand}
192
232
  */
@@ -211,6 +251,12 @@ export interface Omics {
211
251
  getAnnotationStore(args: GetAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationStoreCommandOutput>;
212
252
  getAnnotationStore(args: GetAnnotationStoreCommandInput, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
213
253
  getAnnotationStore(args: GetAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
254
+ /**
255
+ * @see {@link GetAnnotationStoreVersionCommand}
256
+ */
257
+ getAnnotationStoreVersion(args: GetAnnotationStoreVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationStoreVersionCommandOutput>;
258
+ getAnnotationStoreVersion(args: GetAnnotationStoreVersionCommandInput, cb: (err: any, data?: GetAnnotationStoreVersionCommandOutput) => void): void;
259
+ getAnnotationStoreVersion(args: GetAnnotationStoreVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationStoreVersionCommandOutput) => void): void;
214
260
  /**
215
261
  * @see {@link GetReadSetCommand}
216
262
  */
@@ -289,6 +335,12 @@ export interface Omics {
289
335
  getSequenceStore(args: GetSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetSequenceStoreCommandOutput>;
290
336
  getSequenceStore(args: GetSequenceStoreCommandInput, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
291
337
  getSequenceStore(args: GetSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
338
+ /**
339
+ * @see {@link GetShareCommand}
340
+ */
341
+ getShare(args: GetShareCommandInput, options?: __HttpHandlerOptions): Promise<GetShareCommandOutput>;
342
+ getShare(args: GetShareCommandInput, cb: (err: any, data?: GetShareCommandOutput) => void): void;
343
+ getShare(args: GetShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetShareCommandOutput) => void): void;
292
344
  /**
293
345
  * @see {@link GetVariantImportJobCommand}
294
346
  */
@@ -319,6 +371,12 @@ export interface Omics {
319
371
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationStoresCommandOutput>;
320
372
  listAnnotationStores(args: ListAnnotationStoresCommandInput, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
321
373
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
374
+ /**
375
+ * @see {@link ListAnnotationStoreVersionsCommand}
376
+ */
377
+ listAnnotationStoreVersions(args: ListAnnotationStoreVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationStoreVersionsCommandOutput>;
378
+ listAnnotationStoreVersions(args: ListAnnotationStoreVersionsCommandInput, cb: (err: any, data?: ListAnnotationStoreVersionsCommandOutput) => void): void;
379
+ listAnnotationStoreVersions(args: ListAnnotationStoreVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationStoreVersionsCommandOutput) => void): void;
322
380
  /**
323
381
  * @see {@link ListMultipartReadSetUploadsCommand}
324
382
  */
@@ -397,6 +455,12 @@ export interface Omics {
397
455
  listSequenceStores(args: ListSequenceStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListSequenceStoresCommandOutput>;
398
456
  listSequenceStores(args: ListSequenceStoresCommandInput, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
399
457
  listSequenceStores(args: ListSequenceStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
458
+ /**
459
+ * @see {@link ListSharesCommand}
460
+ */
461
+ listShares(args: ListSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListSharesCommandOutput>;
462
+ listShares(args: ListSharesCommandInput, cb: (err: any, data?: ListSharesCommandOutput) => void): void;
463
+ listShares(args: ListSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharesCommandOutput) => void): void;
400
464
  /**
401
465
  * @see {@link ListTagsForResourceCommand}
402
466
  */
@@ -481,6 +545,12 @@ export interface Omics {
481
545
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnnotationStoreCommandOutput>;
482
546
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
483
547
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
548
+ /**
549
+ * @see {@link UpdateAnnotationStoreVersionCommand}
550
+ */
551
+ updateAnnotationStoreVersion(args: UpdateAnnotationStoreVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnnotationStoreVersionCommandOutput>;
552
+ updateAnnotationStoreVersion(args: UpdateAnnotationStoreVersionCommandInput, cb: (err: any, data?: UpdateAnnotationStoreVersionCommandOutput) => void): void;
553
+ updateAnnotationStoreVersion(args: UpdateAnnotationStoreVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnnotationStoreVersionCommandOutput) => void): void;
484
554
  /**
485
555
  * @see {@link UpdateRunGroupCommand}
486
556
  */
@@ -9,28 +9,34 @@ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
9
9
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
10
10
  import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
11
  import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
12
+ import { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
12
13
  import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
13
14
  import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
14
15
  import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
15
16
  import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
16
17
  import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
17
18
  import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
19
+ import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
18
20
  import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
19
21
  import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
20
22
  import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
21
23
  import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
24
+ import { CreateShareCommandInput, CreateShareCommandOutput } from "./commands/CreateShareCommand";
22
25
  import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
23
26
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
24
27
  import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
28
+ import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
25
29
  import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
26
30
  import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
27
31
  import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
28
32
  import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
29
33
  import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
34
+ import { DeleteShareCommandInput, DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
30
35
  import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
31
36
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
32
37
  import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
33
38
  import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
39
+ import { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
34
40
  import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
35
41
  import { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
36
42
  import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
@@ -44,11 +50,13 @@ import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunComman
44
50
  import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
45
51
  import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
46
52
  import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
53
+ import { GetShareCommandInput, GetShareCommandOutput } from "./commands/GetShareCommand";
47
54
  import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
48
55
  import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
49
56
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
50
57
  import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
51
58
  import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
59
+ import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
52
60
  import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
53
61
  import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
54
62
  import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
@@ -62,6 +70,7 @@ import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./command
62
70
  import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
63
71
  import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
64
72
  import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
73
+ import { ListSharesCommandInput, ListSharesCommandOutput } from "./commands/ListSharesCommand";
65
74
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
66
75
  import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
67
76
  import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
@@ -76,6 +85,7 @@ import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput }
76
85
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
77
86
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
78
87
  import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
88
+ import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
79
89
  import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
80
90
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
81
91
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
@@ -85,11 +95,11 @@ export { __Client };
85
95
  /**
86
96
  * @public
87
97
  */
88
- export type ServiceInputTypes = AbortMultipartReadSetUploadCommandInput | BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CompleteMultipartReadSetUploadCommandInput | CreateAnnotationStoreCommandInput | CreateMultipartReadSetUploadCommandInput | CreateReferenceStoreCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | DeleteAnnotationStoreCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteSequenceStoreCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetSequenceStoreCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoresCommandInput | ListMultipartReadSetUploadsCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetUploadPartsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListSequenceStoresCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowsCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateRunGroupCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput | UploadReadSetPartCommandInput;
98
+ export type ServiceInputTypes = AbortMultipartReadSetUploadCommandInput | AcceptShareCommandInput | BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CompleteMultipartReadSetUploadCommandInput | CreateAnnotationStoreCommandInput | CreateAnnotationStoreVersionCommandInput | CreateMultipartReadSetUploadCommandInput | CreateReferenceStoreCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateShareCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | DeleteAnnotationStoreCommandInput | DeleteAnnotationStoreVersionsCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteSequenceStoreCommandInput | DeleteShareCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetAnnotationStoreVersionCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetSequenceStoreCommandInput | GetShareCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoreVersionsCommandInput | ListAnnotationStoresCommandInput | ListMultipartReadSetUploadsCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetUploadPartsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListSequenceStoresCommandInput | ListSharesCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowsCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateAnnotationStoreVersionCommandInput | UpdateRunGroupCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput | UploadReadSetPartCommandInput;
89
99
  /**
90
100
  * @public
91
101
  */
92
- export type ServiceOutputTypes = AbortMultipartReadSetUploadCommandOutput | BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CompleteMultipartReadSetUploadCommandOutput | CreateAnnotationStoreCommandOutput | CreateMultipartReadSetUploadCommandOutput | CreateReferenceStoreCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteSequenceStoreCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetSequenceStoreCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoresCommandOutput | ListMultipartReadSetUploadsCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetUploadPartsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListSequenceStoresCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowsCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateRunGroupCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput | UploadReadSetPartCommandOutput;
102
+ export type ServiceOutputTypes = AbortMultipartReadSetUploadCommandOutput | AcceptShareCommandOutput | BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CompleteMultipartReadSetUploadCommandOutput | CreateAnnotationStoreCommandOutput | CreateAnnotationStoreVersionCommandOutput | CreateMultipartReadSetUploadCommandOutput | CreateReferenceStoreCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateShareCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteAnnotationStoreVersionsCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteSequenceStoreCommandOutput | DeleteShareCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetAnnotationStoreVersionCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetSequenceStoreCommandOutput | GetShareCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoreVersionsCommandOutput | ListAnnotationStoresCommandOutput | ListMultipartReadSetUploadsCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetUploadPartsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListSequenceStoresCommandOutput | ListSharesCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowsCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateAnnotationStoreVersionCommandOutput | UpdateRunGroupCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput | UploadReadSetPartCommandOutput;
93
103
  /**
94
104
  * @public
95
105
  */
@@ -0,0 +1,96 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { AcceptShareRequest, AcceptShareResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link AcceptShareCommand}.
14
+ */
15
+ export interface AcceptShareCommandInput extends AcceptShareRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link AcceptShareCommand}.
21
+ */
22
+ export interface AcceptShareCommandOutput extends AcceptShareResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>
27
+ * Accepts a share for an analytics store.
28
+ * </p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { OmicsClient, AcceptShareCommand } from "@aws-sdk/client-omics"; // ES Modules import
33
+ * // const { OmicsClient, AcceptShareCommand } = require("@aws-sdk/client-omics"); // CommonJS import
34
+ * const client = new OmicsClient(config);
35
+ * const input = { // AcceptShareRequest
36
+ * shareId: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new AcceptShareCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // AcceptShareResponse
41
+ * // status: "STRING_VALUE",
42
+ * // };
43
+ *
44
+ * ```
45
+ *
46
+ * @param AcceptShareCommandInput - {@link AcceptShareCommandInput}
47
+ * @returns {@link AcceptShareCommandOutput}
48
+ * @see {@link AcceptShareCommandInput} for command's `input` shape.
49
+ * @see {@link AcceptShareCommandOutput} for command's `response` shape.
50
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>The request cannot be applied to the target resource in its current state.</p>
57
+ *
58
+ * @throws {@link InternalServerException} (server fault)
59
+ * <p>An unexpected error occurred. Try the request again.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The target resource was not found in the current Region.</p>
63
+ *
64
+ * @throws {@link ServiceQuotaExceededException} (client fault)
65
+ * <p>The request exceeds a service quota.</p>
66
+ *
67
+ * @throws {@link ThrottlingException} (client fault)
68
+ * <p>The request was denied due to request throttling.</p>
69
+ *
70
+ * @throws {@link ValidationException} (client fault)
71
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
72
+ *
73
+ * @throws {@link OmicsServiceException}
74
+ * <p>Base exception class for all service exceptions from Omics service.</p>
75
+ *
76
+ */
77
+ export declare class AcceptShareCommand extends $Command<AcceptShareCommandInput, AcceptShareCommandOutput, OmicsClientResolvedConfig> {
78
+ readonly input: AcceptShareCommandInput;
79
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
83
+ constructor(input: AcceptShareCommandInput);
84
+ /**
85
+ * @internal
86
+ */
87
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptShareCommandInput, AcceptShareCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
91
+ private serialize;
92
+ /**
93
+ * @internal
94
+ */
95
+ private deserialize;
96
+ }
@@ -39,6 +39,7 @@ export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStor
39
39
  * tags: { // TagMap
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
+ * versionName: "STRING_VALUE",
42
43
  * sseConfig: { // SseConfig
43
44
  * type: "STRING_VALUE", // required
44
45
  * keyArn: "STRING_VALUE",
@@ -81,6 +82,7 @@ export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStor
81
82
  * // },
82
83
  * // status: "STRING_VALUE", // required
83
84
  * // name: "STRING_VALUE", // required
85
+ * // versionName: "STRING_VALUE", // required
84
86
  * // creationTime: new Date("TIMESTAMP"), // required
85
87
  * // };
86
88
  *