Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Iam/IamClient.php
Строк: 364
<?php
namespace AwsIam;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Identity and Access Management (AWS IAM)** service.
*
* @method AwsResult addClientIDToOpenIDConnectProvider(array $args = [])
* @method GuzzleHttpPromisePromise addClientIDToOpenIDConnectProviderAsync(array $args = [])
* @method AwsResult addRoleToInstanceProfile(array $args = [])
* @method GuzzleHttpPromisePromise addRoleToInstanceProfileAsync(array $args = [])
* @method AwsResult addUserToGroup(array $args = [])
* @method GuzzleHttpPromisePromise addUserToGroupAsync(array $args = [])
* @method AwsResult attachGroupPolicy(array $args = [])
* @method GuzzleHttpPromisePromise attachGroupPolicyAsync(array $args = [])
* @method AwsResult attachRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise attachRolePolicyAsync(array $args = [])
* @method AwsResult attachUserPolicy(array $args = [])
* @method GuzzleHttpPromisePromise attachUserPolicyAsync(array $args = [])
* @method AwsResult changePassword(array $args = [])
* @method GuzzleHttpPromisePromise changePasswordAsync(array $args = [])
* @method AwsResult createAccessKey(array $args = [])
* @method GuzzleHttpPromisePromise createAccessKeyAsync(array $args = [])
* @method AwsResult createAccountAlias(array $args = [])
* @method GuzzleHttpPromisePromise createAccountAliasAsync(array $args = [])
* @method AwsResult createGroup(array $args = [])
* @method GuzzleHttpPromisePromise createGroupAsync(array $args = [])
* @method AwsResult createInstanceProfile(array $args = [])
* @method GuzzleHttpPromisePromise createInstanceProfileAsync(array $args = [])
* @method AwsResult createLoginProfile(array $args = [])
* @method GuzzleHttpPromisePromise createLoginProfileAsync(array $args = [])
* @method AwsResult createOpenIDConnectProvider(array $args = [])
* @method GuzzleHttpPromisePromise createOpenIDConnectProviderAsync(array $args = [])
* @method AwsResult createPolicy(array $args = [])
* @method GuzzleHttpPromisePromise createPolicyAsync(array $args = [])
* @method AwsResult createPolicyVersion(array $args = [])
* @method GuzzleHttpPromisePromise createPolicyVersionAsync(array $args = [])
* @method AwsResult createRole(array $args = [])
* @method GuzzleHttpPromisePromise createRoleAsync(array $args = [])
* @method AwsResult createSAMLProvider(array $args = [])
* @method GuzzleHttpPromisePromise createSAMLProviderAsync(array $args = [])
* @method AwsResult createServiceLinkedRole(array $args = [])
* @method GuzzleHttpPromisePromise createServiceLinkedRoleAsync(array $args = [])
* @method AwsResult createServiceSpecificCredential(array $args = [])
* @method GuzzleHttpPromisePromise createServiceSpecificCredentialAsync(array $args = [])
* @method AwsResult createUser(array $args = [])
* @method GuzzleHttpPromisePromise createUserAsync(array $args = [])
* @method AwsResult createVirtualMFADevice(array $args = [])
* @method GuzzleHttpPromisePromise createVirtualMFADeviceAsync(array $args = [])
* @method AwsResult deactivateMFADevice(array $args = [])
* @method GuzzleHttpPromisePromise deactivateMFADeviceAsync(array $args = [])
* @method AwsResult deleteAccessKey(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccessKeyAsync(array $args = [])
* @method AwsResult deleteAccountAlias(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccountAliasAsync(array $args = [])
* @method AwsResult deleteAccountPasswordPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccountPasswordPolicyAsync(array $args = [])
* @method AwsResult deleteGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupAsync(array $args = [])
* @method AwsResult deleteGroupPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupPolicyAsync(array $args = [])
* @method AwsResult deleteInstanceProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteInstanceProfileAsync(array $args = [])
* @method AwsResult deleteLoginProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteLoginProfileAsync(array $args = [])
* @method AwsResult deleteOpenIDConnectProvider(array $args = [])
* @method GuzzleHttpPromisePromise deleteOpenIDConnectProviderAsync(array $args = [])
* @method AwsResult deletePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deletePolicyAsync(array $args = [])
* @method AwsResult deletePolicyVersion(array $args = [])
* @method GuzzleHttpPromisePromise deletePolicyVersionAsync(array $args = [])
* @method AwsResult deleteRole(array $args = [])
* @method GuzzleHttpPromisePromise deleteRoleAsync(array $args = [])
* @method AwsResult deleteRolePermissionsBoundary(array $args = [])
* @method GuzzleHttpPromisePromise deleteRolePermissionsBoundaryAsync(array $args = [])
* @method AwsResult deleteRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteRolePolicyAsync(array $args = [])
* @method AwsResult deleteSAMLProvider(array $args = [])
* @method GuzzleHttpPromisePromise deleteSAMLProviderAsync(array $args = [])
* @method AwsResult deleteSSHPublicKey(array $args = [])
* @method GuzzleHttpPromisePromise deleteSSHPublicKeyAsync(array $args = [])
* @method AwsResult deleteServerCertificate(array $args = [])
* @method GuzzleHttpPromisePromise deleteServerCertificateAsync(array $args = [])
* @method AwsResult deleteServiceLinkedRole(array $args = [])
* @method GuzzleHttpPromisePromise deleteServiceLinkedRoleAsync(array $args = [])
* @method AwsResult deleteServiceSpecificCredential(array $args = [])
* @method GuzzleHttpPromisePromise deleteServiceSpecificCredentialAsync(array $args = [])
* @method AwsResult deleteSigningCertificate(array $args = [])
* @method GuzzleHttpPromisePromise deleteSigningCertificateAsync(array $args = [])
* @method AwsResult deleteUser(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserAsync(array $args = [])
* @method AwsResult deleteUserPermissionsBoundary(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserPermissionsBoundaryAsync(array $args = [])
* @method AwsResult deleteUserPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserPolicyAsync(array $args = [])
* @method AwsResult deleteVirtualMFADevice(array $args = [])
* @method GuzzleHttpPromisePromise deleteVirtualMFADeviceAsync(array $args = [])
* @method AwsResult detachGroupPolicy(array $args = [])
* @method GuzzleHttpPromisePromise detachGroupPolicyAsync(array $args = [])
* @method AwsResult detachRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise detachRolePolicyAsync(array $args = [])
* @method AwsResult detachUserPolicy(array $args = [])
* @method GuzzleHttpPromisePromise detachUserPolicyAsync(array $args = [])
* @method AwsResult enableMFADevice(array $args = [])
* @method GuzzleHttpPromisePromise enableMFADeviceAsync(array $args = [])
* @method AwsResult generateCredentialReport(array $args = [])
* @method GuzzleHttpPromisePromise generateCredentialReportAsync(array $args = [])
* @method AwsResult generateOrganizationsAccessReport(array $args = [])
* @method GuzzleHttpPromisePromise generateOrganizationsAccessReportAsync(array $args = [])
* @method AwsResult generateServiceLastAccessedDetails(array $args = [])
* @method GuzzleHttpPromisePromise generateServiceLastAccessedDetailsAsync(array $args = [])
* @method AwsResult getAccessKeyLastUsed(array $args = [])
* @method GuzzleHttpPromisePromise getAccessKeyLastUsedAsync(array $args = [])
* @method AwsResult getAccountAuthorizationDetails(array $args = [])
* @method GuzzleHttpPromisePromise getAccountAuthorizationDetailsAsync(array $args = [])
* @method AwsResult getAccountPasswordPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getAccountPasswordPolicyAsync(array $args = [])
* @method AwsResult getAccountSummary(array $args = [])
* @method GuzzleHttpPromisePromise getAccountSummaryAsync(array $args = [])
* @method AwsResult getContextKeysForCustomPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getContextKeysForCustomPolicyAsync(array $args = [])
* @method AwsResult getContextKeysForPrincipalPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getContextKeysForPrincipalPolicyAsync(array $args = [])
* @method AwsResult getCredentialReport(array $args = [])
* @method GuzzleHttpPromisePromise getCredentialReportAsync(array $args = [])
* @method AwsResult getGroup(array $args = [])
* @method GuzzleHttpPromisePromise getGroupAsync(array $args = [])
* @method AwsResult getGroupPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getGroupPolicyAsync(array $args = [])
* @method AwsResult getInstanceProfile(array $args = [])
* @method GuzzleHttpPromisePromise getInstanceProfileAsync(array $args = [])
* @method AwsResult getLoginProfile(array $args = [])
* @method GuzzleHttpPromisePromise getLoginProfileAsync(array $args = [])
* @method AwsResult getOpenIDConnectProvider(array $args = [])
* @method GuzzleHttpPromisePromise getOpenIDConnectProviderAsync(array $args = [])
* @method AwsResult getOrganizationsAccessReport(array $args = [])
* @method GuzzleHttpPromisePromise getOrganizationsAccessReportAsync(array $args = [])
* @method AwsResult getPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getPolicyAsync(array $args = [])
* @method AwsResult getPolicyVersion(array $args = [])
* @method GuzzleHttpPromisePromise getPolicyVersionAsync(array $args = [])
* @method AwsResult getRole(array $args = [])
* @method GuzzleHttpPromisePromise getRoleAsync(array $args = [])
* @method AwsResult getRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getRolePolicyAsync(array $args = [])
* @method AwsResult getSAMLProvider(array $args = [])
* @method GuzzleHttpPromisePromise getSAMLProviderAsync(array $args = [])
* @method AwsResult getSSHPublicKey(array $args = [])
* @method GuzzleHttpPromisePromise getSSHPublicKeyAsync(array $args = [])
* @method AwsResult getServerCertificate(array $args = [])
* @method GuzzleHttpPromisePromise getServerCertificateAsync(array $args = [])
* @method AwsResult getServiceLastAccessedDetails(array $args = [])
* @method GuzzleHttpPromisePromise getServiceLastAccessedDetailsAsync(array $args = [])
* @method AwsResult getServiceLastAccessedDetailsWithEntities(array $args = [])
* @method GuzzleHttpPromisePromise getServiceLastAccessedDetailsWithEntitiesAsync(array $args = [])
* @method AwsResult getServiceLinkedRoleDeletionStatus(array $args = [])
* @method GuzzleHttpPromisePromise getServiceLinkedRoleDeletionStatusAsync(array $args = [])
* @method AwsResult getUser(array $args = [])
* @method GuzzleHttpPromisePromise getUserAsync(array $args = [])
* @method AwsResult getUserPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getUserPolicyAsync(array $args = [])
* @method AwsResult listAccessKeys(array $args = [])
* @method GuzzleHttpPromisePromise listAccessKeysAsync(array $args = [])
* @method AwsResult listAccountAliases(array $args = [])
* @method GuzzleHttpPromisePromise listAccountAliasesAsync(array $args = [])
* @method AwsResult listAttachedGroupPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listAttachedGroupPoliciesAsync(array $args = [])
* @method AwsResult listAttachedRolePolicies(array $args = [])
* @method GuzzleHttpPromisePromise listAttachedRolePoliciesAsync(array $args = [])
* @method AwsResult listAttachedUserPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listAttachedUserPoliciesAsync(array $args = [])
* @method AwsResult listEntitiesForPolicy(array $args = [])
* @method GuzzleHttpPromisePromise listEntitiesForPolicyAsync(array $args = [])
* @method AwsResult listGroupPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listGroupPoliciesAsync(array $args = [])
* @method AwsResult listGroups(array $args = [])
* @method GuzzleHttpPromisePromise listGroupsAsync(array $args = [])
* @method AwsResult listGroupsForUser(array $args = [])
* @method GuzzleHttpPromisePromise listGroupsForUserAsync(array $args = [])
* @method AwsResult listInstanceProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listInstanceProfilesAsync(array $args = [])
* @method AwsResult listInstanceProfilesForRole(array $args = [])
* @method GuzzleHttpPromisePromise listInstanceProfilesForRoleAsync(array $args = [])
* @method AwsResult listMFADevices(array $args = [])
* @method GuzzleHttpPromisePromise listMFADevicesAsync(array $args = [])
* @method AwsResult listOpenIDConnectProviders(array $args = [])
* @method GuzzleHttpPromisePromise listOpenIDConnectProvidersAsync(array $args = [])
* @method AwsResult listPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listPoliciesAsync(array $args = [])
* @method AwsResult listPoliciesGrantingServiceAccess(array $args = [])
* @method GuzzleHttpPromisePromise listPoliciesGrantingServiceAccessAsync(array $args = [])
* @method AwsResult listPolicyVersions(array $args = [])
* @method GuzzleHttpPromisePromise listPolicyVersionsAsync(array $args = [])
* @method AwsResult listRolePolicies(array $args = [])
* @method GuzzleHttpPromisePromise listRolePoliciesAsync(array $args = [])
* @method AwsResult listRoleTags(array $args = [])
* @method GuzzleHttpPromisePromise listRoleTagsAsync(array $args = [])
* @method AwsResult listRoles(array $args = [])
* @method GuzzleHttpPromisePromise listRolesAsync(array $args = [])
* @method AwsResult listSAMLProviders(array $args = [])
* @method GuzzleHttpPromisePromise listSAMLProvidersAsync(array $args = [])
* @method AwsResult listSSHPublicKeys(array $args = [])
* @method GuzzleHttpPromisePromise listSSHPublicKeysAsync(array $args = [])
* @method AwsResult listServerCertificates(array $args = [])
* @method GuzzleHttpPromisePromise listServerCertificatesAsync(array $args = [])
* @method AwsResult listServiceSpecificCredentials(array $args = [])
* @method GuzzleHttpPromisePromise listServiceSpecificCredentialsAsync(array $args = [])
* @method AwsResult listSigningCertificates(array $args = [])
* @method GuzzleHttpPromisePromise listSigningCertificatesAsync(array $args = [])
* @method AwsResult listUserPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listUserPoliciesAsync(array $args = [])
* @method AwsResult listUserTags(array $args = [])
* @method GuzzleHttpPromisePromise listUserTagsAsync(array $args = [])
* @method AwsResult listUsers(array $args = [])
* @method GuzzleHttpPromisePromise listUsersAsync(array $args = [])
* @method AwsResult listVirtualMFADevices(array $args = [])
* @method GuzzleHttpPromisePromise listVirtualMFADevicesAsync(array $args = [])
* @method AwsResult putGroupPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putGroupPolicyAsync(array $args = [])
* @method AwsResult putRolePermissionsBoundary(array $args = [])
* @method GuzzleHttpPromisePromise putRolePermissionsBoundaryAsync(array $args = [])
* @method AwsResult putRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putRolePolicyAsync(array $args = [])
* @method AwsResult putUserPermissionsBoundary(array $args = [])
* @method GuzzleHttpPromisePromise putUserPermissionsBoundaryAsync(array $args = [])
* @method AwsResult putUserPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putUserPolicyAsync(array $args = [])
* @method AwsResult removeClientIDFromOpenIDConnectProvider(array $args = [])
* @method GuzzleHttpPromisePromise removeClientIDFromOpenIDConnectProviderAsync(array $args = [])
* @method AwsResult removeRoleFromInstanceProfile(array $args = [])
* @method GuzzleHttpPromisePromise removeRoleFromInstanceProfileAsync(array $args = [])
* @method AwsResult removeUserFromGroup(array $args = [])
* @method GuzzleHttpPromisePromise removeUserFromGroupAsync(array $args = [])
* @method AwsResult resetServiceSpecificCredential(array $args = [])
* @method GuzzleHttpPromisePromise resetServiceSpecificCredentialAsync(array $args = [])
* @method AwsResult resyncMFADevice(array $args = [])
* @method GuzzleHttpPromisePromise resyncMFADeviceAsync(array $args = [])
* @method AwsResult setDefaultPolicyVersion(array $args = [])
* @method GuzzleHttpPromisePromise setDefaultPolicyVersionAsync(array $args = [])
* @method AwsResult setSecurityTokenServicePreferences(array $args = [])
* @method GuzzleHttpPromisePromise setSecurityTokenServicePreferencesAsync(array $args = [])
* @method AwsResult simulateCustomPolicy(array $args = [])
* @method GuzzleHttpPromisePromise simulateCustomPolicyAsync(array $args = [])
* @method AwsResult simulatePrincipalPolicy(array $args = [])
* @method GuzzleHttpPromisePromise simulatePrincipalPolicyAsync(array $args = [])
* @method AwsResult tagRole(array $args = [])
* @method GuzzleHttpPromisePromise tagRoleAsync(array $args = [])
* @method AwsResult tagUser(array $args = [])
* @method GuzzleHttpPromisePromise tagUserAsync(array $args = [])
* @method AwsResult untagRole(array $args = [])
* @method GuzzleHttpPromisePromise untagRoleAsync(array $args = [])
* @method AwsResult untagUser(array $args = [])
* @method GuzzleHttpPromisePromise untagUserAsync(array $args = [])
* @method AwsResult updateAccessKey(array $args = [])
* @method GuzzleHttpPromisePromise updateAccessKeyAsync(array $args = [])
* @method AwsResult updateAccountPasswordPolicy(array $args = [])
* @method GuzzleHttpPromisePromise updateAccountPasswordPolicyAsync(array $args = [])
* @method AwsResult updateAssumeRolePolicy(array $args = [])
* @method GuzzleHttpPromisePromise updateAssumeRolePolicyAsync(array $args = [])
* @method AwsResult updateGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateGroupAsync(array $args = [])
* @method AwsResult updateLoginProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateLoginProfileAsync(array $args = [])
* @method AwsResult updateOpenIDConnectProviderThumbprint(array $args = [])
* @method GuzzleHttpPromisePromise updateOpenIDConnectProviderThumbprintAsync(array $args = [])
* @method AwsResult updateRole(array $args = [])
* @method GuzzleHttpPromisePromise updateRoleAsync(array $args = [])
* @method AwsResult updateRoleDescription(array $args = [])
* @method GuzzleHttpPromisePromise updateRoleDescriptionAsync(array $args = [])
* @method AwsResult updateSAMLProvider(array $args = [])
* @method GuzzleHttpPromisePromise updateSAMLProviderAsync(array $args = [])
* @method AwsResult updateSSHPublicKey(array $args = [])
* @method GuzzleHttpPromisePromise updateSSHPublicKeyAsync(array $args = [])
* @method AwsResult updateServerCertificate(array $args = [])
* @method GuzzleHttpPromisePromise updateServerCertificateAsync(array $args = [])
* @method AwsResult updateServiceSpecificCredential(array $args = [])
* @method GuzzleHttpPromisePromise updateServiceSpecificCredentialAsync(array $args = [])
* @method AwsResult updateSigningCertificate(array $args = [])
* @method GuzzleHttpPromisePromise updateSigningCertificateAsync(array $args = [])
* @method AwsResult updateUser(array $args = [])
* @method GuzzleHttpPromisePromise updateUserAsync(array $args = [])
* @method AwsResult uploadSSHPublicKey(array $args = [])
* @method GuzzleHttpPromisePromise uploadSSHPublicKeyAsync(array $args = [])
* @method AwsResult uploadServerCertificate(array $args = [])
* @method GuzzleHttpPromisePromise uploadServerCertificateAsync(array $args = [])
* @method AwsResult uploadSigningCertificate(array $args = [])
* @method GuzzleHttpPromisePromise uploadSigningCertificateAsync(array $args = [])
*/
class IamClient extends AwsClient {}