1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/iam
2011-05-07 15:13:54 -04:00
..
add_user_to_group.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
create_access_key.rb [aws|iam] fix docs. Closes #175 2011-02-22 11:06:47 -08:00
create_group.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
create_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
create_user.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_access_key.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_group.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_group_policy.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
delete_server_certificate.rb [aws|iam] Add uploading/deleting server certificates 2011-03-01 07:16:26 +08:00
delete_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_user.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_user_policy.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
get_group.rb Added url reference for update_user parser. Added get_group to IAM. Note: The excon response is not properly adding the Arn to the Users because both the group and user have an element named 'arn'. I'm not sure how to handle this. 2011-02-24 02:53:28 +08:00
get_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
get_user.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
get_user_policy.rb [aws|iam] Added GetUserPolicy to IAM 2011-03-01 02:54:32 +08:00
list_access_keys.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_group_policies.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_groups.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_groups_for_user.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_server_certificates.rb [aws|iam] Add list_server_certificates request 2011-05-07 15:13:54 -04:00
list_signing_certificates.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_user_policies.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_users.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
put_group_policy.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
put_user_policy.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
remove_user_from_group.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
update_access_key.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
update_group.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
update_signing_certificate.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_user.rb Added Update User command to IAM 2011-02-24 02:53:27 +08:00
upload_server_certificate.rb [aws|iam] Add parser for server certificates 2011-03-02 03:08:38 +08:00
upload_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00