OmicsClient.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?php
  2. namespace Aws\Omics;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Omics** service.
  6. * @method \Aws\Result abortMultipartReadSetUpload(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise abortMultipartReadSetUploadAsync(array $args = [])
  8. * @method \Aws\Result acceptShare(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise acceptShareAsync(array $args = [])
  10. * @method \Aws\Result batchDeleteReadSet(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchDeleteReadSetAsync(array $args = [])
  12. * @method \Aws\Result cancelAnnotationImportJob(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise cancelAnnotationImportJobAsync(array $args = [])
  14. * @method \Aws\Result cancelRun(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise cancelRunAsync(array $args = [])
  16. * @method \Aws\Result cancelVariantImportJob(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise cancelVariantImportJobAsync(array $args = [])
  18. * @method \Aws\Result completeMultipartReadSetUpload(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise completeMultipartReadSetUploadAsync(array $args = [])
  20. * @method \Aws\Result createAnnotationStore(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createAnnotationStoreAsync(array $args = [])
  22. * @method \Aws\Result createAnnotationStoreVersion(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createAnnotationStoreVersionAsync(array $args = [])
  24. * @method \Aws\Result createMultipartReadSetUpload(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createMultipartReadSetUploadAsync(array $args = [])
  26. * @method \Aws\Result createReferenceStore(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createReferenceStoreAsync(array $args = [])
  28. * @method \Aws\Result createRunGroup(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createRunGroupAsync(array $args = [])
  30. * @method \Aws\Result createSequenceStore(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createSequenceStoreAsync(array $args = [])
  32. * @method \Aws\Result createShare(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createShareAsync(array $args = [])
  34. * @method \Aws\Result createVariantStore(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createVariantStoreAsync(array $args = [])
  36. * @method \Aws\Result createWorkflow(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
  38. * @method \Aws\Result deleteAnnotationStore(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteAnnotationStoreAsync(array $args = [])
  40. * @method \Aws\Result deleteAnnotationStoreVersions(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteAnnotationStoreVersionsAsync(array $args = [])
  42. * @method \Aws\Result deleteReference(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteReferenceAsync(array $args = [])
  44. * @method \Aws\Result deleteReferenceStore(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteReferenceStoreAsync(array $args = [])
  46. * @method \Aws\Result deleteRun(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteRunAsync(array $args = [])
  48. * @method \Aws\Result deleteRunGroup(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteRunGroupAsync(array $args = [])
  50. * @method \Aws\Result deleteSequenceStore(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteSequenceStoreAsync(array $args = [])
  52. * @method \Aws\Result deleteShare(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteShareAsync(array $args = [])
  54. * @method \Aws\Result deleteVariantStore(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteVariantStoreAsync(array $args = [])
  56. * @method \Aws\Result deleteWorkflow(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
  58. * @method \Aws\Result getAnnotationImportJob(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getAnnotationImportJobAsync(array $args = [])
  60. * @method \Aws\Result getAnnotationStore(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getAnnotationStoreAsync(array $args = [])
  62. * @method \Aws\Result getAnnotationStoreVersion(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getAnnotationStoreVersionAsync(array $args = [])
  64. * @method \Aws\Result getReadSet(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getReadSetAsync(array $args = [])
  66. * @method \Aws\Result getReadSetActivationJob(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getReadSetActivationJobAsync(array $args = [])
  68. * @method \Aws\Result getReadSetExportJob(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getReadSetExportJobAsync(array $args = [])
  70. * @method \Aws\Result getReadSetImportJob(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getReadSetImportJobAsync(array $args = [])
  72. * @method \Aws\Result getReadSetMetadata(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getReadSetMetadataAsync(array $args = [])
  74. * @method \Aws\Result getReference(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getReferenceAsync(array $args = [])
  76. * @method \Aws\Result getReferenceImportJob(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getReferenceImportJobAsync(array $args = [])
  78. * @method \Aws\Result getReferenceMetadata(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getReferenceMetadataAsync(array $args = [])
  80. * @method \Aws\Result getReferenceStore(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise getReferenceStoreAsync(array $args = [])
  82. * @method \Aws\Result getRun(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise getRunAsync(array $args = [])
  84. * @method \Aws\Result getRunGroup(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise getRunGroupAsync(array $args = [])
  86. * @method \Aws\Result getRunTask(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise getRunTaskAsync(array $args = [])
  88. * @method \Aws\Result getSequenceStore(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise getSequenceStoreAsync(array $args = [])
  90. * @method \Aws\Result getShare(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise getShareAsync(array $args = [])
  92. * @method \Aws\Result getVariantImportJob(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise getVariantImportJobAsync(array $args = [])
  94. * @method \Aws\Result getVariantStore(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise getVariantStoreAsync(array $args = [])
  96. * @method \Aws\Result getWorkflow(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
  98. * @method \Aws\Result listAnnotationImportJobs(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise listAnnotationImportJobsAsync(array $args = [])
  100. * @method \Aws\Result listAnnotationStoreVersions(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise listAnnotationStoreVersionsAsync(array $args = [])
  102. * @method \Aws\Result listAnnotationStores(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listAnnotationStoresAsync(array $args = [])
  104. * @method \Aws\Result listMultipartReadSetUploads(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listMultipartReadSetUploadsAsync(array $args = [])
  106. * @method \Aws\Result listReadSetActivationJobs(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listReadSetActivationJobsAsync(array $args = [])
  108. * @method \Aws\Result listReadSetExportJobs(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listReadSetExportJobsAsync(array $args = [])
  110. * @method \Aws\Result listReadSetImportJobs(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listReadSetImportJobsAsync(array $args = [])
  112. * @method \Aws\Result listReadSetUploadParts(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listReadSetUploadPartsAsync(array $args = [])
  114. * @method \Aws\Result listReadSets(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listReadSetsAsync(array $args = [])
  116. * @method \Aws\Result listReferenceImportJobs(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listReferenceImportJobsAsync(array $args = [])
  118. * @method \Aws\Result listReferenceStores(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listReferenceStoresAsync(array $args = [])
  120. * @method \Aws\Result listReferences(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listReferencesAsync(array $args = [])
  122. * @method \Aws\Result listRunGroups(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listRunGroupsAsync(array $args = [])
  124. * @method \Aws\Result listRunTasks(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listRunTasksAsync(array $args = [])
  126. * @method \Aws\Result listRuns(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise listRunsAsync(array $args = [])
  128. * @method \Aws\Result listSequenceStores(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise listSequenceStoresAsync(array $args = [])
  130. * @method \Aws\Result listShares(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise listSharesAsync(array $args = [])
  132. * @method \Aws\Result listTagsForResource(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  134. * @method \Aws\Result listVariantImportJobs(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise listVariantImportJobsAsync(array $args = [])
  136. * @method \Aws\Result listVariantStores(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise listVariantStoresAsync(array $args = [])
  138. * @method \Aws\Result listWorkflows(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
  140. * @method \Aws\Result startAnnotationImportJob(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise startAnnotationImportJobAsync(array $args = [])
  142. * @method \Aws\Result startReadSetActivationJob(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise startReadSetActivationJobAsync(array $args = [])
  144. * @method \Aws\Result startReadSetExportJob(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise startReadSetExportJobAsync(array $args = [])
  146. * @method \Aws\Result startReadSetImportJob(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise startReadSetImportJobAsync(array $args = [])
  148. * @method \Aws\Result startReferenceImportJob(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise startReferenceImportJobAsync(array $args = [])
  150. * @method \Aws\Result startRun(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise startRunAsync(array $args = [])
  152. * @method \Aws\Result startVariantImportJob(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise startVariantImportJobAsync(array $args = [])
  154. * @method \Aws\Result tagResource(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  156. * @method \Aws\Result untagResource(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  158. * @method \Aws\Result updateAnnotationStore(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise updateAnnotationStoreAsync(array $args = [])
  160. * @method \Aws\Result updateAnnotationStoreVersion(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise updateAnnotationStoreVersionAsync(array $args = [])
  162. * @method \Aws\Result updateRunGroup(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise updateRunGroupAsync(array $args = [])
  164. * @method \Aws\Result updateVariantStore(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise updateVariantStoreAsync(array $args = [])
  166. * @method \Aws\Result updateWorkflow(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise updateWorkflowAsync(array $args = [])
  168. * @method \Aws\Result uploadReadSetPart(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise uploadReadSetPartAsync(array $args = [])
  170. */
  171. class OmicsClient extends AwsClient {}