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
|
@ -24,10 +24,16 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
|
||||
* @method \Aws\Result describeJobFlows(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeJobFlowsAsync(array $args = [])
|
||||
* @method \Aws\Result describeNotebookExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeNotebookExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result describeSecurityConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSecurityConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeStep(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStepAsync(array $args = [])
|
||||
* @method \Aws\Result getBlockPublicAccessConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getBlockPublicAccessConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getManagedScalingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getManagedScalingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result listBootstrapActions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listBootstrapActionsAsync(array $args = [])
|
||||
* @method \Aws\Result listClusters(array $args = [])
|
||||
|
@ -38,18 +44,28 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listInstanceGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result listInstances(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result listNotebookExecutions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listNotebookExecutionsAsync(array $args = [])
|
||||
* @method \Aws\Result listSecurityConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSecurityConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listSteps(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStepsAsync(array $args = [])
|
||||
* @method \Aws\Result modifyCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
|
||||
* @method \Aws\Result modifyInstanceFleet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise modifyInstanceFleetAsync(array $args = [])
|
||||
* @method \Aws\Result modifyInstanceGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise modifyInstanceGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result putAutoScalingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAutoScalingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result putBlockPublicAccessConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putBlockPublicAccessConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result putManagedScalingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putManagedScalingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result removeAutoScalingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeAutoScalingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result removeManagedScalingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeManagedScalingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result removeTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
|
||||
* @method \Aws\Result runJobFlow(array $args = [])
|
||||
|
@ -58,6 +74,10 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise setTerminationProtectionAsync(array $args = [])
|
||||
* @method \Aws\Result setVisibleToAllUsers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise setVisibleToAllUsersAsync(array $args = [])
|
||||
* @method \Aws\Result startNotebookExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startNotebookExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result stopNotebookExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopNotebookExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result terminateJobFlows(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise terminateJobFlowsAsync(array $args = [])
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue