moto/moto/iam
jweite 49d92861c0
Iam cloudformation update, singificant cloudformation refactoring (#3218)
* IAM User Cloudformation Enhancements: update, delete, getatt.

* AWS::IAM::Policy Support

* Added unit tests for AWS:IAM:Policy for roles and groups.  Fixed bug related to groups.

* AWS:IAM:AccessKey CloudFormation support.

* Refactor of CloudFormation parsing.py methods to simplify and standardize how they call to the models.  Adjusted some models accordingly.

* Further model CloudFormation support changes to align with revised CloudFormation logic.  Mostly avoidance of getting resoure name from properties.

* Support for Kinesis Stream RetentionPeriodHours param.

* Kinesis Stream Cloudformation Tag Support.

* Added omitted 'region' param to boto3.client() calls in new tests.

Co-authored-by: Joseph Weitekamp <jweite@amazon.com>
2020-08-27 10:11:47 +01:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
access_control.py Fix circular import issue 2020-04-30 12:11:33 +01:00
aws_managed_policies.py Fixes for get_policy and get_policy_version with AWS managed policies (#2231) 2019-06-06 13:36:39 +01:00
exceptions.py black format 2019-11-01 07:14:03 +01:00
models.py Iam cloudformation update, singificant cloudformation refactoring (#3218) 2020-08-27 10:11:47 +01:00
policy_validation.py More linting. 2019-11-22 09:39:07 -05:00
responses.py FIX : IAM - Added support for pathPrefix in list_users_function (#3180) 2020-07-27 15:32:41 +01:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00