summaryrefslogtreecommitdiff
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* Update README.Ricardo Wurmus2021-03-091-7/+31
|
* README: Add TODO item.Ricardo Wurmus2021-03-071-0/+2
|
* base: aws-operation: Pass request arguments to request constructor.Ricardo Wurmus2021-03-071-16/+22
| | | | | | | | | | | | | | | | | | | | | | Instead of expecting a single input of the required type, the procedure returned by AWS-OPERATION now accepts keyword arguments intended for the request constructor. This makes for a much less verbose DSL. Compare the explicit style (DeleteFileSystem (DeleteFileSystemRequest #:FileSystemId "fs-cabba9e")) with the new implicit style: (DeleteFileSystem #:FileSystemId "fs-cabba9e") * aws/base.scm (aws-operation): Accept an input-constructor; apply it to a provided list of keyword arguments. * language/aws/spec.scm (compile-operation): Generate code that specifies the input constructor. * README.org: Update examples.
* Update README.Ricardo Wurmus2021-03-031-9/+93
|
* base: aws-operation: Make input argument optional.Ricardo Wurmus2021-02-251-4/+2
|
* Add README.Ricardo Wurmus2020-07-071-0/+27