mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 13:23:47 -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/MQ/Exception/MQException.php
Normal file
9
aws/Aws/MQ/Exception/MQException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\MQ\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AmazonMQ** service.
|
||||
*/
|
||||
class MQException extends AwsException {}
|
43
aws/Aws/MQ/MQClient.php
Normal file
43
aws/Aws/MQ/MQClient.php
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
namespace Aws\MQ;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AmazonMQ** service.
|
||||
* @method \Aws\Result createBroker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result createConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result createUser(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
|
||||
* @method \Aws\Result deleteBroker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result deleteUser(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
|
||||
* @method \Aws\Result describeBroker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result describeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeConfigurationRevision(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeConfigurationRevisionAsync(array $args = [])
|
||||
* @method \Aws\Result describeUser(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
|
||||
* @method \Aws\Result listBrokers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listBrokersAsync(array $args = [])
|
||||
* @method \Aws\Result listConfigurationRevisions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listConfigurationRevisionsAsync(array $args = [])
|
||||
* @method \Aws\Result listConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listUsers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
|
||||
* @method \Aws\Result rebootBroker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rebootBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result updateBroker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result updateConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateUser(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
|
||||
*/
|
||||
class MQClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue