brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 227 forks source link

ToJSON on output types, FromJSON on input types (where possible) #982

Open endgame opened 5 months ago

endgame commented 5 months ago

It is useful (e.g., when mocking services) to be able to decode requests and encode responses. Where possible, gen should generate bidirectional instances.