Add a user to a group
| Parameters: |
|---|
Create 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 the user_name is not specified, the user_name is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: | user_name (string) – The username of the user |
|---|
Creates a new alias for the AWS account.
For more information on account id aliases, please see http://goo.gl/ToB7G
| Parameters: | alias (string) – The alias to attach to the account. |
|---|
Create a group.
| Parameters: |
|---|
Creates a login profile for the specified user, give the user the ability to access AWS services and the AWS Management Console.
| Parameters: |
|---|
Create a user.
| Parameters: |
|---|
Deactivates the specified MFA device and removes it from association with the user.
| Parameters: |
|
|---|
Delete an access key associated with a user.
If the user_name is not specified, it is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|---|
Deletes an alias for the AWS account.
For more information on account id aliases, please see http://goo.gl/ToB7G
| Parameters: | alias (string) – The alias to remove from the account. |
|---|
Delete a group. The group must not contain any Users or have any attached policies
| Parameters: | group_name (string) – The name of the group to delete. |
|---|
Deletes the specified policy document for the specified group.
| Parameters: |
|---|
Deletes the login profile associated with the specified user.
| Parameters: | user_name (string) – The name of the user to delete. |
|---|
Delete the specified server certificate.
| Parameters: | cert_name (string) – The name of the server certificate you want to delete. |
|---|
Delete a signing certificate associated with a user.
If the user_name is not specified, it is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|---|
Delete a user including the user’s path, GUID and ARN.
If the user_name is not specified, the user_name is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: | user_name (string) – The name of the user to delete. |
|---|
Deletes the specified policy document for the specified user.
| Parameters: |
|---|
Enables the specified MFA device and associates it with the specified user.
| Parameters: |
|---|
Get the alias for the current account.
This is referred to in the docs as list_account_aliases, but it seems you can only have one account alias currently.
For more information on account id aliases, please see http://goo.gl/ToB7G
Get the alias for the current account.
This is referred to in the docs as list_account_aliases, but it seems you can only have one account alias currently.
For more information on account id aliases, please see http://goo.gl/ToB7G
Get all access keys associated with an account.
| Parameters: |
|
|---|
List the names of the policies associated with the specified group.
| Parameters: |
|
|---|
List the groups that have the specified path prefix.
| Parameters: |
|
|---|
Get all MFA devices associated with an account.
| Parameters: |
|
|---|
Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list.
| Parameters: |
|
|---|
Get all signing certificates associated with an account.
If the user_name is not specified, it is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|
|---|
List the names of the policies associated with the specified user.
| Parameters: |
|
|---|
List the users that have the specified path prefix.
| Parameters: |
|
|---|
Return a list of users that are in the specified group.
| Parameters: |
|
|---|
Retrieves the specified policy document for the specified group.
| Parameters: |
|---|
List the groups that a specified user belongs to.
| Parameters: |
|
|---|
Retrieves the login profile for the specified user.
| Parameters: | user_name (string) – The username of the user |
|---|
Utility method to handle calls to IAM and parsing of responses.
Retrieves information about the specified server certificate.
| Parameters: | cert_name (string) – The name of the server certificate you want to retrieve information about. |
|---|
Get the URL where IAM users can use their login profile to sign in to this account’s console.
| Parameters: | service (string) – Default service to go to in the console. |
|---|
Retrieve information about the specified user.
If the user_name is not specified, the user_name is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: | user_name (string) – The name of the user to delete. If not specified, defaults to user making request. |
|---|
Retrieves the specified policy document for the specified user.
| Parameters: |
|---|
Adds or updates the specified policy document for the specified group.
| Parameters: |
|---|
Adds or updates the specified policy document for the specified user.
| Parameters: |
|---|
Remove a user from a group.
| Parameters: |
|---|
Syncronizes the specified MFA device with the AWS servers.
| Parameters: |
|---|
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 workflow.
If the user_name is not specified, the user_name is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|---|
Updates name and/or path of the specified group.
| Parameters: |
|---|
Resets the password associated with the user’s login profile.
| Parameters: |
|---|
Updates the name and/or the path of the specified server certificate.
| Parameters: |
|
|---|
Change the status of the specified signing certificate from Active to Inactive or vice versa.
If the user_name is not specified, it is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|---|
Updates name and/or path of the specified user.
| Parameters: |
|---|
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.
| Parameters: |
|
|---|
Uploads an X.509 signing certificate and associates it with the specified user.
If the user_name is not specified, it is determined implicitly based on the AWS Access Key ID used to sign the request.
| Parameters: |
|---|