@aws-sdk/client-omics 3.220.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 (463) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +206 -0
  3. package/dist-cjs/Omics.js +997 -0
  4. package/dist-cjs/OmicsClient.js +40 -0
  5. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +46 -0
  6. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +46 -0
  7. package/dist-cjs/commands/CancelRunCommand.js +46 -0
  8. package/dist-cjs/commands/CancelVariantImportJobCommand.js +46 -0
  9. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +46 -0
  10. package/dist-cjs/commands/CreateReferenceStoreCommand.js +46 -0
  11. package/dist-cjs/commands/CreateRunGroupCommand.js +46 -0
  12. package/dist-cjs/commands/CreateSequenceStoreCommand.js +46 -0
  13. package/dist-cjs/commands/CreateVariantStoreCommand.js +46 -0
  14. package/dist-cjs/commands/CreateWorkflowCommand.js +46 -0
  15. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +46 -0
  16. package/dist-cjs/commands/DeleteReferenceCommand.js +46 -0
  17. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +46 -0
  18. package/dist-cjs/commands/DeleteRunCommand.js +46 -0
  19. package/dist-cjs/commands/DeleteRunGroupCommand.js +46 -0
  20. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +46 -0
  21. package/dist-cjs/commands/DeleteVariantStoreCommand.js +46 -0
  22. package/dist-cjs/commands/DeleteWorkflowCommand.js +46 -0
  23. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +46 -0
  24. package/dist-cjs/commands/GetAnnotationStoreCommand.js +46 -0
  25. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +46 -0
  26. package/dist-cjs/commands/GetReadSetCommand.js +46 -0
  27. package/dist-cjs/commands/GetReadSetExportJobCommand.js +46 -0
  28. package/dist-cjs/commands/GetReadSetImportJobCommand.js +46 -0
  29. package/dist-cjs/commands/GetReadSetMetadataCommand.js +46 -0
  30. package/dist-cjs/commands/GetReferenceCommand.js +46 -0
  31. package/dist-cjs/commands/GetReferenceImportJobCommand.js +46 -0
  32. package/dist-cjs/commands/GetReferenceMetadataCommand.js +46 -0
  33. package/dist-cjs/commands/GetReferenceStoreCommand.js +46 -0
  34. package/dist-cjs/commands/GetRunCommand.js +46 -0
  35. package/dist-cjs/commands/GetRunGroupCommand.js +46 -0
  36. package/dist-cjs/commands/GetRunTaskCommand.js +46 -0
  37. package/dist-cjs/commands/GetSequenceStoreCommand.js +46 -0
  38. package/dist-cjs/commands/GetVariantImportJobCommand.js +46 -0
  39. package/dist-cjs/commands/GetVariantStoreCommand.js +46 -0
  40. package/dist-cjs/commands/GetWorkflowCommand.js +46 -0
  41. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +46 -0
  42. package/dist-cjs/commands/ListAnnotationStoresCommand.js +46 -0
  43. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +46 -0
  44. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +46 -0
  45. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +46 -0
  46. package/dist-cjs/commands/ListReadSetsCommand.js +46 -0
  47. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +46 -0
  48. package/dist-cjs/commands/ListReferenceStoresCommand.js +46 -0
  49. package/dist-cjs/commands/ListReferencesCommand.js +46 -0
  50. package/dist-cjs/commands/ListRunGroupsCommand.js +46 -0
  51. package/dist-cjs/commands/ListRunTasksCommand.js +46 -0
  52. package/dist-cjs/commands/ListRunsCommand.js +46 -0
  53. package/dist-cjs/commands/ListSequenceStoresCommand.js +46 -0
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  55. package/dist-cjs/commands/ListVariantImportJobsCommand.js +46 -0
  56. package/dist-cjs/commands/ListVariantStoresCommand.js +46 -0
  57. package/dist-cjs/commands/ListWorkflowsCommand.js +46 -0
  58. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +46 -0
  59. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +46 -0
  60. package/dist-cjs/commands/StartReadSetExportJobCommand.js +46 -0
  61. package/dist-cjs/commands/StartReadSetImportJobCommand.js +46 -0
  62. package/dist-cjs/commands/StartReferenceImportJobCommand.js +46 -0
  63. package/dist-cjs/commands/StartRunCommand.js +46 -0
  64. package/dist-cjs/commands/StartVariantImportJobCommand.js +46 -0
  65. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  66. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  67. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +46 -0
  68. package/dist-cjs/commands/UpdateRunGroupCommand.js +46 -0
  69. package/dist-cjs/commands/UpdateVariantStoreCommand.js +46 -0
  70. package/dist-cjs/commands/UpdateWorkflowCommand.js +46 -0
  71. package/dist-cjs/commands/index.js +69 -0
  72. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  73. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  74. package/dist-cjs/endpoint/ruleset.js +312 -0
  75. package/dist-cjs/index.js +12 -0
  76. package/dist-cjs/models/OmicsServiceException.js +11 -0
  77. package/dist-cjs/models/index.js +4 -0
  78. package/dist-cjs/models/models_0.js +1119 -0
  79. package/dist-cjs/pagination/Interfaces.js +2 -0
  80. package/dist-cjs/pagination/ListAnnotationImportJobsPaginator.js +36 -0
  81. package/dist-cjs/pagination/ListAnnotationStoresPaginator.js +36 -0
  82. package/dist-cjs/pagination/ListReadSetActivationJobsPaginator.js +36 -0
  83. package/dist-cjs/pagination/ListReadSetExportJobsPaginator.js +36 -0
  84. package/dist-cjs/pagination/ListReadSetImportJobsPaginator.js +36 -0
  85. package/dist-cjs/pagination/ListReadSetsPaginator.js +36 -0
  86. package/dist-cjs/pagination/ListReferenceImportJobsPaginator.js +36 -0
  87. package/dist-cjs/pagination/ListReferenceStoresPaginator.js +36 -0
  88. package/dist-cjs/pagination/ListReferencesPaginator.js +36 -0
  89. package/dist-cjs/pagination/ListRunGroupsPaginator.js +36 -0
  90. package/dist-cjs/pagination/ListRunTasksPaginator.js +36 -0
  91. package/dist-cjs/pagination/ListRunsPaginator.js +36 -0
  92. package/dist-cjs/pagination/ListSequenceStoresPaginator.js +36 -0
  93. package/dist-cjs/pagination/ListVariantImportJobsPaginator.js +36 -0
  94. package/dist-cjs/pagination/ListVariantStoresPaginator.js +36 -0
  95. package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
  96. package/dist-cjs/pagination/index.js +20 -0
  97. package/dist-cjs/protocols/Aws_restJson1.js +7082 -0
  98. package/dist-cjs/runtimeConfig.browser.js +44 -0
  99. package/dist-cjs/runtimeConfig.js +52 -0
  100. package/dist-cjs/runtimeConfig.native.js +15 -0
  101. package/dist-cjs/runtimeConfig.shared.js +18 -0
  102. package/dist-cjs/waiters/index.js +18 -0
  103. package/dist-cjs/waiters/waitForAnnotationImportJobCreated.js +72 -0
  104. package/dist-cjs/waiters/waitForAnnotationStoreCreated.js +63 -0
  105. package/dist-cjs/waiters/waitForAnnotationStoreDeleted.js +48 -0
  106. package/dist-cjs/waiters/waitForReadSetActivationJobCompleted.js +90 -0
  107. package/dist-cjs/waiters/waitForReadSetExportJobCompleted.js +90 -0
  108. package/dist-cjs/waiters/waitForReadSetImportJobCompleted.js +90 -0
  109. package/dist-cjs/waiters/waitForReferenceImportJobCompleted.js +90 -0
  110. package/dist-cjs/waiters/waitForRunCompleted.js +81 -0
  111. package/dist-cjs/waiters/waitForRunRunning.js +72 -0
  112. package/dist-cjs/waiters/waitForTaskCompleted.js +81 -0
  113. package/dist-cjs/waiters/waitForTaskRunning.js +72 -0
  114. package/dist-cjs/waiters/waitForVariantImportJobCreated.js +72 -0
  115. package/dist-cjs/waiters/waitForVariantStoreCreated.js +63 -0
  116. package/dist-cjs/waiters/waitForVariantStoreDeleted.js +48 -0
  117. package/dist-cjs/waiters/waitForWorkflowActive.js +63 -0
  118. package/dist-es/Omics.js +993 -0
  119. package/dist-es/OmicsClient.js +36 -0
  120. package/dist-es/commands/BatchDeleteReadSetCommand.js +42 -0
  121. package/dist-es/commands/CancelAnnotationImportJobCommand.js +42 -0
  122. package/dist-es/commands/CancelRunCommand.js +42 -0
  123. package/dist-es/commands/CancelVariantImportJobCommand.js +42 -0
  124. package/dist-es/commands/CreateAnnotationStoreCommand.js +42 -0
  125. package/dist-es/commands/CreateReferenceStoreCommand.js +42 -0
  126. package/dist-es/commands/CreateRunGroupCommand.js +42 -0
  127. package/dist-es/commands/CreateSequenceStoreCommand.js +42 -0
  128. package/dist-es/commands/CreateVariantStoreCommand.js +42 -0
  129. package/dist-es/commands/CreateWorkflowCommand.js +42 -0
  130. package/dist-es/commands/DeleteAnnotationStoreCommand.js +42 -0
  131. package/dist-es/commands/DeleteReferenceCommand.js +42 -0
  132. package/dist-es/commands/DeleteReferenceStoreCommand.js +42 -0
  133. package/dist-es/commands/DeleteRunCommand.js +42 -0
  134. package/dist-es/commands/DeleteRunGroupCommand.js +42 -0
  135. package/dist-es/commands/DeleteSequenceStoreCommand.js +42 -0
  136. package/dist-es/commands/DeleteVariantStoreCommand.js +42 -0
  137. package/dist-es/commands/DeleteWorkflowCommand.js +42 -0
  138. package/dist-es/commands/GetAnnotationImportJobCommand.js +42 -0
  139. package/dist-es/commands/GetAnnotationStoreCommand.js +42 -0
  140. package/dist-es/commands/GetReadSetActivationJobCommand.js +42 -0
  141. package/dist-es/commands/GetReadSetCommand.js +42 -0
  142. package/dist-es/commands/GetReadSetExportJobCommand.js +42 -0
  143. package/dist-es/commands/GetReadSetImportJobCommand.js +42 -0
  144. package/dist-es/commands/GetReadSetMetadataCommand.js +42 -0
  145. package/dist-es/commands/GetReferenceCommand.js +42 -0
  146. package/dist-es/commands/GetReferenceImportJobCommand.js +42 -0
  147. package/dist-es/commands/GetReferenceMetadataCommand.js +42 -0
  148. package/dist-es/commands/GetReferenceStoreCommand.js +42 -0
  149. package/dist-es/commands/GetRunCommand.js +42 -0
  150. package/dist-es/commands/GetRunGroupCommand.js +42 -0
  151. package/dist-es/commands/GetRunTaskCommand.js +42 -0
  152. package/dist-es/commands/GetSequenceStoreCommand.js +42 -0
  153. package/dist-es/commands/GetVariantImportJobCommand.js +42 -0
  154. package/dist-es/commands/GetVariantStoreCommand.js +42 -0
  155. package/dist-es/commands/GetWorkflowCommand.js +42 -0
  156. package/dist-es/commands/ListAnnotationImportJobsCommand.js +42 -0
  157. package/dist-es/commands/ListAnnotationStoresCommand.js +42 -0
  158. package/dist-es/commands/ListReadSetActivationJobsCommand.js +42 -0
  159. package/dist-es/commands/ListReadSetExportJobsCommand.js +42 -0
  160. package/dist-es/commands/ListReadSetImportJobsCommand.js +42 -0
  161. package/dist-es/commands/ListReadSetsCommand.js +42 -0
  162. package/dist-es/commands/ListReferenceImportJobsCommand.js +42 -0
  163. package/dist-es/commands/ListReferenceStoresCommand.js +42 -0
  164. package/dist-es/commands/ListReferencesCommand.js +42 -0
  165. package/dist-es/commands/ListRunGroupsCommand.js +42 -0
  166. package/dist-es/commands/ListRunTasksCommand.js +42 -0
  167. package/dist-es/commands/ListRunsCommand.js +42 -0
  168. package/dist-es/commands/ListSequenceStoresCommand.js +42 -0
  169. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  170. package/dist-es/commands/ListVariantImportJobsCommand.js +42 -0
  171. package/dist-es/commands/ListVariantStoresCommand.js +42 -0
  172. package/dist-es/commands/ListWorkflowsCommand.js +42 -0
  173. package/dist-es/commands/StartAnnotationImportJobCommand.js +42 -0
  174. package/dist-es/commands/StartReadSetActivationJobCommand.js +42 -0
  175. package/dist-es/commands/StartReadSetExportJobCommand.js +42 -0
  176. package/dist-es/commands/StartReadSetImportJobCommand.js +42 -0
  177. package/dist-es/commands/StartReferenceImportJobCommand.js +42 -0
  178. package/dist-es/commands/StartRunCommand.js +42 -0
  179. package/dist-es/commands/StartVariantImportJobCommand.js +42 -0
  180. package/dist-es/commands/TagResourceCommand.js +42 -0
  181. package/dist-es/commands/UntagResourceCommand.js +42 -0
  182. package/dist-es/commands/UpdateAnnotationStoreCommand.js +42 -0
  183. package/dist-es/commands/UpdateRunGroupCommand.js +42 -0
  184. package/dist-es/commands/UpdateVariantStoreCommand.js +42 -0
  185. package/dist-es/commands/UpdateWorkflowCommand.js +42 -0
  186. package/dist-es/commands/index.js +66 -0
  187. package/dist-es/endpoint/EndpointParameters.js +8 -0
  188. package/dist-es/endpoint/endpointResolver.js +8 -0
  189. package/dist-es/endpoint/ruleset.js +309 -0
  190. package/dist-es/index.js +7 -0
  191. package/dist-es/models/OmicsServiceException.js +7 -0
  192. package/dist-es/models/index.js +1 -0
  193. package/dist-es/models/models_0.js +922 -0
  194. package/dist-es/pagination/Interfaces.js +1 -0
  195. package/dist-es/pagination/ListAnnotationImportJobsPaginator.js +32 -0
  196. package/dist-es/pagination/ListAnnotationStoresPaginator.js +32 -0
  197. package/dist-es/pagination/ListReadSetActivationJobsPaginator.js +32 -0
  198. package/dist-es/pagination/ListReadSetExportJobsPaginator.js +32 -0
  199. package/dist-es/pagination/ListReadSetImportJobsPaginator.js +32 -0
  200. package/dist-es/pagination/ListReadSetsPaginator.js +32 -0
  201. package/dist-es/pagination/ListReferenceImportJobsPaginator.js +32 -0
  202. package/dist-es/pagination/ListReferenceStoresPaginator.js +32 -0
  203. package/dist-es/pagination/ListReferencesPaginator.js +32 -0
  204. package/dist-es/pagination/ListRunGroupsPaginator.js +32 -0
  205. package/dist-es/pagination/ListRunTasksPaginator.js +32 -0
  206. package/dist-es/pagination/ListRunsPaginator.js +32 -0
  207. package/dist-es/pagination/ListSequenceStoresPaginator.js +32 -0
  208. package/dist-es/pagination/ListVariantImportJobsPaginator.js +32 -0
  209. package/dist-es/pagination/ListVariantStoresPaginator.js +32 -0
  210. package/dist-es/pagination/ListWorkflowsPaginator.js +32 -0
  211. package/dist-es/pagination/index.js +17 -0
  212. package/dist-es/protocols/Aws_restJson1.js +6945 -0
  213. package/dist-es/runtimeConfig.browser.js +39 -0
  214. package/dist-es/runtimeConfig.js +47 -0
  215. package/dist-es/runtimeConfig.native.js +11 -0
  216. package/dist-es/runtimeConfig.shared.js +14 -0
  217. package/dist-es/waiters/index.js +15 -0
  218. package/dist-es/waiters/waitForAnnotationImportJobCreated.js +67 -0
  219. package/dist-es/waiters/waitForAnnotationStoreCreated.js +58 -0
  220. package/dist-es/waiters/waitForAnnotationStoreDeleted.js +43 -0
  221. package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +85 -0
  222. package/dist-es/waiters/waitForReadSetExportJobCompleted.js +85 -0
  223. package/dist-es/waiters/waitForReadSetImportJobCompleted.js +85 -0
  224. package/dist-es/waiters/waitForReferenceImportJobCompleted.js +85 -0
  225. package/dist-es/waiters/waitForRunCompleted.js +76 -0
  226. package/dist-es/waiters/waitForRunRunning.js +67 -0
  227. package/dist-es/waiters/waitForTaskCompleted.js +76 -0
  228. package/dist-es/waiters/waitForTaskRunning.js +67 -0
  229. package/dist-es/waiters/waitForVariantImportJobCreated.js +67 -0
  230. package/dist-es/waiters/waitForVariantStoreCreated.js +58 -0
  231. package/dist-es/waiters/waitForVariantStoreDeleted.js +43 -0
  232. package/dist-es/waiters/waitForWorkflowActive.js +58 -0
  233. package/dist-types/Omics.d.ts +470 -0
  234. package/dist-types/OmicsClient.d.ts +213 -0
  235. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +37 -0
  236. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +37 -0
  237. package/dist-types/commands/CancelRunCommand.d.ts +37 -0
  238. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +37 -0
  239. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +37 -0
  240. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +37 -0
  241. package/dist-types/commands/CreateRunGroupCommand.d.ts +37 -0
  242. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +37 -0
  243. package/dist-types/commands/CreateVariantStoreCommand.d.ts +37 -0
  244. package/dist-types/commands/CreateWorkflowCommand.d.ts +37 -0
  245. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +37 -0
  246. package/dist-types/commands/DeleteReferenceCommand.d.ts +37 -0
  247. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +37 -0
  248. package/dist-types/commands/DeleteRunCommand.d.ts +37 -0
  249. package/dist-types/commands/DeleteRunGroupCommand.d.ts +37 -0
  250. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +37 -0
  251. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +37 -0
  252. package/dist-types/commands/DeleteWorkflowCommand.d.ts +37 -0
  253. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +37 -0
  254. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +37 -0
  255. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +37 -0
  256. package/dist-types/commands/GetReadSetCommand.d.ts +37 -0
  257. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +37 -0
  258. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +37 -0
  259. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +37 -0
  260. package/dist-types/commands/GetReferenceCommand.d.ts +37 -0
  261. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +37 -0
  262. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +37 -0
  263. package/dist-types/commands/GetReferenceStoreCommand.d.ts +37 -0
  264. package/dist-types/commands/GetRunCommand.d.ts +37 -0
  265. package/dist-types/commands/GetRunGroupCommand.d.ts +37 -0
  266. package/dist-types/commands/GetRunTaskCommand.d.ts +37 -0
  267. package/dist-types/commands/GetSequenceStoreCommand.d.ts +37 -0
  268. package/dist-types/commands/GetVariantImportJobCommand.d.ts +37 -0
  269. package/dist-types/commands/GetVariantStoreCommand.d.ts +37 -0
  270. package/dist-types/commands/GetWorkflowCommand.d.ts +37 -0
  271. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +37 -0
  272. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +37 -0
  273. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +37 -0
  274. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +37 -0
  275. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +37 -0
  276. package/dist-types/commands/ListReadSetsCommand.d.ts +37 -0
  277. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +37 -0
  278. package/dist-types/commands/ListReferenceStoresCommand.d.ts +37 -0
  279. package/dist-types/commands/ListReferencesCommand.d.ts +37 -0
  280. package/dist-types/commands/ListRunGroupsCommand.d.ts +37 -0
  281. package/dist-types/commands/ListRunTasksCommand.d.ts +37 -0
  282. package/dist-types/commands/ListRunsCommand.d.ts +37 -0
  283. package/dist-types/commands/ListSequenceStoresCommand.d.ts +37 -0
  284. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  285. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +37 -0
  286. package/dist-types/commands/ListVariantStoresCommand.d.ts +37 -0
  287. package/dist-types/commands/ListWorkflowsCommand.d.ts +37 -0
  288. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +37 -0
  289. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +37 -0
  290. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +37 -0
  291. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +37 -0
  292. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +37 -0
  293. package/dist-types/commands/StartRunCommand.d.ts +37 -0
  294. package/dist-types/commands/StartVariantImportJobCommand.d.ts +37 -0
  295. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  296. package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
  297. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +37 -0
  298. package/dist-types/commands/UpdateRunGroupCommand.d.ts +37 -0
  299. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +37 -0
  300. package/dist-types/commands/UpdateWorkflowCommand.d.ts +37 -0
  301. package/dist-types/commands/index.d.ts +66 -0
  302. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  303. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  304. package/dist-types/endpoint/ruleset.d.ts +2 -0
  305. package/dist-types/index.d.ts +7 -0
  306. package/dist-types/models/OmicsServiceException.d.ts +10 -0
  307. package/dist-types/models/index.d.ts +1 -0
  308. package/dist-types/models/models_0.d.ts +4577 -0
  309. package/dist-types/pagination/Interfaces.d.ts +6 -0
  310. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +4 -0
  312. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +4 -0
  313. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +4 -0
  314. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +4 -0
  315. package/dist-types/pagination/ListReadSetsPaginator.d.ts +4 -0
  316. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +4 -0
  317. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +4 -0
  318. package/dist-types/pagination/ListReferencesPaginator.d.ts +4 -0
  319. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +4 -0
  320. package/dist-types/pagination/ListRunTasksPaginator.d.ts +4 -0
  321. package/dist-types/pagination/ListRunsPaginator.d.ts +4 -0
  322. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +4 -0
  323. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +4 -0
  324. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +4 -0
  325. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
  326. package/dist-types/pagination/index.d.ts +17 -0
  327. package/dist-types/protocols/Aws_restJson1.d.ts +200 -0
  328. package/dist-types/runtimeConfig.browser.d.ts +43 -0
  329. package/dist-types/runtimeConfig.d.ts +43 -0
  330. package/dist-types/runtimeConfig.native.d.ts +42 -0
  331. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  332. package/dist-types/ts3.4/Omics.d.ts +1126 -0
  333. package/dist-types/ts3.4/OmicsClient.d.ts +509 -0
  334. package/dist-types/ts3.4/commands/BatchDeleteReadSetCommand.d.ts +38 -0
  335. package/dist-types/ts3.4/commands/CancelAnnotationImportJobCommand.d.ts +41 -0
  336. package/dist-types/ts3.4/commands/CancelRunCommand.d.ts +32 -0
  337. package/dist-types/ts3.4/commands/CancelVariantImportJobCommand.d.ts +41 -0
  338. package/dist-types/ts3.4/commands/CreateAnnotationStoreCommand.d.ts +41 -0
  339. package/dist-types/ts3.4/commands/CreateReferenceStoreCommand.d.ts +41 -0
  340. package/dist-types/ts3.4/commands/CreateRunGroupCommand.d.ts +37 -0
  341. package/dist-types/ts3.4/commands/CreateSequenceStoreCommand.d.ts +38 -0
  342. package/dist-types/ts3.4/commands/CreateVariantStoreCommand.d.ts +38 -0
  343. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -0
  344. package/dist-types/ts3.4/commands/DeleteAnnotationStoreCommand.d.ts +41 -0
  345. package/dist-types/ts3.4/commands/DeleteReferenceCommand.d.ts +37 -0
  346. package/dist-types/ts3.4/commands/DeleteReferenceStoreCommand.d.ts +41 -0
  347. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +32 -0
  348. package/dist-types/ts3.4/commands/DeleteRunGroupCommand.d.ts +32 -0
  349. package/dist-types/ts3.4/commands/DeleteSequenceStoreCommand.d.ts +38 -0
  350. package/dist-types/ts3.4/commands/DeleteVariantStoreCommand.d.ts +38 -0
  351. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -0
  352. package/dist-types/ts3.4/commands/GetAnnotationImportJobCommand.d.ts +41 -0
  353. package/dist-types/ts3.4/commands/GetAnnotationStoreCommand.d.ts +38 -0
  354. package/dist-types/ts3.4/commands/GetReadSetActivationJobCommand.d.ts +41 -0
  355. package/dist-types/ts3.4/commands/GetReadSetCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/GetReadSetExportJobCommand.d.ts +38 -0
  357. package/dist-types/ts3.4/commands/GetReadSetImportJobCommand.d.ts +38 -0
  358. package/dist-types/ts3.4/commands/GetReadSetMetadataCommand.d.ts +38 -0
  359. package/dist-types/ts3.4/commands/GetReferenceCommand.d.ts +35 -0
  360. package/dist-types/ts3.4/commands/GetReferenceImportJobCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/GetReferenceMetadataCommand.d.ts +41 -0
  362. package/dist-types/ts3.4/commands/GetReferenceStoreCommand.d.ts +38 -0
  363. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -0
  364. package/dist-types/ts3.4/commands/GetRunGroupCommand.d.ts +34 -0
  365. package/dist-types/ts3.4/commands/GetRunTaskCommand.d.ts +34 -0
  366. package/dist-types/ts3.4/commands/GetSequenceStoreCommand.d.ts +37 -0
  367. package/dist-types/ts3.4/commands/GetVariantImportJobCommand.d.ts +38 -0
  368. package/dist-types/ts3.4/commands/GetVariantStoreCommand.d.ts +37 -0
  369. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -0
  370. package/dist-types/ts3.4/commands/ListAnnotationImportJobsCommand.d.ts +41 -0
  371. package/dist-types/ts3.4/commands/ListAnnotationStoresCommand.d.ts +41 -0
  372. package/dist-types/ts3.4/commands/ListReadSetActivationJobsCommand.d.ts +41 -0
  373. package/dist-types/ts3.4/commands/ListReadSetExportJobsCommand.d.ts +41 -0
  374. package/dist-types/ts3.4/commands/ListReadSetImportJobsCommand.d.ts +41 -0
  375. package/dist-types/ts3.4/commands/ListReadSetsCommand.d.ts +34 -0
  376. package/dist-types/ts3.4/commands/ListReferenceImportJobsCommand.d.ts +41 -0
  377. package/dist-types/ts3.4/commands/ListReferenceStoresCommand.d.ts +38 -0
  378. package/dist-types/ts3.4/commands/ListReferencesCommand.d.ts +37 -0
  379. package/dist-types/ts3.4/commands/ListRunGroupsCommand.d.ts +37 -0
  380. package/dist-types/ts3.4/commands/ListRunTasksCommand.d.ts +34 -0
  381. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -0
  382. package/dist-types/ts3.4/commands/ListSequenceStoresCommand.d.ts +38 -0
  383. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  384. package/dist-types/ts3.4/commands/ListVariantImportJobsCommand.d.ts +41 -0
  385. package/dist-types/ts3.4/commands/ListVariantStoresCommand.d.ts +38 -0
  386. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -0
  387. package/dist-types/ts3.4/commands/StartAnnotationImportJobCommand.d.ts +41 -0
  388. package/dist-types/ts3.4/commands/StartReadSetActivationJobCommand.d.ts +41 -0
  389. package/dist-types/ts3.4/commands/StartReadSetExportJobCommand.d.ts +41 -0
  390. package/dist-types/ts3.4/commands/StartReadSetImportJobCommand.d.ts +41 -0
  391. package/dist-types/ts3.4/commands/StartReferenceImportJobCommand.d.ts +41 -0
  392. package/dist-types/ts3.4/commands/StartRunCommand.d.ts +34 -0
  393. package/dist-types/ts3.4/commands/StartVariantImportJobCommand.d.ts +41 -0
  394. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  395. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
  396. package/dist-types/ts3.4/commands/UpdateAnnotationStoreCommand.d.ts +41 -0
  397. package/dist-types/ts3.4/commands/UpdateRunGroupCommand.d.ts +32 -0
  398. package/dist-types/ts3.4/commands/UpdateVariantStoreCommand.d.ts +38 -0
  399. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +32 -0
  400. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  401. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  402. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  403. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  404. package/dist-types/ts3.4/index.d.ts +7 -0
  405. package/dist-types/ts3.4/models/OmicsServiceException.d.ts +7 -0
  406. package/dist-types/ts3.4/models/index.d.ts +1 -0
  407. package/dist-types/ts3.4/models/models_0.d.ts +1909 -0
  408. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  409. package/dist-types/ts3.4/pagination/ListAnnotationImportJobsPaginator.d.ts +11 -0
  410. package/dist-types/ts3.4/pagination/ListAnnotationStoresPaginator.d.ts +11 -0
  411. package/dist-types/ts3.4/pagination/ListReadSetActivationJobsPaginator.d.ts +11 -0
  412. package/dist-types/ts3.4/pagination/ListReadSetExportJobsPaginator.d.ts +11 -0
  413. package/dist-types/ts3.4/pagination/ListReadSetImportJobsPaginator.d.ts +11 -0
  414. package/dist-types/ts3.4/pagination/ListReadSetsPaginator.d.ts +11 -0
  415. package/dist-types/ts3.4/pagination/ListReferenceImportJobsPaginator.d.ts +11 -0
  416. package/dist-types/ts3.4/pagination/ListReferenceStoresPaginator.d.ts +11 -0
  417. package/dist-types/ts3.4/pagination/ListReferencesPaginator.d.ts +11 -0
  418. package/dist-types/ts3.4/pagination/ListRunGroupsPaginator.d.ts +11 -0
  419. package/dist-types/ts3.4/pagination/ListRunTasksPaginator.d.ts +11 -0
  420. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -0
  421. package/dist-types/ts3.4/pagination/ListSequenceStoresPaginator.d.ts +11 -0
  422. package/dist-types/ts3.4/pagination/ListVariantImportJobsPaginator.d.ts +11 -0
  423. package/dist-types/ts3.4/pagination/ListVariantStoresPaginator.d.ts +11 -0
  424. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
  425. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  426. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +800 -0
  427. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +89 -0
  428. package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
  429. package/dist-types/ts3.4/runtimeConfig.native.d.ts +78 -0
  430. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
  431. package/dist-types/ts3.4/waiters/index.d.ts +15 -0
  432. package/dist-types/ts3.4/waiters/waitForAnnotationImportJobCreated.d.ts +11 -0
  433. package/dist-types/ts3.4/waiters/waitForAnnotationStoreCreated.d.ts +11 -0
  434. package/dist-types/ts3.4/waiters/waitForAnnotationStoreDeleted.d.ts +11 -0
  435. package/dist-types/ts3.4/waiters/waitForReadSetActivationJobCompleted.d.ts +11 -0
  436. package/dist-types/ts3.4/waiters/waitForReadSetExportJobCompleted.d.ts +11 -0
  437. package/dist-types/ts3.4/waiters/waitForReadSetImportJobCompleted.d.ts +11 -0
  438. package/dist-types/ts3.4/waiters/waitForReferenceImportJobCompleted.d.ts +11 -0
  439. package/dist-types/ts3.4/waiters/waitForRunCompleted.d.ts +11 -0
  440. package/dist-types/ts3.4/waiters/waitForRunRunning.d.ts +11 -0
  441. package/dist-types/ts3.4/waiters/waitForTaskCompleted.d.ts +11 -0
  442. package/dist-types/ts3.4/waiters/waitForTaskRunning.d.ts +11 -0
  443. package/dist-types/ts3.4/waiters/waitForVariantImportJobCreated.d.ts +11 -0
  444. package/dist-types/ts3.4/waiters/waitForVariantStoreCreated.d.ts +11 -0
  445. package/dist-types/ts3.4/waiters/waitForVariantStoreDeleted.d.ts +11 -0
  446. package/dist-types/ts3.4/waiters/waitForWorkflowActive.d.ts +11 -0
  447. package/dist-types/waiters/index.d.ts +15 -0
  448. package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +14 -0
  449. package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +14 -0
  450. package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +14 -0
  451. package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +14 -0
  452. package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +14 -0
  453. package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +14 -0
  454. package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +14 -0
  455. package/dist-types/waiters/waitForRunCompleted.d.ts +14 -0
  456. package/dist-types/waiters/waitForRunRunning.d.ts +14 -0
  457. package/dist-types/waiters/waitForTaskCompleted.d.ts +14 -0
  458. package/dist-types/waiters/waitForTaskRunning.d.ts +14 -0
  459. package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +14 -0
  460. package/dist-types/waiters/waitForVariantStoreCreated.d.ts +14 -0
  461. package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +14 -0
  462. package/dist-types/waiters/waitForWorkflowActive.d.ts +14 -0
  463. package/package.json +106 -0
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListReferenceImportJobsCommandInput extends ListReferenceImportJobsRequest {
7
+ }
8
+ export interface ListReferenceImportJobsCommandOutput extends ListReferenceImportJobsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of reference import jobs.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListReferenceImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListReferenceImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListReferenceImportJobsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListReferenceImportJobsCommandInput} for command's `input` shape.
23
+ * @see {@link ListReferenceImportJobsCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListReferenceImportJobsCommand extends $Command<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListReferenceImportJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListReferenceImportJobsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListReferenceStoresCommandInput extends ListReferenceStoresRequest {
7
+ }
8
+ export interface ListReferenceStoresCommandOutput extends ListReferenceStoresResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of reference stores.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListReferenceStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListReferenceStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListReferenceStoresCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListReferenceStoresCommandInput} for command's `input` shape.
23
+ * @see {@link ListReferenceStoresCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListReferenceStoresCommand extends $Command<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListReferenceStoresCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListReferenceStoresCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListReferencesRequest, ListReferencesResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListReferencesCommandInput extends ListReferencesRequest {
7
+ }
8
+ export interface ListReferencesCommandOutput extends ListReferencesResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of references.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListReferencesCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListReferencesCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListReferencesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListReferencesCommandInput} for command's `input` shape.
23
+ * @see {@link ListReferencesCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListReferencesCommand extends $Command<ListReferencesCommandInput, ListReferencesCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListReferencesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListReferencesCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferencesCommandInput, ListReferencesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListRunGroupsCommandInput extends ListRunGroupsRequest {
7
+ }
8
+ export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of run groups.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListRunGroupsCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListRunGroupsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListRunGroupsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListRunGroupsCommandInput} for command's `input` shape.
23
+ * @see {@link ListRunGroupsCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListRunGroupsCommand extends $Command<ListRunGroupsCommandInput, ListRunGroupsCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListRunGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListRunGroupsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunGroupsCommandInput, ListRunGroupsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListRunTasksCommandInput extends ListRunTasksRequest {
7
+ }
8
+ export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of tasks for a run.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListRunTasksCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListRunTasksCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListRunTasksCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListRunTasksCommandInput} for command's `input` shape.
23
+ * @see {@link ListRunTasksCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListRunTasksCommand extends $Command<ListRunTasksCommandInput, ListRunTasksCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListRunTasksCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListRunTasksCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunTasksCommandInput, ListRunTasksCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListRunsRequest, ListRunsResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListRunsCommandInput extends ListRunsRequest {
7
+ }
8
+ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of runs.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListRunsCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListRunsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListRunsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListRunsCommandInput} for command's `input` shape.
23
+ * @see {@link ListRunsCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListRunsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListRunsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunsCommandInput, ListRunsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListSequenceStoresCommandInput extends ListSequenceStoresRequest {
7
+ }
8
+ export interface ListSequenceStoresCommandOutput extends ListSequenceStoresResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of sequence stores.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListSequenceStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListSequenceStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListSequenceStoresCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListSequenceStoresCommandInput} for command's `input` shape.
23
+ * @see {@link ListSequenceStoresCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListSequenceStoresCommand extends $Command<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListSequenceStoresCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListSequenceStoresCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
+ }
8
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of tags for a resource.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListTagsForResourceCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListTagsForResourceCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
+ * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListTagsForResourceCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListVariantImportJobsCommandInput extends ListVariantImportJobsRequest {
7
+ }
8
+ export interface ListVariantImportJobsCommandOutput extends ListVariantImportJobsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of variant import jobs.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListVariantImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListVariantImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListVariantImportJobsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListVariantImportJobsCommandInput} for command's `input` shape.
23
+ * @see {@link ListVariantImportJobsCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListVariantImportJobsCommand extends $Command<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListVariantImportJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListVariantImportJobsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListVariantStoresCommandInput extends ListVariantStoresRequest {
7
+ }
8
+ export interface ListVariantStoresCommandOutput extends ListVariantStoresResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of variant stores.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListVariantStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListVariantStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListVariantStoresCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListVariantStoresCommandInput} for command's `input` shape.
23
+ * @see {@link ListVariantStoresCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListVariantStoresCommand extends $Command<ListVariantStoresCommandInput, ListVariantStoresCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListVariantStoresCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListVariantStoresCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVariantStoresCommandInput, ListVariantStoresCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
7
+ }
8
+ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of workflows.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, ListWorkflowsCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, ListWorkflowsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new ListWorkflowsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListWorkflowsCommandInput} for command's `input` shape.
23
+ * @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: ListWorkflowsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListWorkflowsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface StartAnnotationImportJobCommandInput extends StartAnnotationImportRequest {
7
+ }
8
+ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationImportResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Starts an annotation import job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, StartAnnotationImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, StartAnnotationImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new StartAnnotationImportJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartAnnotationImportJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartAnnotationImportJobCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartAnnotationImportJobCommand extends $Command<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: StartAnnotationImportJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartAnnotationImportJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface StartReadSetActivationJobCommandInput extends StartReadSetActivationJobRequest {
7
+ }
8
+ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActivationJobResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Starts a read set activation job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, StartReadSetActivationJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, StartReadSetActivationJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new StartReadSetActivationJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartReadSetActivationJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartReadSetActivationJobCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartReadSetActivationJobCommand extends $Command<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: StartReadSetActivationJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartReadSetActivationJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface StartReadSetExportJobCommandInput extends StartReadSetExportJobRequest {
7
+ }
8
+ export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJobResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Starts a read set export job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, StartReadSetExportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, StartReadSetExportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new StartReadSetExportJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartReadSetExportJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartReadSetExportJobCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartReadSetExportJobCommand extends $Command<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: StartReadSetExportJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartReadSetExportJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface StartReadSetImportJobCommandInput extends StartReadSetImportJobRequest {
7
+ }
8
+ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJobResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Starts a read set import job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, StartReadSetImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, StartReadSetImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new StartReadSetImportJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartReadSetImportJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartReadSetImportJobCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartReadSetImportJobCommand extends $Command<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: StartReadSetImportJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartReadSetImportJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ export interface StartReferenceImportJobCommandInput extends StartReferenceImportJobRequest {
7
+ }
8
+ export interface StartReferenceImportJobCommandOutput extends StartReferenceImportJobResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Starts a reference import job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { OmicsClient, StartReferenceImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
16
+ * // const { OmicsClient, StartReferenceImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
17
+ * const client = new OmicsClient(config);
18
+ * const command = new StartReferenceImportJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartReferenceImportJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartReferenceImportJobCommandOutput} for command's `response` shape.
24
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartReferenceImportJobCommand extends $Command<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
28
+ readonly input: StartReferenceImportJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartReferenceImportJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }