moto/moto/iam
Sean Marlow fa3663c610 Add support for login profile deletion (#768)
* Add support for delete_login_profile.

Mock deletion of login profile. Set password to
none. Add tests to cover new endpoint.

* Fix typo in create_login_profile response.

Change CreateUserResult to CreateLoginProfileResult
in the CREATE_LOGIN_PROFILE_TEMPLATE. Caused KeyError
when using boto3.

Add test to cover boto3 in addition to boto.
2016-11-11 17:05:01 -05:00
..
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
exceptions.py Duplicate user needs to be EntityAlreadyExists error code. 2015-12-03 21:59:55 -05:00
models.py Add support for login profile deletion (#768) 2016-11-11 17:05:01 -05:00
responses.py Add support for login profile deletion (#768) 2016-11-11 17:05:01 -05:00
urls.py Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
utils.py Implement IAM managed policy. 2016-10-20 10:07:41 -07:00