pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

How do I pass a boolean true value #21

Open aymanosman opened 2 years ago

aymanosman commented 2 years ago

Calling

(aws/ssm:get-parameter
 :name "FOO"
 :with-decryption t)

results in

The value of QURI.ENCODE::VALUE is T, which is not of type (OR
                                                            STRING
                                                            NUMBER
                                                            (SIMPLE-ARRAY
                                                             (UNSIGNED-BYTE
                                                              8)
                                                             (*))).

If I pass a non-boolean values, such as "1", I get an error that I'm not passing a boolean.