Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 804 Bytes

botocore

Haskell-CI

This library provides types and a precise parser for the "botocore" definitions of Amazon Web Services (AWS) service APIs. These definitions are JSON files which describe the operations, requests, responses, and errors for each AWS service. It also includes a custom JSON parser which captures details that aeson cannot.

This library exists to support amazonka's generator and is unlikely to be useful outside of that; therefore, we'll only push it to Hackage if there's actual demand.