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

Return type mismatch for request! #1028

Open krns opened 5 months ago

krns commented 5 months ago

Environment

Current behavior

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

@spec request!(
  ExAws.Operation.t(),
  keyword()
) :: term()

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

@callback request!(ExAws.Operation.t(), Keyword.t()) :: term() | no_return()

Expected behavior

Same type specs