moto/moto/iam
William Richard df7a7958c1 Path is an optional property of instance profile cloudformation resource (#1382)
* Path is an optional property of instance profile cloudformation resource

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html

* Path is also optional for iam role clouformation resources

Based on http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html

* Use `properities.get` with a default instead of doing default handling myself
2017-12-14 12:06:04 +00:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
aws_managed_policies.py regenerating policies 2017-09-20 18:12:30 -07:00
exceptions.py Fix the error code for IAMNotFoundException to NoSuchEntity used by AWS. 2017-05-19 23:30:29 +01:00
models.py Path is an optional property of instance profile cloudformation resource (#1382) 2017-12-14 12:06:04 +00:00
responses.py IAM delete_server_certificate (#1380) 2017-12-08 10:43:09 +00:00
urls.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
utils.py Implement IAM managed policy. 2016-10-20 10:07:41 -07:00