summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-03-02 22:58:18 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-03-02 22:58:18 +0100
commit9d6e85e899800720fc6f86cc0e382cf66ca9d93f (patch)
tree2abc1fa22cacbb61792e5fb31e1dfb5286725c6e
parent5b2a70412abd48dfdd1f20bec93a19bbe2d89c4c (diff)
spec: Add comment.
-rw-r--r--language/aws/spec.scm1
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")))