summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/aws/spec.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/language/aws/spec.scm b/language/aws/spec.scm
index f271d27..d41220b 100644
--- a/language/aws/spec.scm
+++ b/language/aws/spec.scm
@@ -212,6 +212,10 @@ if this is not a primitive data type."
',(and=> (assoc-ref spec "output")
(lambda (output)
(and=> (assoc-ref output "shape") string->symbol)))
+ #:xml-namespace
+ ',(and=> (assoc-ref spec "input")
+ (lambda (input)
+ (assoc-ref input "xmlNamespace")))
#:http
;; This includes things like "method", "requestUri", and "responseCode"
',(assoc-ref spec "http")