paws
paws copied to clipboard
Improve operation input documentation
- [ ] Include documentation about nested elements, e.g. see boto3's
run_instances. - [x] Show the full input shape in the usage section, including nested list elements. e.g.
operation(Param = list(Sub = "string")).
Item 2 was addressed in #56.