mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-19 21:03:44 -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
|
@ -10,6 +10,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise abortEnvironmentUpdateAsync(array $args = [])
|
||||
* @method \Aws\Result applyEnvironmentManagedAction(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise applyEnvironmentManagedActionAsync(array $args = [])
|
||||
* @method \Aws\Result associateEnvironmentOperationsRole(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise associateEnvironmentOperationsRoleAsync(array $args = [])
|
||||
* @method \Aws\Result checkDNSAvailability(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise checkDNSAvailabilityAsync(array $args = [])
|
||||
* @method \Aws\Result composeEnvironments(array $args = [])
|
||||
|
@ -36,6 +38,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise deleteEnvironmentConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deletePlatformVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deletePlatformVersionAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccountAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result describeApplicationVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeApplicationVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result describeApplications(array $args = [])
|
||||
|
@ -60,8 +64,12 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise describeInstancesHealthAsync(array $args = [])
|
||||
* @method \Aws\Result describePlatformVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePlatformVersionAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateEnvironmentOperationsRole(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateEnvironmentOperationsRoleAsync(array $args = [])
|
||||
* @method \Aws\Result listAvailableSolutionStacks(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAvailableSolutionStacksAsync(array $args = [])
|
||||
* @method \Aws\Result listPlatformBranches(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPlatformBranchesAsync(array $args = [])
|
||||
* @method \Aws\Result listPlatformVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPlatformVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue