@aws-sdk/client-omics 3.337.0 → 3.338.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
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReferenceStoresCommandInput
19
20
  extends ListReferenceStoresRequest {}
20
21
  export interface ListReferenceStoresCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReferencesCommandInput extends ListReferencesRequest {}
19
20
  export interface ListReferencesCommandOutput
20
21
  extends ListReferencesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRunGroupsCommandInput extends ListRunGroupsRequest {}
19
20
  export interface ListRunGroupsCommandOutput
20
21
  extends ListRunGroupsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListRunTasksCommandInput extends ListRunTasksRequest {}
16
17
  export interface ListRunTasksCommandOutput
17
18
  extends ListRunTasksResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListRunsCommandInput extends ListRunsRequest {}
16
17
  export interface ListRunsCommandOutput
17
18
  extends ListRunsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSequenceStoresCommandInput
19
20
  extends ListSequenceStoresRequest {}
20
21
  export interface ListSequenceStoresCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVariantImportJobsCommandInput
19
20
  extends ListVariantImportJobsRequest {}
20
21
  export interface ListVariantImportJobsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVariantStoresCommandInput
19
20
  extends ListVariantStoresRequest {}
20
21
  export interface ListVariantStoresCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
19
20
  export interface ListWorkflowsCommandOutput
20
21
  extends ListWorkflowsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartAnnotationImportJobCommandInput
19
20
  extends StartAnnotationImportRequest {}
20
21
  export interface StartAnnotationImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartReadSetActivationJobCommandInput
19
20
  extends StartReadSetActivationJobRequest {}
20
21
  export interface StartReadSetActivationJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartReadSetExportJobCommandInput
19
20
  extends StartReadSetExportJobRequest {}
20
21
  export interface StartReadSetExportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartReadSetImportJobCommandInput
19
20
  extends StartReadSetImportJobRequest {}
20
21
  export interface StartReadSetImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartReferenceImportJobCommandInput
19
20
  extends StartReferenceImportJobRequest {}
20
21
  export interface StartReferenceImportJobCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartRunCommandInput extends StartRunRequest {}
16
17
  export interface StartRunCommandOutput
17
18
  extends StartRunResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartVariantImportJobCommandInput
19
20
  extends StartVariantImportRequest {}
20
21
  export interface StartVariantImportJobCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateAnnotationStoreCommandInput
19
20
  extends UpdateAnnotationStoreRequest {}
20
21
  export interface UpdateAnnotationStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateRunGroupCommandInput extends UpdateRunGroupRequest {}
16
17
  export interface UpdateRunGroupCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateRunGroupCommand 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 UpdateVariantStoreCommandInput
19
20
  extends UpdateVariantStoreRequest {}
20
21
  export interface UpdateVariantStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OmicsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {}
16
17
  export interface UpdateWorkflowCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateWorkflowCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OmicsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export type UploadReadSetPartCommandInputType = Pick<
19
20
  UploadReadSetPartRequest,
20
21
  Exclude<keyof UploadReadSetPartRequest, "payload">
@@ -1,7 +1,7 @@
1
- export * from "./Omics";
2
1
  export * from "./OmicsClient";
2
+ export * from "./Omics";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { OmicsServiceException } from "./models/OmicsServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class OmicsServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,40 +21,40 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-stream-browser": "3.337.0",
53
- "@aws-sdk/util-stream-node": "3.337.0",
54
- "@aws-sdk/util-user-agent-browser": "3.337.0",
55
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-stream-browser": "3.338.0",
53
+ "@aws-sdk/util-stream-node": "3.338.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
55
+ "@aws-sdk/util-user-agent-node": "3.338.0",
56
56
  "@aws-sdk/util-utf8": "3.310.0",
57
- "@aws-sdk/util-waiter": "3.337.0",
57
+ "@aws-sdk/util-waiter": "3.338.0",
58
58
  "@smithy/protocol-http": "^1.0.1",
59
59
  "@smithy/types": "^1.0.0",
60
60
  "tslib": "^2.5.0",