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/SnowBall/Exception/SnowBallException.php
Normal file
9
aws/Aws/SnowBall/Exception/SnowBallException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\SnowBall\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Import/Export Snowball** service.
|
||||
*/
|
||||
class SnowBallException extends AwsException {}
|
43
aws/Aws/SnowBall/SnowBallClient.php
Normal file
43
aws/Aws/SnowBall/SnowBallClient.php
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
namespace Aws\SnowBall;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Import/Export Snowball** service.
|
||||
* @method \Aws\Result cancelCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise cancelClusterAsync(array $args = [])
|
||||
* @method \Aws\Result cancelJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
|
||||
* @method \Aws\Result createAddress(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAddressAsync(array $args = [])
|
||||
* @method \Aws\Result createCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
|
||||
* @method \Aws\Result createJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeAddress(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAddressAsync(array $args = [])
|
||||
* @method \Aws\Result describeAddresses(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAddressesAsync(array $args = [])
|
||||
* @method \Aws\Result describeCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
|
||||
* @method \Aws\Result describeJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeJobAsync(array $args = [])
|
||||
* @method \Aws\Result getJobManifest(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getJobManifestAsync(array $args = [])
|
||||
* @method \Aws\Result getJobUnlockCode(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getJobUnlockCodeAsync(array $args = [])
|
||||
* @method \Aws\Result getSnowballUsage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSnowballUsageAsync(array $args = [])
|
||||
* @method \Aws\Result listClusterJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listClusterJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listClusters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
|
||||
* @method \Aws\Result listJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
|
||||
* @method \Aws\Result updateCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateClusterAsync(array $args = [])
|
||||
* @method \Aws\Result updateJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
|
||||
*/
|
||||
class SnowBallClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue