mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
|
@ -9,14 +9,22 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise createBrokerAsync(array $args = [])
|
||||
* @method \Aws\Result createConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result createTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createTagsAsync(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 deleteTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(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 describeBrokerEngineTypes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeBrokerEngineTypesAsync(array $args = [])
|
||||
* @method \Aws\Result describeBrokerInstanceOptions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeBrokerInstanceOptionsAsync(array $args = [])
|
||||
* @method \Aws\Result describeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeConfigurationRevision(array $args = [])
|
||||
|
@ -29,6 +37,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listConfigurationRevisionsAsync(array $args = [])
|
||||
* @method \Aws\Result listConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
|
||||
* @method \Aws\Result listUsers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
|
||||
* @method \Aws\Result rebootBroker(array $args = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue