diff options
-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"))) |