Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\WorkDocs;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon WorkDocs** service.
8
 * @method \Aws\Result abortDocumentVersionUpload(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise abortDocumentVersionUploadAsync(array $args = [])
10
 * @method \Aws\Result activateUser(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise activateUserAsync(array $args = [])
12
 * @method \Aws\Result addResourcePermissions(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise addResourcePermissionsAsync(array $args = [])
14
 * @method \Aws\Result createComment(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createCommentAsync(array $args = [])
16
 * @method \Aws\Result createCustomMetadata(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createCustomMetadataAsync(array $args = [])
18
 * @method \Aws\Result createFolder(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createFolderAsync(array $args = [])
20
 * @method \Aws\Result createLabels(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createLabelsAsync(array $args = [])
22
 * @method \Aws\Result createNotificationSubscription(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createNotificationSubscriptionAsync(array $args = [])
24
 * @method \Aws\Result createUser(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
26
 * @method \Aws\Result deactivateUser(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deactivateUserAsync(array $args = [])
28
 * @method \Aws\Result deleteComment(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteCommentAsync(array $args = [])
30
 * @method \Aws\Result deleteCustomMetadata(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteCustomMetadataAsync(array $args = [])
32
 * @method \Aws\Result deleteDocument(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteDocumentAsync(array $args = [])
34
 * @method \Aws\Result deleteDocumentVersion(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteDocumentVersionAsync(array $args = [])
36
 * @method \Aws\Result deleteFolder(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteFolderAsync(array $args = [])
38
 * @method \Aws\Result deleteFolderContents(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteFolderContentsAsync(array $args = [])
40
 * @method \Aws\Result deleteLabels(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteLabelsAsync(array $args = [])
42
 * @method \Aws\Result deleteNotificationSubscription(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteNotificationSubscriptionAsync(array $args = [])
44
 * @method \Aws\Result deleteUser(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
46
 * @method \Aws\Result describeActivities(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise describeActivitiesAsync(array $args = [])
48
 * @method \Aws\Result describeComments(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise describeCommentsAsync(array $args = [])
50
 * @method \Aws\Result describeDocumentVersions(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise describeDocumentVersionsAsync(array $args = [])
52
 * @method \Aws\Result describeFolderContents(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise describeFolderContentsAsync(array $args = [])
54
 * @method \Aws\Result describeGroups(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise describeGroupsAsync(array $args = [])
56
 * @method \Aws\Result describeNotificationSubscriptions(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise describeNotificationSubscriptionsAsync(array $args = [])
58
 * @method \Aws\Result describeResourcePermissions(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise describeResourcePermissionsAsync(array $args = [])
60
 * @method \Aws\Result describeRootFolders(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise describeRootFoldersAsync(array $args = [])
62
 * @method \Aws\Result describeUsers(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
64
 * @method \Aws\Result getCurrentUser(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getCurrentUserAsync(array $args = [])
66
 * @method \Aws\Result getDocument(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getDocumentAsync(array $args = [])
68
 * @method \Aws\Result getDocumentPath(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getDocumentPathAsync(array $args = [])
70
 * @method \Aws\Result getDocumentVersion(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getDocumentVersionAsync(array $args = [])
72
 * @method \Aws\Result getFolder(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getFolderAsync(array $args = [])
74
 * @method \Aws\Result getFolderPath(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getFolderPathAsync(array $args = [])
76
 * @method \Aws\Result getResources(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getResourcesAsync(array $args = [])
78
 * @method \Aws\Result initiateDocumentVersionUpload(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise initiateDocumentVersionUploadAsync(array $args = [])
80
 * @method \Aws\Result removeAllResourcePermissions(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise removeAllResourcePermissionsAsync(array $args = [])
82
 * @method \Aws\Result removeResourcePermission(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise removeResourcePermissionAsync(array $args = [])
84
 * @method \Aws\Result restoreDocumentVersions(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise restoreDocumentVersionsAsync(array $args = [])
86
 * @method \Aws\Result searchResources(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise searchResourcesAsync(array $args = [])
88
 * @method \Aws\Result updateDocument(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise updateDocumentAsync(array $args = [])
90
 * @method \Aws\Result updateDocumentVersion(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise updateDocumentVersionAsync(array $args = [])
92
 * @method \Aws\Result updateFolder(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise updateFolderAsync(array $args = [])
94
 * @method \Aws\Result updateUser(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
96
 */
97
class WorkDocsClient extends AwsClient {}