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:
Devang Srivastava 2020-09-28 15:32:51 +05:30
parent ad0726e41e
commit e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions

View file

@ -16,6 +16,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise batchGetDeploymentGroupsAsync(array $args = [])
* @method \Aws\Result batchGetDeploymentInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetDeploymentInstancesAsync(array $args = [])
* @method \Aws\Result batchGetDeploymentTargets(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetDeploymentTargetsAsync(array $args = [])
* @method \Aws\Result batchGetDeployments(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetDeploymentsAsync(array $args = [])
* @method \Aws\Result batchGetOnPremisesInstances(array $args = [])
@ -36,6 +38,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteDeploymentConfigAsync(array $args = [])
* @method \Aws\Result deleteDeploymentGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDeploymentGroupAsync(array $args = [])
* @method \Aws\Result deleteGitHubAccountToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteGitHubAccountTokenAsync(array $args = [])
* @method \Aws\Result deleteResourcesByExternalId(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourcesByExternalIdAsync(array $args = [])
* @method \Aws\Result deregisterOnPremisesInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise deregisterOnPremisesInstanceAsync(array $args = [])
* @method \Aws\Result getApplication(array $args = [])
@ -50,6 +56,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getDeploymentGroupAsync(array $args = [])
* @method \Aws\Result getDeploymentInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDeploymentInstanceAsync(array $args = [])
* @method \Aws\Result getDeploymentTarget(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDeploymentTargetAsync(array $args = [])
* @method \Aws\Result getOnPremisesInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOnPremisesInstanceAsync(array $args = [])
* @method \Aws\Result listApplicationRevisions(array $args = [])
@ -62,12 +70,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listDeploymentGroupsAsync(array $args = [])
* @method \Aws\Result listDeploymentInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDeploymentInstancesAsync(array $args = [])
* @method \Aws\Result listDeploymentTargets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDeploymentTargetsAsync(array $args = [])
* @method \Aws\Result listDeployments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
* @method \Aws\Result listGitHubAccountTokenNames(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGitHubAccountTokenNamesAsync(array $args = [])
* @method \Aws\Result listOnPremisesInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOnPremisesInstancesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putLifecycleEventHookExecutionStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLifecycleEventHookExecutionStatusAsync(array $args = [])
* @method \Aws\Result registerApplicationRevision(array $args = [])
@ -80,6 +92,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise skipWaitTimeForInstanceTerminationAsync(array $args = [])
* @method \Aws\Result stopDeployment(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopDeploymentAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateDeploymentGroup(array $args = [])