ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

Make types in `ExAws.Request` public #1018

Open benmurden opened 6 months ago

benmurden commented 6 months ago

The documentation for ExAws.request/2 shows generic return types, but I'd like to be able to use the types in ExAws.Request to write type specs so I get better Dialyzer warnings.

https://hexdocs.pm/ex_aws/ExAws.html#request/2

I could just use them of course, but the fact that they are not documented makes people uneasy.