composer update

This commit is contained in:
Manish Verma
2018-12-05 10:50:52 +05:30
parent 9eabcacfa7
commit 4addd1e9c6
3328 changed files with 156676 additions and 138988 deletions

View File

@@ -182,6 +182,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listPolicyVersionsAsync(array $args = [])
* @method \Aws\Result listRolePolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRolePoliciesAsync(array $args = [])
* @method \Aws\Result listRoleTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRoleTagsAsync(array $args = [])
* @method \Aws\Result listRoles(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRolesAsync(array $args = [])
* @method \Aws\Result listSAMLProviders(array $args = [])
@@ -196,6 +198,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listSigningCertificatesAsync(array $args = [])
* @method \Aws\Result listUserPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUserPoliciesAsync(array $args = [])
* @method \Aws\Result listUserTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUserTagsAsync(array $args = [])
* @method \Aws\Result listUsers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
* @method \Aws\Result listVirtualMFADevices(array $args = [])
@@ -226,6 +230,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise simulateCustomPolicyAsync(array $args = [])
* @method \Aws\Result simulatePrincipalPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise simulatePrincipalPolicyAsync(array $args = [])
* @method \Aws\Result tagRole(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagRoleAsync(array $args = [])
* @method \Aws\Result tagUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagUserAsync(array $args = [])
* @method \Aws\Result untagRole(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagRoleAsync(array $args = [])
* @method \Aws\Result untagUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagUserAsync(array $args = [])
* @method \Aws\Result updateAccessKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAccessKeyAsync(array $args = [])
* @method \Aws\Result updateAccountPasswordPolicy(array $args = [])