mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 21:33:43 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
9
aws/Aws/WorkSpaces/Exception/WorkSpacesException.php
Normal file
9
aws/Aws/WorkSpaces/Exception/WorkSpacesException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\WorkSpaces\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error while interacting with Amazon WorkSpaces.
|
||||
*/
|
||||
class WorkSpacesException extends AwsException {}
|
38
aws/Aws/WorkSpaces/WorkSpacesClient.php
Normal file
38
aws/Aws/WorkSpaces/WorkSpacesClient.php
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
namespace Aws\WorkSpaces;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* Amazon WorkSpaces client.
|
||||
*
|
||||
* @method \Aws\Result createTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
|
||||
* @method \Aws\Result createWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result deleteTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
|
||||
* @method \Aws\Result describeTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspaceBundles(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspaceBundlesAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspaceDirectories(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspaceDirectoriesAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspacesConnectionStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspacesConnectionStatusAsync(array $args = [])
|
||||
* @method \Aws\Result modifyWorkspaceProperties(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise modifyWorkspacePropertiesAsync(array $args = [])
|
||||
* @method \Aws\Result rebootWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rebootWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result rebuildWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rebuildWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result startWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result stopWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result terminateWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise terminateWorkspacesAsync(array $args = [])
|
||||
*/
|
||||
class WorkSpacesClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue