@aws-sdk/client-omics 3.337.0 → 3.341.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 (301) hide show
  1. package/dist-cjs/OmicsClient.js +2 -1
  2. package/dist-cjs/commands/AbortMultipartReadSetUploadCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +2 -1
  4. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +2 -1
  5. package/dist-cjs/commands/CancelRunCommand.js +2 -1
  6. package/dist-cjs/commands/CancelVariantImportJobCommand.js +2 -1
  7. package/dist-cjs/commands/CompleteMultipartReadSetUploadCommand.js +2 -1
  8. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +2 -1
  9. package/dist-cjs/commands/CreateMultipartReadSetUploadCommand.js +2 -1
  10. package/dist-cjs/commands/CreateReferenceStoreCommand.js +2 -1
  11. package/dist-cjs/commands/CreateRunGroupCommand.js +2 -1
  12. package/dist-cjs/commands/CreateSequenceStoreCommand.js +2 -1
  13. package/dist-cjs/commands/CreateVariantStoreCommand.js +2 -1
  14. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteReferenceCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteRunCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteRunGroupCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteVariantStoreCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -1
  23. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +2 -1
  24. package/dist-cjs/commands/GetAnnotationStoreCommand.js +2 -1
  25. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +2 -1
  26. package/dist-cjs/commands/GetReadSetCommand.js +2 -1
  27. package/dist-cjs/commands/GetReadSetExportJobCommand.js +2 -1
  28. package/dist-cjs/commands/GetReadSetImportJobCommand.js +2 -1
  29. package/dist-cjs/commands/GetReadSetMetadataCommand.js +2 -1
  30. package/dist-cjs/commands/GetReferenceCommand.js +2 -1
  31. package/dist-cjs/commands/GetReferenceImportJobCommand.js +2 -1
  32. package/dist-cjs/commands/GetReferenceMetadataCommand.js +2 -1
  33. package/dist-cjs/commands/GetReferenceStoreCommand.js +2 -1
  34. package/dist-cjs/commands/GetRunCommand.js +2 -1
  35. package/dist-cjs/commands/GetRunGroupCommand.js +2 -1
  36. package/dist-cjs/commands/GetRunTaskCommand.js +2 -1
  37. package/dist-cjs/commands/GetSequenceStoreCommand.js +2 -1
  38. package/dist-cjs/commands/GetVariantImportJobCommand.js +2 -1
  39. package/dist-cjs/commands/GetVariantStoreCommand.js +2 -1
  40. package/dist-cjs/commands/GetWorkflowCommand.js +2 -1
  41. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +2 -1
  42. package/dist-cjs/commands/ListAnnotationStoresCommand.js +2 -1
  43. package/dist-cjs/commands/ListMultipartReadSetUploadsCommand.js +2 -1
  44. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +2 -1
  45. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +2 -1
  46. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +2 -1
  47. package/dist-cjs/commands/ListReadSetUploadPartsCommand.js +2 -1
  48. package/dist-cjs/commands/ListReadSetsCommand.js +2 -1
  49. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +2 -1
  50. package/dist-cjs/commands/ListReferenceStoresCommand.js +2 -1
  51. package/dist-cjs/commands/ListReferencesCommand.js +2 -1
  52. package/dist-cjs/commands/ListRunGroupsCommand.js +2 -1
  53. package/dist-cjs/commands/ListRunTasksCommand.js +2 -1
  54. package/dist-cjs/commands/ListRunsCommand.js +2 -1
  55. package/dist-cjs/commands/ListSequenceStoresCommand.js +2 -1
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  57. package/dist-cjs/commands/ListVariantImportJobsCommand.js +2 -1
  58. package/dist-cjs/commands/ListVariantStoresCommand.js +2 -1
  59. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -1
  60. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +2 -1
  61. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +2 -1
  62. package/dist-cjs/commands/StartReadSetExportJobCommand.js +2 -1
  63. package/dist-cjs/commands/StartReadSetImportJobCommand.js +2 -1
  64. package/dist-cjs/commands/StartReferenceImportJobCommand.js +2 -1
  65. package/dist-cjs/commands/StartRunCommand.js +2 -1
  66. package/dist-cjs/commands/StartVariantImportJobCommand.js +2 -1
  67. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  68. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  69. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +2 -1
  70. package/dist-cjs/commands/UpdateRunGroupCommand.js +2 -1
  71. package/dist-cjs/commands/UpdateVariantStoreCommand.js +2 -1
  72. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -1
  73. package/dist-cjs/commands/UploadReadSetPartCommand.js +2 -1
  74. package/dist-cjs/index.js +2 -2
  75. package/dist-cjs/models/OmicsServiceException.js +2 -1
  76. package/dist-es/OmicsClient.js +1 -0
  77. package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +1 -0
  78. package/dist-es/commands/BatchDeleteReadSetCommand.js +1 -0
  79. package/dist-es/commands/CancelAnnotationImportJobCommand.js +1 -0
  80. package/dist-es/commands/CancelRunCommand.js +1 -0
  81. package/dist-es/commands/CancelVariantImportJobCommand.js +1 -0
  82. package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +1 -0
  83. package/dist-es/commands/CreateAnnotationStoreCommand.js +1 -0
  84. package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +1 -0
  85. package/dist-es/commands/CreateReferenceStoreCommand.js +1 -0
  86. package/dist-es/commands/CreateRunGroupCommand.js +1 -0
  87. package/dist-es/commands/CreateSequenceStoreCommand.js +1 -0
  88. package/dist-es/commands/CreateVariantStoreCommand.js +1 -0
  89. package/dist-es/commands/CreateWorkflowCommand.js +1 -0
  90. package/dist-es/commands/DeleteAnnotationStoreCommand.js +1 -0
  91. package/dist-es/commands/DeleteReferenceCommand.js +1 -0
  92. package/dist-es/commands/DeleteReferenceStoreCommand.js +1 -0
  93. package/dist-es/commands/DeleteRunCommand.js +1 -0
  94. package/dist-es/commands/DeleteRunGroupCommand.js +1 -0
  95. package/dist-es/commands/DeleteSequenceStoreCommand.js +1 -0
  96. package/dist-es/commands/DeleteVariantStoreCommand.js +1 -0
  97. package/dist-es/commands/DeleteWorkflowCommand.js +1 -0
  98. package/dist-es/commands/GetAnnotationImportJobCommand.js +1 -0
  99. package/dist-es/commands/GetAnnotationStoreCommand.js +1 -0
  100. package/dist-es/commands/GetReadSetActivationJobCommand.js +1 -0
  101. package/dist-es/commands/GetReadSetCommand.js +1 -0
  102. package/dist-es/commands/GetReadSetExportJobCommand.js +1 -0
  103. package/dist-es/commands/GetReadSetImportJobCommand.js +1 -0
  104. package/dist-es/commands/GetReadSetMetadataCommand.js +1 -0
  105. package/dist-es/commands/GetReferenceCommand.js +1 -0
  106. package/dist-es/commands/GetReferenceImportJobCommand.js +1 -0
  107. package/dist-es/commands/GetReferenceMetadataCommand.js +1 -0
  108. package/dist-es/commands/GetReferenceStoreCommand.js +1 -0
  109. package/dist-es/commands/GetRunCommand.js +1 -0
  110. package/dist-es/commands/GetRunGroupCommand.js +1 -0
  111. package/dist-es/commands/GetRunTaskCommand.js +1 -0
  112. package/dist-es/commands/GetSequenceStoreCommand.js +1 -0
  113. package/dist-es/commands/GetVariantImportJobCommand.js +1 -0
  114. package/dist-es/commands/GetVariantStoreCommand.js +1 -0
  115. package/dist-es/commands/GetWorkflowCommand.js +1 -0
  116. package/dist-es/commands/ListAnnotationImportJobsCommand.js +1 -0
  117. package/dist-es/commands/ListAnnotationStoresCommand.js +1 -0
  118. package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +1 -0
  119. package/dist-es/commands/ListReadSetActivationJobsCommand.js +1 -0
  120. package/dist-es/commands/ListReadSetExportJobsCommand.js +1 -0
  121. package/dist-es/commands/ListReadSetImportJobsCommand.js +1 -0
  122. package/dist-es/commands/ListReadSetUploadPartsCommand.js +1 -0
  123. package/dist-es/commands/ListReadSetsCommand.js +1 -0
  124. package/dist-es/commands/ListReferenceImportJobsCommand.js +1 -0
  125. package/dist-es/commands/ListReferenceStoresCommand.js +1 -0
  126. package/dist-es/commands/ListReferencesCommand.js +1 -0
  127. package/dist-es/commands/ListRunGroupsCommand.js +1 -0
  128. package/dist-es/commands/ListRunTasksCommand.js +1 -0
  129. package/dist-es/commands/ListRunsCommand.js +1 -0
  130. package/dist-es/commands/ListSequenceStoresCommand.js +1 -0
  131. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  132. package/dist-es/commands/ListVariantImportJobsCommand.js +1 -0
  133. package/dist-es/commands/ListVariantStoresCommand.js +1 -0
  134. package/dist-es/commands/ListWorkflowsCommand.js +1 -0
  135. package/dist-es/commands/StartAnnotationImportJobCommand.js +1 -0
  136. package/dist-es/commands/StartReadSetActivationJobCommand.js +1 -0
  137. package/dist-es/commands/StartReadSetExportJobCommand.js +1 -0
  138. package/dist-es/commands/StartReadSetImportJobCommand.js +1 -0
  139. package/dist-es/commands/StartReferenceImportJobCommand.js +1 -0
  140. package/dist-es/commands/StartRunCommand.js +1 -0
  141. package/dist-es/commands/StartVariantImportJobCommand.js +1 -0
  142. package/dist-es/commands/TagResourceCommand.js +1 -0
  143. package/dist-es/commands/UntagResourceCommand.js +1 -0
  144. package/dist-es/commands/UpdateAnnotationStoreCommand.js +1 -0
  145. package/dist-es/commands/UpdateRunGroupCommand.js +1 -0
  146. package/dist-es/commands/UpdateVariantStoreCommand.js +1 -0
  147. package/dist-es/commands/UpdateWorkflowCommand.js +1 -0
  148. package/dist-es/commands/UploadReadSetPartCommand.js +1 -0
  149. package/dist-es/index.js +2 -2
  150. package/dist-es/models/OmicsServiceException.js +1 -0
  151. package/dist-types/OmicsClient.d.ts +3 -3
  152. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +4 -0
  153. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +4 -0
  154. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +4 -0
  155. package/dist-types/commands/CancelRunCommand.d.ts +4 -0
  156. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +4 -0
  157. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +4 -0
  158. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +4 -0
  159. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +4 -0
  160. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +4 -0
  161. package/dist-types/commands/CreateRunGroupCommand.d.ts +4 -0
  162. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +4 -0
  163. package/dist-types/commands/CreateVariantStoreCommand.d.ts +4 -0
  164. package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -0
  165. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +4 -0
  166. package/dist-types/commands/DeleteReferenceCommand.d.ts +4 -0
  167. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +4 -0
  168. package/dist-types/commands/DeleteRunCommand.d.ts +4 -0
  169. package/dist-types/commands/DeleteRunGroupCommand.d.ts +4 -0
  170. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +4 -0
  171. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +4 -0
  172. package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
  173. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +4 -0
  174. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +4 -0
  175. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +4 -0
  176. package/dist-types/commands/GetReadSetCommand.d.ts +4 -0
  177. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +4 -0
  178. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +4 -0
  179. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +4 -0
  180. package/dist-types/commands/GetReferenceCommand.d.ts +4 -0
  181. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +4 -0
  182. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +4 -0
  183. package/dist-types/commands/GetReferenceStoreCommand.d.ts +4 -0
  184. package/dist-types/commands/GetRunCommand.d.ts +4 -0
  185. package/dist-types/commands/GetRunGroupCommand.d.ts +4 -0
  186. package/dist-types/commands/GetRunTaskCommand.d.ts +4 -0
  187. package/dist-types/commands/GetSequenceStoreCommand.d.ts +4 -0
  188. package/dist-types/commands/GetVariantImportJobCommand.d.ts +4 -0
  189. package/dist-types/commands/GetVariantStoreCommand.d.ts +4 -0
  190. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  191. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +4 -0
  192. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +4 -0
  193. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +4 -0
  194. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +4 -0
  195. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +4 -0
  196. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +4 -0
  197. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +4 -0
  198. package/dist-types/commands/ListReadSetsCommand.d.ts +4 -0
  199. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +4 -0
  200. package/dist-types/commands/ListReferenceStoresCommand.d.ts +4 -0
  201. package/dist-types/commands/ListReferencesCommand.d.ts +4 -0
  202. package/dist-types/commands/ListRunGroupsCommand.d.ts +4 -0
  203. package/dist-types/commands/ListRunTasksCommand.d.ts +4 -0
  204. package/dist-types/commands/ListRunsCommand.d.ts +4 -0
  205. package/dist-types/commands/ListSequenceStoresCommand.d.ts +4 -0
  206. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  207. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +4 -0
  208. package/dist-types/commands/ListVariantStoresCommand.d.ts +4 -0
  209. package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
  210. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +4 -0
  211. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +4 -0
  212. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +4 -0
  213. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +4 -0
  214. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +4 -0
  215. package/dist-types/commands/StartRunCommand.d.ts +4 -0
  216. package/dist-types/commands/StartVariantImportJobCommand.d.ts +4 -0
  217. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  218. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  219. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +4 -0
  220. package/dist-types/commands/UpdateRunGroupCommand.d.ts +4 -0
  221. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +4 -0
  222. package/dist-types/commands/UpdateWorkflowCommand.d.ts +4 -0
  223. package/dist-types/commands/UploadReadSetPartCommand.d.ts +4 -0
  224. package/dist-types/index.d.ts +8 -2
  225. package/dist-types/models/OmicsServiceException.d.ts +1 -0
  226. package/dist-types/ts3.4/OmicsClient.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/BatchDeleteReadSetCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/CancelAnnotationImportJobCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/CancelRunCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/CancelVariantImportJobCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/CreateAnnotationStoreCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/CreateReferenceStoreCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/CreateRunGroupCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/CreateSequenceStoreCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/CreateVariantStoreCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DeleteAnnotationStoreCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/DeleteReferenceCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/DeleteReferenceStoreCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/DeleteRunGroupCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/DeleteSequenceStoreCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/DeleteVariantStoreCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/GetAnnotationImportJobCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/GetAnnotationStoreCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/GetReadSetActivationJobCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/GetReadSetCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/GetReadSetExportJobCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/GetReadSetImportJobCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/GetReadSetMetadataCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/GetReferenceCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/GetReferenceImportJobCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/GetReferenceMetadataCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/GetReferenceStoreCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/GetRunGroupCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/GetRunTaskCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/GetSequenceStoreCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/GetVariantImportJobCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/GetVariantStoreCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/ListAnnotationStoresCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/ListReadSetActivationJobsCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/ListReadSetExportJobsCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/ListReadSetImportJobsCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/ListReadSetsCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/ListReferenceImportJobsCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/ListReferenceStoresCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/ListReferencesCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/ListRunGroupsCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/ListRunTasksCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/ListSequenceStoresCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/ListVariantImportJobsCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/ListVariantStoresCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/StartAnnotationImportJobCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/StartReadSetActivationJobCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/StartReadSetExportJobCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/StartReadSetImportJobCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/StartReferenceImportJobCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/StartRunCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/StartVariantImportJobCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/UpdateAnnotationStoreCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/UpdateRunGroupCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/UpdateVariantStoreCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/index.d.ts +2 -2
  300. package/dist-types/ts3.4/models/OmicsServiceException.d.ts +1 -0
  301. package/package.json +31 -31
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartRunRequest, StartRunResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRunGroupRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateWorkflowRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -4,6 +4,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { UploadReadSetPartRequest, UploadReadSetPartResponse } from "../models/models_0";
6
6
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
7
+ /**
8
+ * @public
9
+ */
10
+ export { __MetadataBearer, $Command };
7
11
  /**
8
12
  * @public
9
13
  *
@@ -1,7 +1,13 @@
1
- export * from "./Omics";
1
+ /**
2
+ * <p>This is the <i>Amazon Omics API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/">What is Amazon Omics?</a> in the
3
+ * <i>Amazon Omics User Guide</i>.</p>
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./OmicsClient";
8
+ export * from "./Omics";
3
9
  export * from "./commands";
4
- export * from "./models";
5
10
  export * from "./pagination";
6
11
  export * from "./waiters";
12
+ export * from "./models";
7
13
  export { OmicsServiceException } from "./models/OmicsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -340,6 +340,7 @@ import {
340
340
  ClientResolvedEndpointParameters,
341
341
  EndpointParameters,
342
342
  } from "./endpoint/EndpointParameters";
343
+ export { __Client };
343
344
  export type ServiceInputTypes =
344
345
  | AbortMultipartReadSetUploadCommandInput
345
346
  | BatchDeleteReadSetCommandInput
@@ -511,7 +512,7 @@ export interface ClientDefaults
511
512
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
512
513
  sdkStreamMixin?: __SdkStreamMixinInjector;
513
514
  }
514
- type OmicsClientConfigType = Partial<
515
+ export type OmicsClientConfigType = Partial<
515
516
  __SmithyConfiguration<__HttpHandlerOptions>
516
517
  > &
517
518
  ClientDefaults &
@@ -523,7 +524,7 @@ type OmicsClientConfigType = Partial<
523
524
  UserAgentInputConfig &
524
525
  ClientInputEndpointParameters;
525
526
  export interface OmicsClientConfig extends OmicsClientConfigType {}
526
- type OmicsClientResolvedConfigType =
527
+ export type OmicsClientResolvedConfigType =
527
528
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
528
529
  Required<ClientDefaults> &
529
530
  RegionResolvedConfig &
@@ -545,4 +546,3 @@ export declare class OmicsClient extends __Client<
545
546
  constructor(configuration: OmicsClientConfig);
546
547
  destroy(): void;
547
548
  }
548
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AbortMultipartReadSetUploadCommandInput
19
20
  extends AbortMultipartReadSetUploadRequest {}
20
21
  export interface AbortMultipartReadSetUploadCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDeleteReadSetCommandInput
19
20
  extends BatchDeleteReadSetRequest {}
20
21
  export interface BatchDeleteReadSetCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelAnnotationImportJobCommandInput
19
20
  extends CancelAnnotationImportRequest {}
20
21
  export interface CancelAnnotationImportJobCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelRunCommandInput extends CancelRunRequest {}
16
17
  export interface CancelRunCommandOutput extends __MetadataBearer {}
17
18
  export declare class CancelRunCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelVariantImportJobCommandInput
19
20
  extends CancelVariantImportRequest {}
20
21
  export interface CancelVariantImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CompleteMultipartReadSetUploadCommandInput
19
20
  extends CompleteMultipartReadSetUploadRequest {}
20
21
  export interface CompleteMultipartReadSetUploadCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAnnotationStoreCommandInput
19
20
  extends CreateAnnotationStoreRequest {}
20
21
  export interface CreateAnnotationStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMultipartReadSetUploadCommandInput
19
20
  extends CreateMultipartReadSetUploadRequest {}
20
21
  export interface CreateMultipartReadSetUploadCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateReferenceStoreCommandInput
19
20
  extends CreateReferenceStoreRequest {}
20
21
  export interface CreateReferenceStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRunGroupCommandInput extends CreateRunGroupRequest {}
19
20
  export interface CreateRunGroupCommandOutput
20
21
  extends CreateRunGroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSequenceStoreCommandInput
19
20
  extends CreateSequenceStoreRequest {}
20
21
  export interface CreateSequenceStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateVariantStoreCommandInput
19
20
  extends CreateVariantStoreRequest {}
20
21
  export interface CreateVariantStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
19
20
  export interface CreateWorkflowCommandOutput
20
21
  extends CreateWorkflowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAnnotationStoreCommandInput
19
20
  extends DeleteAnnotationStoreRequest {}
20
21
  export interface DeleteAnnotationStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteReferenceCommandInput extends DeleteReferenceRequest {}
19
20
  export interface DeleteReferenceCommandOutput
20
21
  extends DeleteReferenceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteReferenceStoreCommandInput
19
20
  extends DeleteReferenceStoreRequest {}
20
21
  export interface DeleteReferenceStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRunCommandInput extends DeleteRunRequest {}
16
17
  export interface DeleteRunCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteRunCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRunGroupCommandInput extends DeleteRunGroupRequest {}
16
17
  export interface DeleteRunGroupCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteRunGroupCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSequenceStoreCommandInput
19
20
  extends DeleteSequenceStoreRequest {}
20
21
  export interface DeleteSequenceStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteVariantStoreCommandInput
19
20
  extends DeleteVariantStoreRequest {}
20
21
  export interface DeleteVariantStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
16
17
  export interface DeleteWorkflowCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteWorkflowCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAnnotationImportJobCommandInput
19
20
  extends GetAnnotationImportRequest {}
20
21
  export interface GetAnnotationImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAnnotationStoreCommandInput
19
20
  extends GetAnnotationStoreRequest {}
20
21
  export interface GetAnnotationStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReadSetActivationJobCommandInput
19
20
  extends GetReadSetActivationJobRequest {}
20
21
  export interface GetReadSetActivationJobCommandOutput
@@ -13,6 +13,7 @@ import {
13
13
  ServiceInputTypes,
14
14
  ServiceOutputTypes,
15
15
  } from "../OmicsClient";
16
+ export { __MetadataBearer, $Command };
16
17
  export interface GetReadSetCommandInput extends GetReadSetRequest {}
17
18
  export interface GetReadSetCommandOutput
18
19
  extends __WithSdkStreamMixin<GetReadSetResponse, "payload">,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReadSetExportJobCommandInput
19
20
  extends GetReadSetExportJobRequest {}
20
21
  export interface GetReadSetExportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReadSetImportJobCommandInput
19
20
  extends GetReadSetImportJobRequest {}
20
21
  export interface GetReadSetImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReadSetMetadataCommandInput
19
20
  extends GetReadSetMetadataRequest {}
20
21
  export interface GetReadSetMetadataCommandOutput
@@ -13,6 +13,7 @@ import {
13
13
  ServiceInputTypes,
14
14
  ServiceOutputTypes,
15
15
  } from "../OmicsClient";
16
+ export { __MetadataBearer, $Command };
16
17
  export interface GetReferenceCommandInput extends GetReferenceRequest {}
17
18
  export interface GetReferenceCommandOutput
18
19
  extends __WithSdkStreamMixin<GetReferenceResponse, "payload">,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReferenceImportJobCommandInput
19
20
  extends GetReferenceImportJobRequest {}
20
21
  export interface GetReferenceImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReferenceMetadataCommandInput
19
20
  extends GetReferenceMetadataRequest {}
20
21
  export interface GetReferenceMetadataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetReferenceStoreCommandInput
19
20
  extends GetReferenceStoreRequest {}
20
21
  export interface GetReferenceStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRunCommandInput extends GetRunRequest {}
16
17
  export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {}
17
18
  export declare class GetRunCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRunGroupCommandInput extends GetRunGroupRequest {}
16
17
  export interface GetRunGroupCommandOutput
17
18
  extends GetRunGroupResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRunTaskCommandInput extends GetRunTaskRequest {}
16
17
  export interface GetRunTaskCommandOutput
17
18
  extends GetRunTaskResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSequenceStoreCommandInput extends GetSequenceStoreRequest {}
19
20
  export interface GetSequenceStoreCommandOutput
20
21
  extends GetSequenceStoreResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetVariantImportJobCommandInput
19
20
  extends GetVariantImportRequest {}
20
21
  export interface GetVariantImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetVariantStoreCommandInput extends GetVariantStoreRequest {}
19
20
  export interface GetVariantStoreCommandOutput
20
21
  extends GetVariantStoreResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
16
17
  export interface GetWorkflowCommandOutput
17
18
  extends GetWorkflowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAnnotationImportJobsCommandInput
19
20
  extends ListAnnotationImportJobsRequest {}
20
21
  export interface ListAnnotationImportJobsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAnnotationStoresCommandInput
19
20
  extends ListAnnotationStoresRequest {}
20
21
  export interface ListAnnotationStoresCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListMultipartReadSetUploadsCommandInput
19
20
  extends ListMultipartReadSetUploadsRequest {}
20
21
  export interface ListMultipartReadSetUploadsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReadSetActivationJobsCommandInput
19
20
  extends ListReadSetActivationJobsRequest {}
20
21
  export interface ListReadSetActivationJobsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReadSetExportJobsCommandInput
19
20
  extends ListReadSetExportJobsRequest {}
20
21
  export interface ListReadSetExportJobsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReadSetImportJobsCommandInput
19
20
  extends ListReadSetImportJobsRequest {}
20
21
  export interface ListReadSetImportJobsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReadSetUploadPartsCommandInput
19
20
  extends ListReadSetUploadPartsRequest {}
20
21
  export interface ListReadSetUploadPartsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListReadSetsCommandInput extends ListReadSetsRequest {}
16
17
  export interface ListReadSetsCommandOutput
17
18
  extends ListReadSetsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReferenceImportJobsCommandInput
19
20
  extends ListReferenceImportJobsRequest {}
20
21
  export interface ListReferenceImportJobsCommandOutput