summaryrefslogtreecommitdiff
path: root/boto/iam
diff options
context:
space:
mode:
authorNick Tarleton <nick@quixey.com>2011-04-01 22:11:39 -0700
committergarnaat <mitch@garnaat.com>2011-04-02 17:51:54 -0400
commitcc92bcce1cc64ec8580d57c0c714f12ea69ea3e2 (patch)
tree31ddd3074a0551e00b8fc7922871ae52b15cb5f7 /boto/iam
parent05c585d13b1e476e91417f6b9d835fd7d95c8ae5 (diff)
downloadboto-cc92bcce1cc64ec8580d57c0c714f12ea69ea3e2.tar.gz
IAM documentation: remove inaccurate 'new'
Diffstat (limited to 'boto/iam')
-rw-r--r--boto/iam/connection.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/boto/iam/connection.py b/boto/iam/connection.py
index 06caf073..6bf64f9e 100644
--- a/boto/iam/connection.py
+++ b/boto/iam/connection.py
@@ -179,7 +179,7 @@ class IAMConnection(AWSQueryConnection):
Add a user to a group
:type group_name: string
- :param group_name: The name of the new group
+ :param group_name: The name of the group
:type user_name: string
:param user_name: The to be added to the group.
@@ -194,7 +194,7 @@ class IAMConnection(AWSQueryConnection):
Remove a user from a group.
:type group_name: string
- :param group_name: The name of the new group
+ :param group_name: The name of the group
:type user_name: string
:param user_name: The user to remove from the group.
@@ -494,7 +494,7 @@ class IAMConnection(AWSQueryConnection):
Get all access keys associated with an account.
:type user_name: string
- :param user_name: The username of the new user
+ :param user_name: The username of the user
:type marker: string
:param marker: Use this only when paginating results and only in
@@ -525,7 +525,7 @@ class IAMConnection(AWSQueryConnection):
implicitly based on the AWS Access Key ID used to sign the request.
:type user_name: string
- :param user_name: The username of the new user
+ :param user_name: The username of the user
"""
params = {'UserName' : user_name}
@@ -567,7 +567,7 @@ class IAMConnection(AWSQueryConnection):
:param access_key_id: The ID of the access key to be deleted.
:type user_name: string
- :param user_name: The username of the new user
+ :param user_name: The username of the user
"""
params = {'AccessKeyId' : access_key_id}
@@ -648,7 +648,7 @@ class IAMConnection(AWSQueryConnection):
:param cert_body: The body of the signing certificate.
:type user_name: string
- :param user_name: The username of the new user
+ :param user_name: The username of the user
"""
params = {'CertificateBody' : cert_body}
@@ -665,7 +665,7 @@ class IAMConnection(AWSQueryConnection):
on the AWS Access Key ID used to sign the request.
:type user_name: string
- :param user_name: The username of the new user
+ :param user_name: The username of the user
:type cert_id: string
:param cert_id: The ID of the certificate.
@@ -914,7 +914,7 @@ class IAMConnection(AWSQueryConnection):
ability to access AWS services and the AWS Management Console.
:type user_name: string
- :param user_name: The name of the new user
+ :param user_name: The name of the user
:type password: string
:param password: The new password for the user