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

@ -48,6 +48,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise adminRespondToAuthChallengeAsync(array $args = [])
* @method \Aws\Result adminSetUserMFAPreference(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserMFAPreferenceAsync(array $args = [])
* @method \Aws\Result adminSetUserPassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserPasswordAsync(array $args = [])
* @method \Aws\Result adminSetUserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserSettingsAsync(array $args = [])
* @method \Aws\Result adminUpdateAuthEventFeedback(array $args = [])
@ -124,6 +126,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
* @method \Aws\Result getIdentityProviderByIdentifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIdentityProviderByIdentifierAsync(array $args = [])
* @method \Aws\Result getSigningCertificate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSigningCertificateAsync(array $args = [])
* @method \Aws\Result getUICustomization(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUICustomizationAsync(array $args = [])
* @method \Aws\Result getUser(array $args = [])
@ -144,6 +148,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
* @method \Aws\Result listResourceServers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceServersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listUserImportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUserImportJobsAsync(array $args = [])
* @method \Aws\Result listUserPoolClients(array $args = [])
@ -174,6 +180,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise startUserImportJobAsync(array $args = [])
* @method \Aws\Result stopUserImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopUserImportJobAsync(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 updateAuthEventFeedback(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAuthEventFeedbackAsync(array $args = [])
* @method \Aws\Result updateDeviceStatus(array $args = [])
@ -190,6 +200,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateUserPoolAsync(array $args = [])
* @method \Aws\Result updateUserPoolClient(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateUserPoolClientAsync(array $args = [])
* @method \Aws\Result updateUserPoolDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateUserPoolDomainAsync(array $args = [])
* @method \Aws\Result verifySoftwareToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise verifySoftwareTokenAsync(array $args = [])
* @method \Aws\Result verifyUserAttribute(array $args = [])