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
2014-02-19 12:30:59 +00:00
..
add_role_to_instance_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
add_user_to_group.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_access_key.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_account_alias.rb [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
create_group.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_instance_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_login_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_role.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_user.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_access_key.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_account_alias.rb [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
delete_group.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_group_policy.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_instance_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_login_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_role.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_role_policy.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_server_certificate.rb [aws|iam] Mock delete_server_certificate raises NotFound appropriately. 2013-12-20 10:41:16 -04:00
delete_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_user.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_user_policy.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_account_summary.rb [aws|iam] Add get_account_summary. 2014-02-16 22:27:02 -04:00
get_group.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_group_policy.rb Implement group_policy mocks and unit tests 2013-10-07 23:21:39 +02:00
get_instance_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_login_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_role.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_role_policy.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_server_certificate.rb [aws|iam] slight cleanup and test with a certificate chain. 🍰 2011-10-03 15:21:59 -07:00
get_user.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_user_policy.rb Implement group_policy mocks and unit tests 2013-10-07 23:21:39 +02:00
list_access_keys.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_account_aliases.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_group_policies.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_groups.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_groups_for_user.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_instance_profiles.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_instance_profiles_for_role.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_role_policies.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_roles.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_server_certificates.rb [aws|iam] implement correct path behaviour in mocking. 2011-09-22 10:21:08 +01:00
list_signing_certificates.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_user_policies.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_users.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
put_group_policy.rb Implement group_policy mocks and unit tests 2013-10-07 23:21:39 +02:00
put_role_policy.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
put_user_policy.rb Implement group_policy mocks and unit tests 2013-10-07 23:21:39 +02:00
remove_role_from_instance_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
remove_user_from_group.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
update_access_key.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
update_group.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_login_profile.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
update_server_certificate.rb [aws] mock update_server_certificate 2013-03-20 10:24:11 -07:00
update_signing_certificate.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_user.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
upload_server_certificate.rb [aws|iam] Make mock EntityAlreadyExists message match reality. 2013-08-14 13:46:39 -03:00
upload_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00