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