Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/WorkSpaces/WorkSpacesClient.php
Строк: 83
<?php
namespace AwsWorkSpaces;
use AwsAwsClient;
/**
* Amazon WorkSpaces client.
*
* @method AwsResult associateIpGroups(array $args = [])
* @method GuzzleHttpPromisePromise associateIpGroupsAsync(array $args = [])
* @method AwsResult authorizeIpRules(array $args = [])
* @method GuzzleHttpPromisePromise authorizeIpRulesAsync(array $args = [])
* @method AwsResult copyWorkspaceImage(array $args = [])
* @method GuzzleHttpPromisePromise copyWorkspaceImageAsync(array $args = [])
* @method AwsResult createIpGroup(array $args = [])
* @method GuzzleHttpPromisePromise createIpGroupAsync(array $args = [])
* @method AwsResult createTags(array $args = [])
* @method GuzzleHttpPromisePromise createTagsAsync(array $args = [])
* @method AwsResult createWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise createWorkspacesAsync(array $args = [])
* @method AwsResult deleteIpGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteIpGroupAsync(array $args = [])
* @method AwsResult deleteTags(array $args = [])
* @method GuzzleHttpPromisePromise deleteTagsAsync(array $args = [])
* @method AwsResult deleteWorkspaceImage(array $args = [])
* @method GuzzleHttpPromisePromise deleteWorkspaceImageAsync(array $args = [])
* @method AwsResult deregisterWorkspaceDirectory(array $args = [])
* @method GuzzleHttpPromisePromise deregisterWorkspaceDirectoryAsync(array $args = [])
* @method AwsResult describeAccount(array $args = [])
* @method GuzzleHttpPromisePromise describeAccountAsync(array $args = [])
* @method AwsResult describeAccountModifications(array $args = [])
* @method GuzzleHttpPromisePromise describeAccountModificationsAsync(array $args = [])
* @method AwsResult describeClientProperties(array $args = [])
* @method GuzzleHttpPromisePromise describeClientPropertiesAsync(array $args = [])
* @method AwsResult describeIpGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeIpGroupsAsync(array $args = [])
* @method AwsResult describeTags(array $args = [])
* @method GuzzleHttpPromisePromise describeTagsAsync(array $args = [])
* @method AwsResult describeWorkspaceBundles(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspaceBundlesAsync(array $args = [])
* @method AwsResult describeWorkspaceDirectories(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspaceDirectoriesAsync(array $args = [])
* @method AwsResult describeWorkspaceImages(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspaceImagesAsync(array $args = [])
* @method AwsResult describeWorkspaceSnapshots(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspaceSnapshotsAsync(array $args = [])
* @method AwsResult describeWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspacesAsync(array $args = [])
* @method AwsResult describeWorkspacesConnectionStatus(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkspacesConnectionStatusAsync(array $args = [])
* @method AwsResult disassociateIpGroups(array $args = [])
* @method GuzzleHttpPromisePromise disassociateIpGroupsAsync(array $args = [])
* @method AwsResult importWorkspaceImage(array $args = [])
* @method GuzzleHttpPromisePromise importWorkspaceImageAsync(array $args = [])
* @method AwsResult listAvailableManagementCidrRanges(array $args = [])
* @method GuzzleHttpPromisePromise listAvailableManagementCidrRangesAsync(array $args = [])
* @method AwsResult migrateWorkspace(array $args = [])
* @method GuzzleHttpPromisePromise migrateWorkspaceAsync(array $args = [])
* @method AwsResult modifyAccount(array $args = [])
* @method GuzzleHttpPromisePromise modifyAccountAsync(array $args = [])
* @method AwsResult modifyClientProperties(array $args = [])
* @method GuzzleHttpPromisePromise modifyClientPropertiesAsync(array $args = [])
* @method AwsResult modifySelfservicePermissions(array $args = [])
* @method GuzzleHttpPromisePromise modifySelfservicePermissionsAsync(array $args = [])
* @method AwsResult modifyWorkspaceAccessProperties(array $args = [])
* @method GuzzleHttpPromisePromise modifyWorkspaceAccessPropertiesAsync(array $args = [])
* @method AwsResult modifyWorkspaceCreationProperties(array $args = [])
* @method GuzzleHttpPromisePromise modifyWorkspaceCreationPropertiesAsync(array $args = [])
* @method AwsResult modifyWorkspaceProperties(array $args = [])
* @method GuzzleHttpPromisePromise modifyWorkspacePropertiesAsync(array $args = [])
* @method AwsResult modifyWorkspaceState(array $args = [])
* @method GuzzleHttpPromisePromise modifyWorkspaceStateAsync(array $args = [])
* @method AwsResult rebootWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise rebootWorkspacesAsync(array $args = [])
* @method AwsResult rebuildWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise rebuildWorkspacesAsync(array $args = [])
* @method AwsResult registerWorkspaceDirectory(array $args = [])
* @method GuzzleHttpPromisePromise registerWorkspaceDirectoryAsync(array $args = [])
* @method AwsResult restoreWorkspace(array $args = [])
* @method GuzzleHttpPromisePromise restoreWorkspaceAsync(array $args = [])
* @method AwsResult revokeIpRules(array $args = [])
* @method GuzzleHttpPromisePromise revokeIpRulesAsync(array $args = [])
* @method AwsResult startWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise startWorkspacesAsync(array $args = [])
* @method AwsResult stopWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise stopWorkspacesAsync(array $args = [])
* @method AwsResult terminateWorkspaces(array $args = [])
* @method GuzzleHttpPromisePromise terminateWorkspacesAsync(array $args = [])
* @method AwsResult updateRulesOfIpGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateRulesOfIpGroupAsync(array $args = [])
*/
class WorkSpacesClient extends AwsClient {}