aws-iam-reference icon indicating copy to clipboard operation
aws-iam-reference copied to clipboard

new AWS services

Open bAndie91 opened this issue 7 years ago • 4 comments

  • https://docs.aws.amazon.com/sagemaker/latest/dg/API_Operations_Amazon_SageMaker_Service.html
  • https://docs.aws.amazon.com/cloud9/latest/APIReference/Welcome.html

bAndie91 avatar Jan 16 '18 09:01 bAndie91

FYI, for anyone else. If you change the URL from https://awsiamconsole.s3.amazonaws.com/iam/assets/js/bundles/policies.js to the new policy generator https://awspolicygen.s3.amazonaws.com/js/policies.js in the Makefile you will see over 3500 missing actions added to the all-actions list.

TryTryAgain avatar Apr 13 '20 21:04 TryTryAgain

I have found https://gist.github.com/liamg/6638ff00a9c73684663fdeabee22748a to be a more complete listing, as it contains 4,344 additional (at this time) actions.

mgwidmann avatar Mar 07 '22 21:03 mgwidmann

@mgwidmann I've actually done a hard fork of this project, rewritten commit messages, added automatic descriptive commit messages, the ci/cd automation to update every 4 hours, and added other features.

It's hosted on GitLab and mirrored to GitHub as well: https://github.com/TryTryAgain/aws-iam-actions-list

Allows you to regex search commit history pretty easily from the source GitLab project, for example: https://gitlab.com/TryTryAgain/aws-iam-actions-list/-/commits/master?search=removed.*ec2

Above was lifted from https://github.com/rvedotrc/aws-iam-reference/issues/5

TryTryAgain avatar Mar 07 '22 22:03 TryTryAgain

Just checked.. the gist you shared has 8196 actions, the project I've taken on https://github.com/TryTryAgain/aws-iam-actions-list/blob/master/all-actions.txt now has 12019 as of this moment...

TryTryAgain avatar Mar 07 '22 22:03 TryTryAgain