mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -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/Sms/Exception/SmsException.php
Normal file
9
aws/Aws/Sms/Exception/SmsException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\Sms\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Server Migration Service** service.
|
||||
*/
|
||||
class SmsException extends AwsException {}
|
31
aws/Aws/Sms/SmsClient.php
Normal file
31
aws/Aws/Sms/SmsClient.php
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
namespace Aws\Sms;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Server Migration Service** service.
|
||||
* @method \Aws\Result createReplicationJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createReplicationJobAsync(array $args = [])
|
||||
* @method \Aws\Result deleteReplicationJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteReplicationJobAsync(array $args = [])
|
||||
* @method \Aws\Result deleteServerCatalog(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteServerCatalogAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateConnector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateConnectorAsync(array $args = [])
|
||||
* @method \Aws\Result getConnectors(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getConnectorsAsync(array $args = [])
|
||||
* @method \Aws\Result getReplicationJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getReplicationJobsAsync(array $args = [])
|
||||
* @method \Aws\Result getReplicationRuns(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getReplicationRunsAsync(array $args = [])
|
||||
* @method \Aws\Result getServers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getServersAsync(array $args = [])
|
||||
* @method \Aws\Result importServerCatalog(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise importServerCatalogAsync(array $args = [])
|
||||
* @method \Aws\Result startOnDemandReplicationRun(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startOnDemandReplicationRunAsync(array $args = [])
|
||||
* @method \Aws\Result updateReplicationJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateReplicationJobAsync(array $args = [])
|
||||
*/
|
||||
class SmsClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue