- Update actions to kinesis (#106)
- Adding missing ssmmessages (#107)
- Add secrets manager (#108)
- Add actions for QuickSight (#109)
- Fix a typo in tools/gen.py (#110)
- Misc changes from running gen.py
- Add new glue actions
- Define hash and equality (#87)
- Add ObjectOwnerOverrideToBucketOwner and ReplicateTags to S3 (Replaces #88)
- Add UpdateInstanceInformation to SSM (Replaces #89)
- Add CloudWatch dashboard actions (Fixes #91)
- Updating actions (#102)
- Emit proper ARN's for regionless services (#103)
- Add overrides to include dynamodb DescribeTimeToLive and UpdateTimeToLive
- refactor awacs/helpers/trust.py
- Output type error correctly
- Added support for Lambda@Edge execution role
- Added version
- Remove deprecated 3.3
- Update actions as of 10-26-17 (#86)
- Update extra_actions list to relect policies.js updates
- Update services
- Add instructions for adding new actions
- Tweak ARN partition method and add tests
- Allow CanonicalUser for Principal (Fixes #80)
- Introduce PolicyDocument class (#81)
- Update actions to include GetParametersByPath (#82)
- Update gen.py (#83)
- Generate valid ARNs for GovCloud and CN partitions of AWS in BaseARN (#85)
- Add SSM GetParameter
- Add ssm GetParametersByPath override
- Create generic assume role policy generator (#64)
- Create CODE_OF_CONDUCT.md (#69)
- Update example in README (#71)
- Add kms tagresource/untagresource actions (#73)
- Add actions for HTTP methods in ES (#74)
- Add helper for get_ecs_task_assumerole_policy (#76)
- Adding in missing lambda actions (#77)
- Enable early validation of Principal strings (#78)
- Don't try to use
type
since it is never set (#79) - Add support for ForAllValues and ForAnyValues
- Add MultiFactorAuthPresent policy condition constant
- Add SourceAccount constant
- Add codedeploy trust helper
- Colorize README.rst
- Add extra actions missing from AWS policies.js via gen.py
- Update actions
- Added new codecommit and cloudformation actions
- Sorted the action lists
- Update services
- Update all services
- Add new services:
- athena, clouddirectory, codestar, dax, lex, organizations
- snowball, states, tag
- Service updates
- Update all services
- Add new services: batch, cognito_idp, cur, mobiletargeting, waf_regional
- Add update of github Releases page to RELEASE doc
- Service updates
- Update all services
- Add new services: application_autoscaling, budgets, codebuild, health, kinesisanalytics, lightsail, opsworks_cm, polly, rekognition, servicecatalog, shield, xray
- Fix pycodestyle issues with tests
- Add Null Condition operator (#42)
- Update services (#47)
- Update services to latest IAM policies
- Add Action helper to each service
- Update generator tool for new ARN and input workarounds
- Make sure filenames don't use illegal "-"
- Remove renamed zocalo and deprecated whispersync
- Rename lambda to awslambda and update services (Fixes #44) (#51)
- Add Elasticsearch Service [GH-29]
- Add KMS [GH-30]
- Update Elasticache, add CodeDeploy & CodeCommit [GH-31]
- Add ARN to CodeDeploy module [GH-33]
- Lambda Trust Policy [GH-35]
- EC2 Container Registry [GH-36]
- Add EC2 Action [GH-26]
- Add Kinesis Calls [GH-27]
- Add Cloudformation actions [GH-28]
- Add ECS Assume Role policy trust helper - GH-24
- Add new Route53 Actions - GH-23
- Add ELB ARN & update actions - GH-22
- Add ECS support GH-18
- Add get_default_assumerole_policy GH-17
- Add EnterStandby, ExitStandby Actions - GH-13
- Allow "*" Principal - GH-16, GH-19
- New/update actions - GH-7
- Support wildcard action - GH-8
- Added new autoscaling API endpoints - GH-10
- Add EC2 specific ARN class - GH-11
- Base ARN class has extra self bug
- Typo on SDB ARN class fix.
- Moved to new style ARN classes, using existing service namespaces.