composer update
This commit is contained in:
12
vendor/aws/aws-sdk-php/src/Iam/IamClient.php
vendored
12
vendor/aws/aws-sdk-php/src/Iam/IamClient.php
vendored
@@ -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 = [])
|
||||
|
||||
Reference in New Issue
Block a user