From 393938be0e02d61a8a686bff6aa80e62c63b3f75 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 18 Mar 2021 14:31:08 +0100 Subject: serialize-aws-value: Add a docstring. --- aws/serialize.scm | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3