summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-03-18 14:31:08 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-03-18 14:31:08 +0100
commit393938be0e02d61a8a686bff6aa80e62c63b3f75 (patch)
tree2c174764c570a42cb58bfcc2156a64f8f274a6ca
parentc3ca0b399d96dc9881f551aea21f42ecd70acd9a (diff)
serialize-aws-value: Add a docstring.
-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,