I had a similar problem before, my workaround was creating a newtype wrapper around the original request and implementing 'AWSRequest' instance by hand. That let me override the way response is parsed.
I just created issue #517 on Amazonka [^1] which got me thinking.
Is my only option to wait for the bug to be fixed or can I hack my
way
around it?
I looked around in the documentation for Amazonka a bit but failed
to
find some obvious way to hack together a "send this request but
give me
the response in JSON". Which is why I'm trying my luck here. I
suspect
I'm not the first Amazonka user to find myself in this situation,
so
hopefully someone's got a solution already.
/M
[^1]: https://github.com/brendanhay/amazonka/issues/517
--
Magnus Therning OpenPGP: 0x927912051716CE39
email: magnus@therning.org
twitter: magthe http://magnus.therning.org/
Computers are useless. They can only give you answers.
— Pablo Picasso
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
Attachments: