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
|
@ -26,16 +26,22 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise deleteStackInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result deleteStackSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteStackSetAsync(array $args = [])
|
||||
* @method \Aws\Result deregisterType(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deregisterTypeAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccountLimits(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
|
||||
* @method \Aws\Result describeChangeSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeChangeSetAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackDriftDetectionStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackDriftDetectionStatusAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackEvents(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackEventsAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackResourceAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackResourceDrifts(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackResourceDriftsAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackResources(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStackResourcesAsync(array $args = [])
|
||||
* @method \Aws\Result describeStackSet(array $args = [])
|
||||
|
@ -44,6 +50,16 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise describeStackSetOperationAsync(array $args = [])
|
||||
* @method \Aws\Result describeStacks(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
|
||||
* @method \Aws\Result describeType(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeTypeAsync(array $args = [])
|
||||
* @method \Aws\Result describeTypeRegistration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeTypeRegistrationAsync(array $args = [])
|
||||
* @method \Aws\Result detectStackDrift(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detectStackDriftAsync(array $args = [])
|
||||
* @method \Aws\Result detectStackResourceDrift(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detectStackResourceDriftAsync(array $args = [])
|
||||
* @method \Aws\Result detectStackSetDrift(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detectStackSetDriftAsync(array $args = [])
|
||||
* @method \Aws\Result estimateTemplateCost(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise estimateTemplateCostAsync(array $args = [])
|
||||
* @method \Aws\Result executeChangeSet(array $args = [])
|
||||
|
@ -72,8 +88,20 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listStackSetsAsync(array $args = [])
|
||||
* @method \Aws\Result listStacks(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStacksAsync(array $args = [])
|
||||
* @method \Aws\Result listTypeRegistrations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTypeRegistrationsAsync(array $args = [])
|
||||
* @method \Aws\Result listTypeVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTypeVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTypes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTypesAsync(array $args = [])
|
||||
* @method \Aws\Result recordHandlerProgress(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise recordHandlerProgressAsync(array $args = [])
|
||||
* @method \Aws\Result registerType(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerTypeAsync(array $args = [])
|
||||
* @method \Aws\Result setStackPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise setStackPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result setTypeDefaultVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise setTypeDefaultVersionAsync(array $args = [])
|
||||
* @method \Aws\Result signalResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise signalResourceAsync(array $args = [])
|
||||
* @method \Aws\Result stopStackSetOperation(array $args = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue