Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/WorkDocs/WorkDocsClient.php
Строк: 116
<?php
namespace AwsWorkDocs;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon WorkDocs** service.
* @method AwsResult abortDocumentVersionUpload(array $args = [])
* @method GuzzleHttpPromisePromise abortDocumentVersionUploadAsync(array $args = [])
* @method AwsResult activateUser(array $args = [])
* @method GuzzleHttpPromisePromise activateUserAsync(array $args = [])
* @method AwsResult addResourcePermissions(array $args = [])
* @method GuzzleHttpPromisePromise addResourcePermissionsAsync(array $args = [])
* @method AwsResult createComment(array $args = [])
* @method GuzzleHttpPromisePromise createCommentAsync(array $args = [])
* @method AwsResult createCustomMetadata(array $args = [])
* @method GuzzleHttpPromisePromise createCustomMetadataAsync(array $args = [])
* @method AwsResult createFolder(array $args = [])
* @method GuzzleHttpPromisePromise createFolderAsync(array $args = [])
* @method AwsResult createLabels(array $args = [])
* @method GuzzleHttpPromisePromise createLabelsAsync(array $args = [])
* @method AwsResult createNotificationSubscription(array $args = [])
* @method GuzzleHttpPromisePromise createNotificationSubscriptionAsync(array $args = [])
* @method AwsResult createUser(array $args = [])
* @method GuzzleHttpPromisePromise createUserAsync(array $args = [])
* @method AwsResult deactivateUser(array $args = [])
* @method GuzzleHttpPromisePromise deactivateUserAsync(array $args = [])
* @method AwsResult deleteComment(array $args = [])
* @method GuzzleHttpPromisePromise deleteCommentAsync(array $args = [])
* @method AwsResult deleteCustomMetadata(array $args = [])
* @method GuzzleHttpPromisePromise deleteCustomMetadataAsync(array $args = [])
* @method AwsResult deleteDocument(array $args = [])
* @method GuzzleHttpPromisePromise deleteDocumentAsync(array $args = [])
* @method AwsResult deleteFolder(array $args = [])
* @method GuzzleHttpPromisePromise deleteFolderAsync(array $args = [])
* @method AwsResult deleteFolderContents(array $args = [])
* @method GuzzleHttpPromisePromise deleteFolderContentsAsync(array $args = [])
* @method AwsResult deleteLabels(array $args = [])
* @method GuzzleHttpPromisePromise deleteLabelsAsync(array $args = [])
* @method AwsResult deleteNotificationSubscription(array $args = [])
* @method GuzzleHttpPromisePromise deleteNotificationSubscriptionAsync(array $args = [])
* @method AwsResult deleteUser(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserAsync(array $args = [])
* @method AwsResult describeActivities(array $args = [])
* @method GuzzleHttpPromisePromise describeActivitiesAsync(array $args = [])
* @method AwsResult describeComments(array $args = [])
* @method GuzzleHttpPromisePromise describeCommentsAsync(array $args = [])
* @method AwsResult describeDocumentVersions(array $args = [])
* @method GuzzleHttpPromisePromise describeDocumentVersionsAsync(array $args = [])
* @method AwsResult describeFolderContents(array $args = [])
* @method GuzzleHttpPromisePromise describeFolderContentsAsync(array $args = [])
* @method AwsResult describeGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeGroupsAsync(array $args = [])
* @method AwsResult describeNotificationSubscriptions(array $args = [])
* @method GuzzleHttpPromisePromise describeNotificationSubscriptionsAsync(array $args = [])
* @method AwsResult describeResourcePermissions(array $args = [])
* @method GuzzleHttpPromisePromise describeResourcePermissionsAsync(array $args = [])
* @method AwsResult describeRootFolders(array $args = [])
* @method GuzzleHttpPromisePromise describeRootFoldersAsync(array $args = [])
* @method AwsResult describeUsers(array $args = [])
* @method GuzzleHttpPromisePromise describeUsersAsync(array $args = [])
* @method AwsResult getCurrentUser(array $args = [])
* @method GuzzleHttpPromisePromise getCurrentUserAsync(array $args = [])
* @method AwsResult getDocument(array $args = [])
* @method GuzzleHttpPromisePromise getDocumentAsync(array $args = [])
* @method AwsResult getDocumentPath(array $args = [])
* @method GuzzleHttpPromisePromise getDocumentPathAsync(array $args = [])
* @method AwsResult getDocumentVersion(array $args = [])
* @method GuzzleHttpPromisePromise getDocumentVersionAsync(array $args = [])
* @method AwsResult getFolder(array $args = [])
* @method GuzzleHttpPromisePromise getFolderAsync(array $args = [])
* @method AwsResult getFolderPath(array $args = [])
* @method GuzzleHttpPromisePromise getFolderPathAsync(array $args = [])
* @method AwsResult getResources(array $args = [])
* @method GuzzleHttpPromisePromise getResourcesAsync(array $args = [])
* @method AwsResult initiateDocumentVersionUpload(array $args = [])
* @method GuzzleHttpPromisePromise initiateDocumentVersionUploadAsync(array $args = [])
* @method AwsResult removeAllResourcePermissions(array $args = [])
* @method GuzzleHttpPromisePromise removeAllResourcePermissionsAsync(array $args = [])
* @method AwsResult removeResourcePermission(array $args = [])
* @method GuzzleHttpPromisePromise removeResourcePermissionAsync(array $args = [])
* @method AwsResult updateDocument(array $args = [])
* @method GuzzleHttpPromisePromise updateDocumentAsync(array $args = [])
* @method AwsResult updateDocumentVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateDocumentVersionAsync(array $args = [])
* @method AwsResult updateFolder(array $args = [])
* @method GuzzleHttpPromisePromise updateFolderAsync(array $args = [])
* @method AwsResult updateUser(array $args = [])
* @method GuzzleHttpPromisePromise updateUserAsync(array $args = [])
*/
class WorkDocsClient extends AwsClient {}