It appears that the policies.js bundle that's being parsed to generate the .py files is missing some dynamo actions. Specifically dynamodb:DescribeTimeToLive and dynamodb:UpdateTimeToLive.
It might make sense for the gen.py process to reconcile the policies.js source against some of the html documentation. I'd be willing to take a crack at that with a pull request if you're interested.
It appears that the policies.js bundle that's being parsed to generate the .py files is missing some dynamo actions. Specifically dynamodb:DescribeTimeToLive and dynamodb:UpdateTimeToLive.
This page appears to be missing
UpdateTimeToLive
https://docs.aws.amazon.com/IAM/latest/UserGuide/list_dynamodb.htmlThis page maybe has the most correct set of references? https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/api-permissions-reference.html
It might make sense for the
gen.py
process to reconcile the policies.js source against some of the html documentation. I'd be willing to take a crack at that with a pull request if you're interested.