Replies: 2 comments 1 reply
-
The reason I ask: I have a SWC program that parses Lambda ASTs and thought it would be useful to detect imports of AWS sdks and summarized IAM permissions that a Lambda execution role would need. The WWW and CLI API docs all mention what APIs require what IAM permissions. Does that come from the Smithy IDL? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the help. Nested in each command is the verbatim documentation text. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see a couple of sts.json and s3.json type files in this repo. Is there a collection somewhere that models all of the AWS APIs? If so what are the JSON files in this repo?
Do the smithy models include the API documentation that you would find when running
help
with the CLI? Is the man page that's available withaws cloudfront copy-distribution help
a part of the smithy models? The AWS Rust sdk is very well documented so I thought maybe all of that information was colocated.Beta Was this translation helpful? Give feedback.
All reactions