On 2017-10-18 22:25:23 +0000, ikod said:


On Wednesday, 18 October 2017 at 20:51:48 UTC, Stephan Dilly wrote:

On 2017-10-18 20:19:20 +0000, ikod said:


Hello,


On Wednesday, 18 October 2017 at 20:05:28 UTC, Andre Pany wrote:

[...]


Is there any docs from Amazon on this, beside json's itself?  I will be very grateful for link.


Are you going to take over the task?


--Stephan


I'd like, but It depends on the required time investment. I need some time to look at the docs etc...


Regards,

Igor


Hi Igor,


I started a little tool (POC) that can parse the API spec and creates types and the API interface only for now:

https://github.com/Extrawurst/aws-sdk-dlang-gen


Its a start, not tested and does not come with any dependency to vibe or what. AWS specific request signing also needs to be done on top of it. but using that tool the types can be automatically generated.


--Stephan