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
commit e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions

View file

@ -22,6 +22,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
* @method \Aws\Result deleteRepositoryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRepositoryPolicyAsync(array $args = [])
* @method \Aws\Result describeImageScanFindings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeImageScanFindingsAsync(array $args = [])
* @method \Aws\Result describeImages(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
* @method \Aws\Result describeRepositories(array $args = [])
@ -40,14 +42,26 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise initiateLayerUploadAsync(array $args = [])
* @method \Aws\Result listImages(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putImage(array $args = [])
* @method \GuzzleHttp\Promise\Promise putImageAsync(array $args = [])
* @method \Aws\Result putImageScanningConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putImageScanningConfigurationAsync(array $args = [])
* @method \Aws\Result putImageTagMutability(array $args = [])
* @method \GuzzleHttp\Promise\Promise putImageTagMutabilityAsync(array $args = [])
* @method \Aws\Result putLifecyclePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
* @method \Aws\Result setRepositoryPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = [])
* @method \Aws\Result startImageScan(array $args = [])
* @method \GuzzleHttp\Promise\Promise startImageScanAsync(array $args = [])
* @method \Aws\Result startLifecyclePolicyPreview(array $args = [])
* @method \GuzzleHttp\Promise\Promise startLifecyclePolicyPreviewAsync(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 uploadLayerPart(array $args = [])
* @method \GuzzleHttp\Promise\Promise uploadLayerPartAsync(array $args = [])
*/