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

@ -9,16 +9,32 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise compareFacesAsync(array $args = [])
* @method \Aws\Result createCollection(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
* @method \Aws\Result createProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
* @method \Aws\Result createProjectVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProjectVersionAsync(array $args = [])
* @method \Aws\Result createStreamProcessor(array $args = [])
* @method \GuzzleHttp\Promise\Promise createStreamProcessorAsync(array $args = [])
* @method \Aws\Result deleteCollection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = [])
* @method \Aws\Result deleteFaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFacesAsync(array $args = [])
* @method \Aws\Result deleteProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
* @method \Aws\Result deleteProjectVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProjectVersionAsync(array $args = [])
* @method \Aws\Result deleteStreamProcessor(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStreamProcessorAsync(array $args = [])
* @method \Aws\Result describeCollection(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCollectionAsync(array $args = [])
* @method \Aws\Result describeProjectVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeProjectVersionsAsync(array $args = [])
* @method \Aws\Result describeProjects(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeProjectsAsync(array $args = [])
* @method \Aws\Result describeStreamProcessor(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStreamProcessorAsync(array $args = [])
* @method \Aws\Result detectCustomLabels(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectCustomLabelsAsync(array $args = [])
* @method \Aws\Result detectFaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectFacesAsync(array $args = [])
* @method \Aws\Result detectLabels(array $args = [])
@ -41,6 +57,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getLabelDetectionAsync(array $args = [])
* @method \Aws\Result getPersonTracking(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPersonTrackingAsync(array $args = [])
* @method \Aws\Result getSegmentDetection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSegmentDetectionAsync(array $args = [])
* @method \Aws\Result getTextDetection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTextDetectionAsync(array $args = [])
* @method \Aws\Result indexFaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise indexFacesAsync(array $args = [])
* @method \Aws\Result listCollections(array $args = [])
@ -67,8 +87,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise startLabelDetectionAsync(array $args = [])
* @method \Aws\Result startPersonTracking(array $args = [])
* @method \GuzzleHttp\Promise\Promise startPersonTrackingAsync(array $args = [])
* @method \Aws\Result startProjectVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise startProjectVersionAsync(array $args = [])
* @method \Aws\Result startSegmentDetection(array $args = [])
* @method \GuzzleHttp\Promise\Promise startSegmentDetectionAsync(array $args = [])
* @method \Aws\Result startStreamProcessor(array $args = [])
* @method \GuzzleHttp\Promise\Promise startStreamProcessorAsync(array $args = [])
* @method \Aws\Result startTextDetection(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTextDetectionAsync(array $args = [])
* @method \Aws\Result stopProjectVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopProjectVersionAsync(array $args = [])
* @method \Aws\Result stopStreamProcessor(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopStreamProcessorAsync(array $args = [])
*/