summaryrefslogtreecommitdiff
path: root/aws
diff options
context:
space:
mode:
Diffstat (limited to 'aws')
-rw-r--r--aws/serialize.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/aws/serialize.scm b/aws/serialize.scm
index f6d12fd..10c8c75 100644
--- a/aws/serialize.scm
+++ b/aws/serialize.scm
@@ -26,6 +26,8 @@
;; See https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html
(define* (serialize-aws-value thing)
+ "Return a list of strings that together should form the request
+query string for THING, an AWS value."
;; XXX: I don't know why this is necessary, but it seems to be
;; required that the locationName begin with an uppercase letter.
;; There is nothing in the specification that would hint at this,