Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\QApps;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **QApps** service.
8
 * @method \Aws\Result associateLibraryItemReview(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associateLibraryItemReviewAsync(array $args = [])
10
 * @method \Aws\Result associateQAppWithUser(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise associateQAppWithUserAsync(array $args = [])
12
 * @method \Aws\Result batchCreateCategory(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchCreateCategoryAsync(array $args = [])
14
 * @method \Aws\Result batchDeleteCategory(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchDeleteCategoryAsync(array $args = [])
16
 * @method \Aws\Result batchUpdateCategory(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise batchUpdateCategoryAsync(array $args = [])
18
 * @method \Aws\Result createLibraryItem(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createLibraryItemAsync(array $args = [])
20
 * @method \Aws\Result createPresignedUrl(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createPresignedUrlAsync(array $args = [])
22
 * @method \Aws\Result createQApp(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createQAppAsync(array $args = [])
24
 * @method \Aws\Result deleteLibraryItem(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise deleteLibraryItemAsync(array $args = [])
26
 * @method \Aws\Result deleteQApp(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteQAppAsync(array $args = [])
28
 * @method \Aws\Result describeQAppPermissions(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise describeQAppPermissionsAsync(array $args = [])
30
 * @method \Aws\Result disassociateLibraryItemReview(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise disassociateLibraryItemReviewAsync(array $args = [])
32
 * @method \Aws\Result disassociateQAppFromUser(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise disassociateQAppFromUserAsync(array $args = [])
34
 * @method \Aws\Result exportQAppSessionData(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise exportQAppSessionDataAsync(array $args = [])
36
 * @method \Aws\Result getLibraryItem(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise getLibraryItemAsync(array $args = [])
38
 * @method \Aws\Result getQApp(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise getQAppAsync(array $args = [])
40
 * @method \Aws\Result getQAppSession(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise getQAppSessionAsync(array $args = [])
42
 * @method \Aws\Result getQAppSessionMetadata(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise getQAppSessionMetadataAsync(array $args = [])
44
 * @method \Aws\Result importDocument(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise importDocumentAsync(array $args = [])
46
 * @method \Aws\Result listCategories(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise listCategoriesAsync(array $args = [])
48
 * @method \Aws\Result listLibraryItems(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise listLibraryItemsAsync(array $args = [])
50
 * @method \Aws\Result listQAppSessionData(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise listQAppSessionDataAsync(array $args = [])
52
 * @method \Aws\Result listQApps(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise listQAppsAsync(array $args = [])
54
 * @method \Aws\Result listTagsForResource(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
56
 * @method \Aws\Result predictQApp(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise predictQAppAsync(array $args = [])
58
 * @method \Aws\Result startQAppSession(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise startQAppSessionAsync(array $args = [])
60
 * @method \Aws\Result stopQAppSession(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise stopQAppSessionAsync(array $args = [])
62
 * @method \Aws\Result tagResource(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
64
 * @method \Aws\Result untagResource(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
66
 * @method \Aws\Result updateLibraryItem(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise updateLibraryItemAsync(array $args = [])
68
 * @method \Aws\Result updateLibraryItemMetadata(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise updateLibraryItemMetadataAsync(array $args = [])
70
 * @method \Aws\Result updateQApp(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise updateQAppAsync(array $args = [])
72
 * @method \Aws\Result updateQAppPermissions(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise updateQAppPermissionsAsync(array $args = [])
74
 * @method \Aws\Result updateQAppSession(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise updateQAppSessionAsync(array $args = [])
76
 * @method \Aws\Result updateQAppSessionMetadata(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise updateQAppSessionMetadataAsync(array $args = [])
78
 */
79
class QAppsClient extends AwsClient {}