diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-02 22:58:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-02 22:58:18 +0100 |
commit | 9d6e85e899800720fc6f86cc0e382cf66ca9d93f (patch) | |
tree | 2abc1fa22cacbb61792e5fb31e1dfb5286725c6e /language/aws | |
parent | 5b2a70412abd48dfdd1f20bec93a19bbe2d89c4c (diff) |
spec: Add comment.
Diffstat (limited to 'language/aws')
-rw-r--r-- | language/aws/spec.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/aws/spec.scm b/language/aws/spec.scm index 5498c11..836e4c6 100644 --- a/language/aws/spec.scm +++ b/language/aws/spec.scm @@ -174,6 +174,7 @@ if this is not a primitive data type." (lambda (output) (and=> (assoc-ref output "shape") string->symbol))) #:http + ;; This includes things like "method", "requestUri", and "responseCode" ',(assoc-ref spec "http") #:documentation ,(assoc-ref spec "documentation"))) |