Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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 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 createMultipartReadSetUpload(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createMultipartReadSetUploadAsync(array $args = [])
24
 * @method \Aws\Result createReferenceStore(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createReferenceStoreAsync(array $args = [])
26
 * @method \Aws\Result createRunGroup(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createRunGroupAsync(array $args = [])
28
 * @method \Aws\Result createSequenceStore(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createSequenceStoreAsync(array $args = [])
30
 * @method \Aws\Result createVariantStore(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createVariantStoreAsync(array $args = [])
32
 * @method \Aws\Result createWorkflow(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
34
 * @method \Aws\Result deleteAnnotationStore(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteAnnotationStoreAsync(array $args = [])
36
 * @method \Aws\Result deleteReference(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteReferenceAsync(array $args = [])
38
 * @method \Aws\Result deleteReferenceStore(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteReferenceStoreAsync(array $args = [])
40
 * @method \Aws\Result deleteRun(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteRunAsync(array $args = [])
42
 * @method \Aws\Result deleteRunGroup(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteRunGroupAsync(array $args = [])
44
 * @method \Aws\Result deleteSequenceStore(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteSequenceStoreAsync(array $args = [])
46
 * @method \Aws\Result deleteVariantStore(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise deleteVariantStoreAsync(array $args = [])
48
 * @method \Aws\Result deleteWorkflow(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
50
 * @method \Aws\Result getAnnotationImportJob(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise getAnnotationImportJobAsync(array $args = [])
52
 * @method \Aws\Result getAnnotationStore(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getAnnotationStoreAsync(array $args = [])
54
 * @method \Aws\Result getReadSet(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getReadSetAsync(array $args = [])
56
 * @method \Aws\Result getReadSetActivationJob(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getReadSetActivationJobAsync(array $args = [])
58
 * @method \Aws\Result getReadSetExportJob(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getReadSetExportJobAsync(array $args = [])
60
 * @method \Aws\Result getReadSetImportJob(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getReadSetImportJobAsync(array $args = [])
62
 * @method \Aws\Result getReadSetMetadata(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getReadSetMetadataAsync(array $args = [])
64
 * @method \Aws\Result getReference(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getReferenceAsync(array $args = [])
66
 * @method \Aws\Result getReferenceImportJob(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getReferenceImportJobAsync(array $args = [])
68
 * @method \Aws\Result getReferenceMetadata(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getReferenceMetadataAsync(array $args = [])
70
 * @method \Aws\Result getReferenceStore(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getReferenceStoreAsync(array $args = [])
72
 * @method \Aws\Result getRun(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getRunAsync(array $args = [])
74
 * @method \Aws\Result getRunGroup(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getRunGroupAsync(array $args = [])
76
 * @method \Aws\Result getRunTask(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getRunTaskAsync(array $args = [])
78
 * @method \Aws\Result getSequenceStore(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise getSequenceStoreAsync(array $args = [])
80
 * @method \Aws\Result getVariantImportJob(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise getVariantImportJobAsync(array $args = [])
82
 * @method \Aws\Result getVariantStore(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise getVariantStoreAsync(array $args = [])
84
 * @method \Aws\Result getWorkflow(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
86
 * @method \Aws\Result listAnnotationImportJobs(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listAnnotationImportJobsAsync(array $args = [])
88
 * @method \Aws\Result listAnnotationStores(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listAnnotationStoresAsync(array $args = [])
90
 * @method \Aws\Result listMultipartReadSetUploads(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listMultipartReadSetUploadsAsync(array $args = [])
92
 * @method \Aws\Result listReadSetActivationJobs(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listReadSetActivationJobsAsync(array $args = [])
94
 * @method \Aws\Result listReadSetExportJobs(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listReadSetExportJobsAsync(array $args = [])
96
 * @method \Aws\Result listReadSetImportJobs(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listReadSetImportJobsAsync(array $args = [])
98
 * @method \Aws\Result listReadSetUploadParts(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise listReadSetUploadPartsAsync(array $args = [])
100
 * @method \Aws\Result listReadSets(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise listReadSetsAsync(array $args = [])
102
 * @method \Aws\Result listReferenceImportJobs(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise listReferenceImportJobsAsync(array $args = [])
104
 * @method \Aws\Result listReferenceStores(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listReferenceStoresAsync(array $args = [])
106
 * @method \Aws\Result listReferences(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise listReferencesAsync(array $args = [])
108
 * @method \Aws\Result listRunGroups(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise listRunGroupsAsync(array $args = [])
110
 * @method \Aws\Result listRunTasks(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise listRunTasksAsync(array $args = [])
112
 * @method \Aws\Result listRuns(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise listRunsAsync(array $args = [])
114
 * @method \Aws\Result listSequenceStores(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise listSequenceStoresAsync(array $args = [])
116
 * @method \Aws\Result listTagsForResource(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
118
 * @method \Aws\Result listVariantImportJobs(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise listVariantImportJobsAsync(array $args = [])
120
 * @method \Aws\Result listVariantStores(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise listVariantStoresAsync(array $args = [])
122
 * @method \Aws\Result listWorkflows(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
124
 * @method \Aws\Result startAnnotationImportJob(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise startAnnotationImportJobAsync(array $args = [])
126
 * @method \Aws\Result startReadSetActivationJob(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise startReadSetActivationJobAsync(array $args = [])
128
 * @method \Aws\Result startReadSetExportJob(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise startReadSetExportJobAsync(array $args = [])
130
 * @method \Aws\Result startReadSetImportJob(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise startReadSetImportJobAsync(array $args = [])
132
 * @method \Aws\Result startReferenceImportJob(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise startReferenceImportJobAsync(array $args = [])
134
 * @method \Aws\Result startRun(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise startRunAsync(array $args = [])
136
 * @method \Aws\Result startVariantImportJob(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise startVariantImportJobAsync(array $args = [])
138
 * @method \Aws\Result tagResource(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
140
 * @method \Aws\Result untagResource(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
142
 * @method \Aws\Result updateAnnotationStore(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise updateAnnotationStoreAsync(array $args = [])
144
 * @method \Aws\Result updateRunGroup(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise updateRunGroupAsync(array $args = [])
146
 * @method \Aws\Result updateVariantStore(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise updateVariantStoreAsync(array $args = [])
148
 * @method \Aws\Result updateWorkflow(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise updateWorkflowAsync(array $args = [])
150
 * @method \Aws\Result uploadReadSetPart(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise uploadReadSetPartAsync(array $args = [])
152
 */
153
class OmicsClient extends AwsClient {}