This guide provides descriptions of the Identity and Access Management (IAM) API as well as links to related content in the guide, Using IAM.
IAM is a web service that enables AWS customers to manage users and user permissions under their AWS account. For more information about this product go to AWS Identity and Access Management (IAM). For information about setting up signatures and authorization through the API, go to Signing AWS API Requests in the AWS General Reference . For general information about using the Query API with IAM, go to Making Query Requests in Using IAM .
If you're new to AWS and need additional technical information about a specific AWS product, you can find the product's technical documentation at http://aws.amazon.com/documentation/.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public interface AmazonIdentityManagementService : IDisposable
Public Interface AmazonIdentityManagementService _ Inherits IDisposable
public interface class AmazonIdentityManagementService : IDisposable
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| AddUserToGroup(AddUserToGroupRequest) | Adds the specified user to the specified group. | |
| BeginAddUserToGroup(AddUserToGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the AddUserToGroup operation.
| |
| BeginChangePassword(ChangePasswordRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ChangePassword operation.
| |
| BeginCreateAccessKey(CreateAccessKeyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateAccessKey operation.
| |
| BeginCreateAccountAlias(CreateAccountAliasRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateAccountAlias operation.
| |
| BeginCreateGroup(CreateGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateGroup operation.
| |
| BeginCreateLoginProfile(CreateLoginProfileRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateLoginProfile operation.
| |
| BeginCreateUser(CreateUserRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateUser operation.
| |
| BeginCreateVirtualMFADevice(CreateVirtualMFADeviceRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the CreateVirtualMFADevice operation.
| |
| BeginDeactivateMFADevice(DeactivateMFADeviceRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeactivateMFADevice operation.
| |
| BeginDeleteAccessKey(DeleteAccessKeyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteAccessKey operation.
| |
| BeginDeleteAccountAlias(DeleteAccountAliasRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteAccountAlias operation.
| |
| BeginDeleteAccountPasswordPolicy(DeleteAccountPasswordPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteAccountPasswordPolicy operation.
| |
| BeginDeleteGroup(DeleteGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteGroup operation.
| |
| BeginDeleteGroupPolicy(DeleteGroupPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteGroupPolicy operation.
| |
| BeginDeleteLoginProfile(DeleteLoginProfileRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteLoginProfile operation.
| |
| BeginDeleteServerCertificate(DeleteServerCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteServerCertificate operation.
| |
| BeginDeleteSigningCertificate(DeleteSigningCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteSigningCertificate operation.
| |
| BeginDeleteUser(DeleteUserRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteUser operation.
| |
| BeginDeleteUserPolicy(DeleteUserPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteUserPolicy operation.
| |
| BeginDeleteVirtualMFADevice(DeleteVirtualMFADeviceRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the DeleteVirtualMFADevice operation.
| |
| BeginEnableMFADevice(EnableMFADeviceRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the EnableMFADevice operation.
| |
| BeginGetAccountPasswordPolicy(GetAccountPasswordPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetAccountPasswordPolicy operation.
| |
| BeginGetAccountSummary(GetAccountSummaryRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetAccountSummary operation.
| |
| BeginGetGroup(GetGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetGroup operation.
| |
| BeginGetGroupPolicy(GetGroupPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetGroupPolicy operation.
| |
| BeginGetLoginProfile(GetLoginProfileRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetLoginProfile operation.
| |
| BeginGetServerCertificate(GetServerCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetServerCertificate operation.
| |
| BeginGetUser(GetUserRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetUser operation.
| |
| BeginGetUserPolicy(GetUserPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the GetUserPolicy operation.
| |
| BeginListAccessKeys(ListAccessKeysRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListAccessKeys operation.
| |
| BeginListAccountAliases(ListAccountAliasesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListAccountAliases operation.
| |
| BeginListGroupPolicies(ListGroupPoliciesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListGroupPolicies operation.
| |
| BeginListGroups(ListGroupsRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListGroups operation.
| |
| BeginListGroupsForUser(ListGroupsForUserRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListGroupsForUser operation.
| |
| BeginListMFADevices(ListMFADevicesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListMFADevices operation.
| |
| BeginListServerCertificates(ListServerCertificatesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListServerCertificates operation.
| |
| BeginListSigningCertificates(ListSigningCertificatesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListSigningCertificates operation.
| |
| BeginListUserPolicies(ListUserPoliciesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListUserPolicies operation.
| |
| BeginListUsers(ListUsersRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListUsers operation.
| |
| BeginListVirtualMFADevices(ListVirtualMFADevicesRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ListVirtualMFADevices operation.
| |
| BeginPutGroupPolicy(PutGroupPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the PutGroupPolicy operation.
| |
| BeginPutUserPolicy(PutUserPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the PutUserPolicy operation.
| |
| BeginRemoveUserFromGroup(RemoveUserFromGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the RemoveUserFromGroup operation.
| |
| BeginResyncMFADevice(ResyncMFADeviceRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the ResyncMFADevice operation.
| |
| BeginUpdateAccessKey(UpdateAccessKeyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateAccessKey operation.
| |
| BeginUpdateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateAccountPasswordPolicy operation.
| |
| BeginUpdateGroup(UpdateGroupRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateGroup operation.
| |
| BeginUpdateLoginProfile(UpdateLoginProfileRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateLoginProfile operation.
| |
| BeginUpdateServerCertificate(UpdateServerCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateServerCertificate operation.
| |
| BeginUpdateSigningCertificate(UpdateSigningCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateSigningCertificate operation.
| |
| BeginUpdateUser(UpdateUserRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UpdateUser operation.
| |
| BeginUploadServerCertificate(UploadServerCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UploadServerCertificate operation.
| |
| BeginUploadSigningCertificate(UploadSigningCertificateRequest, AsyncCallback, Object) |
Initiates the asynchronous execution of the UploadSigningCertificate operation.
| |
| ChangePassword(ChangePasswordRequest) | Changes the password of the IAM user calling ChangePassword . The root account password is not affected by this action. For information about modifying passwords, see Managing Passwords. | |
| CreateAccessKey()()()() | Creates a new AWS Secret Access Key and corresponding AWS Access Key ID for the specified user. The default status for new keys is Active . If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users. For information about limits on the number of keys you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management . IMPORTANT:To ensure the security of your AWS account, the Secret Access Key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys. | |
| CreateAccessKey(CreateAccessKeyRequest) | Creates a new AWS Secret Access Key and corresponding AWS Access Key ID for the specified user. The default status for new keys is Active . If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users. For information about limits on the number of keys you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management . IMPORTANT:To ensure the security of your AWS account, the Secret Access Key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys. | |
| CreateAccountAlias(CreateAccountAliasRequest) | This action creates an alias for your AWS account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management . | |
| CreateGroup(CreateGroupRequest) | Creates a new group. For information about the number of groups you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management . | |
| CreateLoginProfile(CreateLoginProfileRequest) | Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see Managing Passwords in Using IAM . | |
| CreateUser(CreateUserRequest) | Creates a new user for your AWS account. For information about limitations on the number of users you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management . | |
| CreateVirtualMFADevice(CreateVirtualMFADeviceRequest) | Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, use EnableMFADevice to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device in Using AWS Identity and Access Management . For information about limits on the number of MFA devices you can create, see Limitations on Entities in Using AWS Identity and Access Management . IMPORTANT:The seed information contained in the QR code and the Base32 string should be treated like any other secret access information, such as your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures. | |
| DeactivateMFADevice(DeactivateMFADeviceRequest) | Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled. | |
| DeleteAccessKey(DeleteAccessKeyRequest) | Deletes the access key associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users. | |
| DeleteAccountAlias(DeleteAccountAliasRequest) | Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management . | |
| DeleteAccountPasswordPolicy()()()() | Deletes the password policy for the AWS account. | |
| DeleteAccountPasswordPolicy(DeleteAccountPasswordPolicyRequest) | Deletes the password policy for the AWS account. | |
| DeleteGroup(DeleteGroupRequest) | Deletes the specified group. The group must not contain any users or have any attached policies. | |
| DeleteGroupPolicy(DeleteGroupPolicyRequest) | Deletes the specified policy that is associated with the specified group. | |
| DeleteLoginProfile(DeleteLoginProfileRequest) | Deletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console. IMPORTANT:Deleting a user's password does not prevent a user from accessing IAM through the command line interface or the API. To prevent all user access you must also either make the access key inactive or delete it. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey. | |
| DeleteServerCertificate(DeleteServerCertificateRequest) | Deletes the specified server certificate. IMPORTANT:If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference. | |
| DeleteSigningCertificate(DeleteSigningCertificateRequest) | Deletes the specified signing certificate associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users. | |
| DeleteUser(DeleteUserRequest) | Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies. | |
| DeleteUserPolicy(DeleteUserPolicyRequest) | Deletes the specified policy associated with the specified user. | |
| DeleteVirtualMFADevice(DeleteVirtualMFADeviceRequest) | Deletes a virtual MFA device. NOTE:You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice. | |
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| EnableMFADevice(EnableMFADeviceRequest) | Enables the specified MFA device and associates it with the specified user name. When enabled, the MFA device is required for every subsequent login by the user name associated with the device. | |
| EndAddUserToGroup(IAsyncResult) |
Finishes the asynchronous execution of the AddUserToGroup operation.
| |
| EndChangePassword(IAsyncResult) |
Finishes the asynchronous execution of the ChangePassword operation.
| |
| EndCreateAccessKey(IAsyncResult) |
Finishes the asynchronous execution of the CreateAccessKey operation.
| |
| EndCreateAccountAlias(IAsyncResult) |
Finishes the asynchronous execution of the CreateAccountAlias operation.
| |
| EndCreateGroup(IAsyncResult) |
Finishes the asynchronous execution of the CreateGroup operation.
| |
| EndCreateLoginProfile(IAsyncResult) |
Finishes the asynchronous execution of the CreateLoginProfile operation.
| |
| EndCreateUser(IAsyncResult) |
Finishes the asynchronous execution of the CreateUser operation.
| |
| EndCreateVirtualMFADevice(IAsyncResult) |
Finishes the asynchronous execution of the CreateVirtualMFADevice operation.
| |
| EndDeactivateMFADevice(IAsyncResult) |
Finishes the asynchronous execution of the DeactivateMFADevice operation.
| |
| EndDeleteAccessKey(IAsyncResult) |
Finishes the asynchronous execution of the DeleteAccessKey operation.
| |
| EndDeleteAccountAlias(IAsyncResult) |
Finishes the asynchronous execution of the DeleteAccountAlias operation.
| |
| EndDeleteAccountPasswordPolicy(IAsyncResult) |
Finishes the asynchronous execution of the DeleteAccountPasswordPolicy operation.
| |
| EndDeleteGroup(IAsyncResult) |
Finishes the asynchronous execution of the DeleteGroup operation.
| |
| EndDeleteGroupPolicy(IAsyncResult) |
Finishes the asynchronous execution of the DeleteGroupPolicy operation.
| |
| EndDeleteLoginProfile(IAsyncResult) |
Finishes the asynchronous execution of the DeleteLoginProfile operation.
| |
| EndDeleteServerCertificate(IAsyncResult) |
Finishes the asynchronous execution of the DeleteServerCertificate operation.
| |
| EndDeleteSigningCertificate(IAsyncResult) |
Finishes the asynchronous execution of the DeleteSigningCertificate operation.
| |
| EndDeleteUser(IAsyncResult) |
Finishes the asynchronous execution of the DeleteUser operation.
| |
| EndDeleteUserPolicy(IAsyncResult) |
Finishes the asynchronous execution of the DeleteUserPolicy operation.
| |
| EndDeleteVirtualMFADevice(IAsyncResult) |
Finishes the asynchronous execution of the DeleteVirtualMFADevice operation.
| |
| EndEnableMFADevice(IAsyncResult) |
Finishes the asynchronous execution of the EnableMFADevice operation.
| |
| EndGetAccountPasswordPolicy(IAsyncResult) |
Finishes the asynchronous execution of the GetAccountPasswordPolicy operation.
| |
| EndGetAccountSummary(IAsyncResult) |
Finishes the asynchronous execution of the GetAccountSummary operation.
| |
| EndGetGroup(IAsyncResult) |
Finishes the asynchronous execution of the GetGroup operation.
| |
| EndGetGroupPolicy(IAsyncResult) |
Finishes the asynchronous execution of the GetGroupPolicy operation.
| |
| EndGetLoginProfile(IAsyncResult) |
Finishes the asynchronous execution of the GetLoginProfile operation.
| |
| EndGetServerCertificate(IAsyncResult) |
Finishes the asynchronous execution of the GetServerCertificate operation.
| |
| EndGetUser(IAsyncResult) |
Finishes the asynchronous execution of the GetUser operation.
| |
| EndGetUserPolicy(IAsyncResult) |
Finishes the asynchronous execution of the GetUserPolicy operation.
| |
| EndListAccessKeys(IAsyncResult) |
Finishes the asynchronous execution of the ListAccessKeys operation.
| |
| EndListAccountAliases(IAsyncResult) |
Finishes the asynchronous execution of the ListAccountAliases operation.
| |
| EndListGroupPolicies(IAsyncResult) |
Finishes the asynchronous execution of the ListGroupPolicies operation.
| |
| EndListGroups(IAsyncResult) |
Finishes the asynchronous execution of the ListGroups operation.
| |
| EndListGroupsForUser(IAsyncResult) |
Finishes the asynchronous execution of the ListGroupsForUser operation.
| |
| EndListMFADevices(IAsyncResult) |
Finishes the asynchronous execution of the ListMFADevices operation.
| |
| EndListServerCertificates(IAsyncResult) |
Finishes the asynchronous execution of the ListServerCertificates operation.
| |
| EndListSigningCertificates(IAsyncResult) |
Finishes the asynchronous execution of the ListSigningCertificates operation.
| |
| EndListUserPolicies(IAsyncResult) |
Finishes the asynchronous execution of the ListUserPolicies operation.
| |
| EndListUsers(IAsyncResult) |
Finishes the asynchronous execution of the ListUsers operation.
| |
| EndListVirtualMFADevices(IAsyncResult) |
Finishes the asynchronous execution of the ListVirtualMFADevices operation.
| |
| EndPutGroupPolicy(IAsyncResult) |
Finishes the asynchronous execution of the PutGroupPolicy operation.
| |
| EndPutUserPolicy(IAsyncResult) |
Finishes the asynchronous execution of the PutUserPolicy operation.
| |
| EndRemoveUserFromGroup(IAsyncResult) |
Finishes the asynchronous execution of the RemoveUserFromGroup operation.
| |
| EndResyncMFADevice(IAsyncResult) |
Finishes the asynchronous execution of the ResyncMFADevice operation.
| |
| EndUpdateAccessKey(IAsyncResult) |
Finishes the asynchronous execution of the UpdateAccessKey operation.
| |
| EndUpdateAccountPasswordPolicy(IAsyncResult) |
Finishes the asynchronous execution of the UpdateAccountPasswordPolicy operation.
| |
| EndUpdateGroup(IAsyncResult) |
Finishes the asynchronous execution of the UpdateGroup operation.
| |
| EndUpdateLoginProfile(IAsyncResult) |
Finishes the asynchronous execution of the UpdateLoginProfile operation.
| |
| EndUpdateServerCertificate(IAsyncResult) |
Finishes the asynchronous execution of the UpdateServerCertificate operation.
| |
| EndUpdateSigningCertificate(IAsyncResult) |
Finishes the asynchronous execution of the UpdateSigningCertificate operation.
| |
| EndUpdateUser(IAsyncResult) |
Finishes the asynchronous execution of the UpdateUser operation.
| |
| EndUploadServerCertificate(IAsyncResult) |
Finishes the asynchronous execution of the UploadServerCertificate operation.
| |
| EndUploadSigningCertificate(IAsyncResult) |
Finishes the asynchronous execution of the UploadSigningCertificate operation.
| |
| GetAccountPasswordPolicy()()()() | Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy. | |
| GetAccountPasswordPolicy(GetAccountPasswordPolicyRequest) | Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy. | |
| GetAccountSummary()()()() | Retrieves account level information about account entity usage and IAM quotas. For information about limitations on IAM entities, see Limitations on IAM Entities in Using AWS Identity and Access Management . | |
| GetAccountSummary(GetAccountSummaryRequest) | Retrieves account level information about account entity usage and IAM quotas. For information about limitations on IAM entities, see Limitations on IAM Entities in Using AWS Identity and Access Management . | |
| GetGroup(GetGroupRequest) | Returns a list of users that are in the specified group. You can paginate the results using the MaxItems and Marker parameters. | |
| GetGroupPolicy(GetGroupPolicyRequest) | Retrieves the specified policy document for the specified group. The returned policy is URL-encoded according to RFC 3986. For more information about RFC 3986, go to http://www.faqs.org/rfcs/rfc3986.html. | |
| GetLoginProfile(GetLoginProfileRequest) | Retrieves the user name and password create date for the specified user. | |
| GetServerCertificate(GetServerCertificateRequest) | Retrieves information about the specified server certificate. | |
| GetUser()()()() | Retrieves information about the specified user, including the user's path, GUID, and ARN. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. | |
| GetUser(GetUserRequest) | Retrieves information about the specified user, including the user's path, GUID, and ARN. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. | |
| GetUserPolicy(GetUserPolicyRequest) | Retrieves the specified policy document for the specified user. The returned policy is URL-encoded according to RFC 3986. For more information about RFC 3986, go to http://www.faqs.org/rfcs/rfc3986.html. | |
| ListAccessKeys()()()() | Returns information about the Access Key IDs associated with the specified user. If there are none, the action returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName field is not specified, the UserName is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. NOTE:To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. | |
| ListAccessKeys(ListAccessKeysRequest) | Returns information about the Access Key IDs associated with the specified user. If there are none, the action returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName field is not specified, the UserName is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. NOTE:To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. | |
| ListAccountAliases()()()() | Lists the account aliases associated with the account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management . You can paginate the results using the MaxItems and Marker parameters. | |
| ListAccountAliases(ListAccountAliasesRequest) | Lists the account aliases associated with the account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management . You can paginate the results using the MaxItems and Marker parameters. | |
| ListGroupPolicies(ListGroupPoliciesRequest) | Lists the names of the policies associated with the specified group. If there are none, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListGroups()()()() | Lists the groups that have the specified path prefix. You can paginate the results using the MaxItems and Marker parameters. | |
| ListGroups(ListGroupsRequest) | Lists the groups that have the specified path prefix. You can paginate the results using the MaxItems and Marker parameters. | |
| ListGroupsForUser(ListGroupsForUserRequest) | Lists the groups the specified user belongs to. You can paginate the results using the MaxItems and Marker parameters. | |
| ListMFADevices()()()() | Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. You can paginate the results using the MaxItems and Marker parameters. | |
| ListMFADevices(ListMFADevicesRequest) | Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. You can paginate the results using the MaxItems and Marker parameters. | |
| ListServerCertificates()()()() | Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListServerCertificates(ListServerCertificatesRequest) | Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListSigningCertificates()()()() | Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list. Although each user is limited to a small number of signing certificates, you can still paginate the results using the MaxItems and Marker parameters. If the UserName field is not specified, the user name is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. | |
| ListSigningCertificates(ListSigningCertificatesRequest) | Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list. Although each user is limited to a small number of signing certificates, you can still paginate the results using the MaxItems and Marker parameters. If the UserName field is not specified, the user name is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. | |
| ListUserPolicies(ListUserPoliciesRequest) | Lists the names of the policies associated with the specified user. If there are none, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListUsers()()()() | Lists the users that have the specified path prefix. If there are none, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListUsers(ListUsersRequest) | Lists the users that have the specified path prefix. If there are none, the action returns an empty list. You can paginate the results using the MaxItems and Marker parameters. | |
| ListVirtualMFADevices()()()() | Lists the virtual MFA devices under the AWS account by assignment status. If you do not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be Assigned , Unassigned , or Any . You can paginate the results using the MaxItems and Marker parameters. | |
| ListVirtualMFADevices(ListVirtualMFADevicesRequest) | Lists the virtual MFA devices under the AWS account by assignment status. If you do not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be Assigned , Unassigned , or Any . You can paginate the results using the MaxItems and Marker parameters. | |
| PutGroupPolicy(PutGroupPolicyRequest) | Adds (or updates) a policy document associated with the specified group. For information about policies, refer to Overview of Policies in Using AWS Identity and Access Management . For information about limits on the number of policies you can associate with a group, see Limitations on IAM Entities in Using AWS Identity and Access Management . NOTE:Because policy documents can be large, you should use POST rather than GET when calling PutGroupPolicy. For more information, see Making Query Requests in Using AWS Identity and Access Management. | |
| PutUserPolicy(PutUserPolicyRequest) | Adds (or updates) a policy document associated with the specified user. For information about policies, refer to Overview of Policies in Using AWS Identity and Access Management . For information about limits on the number of policies you can associate with a user, see Limitations on IAM Entities in Using AWS Identity and Access Management . NOTE:Because policy documents can be large, you should use POST rather than GET when calling PutUserPolicy. For more information, see Making Query Requests in Using AWS Identity and Access Management. | |
| RemoveUserFromGroup(RemoveUserFromGroupRequest) | Removes the specified user from the specified group. | |
| ResyncMFADevice(ResyncMFADeviceRequest) | Synchronizes the specified MFA device with AWS servers. | |
| UpdateAccessKey(UpdateAccessKeyRequest) | Changes the status of the specified access key from Active to Inactive, or vice versa. This action can be used to disable a user's key as part of a key rotation work flow. If the UserName field is not specified, the UserName is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. For information about rotating keys, see Managing Keys and Certificates in Using AWS Identity and Access Management . | |
| UpdateAccountPasswordPolicy()()()() | Updates the password policy settings for the account. For more information about using a password policy, go to Managing an IAM Password Policy. | |
| UpdateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest) | Updates the password policy settings for the account. For more information about using a password policy, go to Managing an IAM Password Policy. | |
| UpdateGroup(UpdateGroupRequest) | Updates the name and/or the path of the specified group. IMPORTANT: You should understand the implications of changing a group's path or name. For more information, see Renaming Users and Groups in Using AWS Identity and Access Management. NOTE:To change a group name the requester must have appropriate permissions on both the source object and the target object. For example, to change Managers to MGRs, the entity making the request must have permission on Managers and MGRs, or must have permission on all (*). For more information about permissions, see Permissions and Policies. | |
| UpdateLoginProfile(UpdateLoginProfileRequest) | Changes the password for the specified user. | |
| UpdateServerCertificate(UpdateServerCertificateRequest) | Updates the name and/or the path of the specified server certificate. IMPORTANT: You should understand the implications of changing a server certificate's path or name. For more information, see Managing Server Certificates in Using AWS Identity and Access Management. NOTE:To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see Permissions and Policies. | |
| UpdateSigningCertificate(UpdateSigningCertificateRequest) | Changes the status of the specified signing certificate from active to disabled, or vice versa. This action can be used to disable a user's signing certificate as part of a certificate rotation work flow. If the UserName field is not specified, the UserName is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. For information about rotating certificates, see Managing Keys and Certificates in Using AWS Identity and Access Management . | |
| UpdateUser(UpdateUserRequest) | Updates the name and/or the path of the specified user. IMPORTANT: You should understand the implications of changing a user's path or name. For more information, see Renaming Users and Groups in Using AWS Identity and Access Management. NOTE:To change a user name the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see Permissions and Policies. | |
| UploadServerCertificate(UploadServerCertificateRequest) | Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded. For information about the number of server certificates you can upload, see Limitations on IAM Entities in Using AWS Identity and Access Management . NOTE:Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling UploadServerCertificate. For more information, see Making Query Requests in Using AWS Identity and Access Management. | |
| UploadSigningCertificate(UploadSigningCertificateRequest) | Uploads an X.509 signing certificate and associates it with the specified user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active . If the UserName field is not specified, the user name is determined implicitly based on the AWS Access Key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users. NOTE:Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling UploadSigningCertificate. For more information, see Making Query Requests in Using AWS Identity and Access Management. |